Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/real-time-accelerometer/sketch/sketch.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
//
// SPDX-License-Identifier: MPL-2.0

#include <Arduino_Modulino.h>
#include <Arduino_RouterBridge.h>
#include <Modulino.h>

// Create a ModulinoMovement object
ModulinoMovement movement;
Expand Down
2 changes: 1 addition & 1 deletion examples/real-time-accelerometer/sketch/sketch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ profiles:
- DebugLog (0.8.4)
- ArxContainer (0.7.0)
- ArxTypeTraits (0.3.1)
- Modulino (0.5.0)
- Arduino_Modulino (0.6.1)
- Arduino_HS300x (1.0.0)
- Arduino_LPS22HB (1.0.2)
- Arduino_LSM6DSOX (1.1.2)
Expand Down
Loading