update rfid firmware

This commit is contained in:
2021-10-17 13:26:15 +02:00
parent 8518f17ab0
commit b1703cde41
10 changed files with 63 additions and 38 deletions

View File

@@ -2,6 +2,7 @@
#include "board.h"
#include "Arduino.h"
#include "SerialDebug.h"
#include <SPI.h>
#include "lib_95HFConfigManager.h"
@@ -9,6 +10,7 @@
#include "lib_wrapper.h"
#include "miscellaneous.h"
#define RFIDINTERVAL 200
void initRfid(void);
void handleRfid(void);