Releases: RobTillaart/FastShiftOut
Releases · RobTillaart/FastShiftOut
0.4.1 release
- fix #17, more optimizations
0.4.0 release
- fix #15, loop unroll option, improving performance, kudos to nt314p
- fixed bug in test program (see #15)
- added flag to select LOOP UNROLL (is optional as it gives larger code size)
- optimized the not unrolled loop with ideas of the unrolling version.
- corrected type lastValue to uint8_t
- add FastShiftOut_scope_test.ino
- update readme.md
- minor edits
0.3.3 release
- Fix #13, add wrapper functions
- write16/24/32, write(array, size)
- improved timing measurement in FastShiftOut_test.ino
- update readme.md
- minor edits
0.3.2 release
update readme.md (#12)
0.3.1 release
refactor (#11) - update readme.md - update GitHub actions - update license 2023 - minor edits
0.3.0 release
refactor (#9) * refactor * update readme
0.2.5 release
add changelog.md (#8)
0.2.4 release
update library.json, license, minor edits (#7)
0.2.3 release
fix capital Examples step 3
0.2.2 release
Arduino ci (#3) * initial arduino-ci * added unit test - fails due to - https://github.com/Arduino-CI/arduino_ci/issues/252 * fix some things to get unit test and examples running