ShiftRegisterController

Device Control

An Arduino library that allows seamless control of the 74HC595 shift register.
This library provides a straightforward method for integrating 74HC595 shift registers using digitalWrite() and digitalRead(). By utilizing digitalWrite(Read)(), you can conveniently control the shift register pins as if they were an extension of the digital I/O pins. It's important to note that when reading a pin, the library retrieves the information from a buffer that holds the output state, rather than directly from the physical pin.

Author: MOMIZI

Maintainer: MOMIZI

Read the documentation

Compatibility

This library is compatible with all architectures so you should be able to use it on all the Arduino boards.

Releases

To use this library, open the Library Manager in the Arduino IDE and install it from there.