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

It does not work on ESP8266 #75

Closed bkrajendra closed 8 years ago

bkrajendra commented 8 years ago

Ive tried using this lib with ESP8266 but it does not work. Any help will be appreciated !!!

soundanalogous commented 8 years ago

That is because Breakout only communicates with the board over serial.

bkrajendra commented 8 years ago

ohk! Thanks!