function prototye for set_current_mode

This commit is contained in:
Stefan Rupp 2014-06-23 03:54:00 +02:00
parent 81affab6e2
commit 5806903747

View File

@ -23,6 +23,7 @@ void led_clear(void);
void led_turn_all_on(void); void led_turn_all_on(void);
void led_turn_all_off(void); void led_turn_all_off(void);
void led_set_gain(uint8_t gain); void led_set_gain(uint8_t gain);
void led_set_current_mode(uint8_t mode);
#endif // LEDCONTROLLER_H #endif // LEDCONTROLLER_H