Releases: RobTillaart/MCP23017_RT
Releases · RobTillaart/MCP23017_RT
0.9.1 release
- fix #46, add setAddress() and setWire()
0.9.0 release
- fix #44, add function to reverse the byte order of the 16 bit API.
- update readme.md
0.8.1 release
- Add PR #41 interrupt functions. Thanks to Klang
- add link to keypad library
- update readme.md
- update keywords.txt
0.8.0 release
- fix #47 (MCP23S17), interrupt handling. Kudos to GlibSkunk!
- update readme.md
- minor edits.
- add address table to readme.md`
0.7.1 release
- Fix #36, documentation bug.
0.7.0 release
- bump version number after fix #33 bug, kudos to JelleWilbrink
0.6.3 release
- sync MCP23S17, add several interrupt functions (experimental)
- add MCP23x17_registers.h
- add readReg16() and writeReg16() optimization
- update readme.md
- update keywords.txt
0.6.2 release
- Fix #29, add parameter to begin(bool pullup)
- remove DATE field from examples as it adds no value.
- update GitHub/actions to version v4 in workflows.
0.6.1 release
Fix URL examples + minor edits (#28)
0.6.0 release
Fix #23, Arduino Nano ESP32 S3 (#27) - Fix #26, support for Arduino ESP32 S3 - breaking change - update readme.md - update examples.