From 2e8e7b7e2a10bc601b96b52b02f06f840f56e35f Mon Sep 17 00:00:00 2001 From: Sietse Jonker Date: Fri, 9 Feb 2024 12:18:15 +0100 Subject: [PATCH] adds sources --- docs/arduino-documentation/i2c-ESP32.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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**