delay bug

This commit is contained in:
talksik
2024-01-25 13:51:59 -08:00
parent 4a3dcd00f3
commit 3b6a87c668
+1
View File
@@ -57,6 +57,7 @@ int main(int argc, char *argv[])
printf("Button pressed\n");
ledState = (ledState + 1) % NUM_LEDS;
buttonPressed = true;
delay(100);
}
else
{