start MPU6050

pull/145/head
alanbjohnston 4 years ago committed by GitHub
parent 4a6ce151bd
commit b46c48f3f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -56,7 +56,9 @@ for i in range(len(chunks)):
humidity = chunks[i+4]
print(temp)
print(humidity)
if (chunks[i] == "MPU6050"):
print("Found MPU6050")
x_rotate = chunks[i+1]
#print(telem_string)

Loading…
Cancel
Save

Powered by TurnKey Linux.