1
Fork 0

test with accel

This commit is contained in:
Julian Gaal 2019-04-15 20:22:38 +02:00 committed by GitHub
parent e85228bfaf
commit f698f29903
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,3 +67,7 @@ class IMU:
return -((65535 - val) + 1)
else:
return val
imu = IMU()
while True:
print(imu.get_acc_angles())