Refactor rfid component to auth
This commit is contained in:
9
components/auth/include/auth.h
Normal file
9
components/auth/include/auth.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef AUTH_H
|
||||
#define AUTH_H
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
void auth_set_enable(bool value);
|
||||
bool auth_get_enable(void);
|
||||
|
||||
#endif // AUTH_H
|
||||
Reference in New Issue
Block a user