mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
39 lines
685 B
Markdown
39 lines
685 B
Markdown
|
# Change Log PCF8591
|
||
|
|
||
|
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.1.3] - 2022-11-21
|
||
|
- add RP2040 to build-CI
|
||
|
- add changelog.md
|
||
|
- move code from .h to .cpp
|
||
|
- update unit test
|
||
|
|
||
|
|
||
|
## [0.1.2] - 2021-12-23
|
||
|
- update library.json
|
||
|
- update readme.md
|
||
|
- update license
|
||
|
- minor edits
|
||
|
|
||
|
## [0.1.1] - 2021-01-14
|
||
|
- added WireN
|
||
|
- improve error handling.
|
||
|
|
||
|
## [0.1.0] - 2021-01-04
|
||
|
- add Arduino-CI
|
||
|
|
||
|
----
|
||
|
|
||
|
## [0.0.2] - 2020-07-22
|
||
|
- testing
|
||
|
- refactor
|
||
|
- add documentation and examples
|
||
|
|
||
|
## [0.0.1] - 2020-03-12
|
||
|
- initial version
|
||
|
|