Files
chargeflow/components/auth/include/main_wiegand.h
2025-06-07 22:40:43 +01:00

16 lines
175 B
C

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