8s instead of 4s

pico-v0.39
alanbjohnston 3 years ago committed by GitHub
parent 5301d80294
commit 3311da5918
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3877,7 +3877,9 @@ void start_button_isr() {
Serial.println("Starting pushbutton ISR");
// if (ITimer1.attachInterruptInterval(2000000, TimerHandler1))
if (ITimer1.attachInterruptInterval(4000000, TimerHandler1))
// if (ITimer1.attachInterruptInterval(4000000, TimerHandler1))
if (ITimer1.attachInterruptInterval(8000000, TimerHandler1))
{
if (debug_mode)
Serial.print(F("Starting ITimer1 OK, micros() = "));

Loading…
Cancel
Save

Powered by TurnKey Linux.