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 @@ -242,7 +242,7 @@ def get_acc_rates(self):
242
242
243
243
def get_gyro_x_rate (self ):
244
244
"""
245
- Individual axis read for the Gyroscope's X-axis, in mg
245
+ Individual axis read for the Gyroscope's X-axis, in mdps
246
246
"""
247
247
# Burst read data registers
248
248
raw_bytes = self ._getregs (LSM_REG_OUTX_L_G , 2 )
@@ -252,7 +252,7 @@ def get_gyro_x_rate(self):
252
252
253
253
def get_gyro_y_rate (self ):
254
254
"""
255
- Individual axis read for the Gyroscope's Y-axis, in mg
255
+ Individual axis read for the Gyroscope's Y-axis, in mdps
256
256
"""
257
257
# Burst read data registers
258
258
raw_bytes = self ._getregs (LSM_REG_OUTY_L_G , 2 )
@@ -262,7 +262,7 @@ def get_gyro_y_rate(self):
262
262
263
263
def get_gyro_z_rate (self ):
264
264
"""
265
- Individual axis read for the Gyroscope's Z-axis, in mg
265
+ Individual axis read for the Gyroscope's Z-axis, in mdps
266
266
"""
267
267
# Burst read data registers
268
268
raw_bytes = self ._getregs (LSM_REG_OUTZ_L_G , 2 )
You can’t perform that action at this time.
0 commit comments