Skip to content

Commit 35a91a7

Browse files
authored
Merge pull request #41 from kattni/example-update
Update pins to match guide
2 parents 405fa8c + 6a487c3 commit 35a91a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/lis3dh_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
lis3dh = adafruit_lis3dh.LIS3DH_I2C(i2c, address=0x19, int1=int1)
1313
else:
1414
i2c = busio.I2C(board.SCL, board.SDA)
15-
int1 = digitalio.DigitalInOut(board.D9) # Set this to the correct pin for the interrupt!
15+
int1 = digitalio.DigitalInOut(board.D6) # Set this to the correct pin for the interrupt!
1616
lis3dh = adafruit_lis3dh.LIS3DH_I2C(i2c, int1=int1)
1717

1818
# Hardware SPI setup:

0 commit comments

Comments
 (0)