]> www.fi.muni.cz Git - bike-lights.git/blobdiff - firmware/lights.h
ambient.c: settings for my wife's bike
[bike-lights.git] / firmware / lights.h
index 3af09cd9c2555dd93a72670f852e413981b778dd..49bb94c5a38091991d4c0ac57f2adcd90020f80b 100644 (file)
@@ -2,6 +2,7 @@
 #define LIGHTS_H__ 1
 
 #define TESTING_FW 1
+#define PAVLINA 1      // settings for my wife's bike
 
 #define N_LEDS 4
 #define N_STATUS_LED 1
@@ -81,7 +82,7 @@ void gpio_set(unsigned char n, unsigned char on);
 void init_ambient();
 void susp_ambient();
 void ambient_log_min_max();
-extern volatile unsigned char ambient_zone;
+extern volatile unsigned char ambient_zone, ambient_shadow;
 void ambient_adc(uint16_t adc_val);
 
 /* pattern.c */