pybricks._common.IMU: Add imu status.

This commit is contained in:
Laurens Valk
2023-04-21 10:42:30 +02:00
committed by laurensvalk
parent 5b25606afa
commit bb37b94f5e
8 changed files with 77 additions and 1 deletions
@@ -80,8 +80,11 @@ def test_hub_dot_imu_dot():
"angular_velocity",
"heading",
"orientation",
"ready",
"reset_heading",
"rotation",
"set_stationary_thresholds",
"stationary",
"tilt",
"up",
]
+3
View File
@@ -98,8 +98,11 @@ def test_hub_dot_imu_dot():
"angular_velocity",
"heading",
"orientation",
"ready",
"reset_heading",
"rotation",
"set_stationary_thresholds",
"stationary",
"tilt",
"up",
]
+3
View File
@@ -68,8 +68,11 @@ def test_hub_dot_imu_dot():
"angular_velocity",
"heading",
"orientation",
"ready",
"reset_heading",
"rotation",
"set_stationary_thresholds",
"stationary",
"tilt",
"up",
]