Closed sgoll closed 7 years ago
This looks good at a quick glance to me, but I'd like to get @fivdi's input first since he wrote it.
It also looks good to me. lib/index.js
needs to be generated with babel.
Bump, can you regenerate the built file @sgoll? Then this should be ready to land.
@nebrius Done.
Perfect, thanks @sgoll, and thanks again for taking the time to submit a PR!
Just so you know, I'll try and get the update published to npm soon, but it may take me a few days to get to it. This is technically a breaking change and thus a semver major bump, so the process is a bit more complex in terms of coordinating updating raspi-io, which has another major breaking change lined up for release too.
When using
raspi-i2c
to send or receive plain I2C data, the payload need not be limited to 32 bytes. This pull request lifts that limitation.See #9 and fivdi/i2c-bus#23 for more information.