From d3949ef1b98d6ef2a135d9b31b26d86314acce60 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Tue, 6 May 2025 07:55:12 +0800 Subject: LED ctrl functions. --- r503.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'r503.h') diff --git a/r503.h b/r503.h index 980fb9c..66ab5eb 100644 --- a/r503.h +++ b/r503.h @@ -3,6 +3,16 @@ #include +typedef enum { + RED = 0x01, + BLUE = 0x02, + PURPLE = 0x03 +} FPM_LED_COLOR; + uint8_t fpm_init(void); +void fpm_led_on(FPM_LED_COLOR color); + +void fpm_led_off(void); + #endif /* FPM_R50_H */ -- cgit v1.2.3