Skip to content

Commit 9ad0294

Browse files
committed
smbus -> smbus2 (available/compiled package on pip3)
1 parent 839792d commit 9ad0294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MPU6050.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Copyright 2015
77
"""
88

9-
import smbus
9+
import smbus2 as smbus
1010
import time
1111

1212
class MPU6050:

0 commit comments

Comments
 (0)