2023-07-20 10:33:34 -04:00
|
|
|
# Change Log PCA9552
|
|
|
|
|
|
|
|
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/).
|
|
|
|
|
|
|
|
|
2024-01-05 09:57:52 -05:00
|
|
|
## [0.3.1] - 2024-01-05
|
|
|
|
- minor edits
|
|
|
|
|
|
|
|
|
2023-12-27 11:34:27 -05:00
|
|
|
## [0.3.0] - 2023-12-27
|
|
|
|
- Fix #4, support for Arduino ESP32 S3 - breaking change
|
|
|
|
- update readme.md
|
|
|
|
- update examples.
|
|
|
|
|
|
|
|
----
|
|
|
|
|
2023-12-11 04:41:06 -05:00
|
|
|
## [0.2.0] - 2023-12-11
|
|
|
|
- refactor API, begin()
|
|
|
|
- update readme.md
|
|
|
|
- update examples
|
|
|
|
|
|
|
|
----
|
|
|
|
|
2023-09-25 14:46:54 -04:00
|
|
|
## [0.1.1] - 2023-09-25
|
|
|
|
- add Wire1 support for ESP32
|
|
|
|
- update readme.md
|
|
|
|
|
|
|
|
|
2023-07-20 10:33:34 -04:00
|
|
|
## [0.1.0] - 2023-07-17
|
|
|
|
- initial version
|
|
|
|
- based upon PCA9553
|
|
|
|
|
|
|
|
|