refact auth

This commit is contained in:
2025-06-08 10:06:28 +01:00
parent 71b6cb7878
commit 214cf1ee04
236 changed files with 466 additions and 251 deletions

View File

@@ -1,15 +1,14 @@
/*
* rc522.h
*
* Created on:
* Author:
*/
#ifndef WIEGAND_READER_H
#define WIEGAND_READER_H
#ifndef MAIN_WIEGAND_H_
#define MAIN_WIEGAND_H_
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
void initWiegand(void);
void initWiegand();
#ifdef __cplusplus
}
#endif
#endif /* MAIN_WIEGAND_H_ */
#endif // WIEGAND_READER_H