diff --git a/docs/arduino-documentation/i2c-ESP32.md b/docs/arduino-documentation/i2c-ESP32.md index 18a4203..4e61e06 100644 --- a/docs/arduino-documentation/i2c-ESP32.md +++ b/docs/arduino-documentation/i2c-ESP32.md @@ -22,9 +22,10 @@ Its pretty weird that it only works on default with GPIO 8 and 9, and i dont hav - https://learn.sparkfun.com/tutorials/i2c - https://www.esp32.com/viewtopic.php?t=20070 - https://www.esp32.com/viewtopic.php?t=23659 - +- Copilot contributed to the grammatical correctness of this document. + This pinout diagram from an old esp32 board shows GPIO 8 and 9 as the default I2C pins. And this appears to be the case for the **ESP32-S3 DevKitC** as well. ![ESP32-S2 Saola Pinout diagram](image.png) -**Written by Sietse** \ No newline at end of file +**Written by Sietse**