Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShiftRegister

An Arduino Library to use both 74HC595 and 74HC165 chips as regular pins. Pretty simple and I know its been done before, but i wanted to make my own. Its real easy to use and only has a few functions. It will work with up to 8 shift registers daisychained. Here are the key terms in the library:

ShiftRegister74HC5959 object(dataPin, latchPin, clockPin);
object.set(pin, STATE);
object.setAll(STATE);
object.setNumOfRegisters(num);

About

An Arduino Library to use 74HC595 ShiftRegister pins as normal pins

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages