change led pin

This commit is contained in:
Christophe Robillard 2025-11-06 16:40:52 +01:00
parent c332d8de8d
commit c3d84cc340

View file

@ -25,7 +25,7 @@
#include <MFRC522DriverPinSimple.h>
#include <MFRC522Debug.h>
#define LED_PIN 16
#define LED_PIN 15
#define SS_PIN 4
MFRC522DriverPinSimple ss_1_pin(SS_PIN); // Configurable, take an unused pin, only HIGH/LOW required, must be different to SS 2.