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.
- fix #7, improve gas law functions
- add conversion factor functions
- add example
- update readme.md
- update readme.md
- refactor getter constants
- add return value to change() functions.
- rename change() functions, more descriptive
- update readme.md
- update GitHub actions
- update license 2023
- minor edits
- add changelog.md
- add RP2040 to build-CI
- minor edits
- update library.json
- update license
- add experimental gas law
- Fix formulas
- Initial version
- add parameter to begin(float percentage)
- refactored stop()
- refactored setPercentage()
- remapped the 0-100% to 2000-2500 microseconds of servo as the full 1600-2500 range was only active above 50~60% depending on the voltage used.
- add forward(), backward() + example.
- add setInvert(flag = false)
- updated readme.md
- initial version
- add stop(), get- and setPercentage()
- add getSeconds(), resetSeconds() for simple duration management.
- low percentages < 50% do not work.