We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ec6c8 commit 5441c19Copy full SHA for 5441c19
src/components/i2c/WipperSnapper_I2C.cpp
@@ -82,7 +82,6 @@ WipperSnapper_Component_I2C::WipperSnapper_Component_I2C(
82
} else {
83
_isInit = true; // if the peripheral was configured incorrectly
84
}
85
- _i2c->setClock(100000);
86
#elif defined(ARDUINO_ARCH_ESP8266)
87
_i2c = new TwoWire();
88
_i2c->begin(msgInitRequest->i2c_pin_sda, msgInitRequest->i2c_pin_scl);
0 commit comments