Skip to content

Commit 7c3c3ce

Browse files
committed
Fix example units.
1 parent 6164aa0 commit 7c3c3ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simpletest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
accel_x, accel_y, accel_z))
3535
print('Magnetometer (gauss): ({0:0.3f},{1:0.3f},{2:0.3f})'.format(
3636
mag_x, mag_y, mag_z))
37-
print('Gyroscope (radians/sec): ({0:0.3f},{1:0.3f},{2:0.3f})'.format(
37+
print('Gyroscope (degrees/sec): ({0:0.3f},{1:0.3f},{2:0.3f})'.format(
3838
gyro_x, gyro_y, gyro_z))
3939
print('Temperature: {0:0.3f}C'.format(temp))
4040
# Delay for a second.

0 commit comments

Comments
 (0)