mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
901 B
901 B
Change Log AD56X8
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[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
[0.1.2] - 2023-01-09
- update GitHub actions
- update license
- add wave example (triangle)
- add bool setPercentage(channel, percentage)
- add float getPercentage(channel)
[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