Skip to content

Commit 9af9955

Browse files
Update RoboHeart.cpp
1 parent b8e0549 commit 9af9955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RoboHeart.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515

16-
LSM6DS3 RoboHeart::imu;
16+
LSM6DS3 RoboHeart::imu(I2C_MODE, LSM6DS3_I2C_ADDR);
1717
float RoboHeart::_rotationX;
1818
float RoboHeart::_driftX;
1919
float RoboHeart::_rotationY;

0 commit comments

Comments
 (0)