summaryrefslogtreecommitdiffstats
path: root/r503.h
diff options
context:
space:
mode:
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 */