summaryrefslogtreecommitdiffstats
path: root/r503.h
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-05-07 17:51:32 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-05-07 17:51:32 +0800
commit099a4f80e6e869582b5abc6d12d381bf6c48780f (patch)
tree30d7e993ac6c970ae5ecc9922c12ebe91a52b09d /r503.h
parent5d885ede63e013ac6e7298ba9f2d8c701cf83bd3 (diff)
downloadavr-fpm-drivers-099a4f80e6e869582b5abc6d12d381bf6c48780f.tar.gz
Match print.
Diffstat (limited to 'r503.h')
-rw-r--r--r503.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/r503.h b/r503.h
index 9cf4909..936e4f6 100644
--- a/r503.h
+++ b/r503.h
@@ -23,14 +23,18 @@ uint8_t fpm_init(void);
uint8_t fpm_get_cfg(struct fpm_cfg *cfg);
+uint8_t fpm_set_pwd(uint32_t pwd);
+
void fpm_led_on(COLOR color);
void fpm_led_off(void);
-uint8_t fpm_clear_db(void);
-
uint16_t fpm_get_count(void);
uint8_t fpm_enroll(uint16_t id);
+uint8_t fpm_match(void);
+
+uint8_t fpm_clear_db(void);
+
#endif /* FPM_R50_H */