Skip to content

Commit 077b245

Browse files
committed
Update library references for Arduino_Modulino in sketch files
1 parent 0203a1a commit 077b245

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

examples/home-climate-monitoring-and-storage/sketch/sketch.ino

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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,6 @@ void setup() {
1616

1717
// Initialize Modulino I2C communication
1818
Modulino.begin(Wire1);
19-
2019
// Detect and connect to temperature/humidity sensor module
2120
thermo.begin();
2221
}

examples/home-climate-monitoring-and-storage/sketch/sketch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)