39 lines
870 B
Markdown
Raw Normal View History

2022-11-17 16:12:58 +01:00
# Change Log MCP23008
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-09-23 20:13:03 +02:00
## [0.1.5] - 2023-09-23
- add Wire1 support for ESP32
- update readme.md
2023-07-19 13:24:56 +02:00
## [0.1.4] - 2023-06-20
- add CMakeLists.txt #8
- add debug function **uint8_t getPinMode8()**
- add keywords.txt
- update examples
2023-02-04 14:40:35 +01:00
## [0.1.3] - 2023-02-04
- update readme.md
- update GitHub actions
- update license 2023
- minor edits
2022-11-17 16:12:58 +01:00
## [0.1.2] - 2022-11-17
- add RP2040 in build-CI
- add changelog.md
- minor edit readme.md
- update datasheet page numbers of registers MCP23008.cpp
## [0.1.1] - 2022-09-28
- optimize digitalWrite() - as that is the most used one
## [0.1.0] - 2022-01-10
- initial version released
## [0.0.0] - 2019-10-12
- pre release