LibDriver EM4100
Loading...
Searching...
No Matches
driver_em4100_interface.h
Go to the documentation of this file.
1
36
37#ifndef DRIVER_EM4100_INTERFACE_H
38#define DRIVER_EM4100_INTERFACE_H
39
40#include "driver_em4100.h"
41
42#ifdef __cplusplus
43extern "C"{
44#endif
45
52
61
70
81uint8_t em4100_interface_contactless_read(uint32_t clock_div, uint8_t *buf, uint16_t len);
82
88void em4100_interface_delay_ms(uint32_t ms);
89
95void em4100_interface_debug_print(const char *const fmt, ...);
96
100
101#ifdef __cplusplus
102}
103#endif
104
105#endif
driver em4100 header file
void em4100_interface_debug_print(const char *const fmt,...)
interface print format data
uint8_t em4100_interface_contactless_deinit(void)
interface contactless deinit
uint8_t em4100_interface_contactless_init(void)
interface contactless init
uint8_t em4100_interface_contactless_read(uint32_t clock_div, uint8_t *buf, uint16_t len)
interface contactless read
void em4100_interface_delay_ms(uint32_t ms)
interface delay ms