Skip to content

Commit 4409312

Browse files
authored
Update lsm9ds0_simpletest.py
1 parent 07294e6 commit 4409312

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/lsm9ds0_simpletest.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88

99
import adafruit_lsm9ds0
1010

11-
12-
# You have a couple options for wiring this sensor, either I2C (recommended)
13-
# or a SPI connection. Choose _one_ option below and uncomment it:
14-
1511
# I2C connection:
1612
i2c = busio.I2C(board.SCL, board.SDA)
1713
sensor = adafruit_lsm9ds0.LSM9DS0_I2C(i2c)

0 commit comments

Comments
 (0)