Update countdown

This commit is contained in:
cryptogopher
2026-02-07 16:58:15 +01:00
parent d6f9bb6634
commit 6a0a954814

View File

@@ -7,7 +7,7 @@ SAMD_ISR_Timer TasksISRs;
void TasksHandler(void) { TasksISRs.run(); } void TasksHandler(void) { TasksISRs.run(); }
const int COUNTDOWN = 240; const int COUNTDOWN = 600;
const int PERIOD_MS = 1000; const int PERIOD_MS = 1000;
const int BUZZER_FREQ = 300; const int BUZZER_FREQ = 300;