Files
chargeflow/components/auth/include/wiegand_reader.h
2025-06-08 10:06:28 +01:00

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