Skip to content

Commit 2b4b3ad

Browse files
committed
Fix Modulino library dep
1 parent fe7f8d8 commit 2b4b3ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/vibration-anomaly-detection/sketch/sketch.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// SPDX-License-Identifier: MPL-2.0
44

55
#include <Arduino_RouterBridge.h>
6-
#include <Modulino.h>
6+
#include <Arduino_Modulino.h>
77

88
// Create a ModulinoMovement object
99
ModulinoMovement movement;

examples/vibration-anomaly-detection/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)