We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ecc5ef commit 1877c7bCopy full SHA for 1877c7b
adafruit_lsm303_accel.py
@@ -92,6 +92,8 @@
92
_LSM303ACCEL_MG_LSB = 16704.0 # magic!
93
_GRAVITY_STANDARD = 9.80665 # Earth's gravity in m/s^2
94
_SMOLLER_GRAVITY = 0.00980665
95
+
96
97
# pylint: disable=too-few-public-methods
98
class Rate:
99
"""Options for `data_rate`"""
0 commit comments