From e5119f5bfa16bd67fe128a7f84b3cae5630c7663 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Thu, 19 Jun 2025 02:27:53 -0400 Subject: [PATCH] . --- index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index.md b/index.md index a24e081..a115401 100644 --- a/index.md +++ b/index.md @@ -113,7 +113,11 @@ Smart speakers ## I2C Pins -The schematic excerpt provided below illustrates the wiring configuration for the __SDA__ and __SCL__ lines. Specifically, the __SDA__ line is connected to _GPIO 8_, while the __SCL__ line is connected to _GPIO 9_ on the ESP32-C3 Wroom module. The image of the PCB board below depicts the physical locations of the __SDA__ and __SCL__ terminals. +The schematic excerpt provided below illustrates the wiring configuration for the __SDA__ and __SCL__ lines. Specifically, the __SDA__ line is connected to _GPIO 8_, while the __SCL__ line is connected to _GPIO 9_ on the ESP32-C3 Wroom module. + + + +The image of the PCB board below depicts the physical locations of the __SDA__ and __SCL__ terminals.