diff --git a/ShiftRegLeds/src/main.cpp b/ShiftRegLeds/src/main.cpp index 8cac039..660d242 100644 --- a/ShiftRegLeds/src/main.cpp +++ b/ShiftRegLeds/src/main.cpp @@ -6,8 +6,8 @@ int latchPin = 11; int clockPin = 9; int dataPin = 12; -int dt = 600; -byte ledByte = 0b11111110; +int dt = 300; +byte ledByte = 0b10000000; void setup() {