ShiftRegisterController

An Arduino library that allows seamless control of the 74HC595 shift register.

Author
MOMIZI
Website
https://github.com/MOMIZICH/Shift_Register_Controller
Github
https://github.com/mmz-bin/Shift_Register_Controller
Category
Device Control
License
MIT
Library Type
Contributed
Architectures
Any

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.

Downloads

Filename Release Date File Size
ShiftRegisterController-0.2.0.zip 2023-11-27 12.94 KiB
ShiftRegisterController-0.1.0.zip 2023-11-23 12.69 KiB