mirror of
https://github.com/sweidac/kidsbox.git
synced 2025-07-28 03:41:54 +02:00
Adds rfid example code.
This commit is contained in:
14
device/main/RFIDInterface.hpp
Normal file
14
device/main/RFIDInterface.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef _RFID_INTERFACE_HPP
|
||||
#define _RFID_INTERFACE_HPP
|
||||
|
||||
#include <rc522.h>
|
||||
|
||||
class RFIDInterface {
|
||||
rc522_start_args_t startConfig;
|
||||
|
||||
public:
|
||||
RFIDInterface();
|
||||
void start();
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user