We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c4929e commit 9189346Copy full SHA for 9189346
2 files changed
examples/home-climate-monitoring-and-storage/sketch/sketch.ino
@@ -2,7 +2,7 @@
2
//
3
// SPDX-License-Identifier: MPL-2.0
4
5
-#include <Modulino.h>
+#include <Arduino_Modulino.h>
6
#include <Arduino_RouterBridge.h>
7
8
// Create object instance
@@ -16,7 +16,6 @@ void setup() {
16
17
// Initialize Modulino I2C communication
18
Modulino.begin(Wire1);
19
-
20
// Detect and connect to temperature/humidity sensor module
21
thermo.begin();
22
}
examples/home-climate-monitoring-and-storage/sketch/sketch.yaml
@@ -8,7 +8,7 @@ profiles:
- DebugLog (0.8.4)
9
- ArxContainer (0.7.0)
10
- ArxTypeTraits (0.3.1)
11
- - Modulino (0.5.0)
+ - Arduino_Modulino (0.6.1)
12
- Arduino_HS300x (1.0.0)
13
- Arduino_LPS22HB (1.0.2)
14
- Arduino_LSM6DSOX (1.1.2)
0 commit comments