From 09a862facf51372f7d61219a0e9727dc6ccbc4a7 Mon Sep 17 00:00:00 2001 From: Christophe Robillard Date: Sun, 10 Aug 2025 17:53:45 +0200 Subject: [PATCH] add pin layout --- the-cup.ino | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/the-cup.ino b/the-cup.ino index dfbfe63..34ac580 100644 --- a/the-cup.ino +++ b/the-cup.ino @@ -1,3 +1,16 @@ + /* Pin layout used: + * ----------------------------------------------------------------------------------------- + * MFRC522 ESP8266 +* Reader/PCD Feather Huzzah + * Signal Pin Pin + * ----------------------------------------------------------------------------------------- + * SPI SS 1 SDA(SS) SDA/4 + * SPI SCK SCK 14 / SCK + * SPI MOSI MOSI 13 / MOSI + * SPI MISO MISO 12 / MISO + * + */ + #include // https://github.com/tzapu/WiFiManager #include