Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: MPL-2.0

#include <Modulino.h>
#include <Arduino_Modulino.h>
#include <Arduino_RouterBridge.h>

// Create object instance
Expand All @@ -16,7 +16,6 @@ void setup() {

// Initialize Modulino I2C communication
Modulino.begin(Wire1);

// Detect and connect to temperature/humidity sensor module
thermo.begin();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ profiles:
- DebugLog (0.8.4)
- ArxContainer (0.7.0)
- ArxTypeTraits (0.3.1)
- Modulino (0.5.0)
- Arduino_Modulino (0.6.1)
- Arduino_HS300x (1.0.0)
- Arduino_LPS22HB (1.0.2)
- Arduino_LSM6DSOX (1.1.2)
Expand Down