RFID reading now includes RFID data, enabling you to save additional data (still to come...) to the rfid card.

This commit is contained in:
2019-11-14 06:48:21 +01:00
parent b32f7d1228
commit 15f6d78128
2 changed files with 78 additions and 57 deletions

View File

@ -17,6 +17,8 @@ private:
void _check_buttons();
bool _debounce_button(uint8_t index);
uint32_t _get_rfid_card_uid();
String _read_rfid_data();
bool _rfid_present = false;
uint32_t _last_rfid_card_uid = 0;
uint8_t _no_rfid_card_count = 0;
Player* _player;