Skip to content

An Arduino Library for interface 74HC595, compatible with Arduino UNO, MEGA, DUO, ESP8266, ESP32

License

Notifications You must be signed in to change notification settings

AyushMarsian/SR74HC595

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SR74HC595

An Arduino Library for interface 74HC595, compatible with Arduino UNO, MEGA, DUO, ESP8266, ESP32

Download and Install.

Download, then rename the uncompressed folder to SR74HC595.

Go to arduino IDE Sketch >> Import Library >> add library... Select the folder SR74HC595

OR

Place the SR74HC595 library folder into your \Documents\Arduino\libraries folder. You may need to create the libraries subfolder if its your first library. Restart the IDE.

Encoragement

Encourage us by donating a penny

Donate

Connections & pinouts

Arduino UNO 74HC595 Notes
5v Vcc Power supply input
D5 DS You can change this pin in example code as per your requirement
D6 SH_CP You can change this pin in example code as per your requirement
D7 ST_CP You can change this pin in example code as per your requirement
GND GND Required common ground

Methods and functions

Name Return Notes
sendToShiftRegister(data) void For send data to shift register and set output of it accordingly

Basic wiring diagram

alt text

Copyright and license

About

An Arduino Library for interface 74HC595, compatible with Arduino UNO, MEGA, DUO, ESP8266, ESP32

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages