Skip to content

Commit 577efda

Browse files
committed
wiring doc fix
1 parent ba76f29 commit 577efda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/wiring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Tu unmap pin function use -1 as pin number
1616
| Module Pin | CLI Name | ESP32 | ESP32-S3 |
1717
|------------|------------------|------:|---------:|
1818
| SCK/SCL | `pin_i2c_scl` | 22 | 10 |
19-
| SDA/SDI | `pin_i2c_scl` | 21 | 9 |
19+
| SDA/SDI | `pin_i2c_sda` | 21 | 9 |
2020

2121
> [!NOTE]
2222
> I2C driver accepts only pins from 1 to 31

0 commit comments

Comments
 (0)