refact auth
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user