add pin layout

This commit is contained in:
Christophe Robillard 2025-08-10 17:53:45 +02:00
parent c135446c89
commit 09a862facf

View file

@ -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 <WiFiManager.h> // https://github.com/tzapu/WiFiManager #include <WiFiManager.h> // https://github.com/tzapu/WiFiManager
#include <ESP8266HTTPClient.h> #include <ESP8266HTTPClient.h>