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 multi type multiMap<T1, T2> to reduce RAM and speed up lookup.
- add multi type multiMapBS<T1, T2> binary search version.
- add example for multi type
- update examples
- update readme.md
- minor edits
- add multiMapCache(), experimental version that caches the last value. to be used with input that do not change often.
- add multiMapBS(), experimental version that uses binary search. to be used with arrays > 10 (rule of thumb)
- add examples
- major rewrite readme.md
- add RP2040 in build-CI
- add changelog.md
- update readme.md
- clean up unit test
- update library.json
- update readme
- update license
- minor edits
- fix Arduino-lint
- add Arduino-CI
- fix library.json
..... eons passed ...
- initial version.