diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2025-05-07 17:51:32 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2025-05-07 17:51:32 +0800 |
| commit | 099a4f80e6e869582b5abc6d12d381bf6c48780f (patch) | |
| tree | 30d7e993ac6c970ae5ecc9922c12ebe91a52b09d /r503.h | |
| parent | 5d885ede63e013ac6e7298ba9f2d8c701cf83bd3 (diff) | |
| download | avr-fpm-drivers-099a4f80e6e869582b5abc6d12d381bf6c48780f.tar.gz | |
Match print.
Diffstat (limited to 'r503.h')
| -rw-r--r-- | r503.h | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 */ |
