Skip to content

Commit 97ad17f

Browse files
committed
adafruit#30 forgot to remove the commented CPX config
1 parent 58c1af9 commit 97ad17f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

examples/lis3dh_simpletest.py

-5
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@
1919
i2c = busio.I2C(board.SCL, board.SDA)
2020
lis3dh = adafruit_lis3dh.LIS3DH_I2C(i2c)
2121

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-
2722
# Software I2C setup:
2823
#import bitbangio
2924
#i2c = bitbangio.I2C(board.SCL, board.SDA)

0 commit comments

Comments
 (0)