8 lines
135 B
C
8 lines
135 B
C
|
#pragma once
|
||
|
|
||
|
void backlight_pins_init(void);
|
||
|
void backlight_pins_on(void);
|
||
|
void backlight_pins_off(void);
|
||
|
|
||
|
void breathing_task(void);
|