In adapter.js, there is an option named i2cPort to set the i2c port. It is used when reading from i2c, but not when writing. This is causing me errors when I try to use the Sparkfun Edison boards, which use i2c port 1 by default. See #12.
This itty bitty PR checks that option on write, too.
In
adapter.js
, there is an option namedi2cPort
to set the i2c port. It is used when reading from i2c, but not when writing. This is causing me errors when I try to use the Sparkfun Edison boards, which use i2c port 1 by default. See #12.This itty bitty PR checks that option on write, too.