Skip to content

Commit ebbe696

Browse files
authored
Merge pull request #71 from dhalbert/doc-param-fix
Fix interrupt pin param doc
2 parents daff8cd + a983d5c commit ebbe696

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

adafruit_lis3dh.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,10 @@
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
91+
the LIS3DH INT1 interrupt pin
92+
:param digitalio.DigitalInOut int2: `digitalio.DigitalInOut` connected to
93+
the LIS3DH INT2 interrupt pin
9594
"""
9695

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

0 commit comments

Comments
 (0)