void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}
//green button is the data 1
//blue button is the clock 2
//yellow button is the latch 3
//data can be input at the end when clock is high then it can be sifted with latch
//hold the data button and then press the clock to save the data and then presslatch to shift Data
Clock
Latch