Skip to content

Releases: RobTillaart/FastShiftIn

0.4.1 release

12 Oct 14:06
2876ff7

Choose a tag to compare

  • update GitHub actions
  • update examples
  • minor edits

0.4.0 release

19 Sep 12:11
2d07251

Choose a tag to compare

  • 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

23 Jul 11:12
60d5ebd

Choose a tag to compare

  • add void read(uint8_t *array, uint8_t size) (experimental)
  • update readme.md
  • reorder functions in .cpp
  • minor edits

0.3.3 release

31 Oct 17:00
a69c873

Choose a tag to compare

update readme.md (#13)

0.3.2 release

20 Feb 16:21
cb023de

Choose a tag to compare

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

06 Nov 19:15
73126db

Choose a tag to compare

redo clock pulse (#11)

* redo clock pulse to match shiftIn()
* update readme

0.3.0 release

05 Nov 17:48
1cd6308

Choose a tag to compare

Develop (#10)

* major refactor
* fix build

0.2.4 release

05 Nov 11:37
ec09679

Choose a tag to compare

add changelog.md (#9)

0.2.3 release

17 Dec 14:10
7139bb6

Choose a tag to compare

update library.json, license, minor edits (#8)

0.2.2 release

22 Dec 11:10
27fbefc

Choose a tag to compare

Arduino ci (#5)

* initial arduino-ci
* added unit tests (fails for due and zero) ==> https://github.com/Arduino-CI/arduino_ci/issues/252