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.
1 parent 9af329a commit 4f5b1e3Copy full SHA for 4f5b1e3
examples/lis3dh_simpletest.py
@@ -21,7 +21,7 @@
21
# int1 = digitalio.DigitalInOut(board.D6) # Set to correct pin for interrupt!
22
# lis3dh = adafruit_lis3dh.LIS3DH_SPI(spi, cs, int1=int1)
23
24
-#PyGamer SPI Setup:
+#PyGamer I2C Setup:
25
#i2c = busio.I2C(board.SCL, board.SDA)
26
#int1 = digitalio.DigitalInOut(board.ACCELEROMETER_INTERRUPT)
27
#lis3dh = adafruit_lis3dh.LIS3DH_I2C(i2c, address=0x19, int1=int1)
0 commit comments