soundanalogous / Breakout

Breakout is a javascript library and toolkit for connecting Arduino and other IOBoards to the web
www.breakoutjs.com
MIT License
180 stars 20 forks source link

update temperature sensor example to use TMP36 #41

Closed soundanalogous closed 11 years ago

soundanalogous commented 11 years ago

TMP36 is much simpler in that it does not require calibration and don't have to convert from degrees Kelvin.

Update schematic and example code.