This commit is contained in:
2025-06-15 20:53:36 +01:00
parent 49d5847980
commit 8145e1c790
3 changed files with 17 additions and 3 deletions

7
driver/leds_codes.h Normal file
View File

@ -0,0 +1,7 @@
#ifndef _LEDS_CODES_H_
#define _LEDS_CODES_H_
enum led_color_e { e_RED, e_BLUE };
enum led_state_e { e_ON, e_OFF };
#endif /* _LEDS_CODES_H_ */