diff --git a/ShiftRegLeds/src/main.cpp b/ShiftRegLeds/src/main.cpp index 454ffd0..8cac039 100644 --- a/ShiftRegLeds/src/main.cpp +++ b/ShiftRegLeds/src/main.cpp @@ -6,7 +6,7 @@ int latchPin = 11; int clockPin = 9; int dataPin = 12; -int dt = 100; +int dt = 600; byte ledByte = 0b11111110;