const int dataOut = 2;
const int latch = 3;
const int clockOut = 4;
const int dataIn = 5;
const int clockIn = 6;
const int load = 7;
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}