mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
37 lines
633 B
Markdown
37 lines
633 B
Markdown
# 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/).
|
|
|
|
|
|
## [0.3.1] - 2024-01-05
|
|
- minor edits
|
|
|
|
|
|
## [0.3.0] - 2023-12-27
|
|
- Fix #4, support for Arduino ESP32 S3 - breaking change
|
|
- update readme.md
|
|
- update examples.
|
|
|
|
----
|
|
|
|
## [0.2.0] - 2023-12-11
|
|
- refactor API, begin()
|
|
- update readme.md
|
|
- update examples
|
|
|
|
----
|
|
|
|
## [0.1.1] - 2023-09-25
|
|
- add Wire1 support for ESP32
|
|
- update readme.md
|
|
|
|
|
|
## [0.1.0] - 2023-07-17
|
|
- initial version
|
|
- based upon PCA9553
|
|
|
|
|