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.
2 parents daff8cd + a983d5c commit ebbe696Copy full SHA for ebbe696
adafruit_lis3dh.py
@@ -87,11 +87,10 @@
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 interrupt pin
+ :param digitalio.DigitalInOut int2: `digitalio.DigitalInOut` connected to
+ the LIS3DH INT2 interrupt pin
95
"""
96
97
def __init__(self, int1=None, int2=None):
0 commit comments