summaryrefslogtreecommitdiffstats
path: root/r503.h
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-05-07 14:46:05 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-05-07 14:46:05 +0800
commit737e4e248ce408c43ac02917a5fa9aced89b7af6 (patch)
treed7d1935a2752943120292ed7a75a5f42ec1daef3 /r503.h
parentd3949ef1b98d6ef2a135d9b31b26d86314acce60 (diff)
downloadavr-fpm-drivers-737e4e248ce408c43ac02917a5fa9aced89b7af6.tar.gz
Delete all prints.
Diffstat (limited to 'r503.h')
-rw-r--r--r503.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/r503.h b/r503.h
index 66ab5eb..f941cb9 100644
--- a/r503.h
+++ b/r503.h
@@ -7,12 +7,14 @@ typedef enum {
RED = 0x01,
BLUE = 0x02,
PURPLE = 0x03
-} FPM_LED_COLOR;
+} COLOR;
uint8_t fpm_init(void);
-void fpm_led_on(FPM_LED_COLOR color);
+void fpm_led_on(COLOR color);
void fpm_led_off(void);
+uint8_t fpm_clear_db(void);
+
#endif /* FPM_R50_H */