node-rasp2c
node-rasp2c copied to clipboard
Module for node.js that provides easy access to the I2C bus of a Raspberry PI.
I use your module for Phyboard-Wega-AM335x board, it has no "i2c-0" device and if I want to set something on program start I receive error as this action goes before...
Right now it looks like it's assuming there's a single write – it'd be nice to allow for setting the mode, perhaps via an additional argument, to allow passing multiple...
Just saw this when using your otherwise lovely tool on my RPi compute module – it looks like it's determining which i2c bus to use asynchronously, defaulting to '0'. This...