We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba76f29 commit 577efdaCopy full SHA for 577efda
docs/wiring.md
@@ -16,7 +16,7 @@ Tu unmap pin function use -1 as pin number
16
| Module Pin | CLI Name | ESP32 | ESP32-S3 |
17
|------------|------------------|------:|---------:|
18
| SCK/SCL | `pin_i2c_scl` | 22 | 10 |
19
-| SDA/SDI | `pin_i2c_scl` | 21 | 9 |
+| SDA/SDI | `pin_i2c_sda` | 21 | 9 |
20
21
> [!NOTE]
22
> I2C driver accepts only pins from 1 to 31
0 commit comments