Update countdown
This commit is contained in:
@@ -7,7 +7,7 @@ SAMD_ISR_Timer TasksISRs;
|
||||
void TasksHandler(void) { TasksISRs.run(); }
|
||||
|
||||
|
||||
const int COUNTDOWN = 240;
|
||||
const int COUNTDOWN = 600;
|
||||
const int PERIOD_MS = 1000;
|
||||
const int BUZZER_FREQ = 300;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user