Skip to content

Releases: RobTillaart/MCP23S17

0.8.0 release

25 Apr 12:57
8fbef27
Compare
Choose a tag to compare
  • fix #55, hardware constructor, kudos to crocodileInside
  • update readme.md

0.7.0 release

18 Feb 14:13
06fdb35
Compare
Choose a tag to compare
  • fix #50, add function to reverse the byte order of the 16 bit API.
  • update readme.md

0.6.1 release

20 Jan 09:26
f850dc5
Compare
Choose a tag to compare
  • Sync MCP23017 PR #41 interrupt functions.
  • add link to keypad library
  • update readme.md
  • update keywords.txt

0.6.0 release

22 Nov 09:42
ee545d9
Compare
Choose a tag to compare
  • fix #47, interrupt handling. Kudos to GlibSkunk!
  • update readme.md
  • minor edits.

0.5.4 release

06 Jul 09:07
37f7137
Compare
Choose a tag to compare
  • fix #45, documentation bug

0.5.3 release

12 Jun 09:28
62893f6
Compare
Choose a tag to compare
  • #43 optimize read/write16, kudos to Olkal
  • add performance test output 0.5.2, 0.5.3
  • add datasheet REV C and REV D to repo

0.5.2 release

27 May 08:11
fd3c861
Compare
Choose a tag to compare
  • Fix #40, add several interrupt functions (experimental)
  • update MCP23S17_registers.h (reuse with MCP23017)
  • change return type of several functions
    • e.g bool enable/disableControlRegister()
  • fix support for ARDUINO_ARCH_MBED
  • update readme.md
  • update keywords.txt

0.5.1 release

05 Mar 10:23
d1f66a8
Compare
Choose a tag to compare
  • Fix #38, add parameter to begin(bool pullup)
  • update GitHub/actions to version v4 in workflows.
  • Fix #37, using ints as parameter in constructor.

0.5.0 release

20 Jan 13:17
8b942cb
Compare
Choose a tag to compare
  • Fix #32, improve handling SPI dependency.
  • update examples

0.4.0 release

24 Dec 14:22
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/RobTillaart/MCP23S17