kelly / node-i2c

Node.js native bindings for i2c-dev. Plays well with Raspberry Pi and Beaglebone.
Other
216 stars 91 forks source link

The command parameter #37

Closed Shwoobie closed 10 years ago

Shwoobie commented 10 years ago

What is command parameter supposed to be in your write bytes function?

A simple example with maybe five bytes of characters or numbers would help.

kelly commented 10 years ago

There is an examples folder that will show how to use the writeBytes function, also a bunch of example projects in the readme file.