]> www.fi.muni.cz Git - bike-lights.git/blobdiff - firmware/lights.h
ambient.c: adjust the day/dawn values
[bike-lights.git] / firmware / lights.h
index e9d48aadaddd3494c0a4365d5d7c06d8e99830ee..772613ac513b34943450c4182a64302f545d5f6e 100644 (file)
@@ -25,10 +25,10 @@ void inline log_word(uint16_t word) { }
 #endif
 
 /* adc.c */
-#define PWMLED_ADC_SHIFT 3 /* 1<<3 measurements per single callback */
+#define PWMLED_ADC_SHIFT 1 /* 1<<1 measurements per single callback */
 void init_adc();
 void susp_adc();
-void timer_start_adcs();
+void timer_start_slow_adcs();
 
 /* pwm.c */
 /*