2022-12-01 11:28:33 -05: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-01-10 13:34:29 -05: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 11:28:33 -05: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
|
|
|
|
- update readme.md
|
|
|
|
|
|
|
|
## [0.1.0] - 2022-07-28
|
|
|
|
- rework (add from DAC855x + MCP_DAC)
|
|
|
|
- not released.
|
|
|
|
|
|
|
|
----
|
|
|
|
|
|
|
|
## Eons ago
|
|
|
|
- initial work
|
|
|
|
|
|
|
|
|
|
|
|
|