File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,8 @@ The issue of the orientation of the sensor is discussed in
95
95
1 . ` fusion.py ` The standard synchronous fusion library.
96
96
2 . ` fusion_async.py ` Version of the library using uasyncio for nonblocking
97
97
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
99
100
fusion.
100
101
101
102
Test/demo programs:
Original file line number Diff line number Diff line change 6
6
# V0.7 25th June 2015 Adapted for new MPU9x50 interface
7
7
8
8
from machine import Pin
9
+ import pyb
9
10
import utime as time
10
11
from mpu9150 import MPU9150
11
12
from fusion import Fusion
You can’t perform that action at this time.
0 commit comments