#define CLOCK_PIN PB5
#define LATCH_PIN PB3
void setup() {
}
void loop() {
// put your main code here, to run repeatedly:
}
#define CLOCK_PIN PB5
#define LATCH_PIN PB3
void setup() {
}
void loop() {
// put your main code here, to run repeatedly:
}