firmata-stream
v0.0.1
Published
Talk to an Arduino using the Firmata protocol over streams
Readme
firmata-stream
Talk to an Arduino using the Firmata protocol over streams.
Install
$ git clone [email protected]:No9/firmata-stream.git
$ cd firmata-streamMake a back up of ARDUINO_HOME/libraries/Firmata Folder Copy arduino\Firmata to ARDUINO_HOME/libraries It should replace the one you backed up. Open the StandardFirmata.ino and push it to your ardiuno board.
Run
$ cd examples
$ node ledtest.js