From 099a4f80e6e869582b5abc6d12d381bf6c48780f Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Wed, 7 May 2025 17:51:32 +0800 Subject: Match print. --- r503.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'r503.h') 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 */ -- cgit v1.2.3