diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2025-05-07 14:46:05 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2025-05-07 14:46:05 +0800 |
| commit | 737e4e248ce408c43ac02917a5fa9aced89b7af6 (patch) | |
| tree | d7d1935a2752943120292ed7a75a5f42ec1daef3 /fpm10a.h | |
| parent | d3949ef1b98d6ef2a135d9b31b26d86314acce60 (diff) | |
| download | avr-fpm-drivers-737e4e248ce408c43ac02917a5fa9aced89b7af6.tar.gz | |
Delete all prints.
Diffstat (limited to 'fpm10a.h')
| -rw-r--r-- | fpm10a.h | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/fpm10a.h b/fpm10a.h deleted file mode 100644 index f165958..0000000 --- a/fpm10a.h +++ /dev/null @@ -1,30 +0,0 @@ -#ifndef FPM_H -#define FPM_H - -#include <stdint.h> - -struct fpm_cfg { - uint16_t status; - uint16_t sysid; - uint16_t cap; - uint16_t sec_level; - uint8_t addr[4]; - uint16_t pkt_size; - uint16_t baud; -}; - -uint8_t fpm_init(void); - -uint8_t fpm_getcfg(struct fpm_cfg *cfg); - -uint8_t fpm_setpwd(uint32_t pwd); - -uint16_t fpm_getcount(void); - -uint8_t fpm_enroll(void); - -uint8_t fpm_match(void); - -uint8_t fpm_delete_all(void); - -#endif /* FPM_H */ |
