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 61f7fe7 commit d58d7ceCopy full SHA for d58d7ce
examples/real-time-accelerometer/sketch/sketch.ino
@@ -2,8 +2,8 @@
2
//
3
// SPDX-License-Identifier: MPL-2.0
4
5
+#include <Arduino_Modulino.h>
6
#include <Arduino_RouterBridge.h>
-#include <Modulino.h>
7
8
// Create a ModulinoMovement object
9
ModulinoMovement movement;
examples/real-time-accelerometer/sketch/sketch.yaml
@@ -8,7 +8,7 @@ profiles:
- DebugLog (0.8.4)
- 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