add pin layout
This commit is contained in:
parent
c135446c89
commit
09a862facf
1 changed files with 13 additions and 0 deletions
13
the-cup.ino
13
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 <WiFiManager.h> // https://github.com/tzapu/WiFiManager
|
#include <WiFiManager.h> // https://github.com/tzapu/WiFiManager
|
||||||
#include <ESP8266HTTPClient.h>
|
#include <ESP8266HTTPClient.h>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue