RaemondBW / SWire

Software implementation of I2C for Arduino (Tested with the atmega328p based boards)
MIT License
3 stars 1 forks source link

updated the requestFrom and read functions to use a more correct resu… #2

Closed RaemondBW closed 7 years ago

RaemondBW commented 7 years ago

…lt. Also updated the return of the endTransmission to follow the Wire.h error codes.

RaemondBW commented 7 years ago

still need to verify no regressions on hardware.

RaemondBW commented 7 years ago

verified the changes work on arduino uno.