adafruit / Adafruit-MCP23017-Arduino-Library

Arduino Library for Adafruit MCP23017
Other
351 stars 204 forks source link

Add possiblility to reads all 16 pins (port A and B) GPIO output latches #53

Closed rochdi80tn closed 3 years ago

rochdi80tn commented 3 years ago

This pull request will add readOLATAB() methond that allows to read both ports output latches OLAT in the same way as for readGPIOAB().

caternuson commented 3 years ago

Thanks for the PR. We just made a major update to this library: https://github.com/adafruit/Adafruit-MCP23017-Arduino-Library/releases/tag/2.0.0 It changes things a lot. If you still want to this feature, please consider updating the PR to be based on the new library layout.

caternuson commented 3 years ago

Closing due to lack of response. If this feature is still wanted, please first open an issue to request it.