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 ffb3122 commit 1840b86Copy full SHA for 1840b86
src/components/i2c/WipperSnapper_I2C.cpp
@@ -375,7 +375,8 @@ bool WipperSnapper_Component_I2C::initI2CDevice(
375
WS_DEBUG_PRINTLN("LTR390 Initialized Successfully!");
376
} else if ((strcmp("ltr329", msgDeviceInitReq->i2c_device_name) == 0) ||
377
(strcmp("ltr303", msgDeviceInitReq->i2c_device_name) == 0)) {
378
- _ltr329 = new WipperSnapper_I2C_Driver_LTR329_LTR303(this->_i2c, i2cAddress);
+ _ltr329 =
379
+ new WipperSnapper_I2C_Driver_LTR329_LTR303(this->_i2c, i2cAddress);
380
if (!_ltr329->begin()) {
381
WS_DEBUG_PRINTLN("ERROR: Failed to initialize LTR329/303");
382
_busStatusResponse =
0 commit comments