forked from tuupola/micropython-mpu9250
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hi,
The example should read:
import time
from mpu9250 import MPU9250
sensor = MPU9250()
print("MPU9250 id: " + hex(sensor.read_whoami()))
while True:
print(sensor.read_acceleration())
print(sensor.read_gyro())
print(sensor.read_magnetic())
time.sleep(1000)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels