]> www.fi.muni.cz Git - bike-lights.git/blobdiff - firmware/tmr.c
ambient.c: adjust the day/dawn values
[bike-lights.git] / firmware / tmr.c
index f0d7d9350f59abb301bf131c54414d6ffb44028b..23b70b68e316e372782a0d74be4883002fd564ea 100644 (file)
@@ -34,6 +34,7 @@ ISR(TIMER0_COMPA_vect)
        if (--pattern_div == 0) {
                timer_check_buttons();
                patterns_next_tick();
+               timer_start_slow_adcs();
                pattern_div = PATTERN_DIV;
        }
 }