From cad96deea1c9fe8465cc8f20034b06bc35580240 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Thu, 19 Jun 2025 02:28:13 -0400 Subject: [PATCH] . --- index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index 4bf41a7..0428dc7 100644 --- a/index.md +++ b/index.md @@ -124,8 +124,8 @@ The image of the PCB board below depicts the physical locations of the __SDA__ a ``` C i2c_config_t conf = {     .mode = I2C_MODE_MASTER, -    .sda_io_num = 18, -    .scl_io_num = 19, +    .sda_io_num = 8, +    .scl_io_num = 9,     .sda_pullup_en = GPIO_PULLUP_ENABLE,     .scl_pullup_en = GPIO_PULLUP_ENABLE,     .master.clk_speed = 100000,