Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
and separate data lines for the different colored Leds
void LoadClock(int _Data){
for (int Bit = 0; Bit < 8; Bit++){
digitalWrite(Data,bitRead(_Data,Bit));
digitalWrite(ShiftClock,HIGH);
digitalWrite(ShiftClock,LOW);
}
digitalWrite(RegClock,HIGH);
digitalWrite(RegClock,LOW);
}
If I have RED and GREEN LEDs on the perimeter chasing around the tree I need one data source
RED LEDs = 10101010
GREEN LEDs = 01010101