Skip to content

Releases: RobTillaart/MCP23S08

0.5.3 release

06 Jul 09:09
2a6940b
Compare
Choose a tag to compare
  • Fix #20, documentation bug

0.5.2 release

27 May 08:22
6815d63
Compare
Choose a tag to compare
  • add several interrupt functions (sync MCP23S17)
  • update MCP23x08_registers.h (reuse with MCP23008)
  • 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:22
5f683d8
Compare
Choose a tag to compare
  • Fix #17, add parameter to begin(bool pullup)
  • update GitHub/actions to version v4 in workflows.
  • using ints as parameter in constructor.

0.5.0 release

20 Jan 13:12
66c805f
Compare
Choose a tag to compare
  • Fix #14, improve handling SPI dependency.
  • update examples

0.4.1 release

05 Jan 10:32
e30bdd4
Compare
Choose a tag to compare
Fix URL examples + minor edits (#13)

0.4.0 release

24 Dec 13:49
9b8e47b
Compare
Choose a tag to compare
Fix #30, Arduino Nano ESP32 S3 (#12)

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

0.3.0 release

01 Dec 16:12
becbde5
Compare
Choose a tag to compare
Fix #9, refactor interface (#10)

- refactor constructor interface - breaking changes.
  - minimize conditional code. -- create SPI_CLASS macro to solve it.
- update readme.md
- update examples

0.2.1 release

13 Nov 16:01
b8b5de7
Compare
Choose a tag to compare
update readme.md (#8)

- update readme.md
- update keywords.txt

0.2.0 release

21 Aug 12:15
b198d2c
Compare
Choose a tag to compare
add ESP32 support (#7)

- add ESP32 support
- sync with MCP23S17
- add **getAddress()**
- add **MCP23S08_registers.h**
- update readme.md
- update examples
- minor edits

0.1.3 release

04 Feb 15:05
04156a1
Compare
Choose a tag to compare
update readme.md (#5)

- UPDATE README.MD
- update GitHub actions
- update license 2023