We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6164aa0 commit 7c3c3ceCopy full SHA for 7c3c3ce
examples/simpletest.py
@@ -34,7 +34,7 @@
34
accel_x, accel_y, accel_z))
35
print('Magnetometer (gauss): ({0:0.3f},{1:0.3f},{2:0.3f})'.format(
36
mag_x, mag_y, mag_z))
37
- print('Gyroscope (radians/sec): ({0:0.3f},{1:0.3f},{2:0.3f})'.format(
+ print('Gyroscope (degrees/sec): ({0:0.3f},{1:0.3f},{2:0.3f})'.format(
38
gyro_x, gyro_y, gyro_z))
39
print('Temperature: {0:0.3f}C'.format(temp))
40
# Delay for a second.
0 commit comments