sparkfun / SparkFun_SX1509_Arduino_Library

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

Remove unused variable in function readBytes #3

Closed peterberbec closed 2 years ago

peterberbec commented 7 years ago

The results of Wire.read() are directly placed into an array passed as a function variable. The variable may have been used previously, but now is not.

nseidle commented 2 years ago

Sorry for the long delay. PRs are always appreciated!

nseidle commented 2 years ago

Merged