Refactor rfid component to auth
This commit is contained in:
15
components/auth/include/main_wiegand.h
Normal file
15
components/auth/include/main_wiegand.h
Normal file
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* rc522.h
|
||||
*
|
||||
* Created on:
|
||||
* Author:
|
||||
*/
|
||||
|
||||
#ifndef MAIN_WIEGAND_H_
|
||||
#define MAIN_WIEGAND_H_
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
void initWiegand();
|
||||
|
||||
#endif /* MAIN_WIEGAND_H_ */
|
||||
Reference in New Issue
Block a user