mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
65 lines
1.2 KiB
Markdown
65 lines
1.2 KiB
Markdown
# Change Log AD524X
|
|
|
|
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.5.1] - 2024-03-16
|
|
- add **getAddress()** (e.g. debugging)
|
|
- improved **AD5241::write(rdac, ...)**
|
|
- improved **AD5280::write(rdac, ...)**
|
|
- update GitHub actions
|
|
- update keywords.txt
|
|
- minor edits examples
|
|
|
|
|
|
## [0.5.0] - 2023-11-29
|
|
- remove ESP32 specific **begin()**
|
|
- add (experimental) support or AD5280 / AD5282.
|
|
- fix #23 in readme
|
|
- update and add examples.
|
|
|
|
----
|
|
|
|
## [0.4.2] - 2023-09-21
|
|
- add Wire1 support for ESP32
|
|
- update readme.md
|
|
|
|
## [0.4.1] - 2023-02-26
|
|
- fix #17 support **AD5241::write()**
|
|
- update readme.md
|
|
|
|
## [0.4.0] - 2023-02-03
|
|
- fix #18 support Wire2 (RP2040 etc)
|
|
|
|
----
|
|
|
|
## [0.3.6] - 2023-01-11
|
|
- update GitHub actions
|
|
- update license
|
|
- move code to .cpp
|
|
- add define for AD524X_MIDPOINT
|
|
- add comments
|
|
- minor edits
|
|
|
|
|
|
## [0.3.5] - 2022-10-25
|
|
- add changelog.md
|
|
- add RP2040 in build-CI
|
|
|
|
## [0.3.4] - 2022-08-13
|
|
- fix AD524X_LIB_VERSION
|
|
- minor edits,
|
|
|
|
## [0.3.3] - 2021-12-10
|
|
- update constants, library.json, license
|
|
|
|
## [0.3.2] - 2021-10-16
|
|
- fix build-CI, update readme.md
|
|
|
|
|
|
That's all folks!
|
|
|