diff --git a/README.de.md b/README.de.md index a3bd989..15569a1 100644 --- a/README.de.md +++ b/README.de.md @@ -76,6 +76,10 @@ Deutsches Erklärvideo: [Youtube](https://youtu.be/uNDe2wh9SS8?si=b-jYx4I1w62zaO | PN532 MISO | 12 | | PN532 CS/SS | 15 | +Ich nutze die HSPI default PINs + IRQ und RESET am PN532 + +![ESP32](./img/ESP32-SPI-Pins.png) + ## Software-Abhängigkeiten ### ESP32-Bibliotheken diff --git a/README.md b/README.md index 8bf4260..2aac2e8 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,10 @@ german explanatory video: [Youtube](https://youtu.be/uNDe2wh9SS8?si=b-jYx4I1w62z | PN532 MISO | 12 | | PN532 CS/SS | 15 | +I use the HSPI default PINs + IRQ and RESET at the PN532 + +![ESP32](./img/ESP32-SPI-Pins.png) + ## Software Dependencies ### ESP32 Libraries diff --git a/img/ESP32-SPI-Pins.png b/img/ESP32-SPI-Pins.png new file mode 100644 index 0000000..8007347 Binary files /dev/null and b/img/ESP32-SPI-Pins.png differ