All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fix #41, update examples
- update keywords.txt
- Update readme with advanced interrupts insights
- add example
- Fix URL in examples
- minor edits
- Fix #34 change addresses in examples.
- add range check to setAddress().
- update readme.md.
- correct minor error in changelog.md.
- refactor API, begin()
- update examples
- update readme.md
- fix Wire1 support for ESP32 (again)
- add Wire1 support for ESP32
- update readme.md
- update readme.md
- update GitHub actions
- update license 2023
- fix changelog.md
- add RP2040 to build-CI
- simplified changelog.md
- add interrupt section to readme.md
- update GitHub actions from v2 -> v3 (kudos to Thijs Triemstra)
- add select(), selectN(), selectAll(), selectNone()
- update documentation
- add CHANGELOG.md
- begin(int sda, int scl) int parameters for ESP alike. to keep this library in sync with PCF8574 library.
- update library.json
- update license
- update readme.md
- minor edits
- add getButtonMask()
- update build-CI
- update readme.md
- fix #10 add set/getAddress()
- fix for platformIO compatibility
- add Arduino-CI + unit tests
- fix #5 reverse()
- refactor.
- fix reverse()
- refactor;
- initial version