From 7c5f44eaba9281890c0ffd56eb25d2ed576d816c Mon Sep 17 00:00:00 2001 From: Tom Nordal Date: Tue, 25 Jun 2024 07:55:54 +0200 Subject: [PATCH] change delay time --- ShiftRegLeds/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;