mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
1.1 KiB
1.1 KiB
Change Log RAIN
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.4] - 2023-11-16
- update readme.md
[0.1.3] - 2023-01-19
- update GitHub actions
- update license 2023
- update readme.md
- add setPowerDelay() + getter
- update readme.md
- add unit tests
[0.1.2] - 2022-12-06
- add powerPin to constructor. Optional.
- add powerPin example
- add interrupt example (using DO = digital Out)
- add digital out polling example
- update readme.md (lower voltage == wetter)
- fix version number
- fix percentage() => 0% == DRY and 100% == WET
- add get- and setDryReference() for better percentage() behaviour.
- update keywords.txt
[0.1.1] - 2022-12-03
- change levels to milliVolts (uint16_t).
- rewrite setLevel(milliVolts) and getLevel().
- update readme.md
- add/update examples
- update keywords.txt
- add delta() => delta with previous read().
[0.1.0] - 2022-12-03
- initial release
[0.0.1] - 2021-12-??
- experimental version (not released)