Daten von RFID-Karten (versuchen zu) lesen.

This commit is contained in:
2022-08-21 17:40:22 +02:00
parent 6ddf1efd62
commit 3272921db2
2 changed files with 65 additions and 1 deletions

View File

@ -17,7 +17,8 @@ class Controller {
uint8_t button_pressed = 0;
unsigned long button_pressed_since = 0;
bool button_already_processed = false;
String read_rfid_data();
public:
void handle();
void next_track();