An Arduino Library for interface 74HC595, compatible with Arduino UNO, MEGA, DUO, ESP8266, ESP32
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.
Encourage us by donating a penny
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 |
Name | Return | Notes |
---|---|---|
sendToShiftRegister(data) | void | For send data to shift register and set output of it accordingly |
- Copyright (c) 2021 Ankit Ghevariya
- Licensed under GPL-3.0 (LICENSE)