mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
50 lines
943 B
Markdown
50 lines
943 B
Markdown
|
# Change Log functionGenerator
|
||
|
|
||
|
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.2.4] - 2022-11-07
|
||
|
- add changelog.md
|
||
|
- add rp2040 to build-CI
|
||
|
- update readme.md
|
||
|
|
||
|
|
||
|
## [0.2.3] - 2021-12-18
|
||
|
- update library.json, license, minor edits
|
||
|
|
||
|
## [0.2.2] - 2021-11-02
|
||
|
- update Arduino-CI, badges
|
||
|
- add mode for sawtooth and stair.
|
||
|
|
||
|
## [0.2.0] - 2020-06-10
|
||
|
- main refactoring and cleanup
|
||
|
|
||
|
## [0.2.1] - 2020-12-24
|
||
|
- add Arduino-CI + unit tests
|
||
|
|
||
|
----
|
||
|
|
||
|
## [0.1.5] - 2017-07-29
|
||
|
- Fix issue #33 (dbl -> float)
|
||
|
|
||
|
## [0.1.04] - 2015-01-03
|
||
|
- add integer versions - to be used with 8 bit DAC
|
||
|
|
||
|
## [0.1.03] - 2015-01-02
|
||
|
- add stair
|
||
|
- more refactoring
|
||
|
|
||
|
## [0.1.02] - 2015-01-01
|
||
|
- refactor and research
|
||
|
|
||
|
## [0.1.01] - 2015-01-01
|
||
|
- initial class version
|
||
|
|
||
|
## [0.1.00] - 2015-01-01
|
||
|
- initial version
|
||
|
|
||
|
|