Simsso / ShiftRegister74HC595

Arduino library that simplifies the usage of shift registers
https://timodenk.com/blog/shift-register-arduino-library/
MIT License
137 stars 43 forks source link
74hc595 arduino library shift-register

ShiftRegister 74HC595 Arduino Library

This library simplifies the usage of shift registers. For instance, it allows to set pins of the shift register just like normal Arduino pins:

sr.set(1, HIGH)

Please find the detailed documentation at https://timodenk.com/blog/shift-register-arduino-library/.

An example sketch can be found in this repository at /examples/example/example.ino.