Skip to content

Commit b0531e9

Browse files
committed
Fix interrupt pin param doc
1 parent daff8cd commit b0531e9

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

adafruit_lis3dh.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,8 @@
8787
class LIS3DH:
8888
"""Driver base for the LIS3DH accelerometer.
8989
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-
act as an in interrupt
94-
90+
:param digitalio.DigitalInOut int1: `digitalio.DigitalInOut` connected to the LIS3DH INT1 pin
91+
:param digitalio.DigitalInOut int2: `digitalio.DigitalInOut` connected to the LIS3DH INT2 pin
9592
"""
9693

9794
def __init__(self, int1=None, int2=None):

0 commit comments

Comments
 (0)