Files

There are no circuits or boards in this repository.

Last update 5 years 1 month by thackerthanthis
FileslibrariesShiftRegister74HC595-master
..
examples
src
LICENSE
README.md
keywords.txt
library.properties
README.md

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 <![CDATA[]]>https://timodenk.com/blog/shift-register-arduino-library/<![CDATA[]]>.

An example sketch can be found in this repository at <![CDATA[]]>/examples/example/example.ino<![CDATA[]]>.

Report a bug