File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ def read_accel_raw(self):
264
264
return (raw_x , raw_y , raw_z )
265
265
266
266
@property
267
- def accelerometer (self ):
267
+ def acceleration (self ):
268
268
"""The accelerometer X, Y, Z axis values as a 3-tuple of
269
269
m/s^2 values.
270
270
"""
@@ -285,7 +285,7 @@ def read_mag_raw(self):
285
285
return (raw_x , raw_y , raw_z )
286
286
287
287
@property
288
- def magnetometer (self ):
288
+ def magnetic (self ):
289
289
"""The magnetometer X, Y, Z axis values as a 3-tuple of
290
290
gauss values.
291
291
"""
@@ -305,7 +305,7 @@ def read_gyro_raw(self):
305
305
return (raw_x , raw_y , raw_z )
306
306
307
307
@property
308
- def gyroscope (self ):
308
+ def gyro (self ):
309
309
"""The gyroscope X, Y, Z axis values as a 3-tuple of
310
310
degrees/second values.
311
311
"""
You can’t perform that action at this time.
0 commit comments