11 lines
No EOL
171 B
C
11 lines
No EOL
171 B
C
#ifndef LOCAL_ACL_H
|
|
#define LOCAL_ACL_H
|
|
|
|
#include "acl.h"
|
|
#include "settings.h"
|
|
#include "hardware.h"
|
|
#include "buzzer_ctl.h"
|
|
|
|
extern void localAcl(String cardID);
|
|
|
|
#endif |