sparkfun / SparkFun_SX1509_Arduino_Library

Arduino library for the SX1509 16-I/O GPIO expander.
44 stars 38 forks source link

Return result of I2C write and readmethods #10

Closed Bascy closed 2 years ago

nseidle commented 2 years ago

This is much appreciated. However it breaks all previous sketches because the device address is passed in as first argument and this PR passes Wire in first. Easy enough to fix. I'll merge and sort it out. Sorry, wrong PR.

nseidle commented 2 years ago

These are very good improvements! Thank you. The main branch is changing a lot. Would you mind rebasing your branch? Once that's done I think I can merge.

Bascy commented 2 years ago

It's rebased

nseidle commented 2 years ago

Excellent. Thanks!