We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eef64ec commit dbcef28Copy full SHA for dbcef28
tests/test_navx.py
@@ -9,3 +9,13 @@ def test_get_angle():
9
def test_get_rotation2d():
10
imu = navx.AHRS.create_spi()
11
imu.getRotation2d()
12
+
13
14
+def test_get_board_yaw_axis():
15
+ imu = navx.AHRS.create_spi()
16
+ imu.getBoardYawAxis()
17
18
19
+def test_get_velocity_x():
20
21
+ imu.getVelocityX()
0 commit comments