File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
examples/home-climate-monitoring-and-storage/sketch Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 22//
33// SPDX-License-Identifier: MPL-2.0
44
5- #include < Modulino .h>
5+ #include < Arduino_Modulino .h>
66#include < Arduino_RouterBridge.h>
77
88// Create object instance
@@ -16,7 +16,7 @@ void setup() {
1616
1717 // Initialize Modulino I2C communication
1818 Modulino.begin (Wire1);
19-
19+
2020 // Detect and connect to temperature/humidity sensor module
2121 thermo.begin ();
2222}
@@ -36,4 +36,3 @@ void loop() {
3636 Bridge.notify (" record_sensor_samples" , celsius, humidity);
3737 }
3838}
39-
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ profiles:
88 - DebugLog (0.8.4)
99 - ArxContainer (0.7.0)
1010 - ArxTypeTraits (0.3.1)
11- - Modulino (0.5.0 )
11+ - Arduino_Modulino (0.6.1 )
1212 - Arduino_HS300x (1.0.0)
1313 - Arduino_LPS22HB (1.0.2)
1414 - Arduino_LSM6DSOX (1.1.2)
You can’t perform that action at this time.
0 commit comments