43 lines
848 B
Markdown
Raw Normal View History

2022-11-17 13:36:23 +01:00
# Change Log MCP23S08
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
2023-11-13 17:02:21 +01:00
## [0.2.1] - 2023-11-13
- update readme.md
- update keywords.txt
2023-08-21 14:31:38 +02:00
## [0.2.0] - 2023-08-19
- add ESP32 support
- sync with MCP23S17
- add **getAddress()**
- add **MCP23S08_registers.h**
- update readme.md
- update examples
- minor edits
2023-11-13 17:02:21 +01:00
----
2023-08-21 14:31:38 +02:00
2023-02-04 16:07:28 +01:00
## [0.1.3] - 2023-02-04
- UPDATE README.MD
- update GitHub actions
- update license 2023
2022-11-17 13:36:23 +01:00
## [0.1.2] - 2022-11-17
- add RP2040 in build-CI
- add changelog.md
- minor edit readme.md
- fix **PinStatus** bug for RP2040 build
## [0.1.1] - 2022-09-28
- optimize digitalWrite - most used one only.
- add MCP23S08_REGISTER_ERROR
## [0.1.0] - 2022-01-10
- initial version.