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 RP2040 support to build-CI.
- Add CHANGELOG.md
- update readme.md
- move getPosition() to .cpp
- fix #9 add restoreInternalPosition(pos)
- change return type setPosition() to indicate truncation
- update readme.md and comments
- update build-CI tests
- fix #7 incorrect signal during initialize
- remove position parameter from begin() to make setting position more explicit.
- update readme.md
- add uint8_t Ohm2Position()
- add forced parameter to setPosition()
- update incr() and decr() return bool (made a step)
- improve performance
- add sweeper example
- rounding in getOhm(), documentation
- improve conditional delay
- initial version