X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=lights.h;h=56345fb9f7819354299f419804d19653f2bdbd5b;hb=404cf862f8c6bb413580dce16d0a0bdab1037525;hp=ec2397f0e80629eb32c476c8fbd87ec102aea4c7;hpb=569867e93d1689d327a4fbf496e41d90cb0a4e1c;p=bike-lights.git diff --git a/lights.h b/lights.h index ec2397f..56345fb 100644 --- a/lights.h +++ b/lights.h @@ -58,10 +58,14 @@ void ambient_adc(uint16_t adc_val); /* pattern.c */ void pattern_init(); void patterns_next_tick(); +void led_set_status(unsigned char status); /* buttons.c */ void init_buttons(); void timer_check_buttons(); +/* init.c */ +void hw_setup(); + #endif /* !LIGHTS_H__ */