Skip to content

Commit 69a2a94

Browse files
committed
readd mpu
1 parent 7cd79a1 commit 69a2a94

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

lsm9ds1.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
MAX_INVALID_MAG = 99.0
1111

12-
#
1312
# Hardware Constants
1413
#
1514
# from LSM9DS1_Datasheet.pdf

mpu2.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import time
22

3-
from lsm9ds1 import lsm9ds1
4-
3+
import lsm9ds1
54

65
class SimpleExample:
76
X_IND = 1

0 commit comments

Comments
 (0)