Don't worry about formatting, just type in the text and we'll take care of making sense of it. We will auto-convert links, and if you put asterisks around words we will make them bold.
Tips:
For a full reference visit the Markdown syntax.
Posted by @Wilberforce
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Here is an example using a Node MCU board. The firmware used is:
I have 2 DS18s20 connected to pin D1 (with the pullup resistor), and led connected via a 330Ohm resistor connected to pin D2.
The led is flashed ever 5 seconds, and the temperatures of each of the sensors echoed.
The [Flash] button on the board is watched, and this also toggles the state of the LED.
I hope someone finds this useful!