Closed fivdi closed 7 years ago
Typically i2cRead is called with 4 arguments but sometimes it's called with 3 arguments. The current implementation of i2cRead doesn't handle the "3 arguments" case correctly.
Although not strictly necessary, the PR also updates the i2c-bus dependency.
Typically i2cRead is called with 4 arguments but sometimes it's called with 3 arguments. The current implementation of i2cRead doesn't handle the "3 arguments" case correctly.