Releases: RobTillaart/FastShiftIn
Releases · RobTillaart/FastShiftIn
0.4.0 release
- 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
0.3.4 release
- add void read(uint8_t *array, uint8_t size) (experimental)
- update readme.md
- reorder functions in .cpp
- minor edits
0.3.3 release
update readme.md (#13)
0.3.2 release
add read16() read24() read32() (#12) - 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
0.3.1 release
redo clock pulse (#11) * redo clock pulse to match shiftIn() * update readme
0.3.0 release
Develop (#10) * major refactor * fix build
0.2.4 release
add changelog.md (#9)
0.2.3 release
update library.json, license, minor edits (#8)
0.2.2 release
Arduino ci (#5) * initial arduino-ci * added unit tests (fails for due and zero) ==> https://github.com/Arduino-CI/arduino_ci/issues/252
fix library.json
Merge pull request #2 from RobTillaart/develop fix library.json