mirror of
https://github.com/sweidac/kidsbox.git
synced 2025-07-28 03:41:54 +02:00
Cleanup WebInterface and make RFIDInterface reachable.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define _RFID_INTERFACE_HPP
|
||||
|
||||
#include <rc522.h>
|
||||
#include "WebInterface.hpp"
|
||||
|
||||
class RFIDInterface {
|
||||
rc522_start_args_t startConfig;
|
||||
@@ -9,6 +10,7 @@ class RFIDInterface {
|
||||
public:
|
||||
RFIDInterface();
|
||||
void start();
|
||||
void registerWebResources(WebInterface* interface);
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user