Skip to content

Commit

Permalink
fusiontest.py minor fix. Part update README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhinch committed Apr 12, 2018
1 parent 0d647f5 commit 545ed93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ The issue of the orientation of the sensor is discussed in
1. `fusion.py` The standard synchronous fusion library.
2. `fusion_async.py` Version of the library using uasyncio for nonblocking
access to pitch, heading and roll.
3. `orientate.py` A utility for adjusting orientation of an IMU for sensor
3. `deltat.py` Controls timing for above.
4. `orientate.py` A utility for adjusting orientation of an IMU for sensor
fusion.

Test/demo programs:
Expand Down
1 change: 1 addition & 0 deletions fusiontest.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# V0.7 25th June 2015 Adapted for new MPU9x50 interface

from machine import Pin
import pyb
import utime as time
from mpu9150 import MPU9150
from fusion import Fusion
Expand Down

0 comments on commit 545ed93

Please sign in to comment.