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

16 lines
175 B
C
Executable File

/*
* rc522.h
*
* Created on:
* Author:
*/
#ifndef MAIN_WIEGAND_H_
#define MAIN_WIEGAND_H_
#include <stdio.h>
void initWiegand();
#endif /* MAIN_WIEGAND_H_ */