Skip to content

Releases: RobTillaart/FastShiftOut

0.4.1 release

01 Nov 13:04
5bc8571
Compare
Choose a tag to compare
  • fix #17, more optimizations

0.4.0 release

19 Sep 12:13
d926090
Compare
Choose a tag to compare
  • 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

23 Jul 11:11
9ac57a7
Compare
Choose a tag to compare
  • 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

31 Oct 17:02
8241536
Compare
Choose a tag to compare
update readme.md (#12)

0.3.1 release

20 Feb 16:35
d7ecd57
Compare
Choose a tag to compare
refactor (#11)

- update readme.md
- update GitHub actions
- update license 2023
- minor edits

0.3.0 release

06 Nov 19:13
4cb7b65
Compare
Choose a tag to compare
refactor (#9)

* refactor
* update readme

0.2.5 release

05 Nov 11:38
40b1399
Compare
Choose a tag to compare
add changelog.md (#8)

0.2.4 release

17 Dec 14:22
383767b
Compare
Choose a tag to compare
update library.json, license, minor edits (#7)

0.2.3 release

27 May 20:58
Compare
Choose a tag to compare
fix capital Examples step 3

0.2.2 release

22 Dec 21:21
6b2adce
Compare
Choose a tag to compare
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