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 #17, loop unroll option, improving performance, kudos to nt314p
- added flag to select LOOP UNROLL (is optional as it gives larger code size)
- update readme.md
- minor edits
- add void read(uint8_t *array, uint8_t size) (experimental)
- update readme.md
- reorder functions in .cpp
- minor edits
- update readme.md
- add (experimental) read16(), read24(), read32() functions.
- changed return types of some functions.
- update keywords.txt
- update readme.md
- update GitHub actions
- update license 2023
- minor edits
- redo clock pulse
- fix inputRegister bug
- refactor for code size
- add changelog.md
- add rp2040 to build-CI
- update readme.md
- update license
- update readme - some badges
- clean up unit test
- initial version