2022-12-01 17:28:33 +01:00
|
|
|
# Change Log AD56X8
|
|
|
|
|
|
|
|
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 11:49:22 +02:00
|
|
|
## [0.1.4] - 2023-09-19
|
|
|
|
- add hardware LDAC support
|
|
|
|
- **void setLDACPin(ldac)** and **bool triggerLDAC()**
|
|
|
|
- update README.md
|
|
|
|
- minor edits
|
|
|
|
|
|
|
|
|
2023-01-18 19:45:11 +01:00
|
|
|
## [0.1.3] - 2023-01-18
|
|
|
|
- fix build
|
|
|
|
- add unit tests (get_setPercentage)
|
|
|
|
- add example: AD56X8_test_percentage.ino
|
|
|
|
- move code from .h to .cpp
|
|
|
|
- update README.md
|
|
|
|
|
2023-01-10 19:34:29 +01:00
|
|
|
## [0.1.2] - 2023-01-09
|
|
|
|
- update GitHub actions
|
|
|
|
- update license
|
|
|
|
- add wave example (triangle)
|
|
|
|
- add bool setPercentage(channel, percentage)
|
|
|
|
- add float getPercentage(channel)
|
|
|
|
|
2022-12-01 17:28:33 +01:00
|
|
|
## [0.1.1] - 2022-12-01
|
|
|
|
- initial release
|
|
|
|
- add changelog.md
|
|
|
|
- add derived type - AD5668_3() starts up at midscale
|
|
|
|
- initialize internal values\[] array.
|
|
|
|
- improve unit tests
|
|
|
|
- clean up code
|
2023-09-21 11:49:22 +02:00
|
|
|
- update README.md
|
2022-12-01 17:28:33 +01:00
|
|
|
|
|
|
|
## [0.1.0] - 2022-07-28
|
|
|
|
- rework (add from DAC855x + MCP_DAC)
|
|
|
|
- not released.
|
|
|
|
|
|
|
|
----
|
|
|
|
|
|
|
|
## Eons ago
|
|
|
|
- initial work
|
|
|
|
|
|
|
|
|
|
|
|
|