We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3af437 commit 45f5449Copy full SHA for 45f5449
cores/esp32/esp32-hal-i2c.c
@@ -26,7 +26,7 @@
26
27
void i2cAttachSCL(i2c_t * i2c, int8_t scl)
28
{
29
- pinMode(scl, OUTPUT_OPEN_DRAIN);
+ pinMode(scl, OUTPUT);
30
pinMatrixOutAttach(scl, I2C_SCL_IDX(i2c->num), false, false);
31
pinMatrixInAttach(scl, I2C_SCL_IDX(i2c->num), false);
32
}
0 commit comments