We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c1af9 commit 97ad17fCopy full SHA for 97ad17f
examples/lis3dh_simpletest.py
@@ -19,11 +19,6 @@
19
i2c = busio.I2C(board.SCL, board.SDA)
20
lis3dh = adafruit_lis3dh.LIS3DH_I2C(i2c)
21
22
-# Hardware I2C setup on CircuitPlayground Express:
23
-# import busio
24
-# i2c = busio.I2C(board.ACCELEROMETER_SCL, board.ACCELEROMETER_SDA)
25
-# lis3dh = adafruit_lis3dh.LIS3DH_I2C(i2c, address=0x19)
26
-
27
# Software I2C setup:
28
#import bitbangio
29
#i2c = bitbangio.I2C(board.SCL, board.SDA)
0 commit comments