diff --git a/README.md b/README.md index d4ca12c..f29aaf5 100644 --- a/README.md +++ b/README.md @@ -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: