#shift-register #embedded-hal #control #chained #pin #output #multiple

adv-shift-registers

Advanced shift registers control (for multiple chained shift-registers)

8 releases

0.2.5 Feb 2, 2025
0.2.4 Nov 4, 2024
0.2.2 Oct 27, 2024
0.2.1 Sep 17, 2024
0.1.1 Sep 15, 2024

#1013 in Hardware support

25 downloads per month

MIT license

11KB
217 lines

Advanced Shift Registers

Simple way to control shift registers (with embedded_hal). You can easily use your shifregisters as output pin multiplexers.

crates.io MIT license

Support

I've only tested it on 74HC595, but im sure it will work fine on similar modules.

TODO

  • Maybe better support for inputs (only one input High at the time without diodes)
  • Less unsafe if possible?

Dependencies

~140KB