Skip to content

Releases: RobTillaart/MCP23017_RT

0.9.1 release

07 Mar 13:26
c90a14a
Compare
Choose a tag to compare
  • fix #46, add setAddress() and setWire()

0.9.0 release

18 Feb 14:08
273cd3b
Compare
Choose a tag to compare
  • fix #44, add function to reverse the byte order of the 16 bit API.
  • update readme.md

0.8.1 release

20 Jan 09:22
18ddde4
Compare
Choose a tag to compare
  • Add PR #41 interrupt functions. Thanks to Klang
  • add link to keypad library
  • update readme.md
  • update keywords.txt

0.8.0 release

22 Nov 09:20
2c550a8
Compare
Choose a tag to compare
  • fix #47 (MCP23S17), interrupt handling. Kudos to GlibSkunk!
  • update readme.md
  • minor edits.
  • add address table to readme.md`

0.7.1 release

06 Jul 09:08
8a59909
Compare
Choose a tag to compare
  • Fix #36, documentation bug.

0.7.0 release

06 Jun 15:37
81cfd4e
Compare
Choose a tag to compare
  • bump version number after fix #33 bug, kudos to JelleWilbrink

0.6.3 release

27 May 08:17
4337fc2
Compare
Choose a tag to compare
  • 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

05 Mar 10:20
78c91d7
Compare
Choose a tag to compare
  • 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

05 Jan 09:58
6da11cb
Compare
Choose a tag to compare
Fix URL examples + minor edits (#28)

0.6.0 release

24 Dec 13:29
1a42219
Compare
Choose a tag to compare
Fix #23, Arduino Nano ESP32 S3 (#27)

- Fix #26, support for Arduino ESP32 S3 - breaking change
- update readme.md
- update examples.