X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=firmware%2Flights.h;h=826c2c6faf33fe5e010408811505e9477e695e4e;hb=ee55592455c9628ca21142449d4b5918a59151fe;hp=0f18a7875d6f2a15ec0eeff01b2c8374e8d855d6;hpb=fad6d0df251d09246816d5f6480543b8af588641;p=bike-lights.git diff --git a/firmware/lights.h b/firmware/lights.h index 0f18a78..826c2c6 100644 --- a/firmware/lights.h +++ b/firmware/lights.h @@ -45,18 +45,17 @@ void init_tmr(); void susp_tmr(); /* pwmled.c */ -void pwmled_init(); +void init_pwmled(); void pwmled_adc(unsigned char n, uint16_t adcval); void pwmled_set_mode(unsigned char n, unsigned char mode); /* gpio.c */ -void gpio_init(); +void init_gpio(); void susp_gpio(); void gpio_set(unsigned char n, unsigned char on); -void gpio_before_poweroff(); /* ambient.c */ -void ambient_init(); +void init_ambient(); extern volatile unsigned char ambient_zone; void ambient_adc(uint16_t adc_val);