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 405fa8c + 6a487c3 commit 35a91a7Copy full SHA for 35a91a7
examples/lis3dh_simpletest.py
@@ -12,7 +12,7 @@
12
lis3dh = adafruit_lis3dh.LIS3DH_I2C(i2c, address=0x19, int1=int1)
13
else:
14
i2c = busio.I2C(board.SCL, board.SDA)
15
- int1 = digitalio.DigitalInOut(board.D9) # Set this to the correct pin for the interrupt!
+ int1 = digitalio.DigitalInOut(board.D6) # Set this to the correct pin for the interrupt!
16
lis3dh = adafruit_lis3dh.LIS3DH_I2C(i2c, int1=int1)
17
18
# Hardware SPI setup:
0 commit comments