Update README.md

This commit is contained in:
Daniel Perron
2019-09-20 15:22:06 -04:00
committed by GitHub
parent 950cdee303
commit b628e61983

View File

@@ -22,13 +22,13 @@ For the ESP8266 there are multiple solutions to do that. E.g. use the
I used the following pins for my setup:
| Signal | GPIO ESP8266 | GPIO WiPy | Note |
| --------- | ------------ | -------------- | ------------------------------------ |
| sck | 0 | "GP14" | |
| mosi | 2 | "GP16" | |
| miso | 4 | "GP15" | |
| rst | 5 | "GP22" | |
| cs | 14 | "GP14" |Labeled SDA on most RFID-RC522 boards |
| Signal | GPIO ESP8266 | GPIO ESP32 | GPIO WiPy | Note |
| --------- | ------------ | ---------- | -------------- | ------------------------------------ |
| sck | 0 | 18 | "GP14" | |
| mosi | 2 | 23 | "GP16" | |
| miso | 4 | 19 | "GP15" | |
| rst | 5 | 22 | "GP22" | |
| cs | 14 | 21 | "GP14" |Labeled SDA on most RFID-RC522 boards |
Now enter the REPL you could run one of the two exmaples: