We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a5fb36 commit 5897882Copy full SHA for 5897882
adafruit_lsm6ds/lsm6ds3trc.py
@@ -9,6 +9,7 @@
9
10
_LSM6DS_CTRL10_C = const(0x19)
11
12
+
13
class LSM6DS3TRC(LSM6DS): # pylint: disable=too-many-instance-attributes
14
15
"""Driver for the LSM6DS3TR-C 6-axis accelerometer and gyroscope.
0 commit comments