Skip to content

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

License

Notifications You must be signed in to change notification settings

Treebug842/ShiftRegister74HC595

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Packages

No packages published

Languages