mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
37 lines
674 B
Markdown
37 lines
674 B
Markdown
|
# Change Log AsyncAnalog
|
||
|
|
||
|
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.1.6] - 2023-10-17
|
||
|
- update readme.md
|
||
|
- add changelog.md
|
||
|
- minor edits
|
||
|
|
||
|
|
||
|
## [0.1.5] - 2021-12-13
|
||
|
- update library.json
|
||
|
- update license
|
||
|
- update readme.md
|
||
|
|
||
|
## [0.1.4] - 2020-12-12
|
||
|
- update Arduino CI
|
||
|
- minor fixes
|
||
|
|
||
|
## [0.1.3] - 2020-12-12
|
||
|
- added Arduino CI
|
||
|
- minor fixes
|
||
|
|
||
|
## [0.1.2] - 2020-05-27
|
||
|
- update library.json
|
||
|
|
||
|
## [0.1.1] - 2020-03-26
|
||
|
- minor refactor
|
||
|
|
||
|
## [0.1.0] - 2018-09-05
|
||
|
- initial version, based upon analogRead()
|
||
|
|