Skip to content

Commit 3fbf837

Browse files
authored
Merge pull request #63 from adafruit/ladyada-patch-3
Update lis3dh_simpletest.py
2 parents 0e0c68d + 9f17c0a commit 3fbf837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/lis3dh_simpletest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# int1 = digitalio.DigitalInOut(board.D6) # Set to correct pin for interrupt!
2222
# lis3dh = adafruit_lis3dh.LIS3DH_SPI(spi, cs, int1=int1)
2323

24-
# PyGamer I2C Setup:
24+
# PyGamer or MatrixPortal I2C Setup:
2525
# i2c = busio.I2C(board.SCL, board.SDA)
2626
# int1 = digitalio.DigitalInOut(board.ACCELEROMETER_INTERRUPT)
2727
# lis3dh = adafruit_lis3dh.LIS3DH_I2C(i2c, address=0x19, int1=int1)

0 commit comments

Comments
 (0)