Files
chargeflow/components/rfid/include/main_wiegand.h
2025-06-06 21:17:25 +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_ */