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.
- update readme.md
- add void setMode0() ==> -180..180
- add void setMode1() ==> 0..360
- add uint8_t getMode() return 0 or 1.
- add RA_DEFAULT_WEIGHT to setWeight()
- change return type of setWeight() to bool (return false if clipped).
- add RA_MIN_WEIGHT + RA_MAX_WEIGHT as constants
- add examples
- update readme.md
- move code from .h to .cpp
- update GitHub actions
- update license 2023
- minor edits
- add changelog.md
- add RP2040 to build-CI
- minor edits
- add GRADIANS support
- update library.json, readme, license,
- minor edits
- Arduino-lint
- Arduino-CI + unit test
- initial version (based on code of Edgar Bonet)