Skip to content

Commit 00d9cf7

Browse files
lucarin91mirkokurtstefanotorneo
authored
fix(real-time-accelerometer): update modulino library reference (#10)
* fix(real-time-accelerometer): update modulino library reference --------- Co-authored-by: Mirko Curtolo <mirko.curtolo86@gmail.com> Co-authored-by: Stefano Torneo <s.torneo@arduino.cc>
1 parent 61f7fe7 commit 00d9cf7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

THIRD-PARTY-LICENSES.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
{
3333
"License": "Mozilla Public License 2.0 (MPL 2.0)",
3434
"Name": "certifi",
35-
"Version": "2025.10.5"
35+
"Version": "2025.11.12"
3636
},
3737
{
3838
"License": "MIT",

examples/real-time-accelerometer/sketch/sketch.ino

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

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

88
// Create a ModulinoMovement object
99
ModulinoMovement movement;

examples/real-time-accelerometer/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)