mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
51 lines
943 B
Markdown
51 lines
943 B
Markdown
|
# Change Log ML8511
|
||
|
|
||
|
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.9] - 2022-11-17
|
||
|
- add RP2040 in build-CI
|
||
|
- add changelog.md
|
||
|
- moved all code to .cpp file
|
||
|
- edit readme.md
|
||
|
- minor edits
|
||
|
|
||
|
|
||
|
## [0.1.8] - 2021-12-21
|
||
|
- update library.json
|
||
|
- update license
|
||
|
- minor edits
|
||
|
|
||
|
## [0.1.7] - 2021-11-09
|
||
|
- update Arduino-CI, badges
|
||
|
- add voltage2mW() for external ADC
|
||
|
|
||
|
|
||
|
## [0.1.6] - 2021-06-19
|
||
|
- add get/setDUVfactor()
|
||
|
- rewrite estimateDUVindex()
|
||
|
- add reset()
|
||
|
|
||
|
## [0.1.5] - 2021-05-27
|
||
|
- fix Arduino-lint
|
||
|
|
||
|
## [0.1.4] - 2021-04-23
|
||
|
- fix for platformIO
|
||
|
|
||
|
## [0.1.3] - 2021-01-01
|
||
|
- Arduino-CI + unit test
|
||
|
|
||
|
## [0.1.2] - 2020-06-21
|
||
|
- refactor
|
||
|
- add estimateDUVindex()
|
||
|
|
||
|
## [0.1.1] - 2020-02-17
|
||
|
- added \_voltPerStep() to support more boards
|
||
|
|
||
|
## [0.1.0] - 2020-02-03
|
||
|
- initial version.
|
||
|
|