From bfa985f830e4c54c34f0e2a89b9f2eea90377834 Mon Sep 17 00:00:00 2001 From: unlockable Date: Thu, 7 Sep 2023 11:43:18 +0800 Subject: [PATCH] Blink. --- 8By8/8By8.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/8By8/8By8.ino b/8By8/8By8.ino index 17a884c..0e352f0 100644 --- a/8By8/8By8.ino +++ b/8By8/8By8.ino @@ -164,7 +164,7 @@ void setup() { TIMSK4 |= (1 << OCIE4A); sei(); - Cube::set_blinking(1, 1, 1); +// Cube::set_blinking(1, 1, 1); Serial.begin(115200); }