33 lines
632 B
Markdown
Raw Normal View History

2022-10-25 21:41:23 +02:00
# Change Log AD5245
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-21 21:37:28 +02:00
## [0.2.1] - 2023-08-02
- add Wire1 support for ESP32
- update readme.md
2023-02-03 08:42:59 +01:00
## [0.2.0] - 2023-01-16
- Fix #4 Wire bug
----
2023-01-16 14:38:52 +01:00
## [0.1.2] - 2023-01-16
- update GitHub actions
- update license
- Add AD5245_MIDPOINT constant
- update readme.md
2022-10-25 21:41:23 +02:00
## [0.1.1] - 2022-10-25
- Add RP2040 support to build-CI.
- Add CHANGELOG.md
- minor edits
2023-09-21 21:37:28 +02:00
## [0.1.0] - 2022-07-31
2022-10-25 21:41:23 +02:00
- initial version (stripped from AD524X)