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 daff8cd commit b0531e9Copy full SHA for b0531e9
adafruit_lis3dh.py
@@ -87,11 +87,8 @@
87
class LIS3DH:
88
"""Driver base for the LIS3DH accelerometer.
89
90
- :param digitalio.DigitalInOut int1. pin on the sensor that would
91
- act as an in interrupt
92
- :param digitalio.DigitalInOut int2. pin on the sensor that would
93
94
-
+ :param digitalio.DigitalInOut int1: `digitalio.DigitalInOut` connected to the LIS3DH INT1 pin
+ :param digitalio.DigitalInOut int2: `digitalio.DigitalInOut` connected to the LIS3DH INT2 pin
95
"""
96
97
def __init__(self, int1=None, int2=None):
0 commit comments