Skip to content

Commit 545ed93

Browse files
committed
fusiontest.py minor fix. Part update README.md.
1 parent 0d647f5 commit 545ed93

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ The issue of the orientation of the sensor is discussed in
9595
1. `fusion.py` The standard synchronous fusion library.
9696
2. `fusion_async.py` Version of the library using uasyncio for nonblocking
9797
access to pitch, heading and roll.
98-
3. `orientate.py` A utility for adjusting orientation of an IMU for sensor
98+
3. `deltat.py` Controls timing for above.
99+
4. `orientate.py` A utility for adjusting orientation of an IMU for sensor
99100
fusion.
100101

101102
Test/demo programs:

fusiontest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# V0.7 25th June 2015 Adapted for new MPU9x50 interface
77

88
from machine import Pin
9+
import pyb
910
import utime as time
1011
from mpu9150 import MPU9150
1112
from fusion import Fusion

0 commit comments

Comments
 (0)