feat: implemented simple logic to detect cards and send information to master via I2C

This commit is contained in:
SWETRAK
2026-07-03 23:50:58 +02:00
parent 3eb119f6a2
commit a3cfa44d82
8 changed files with 138 additions and 9 deletions
+3 -1
View File
@@ -13,4 +13,6 @@ platform = espressif32
board = esp32dev
framework = arduino
monitor_speed = 115200
monitor_speed = 115200
lib_deps = miguelbalboa/MFRC522@^1.4.12