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.
- add changelog.md
- add rp2040 to build-CI
- update readme.md
- init() returns bool to indicate valid (non-zero) ranges.
- add range check in init()
- update library.json
- update license
- minor edits
- add Arduino-CI + unit test
- update documentation
- added fastMapDouble + test sketch.
- fix library.json
- rename license
- #pragma once
- readme.md
- license.md
- revert double to float (issue 33)
- clean up code
- get examples working again
- replaced float by double (support ARM)
- stripped of bit mask experimental code
- add back() - the inverse map
- tested with bit mask for constrain code (Performance was killed)
- proper name
- squeezed the code (first public version)
- refactor
- initial version