15 lines
172 B
C
Executable File
15 lines
172 B
C
Executable File
#ifndef WIEGAND_READER_H
|
|
#define WIEGAND_READER_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void initWiegand(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif // WIEGAND_READER_H
|