Skip to content
This repository was archived by the owner on Oct 25, 2019. It is now read-only.

Commit c094b25

Browse files
committed
Fix busnum in example.
1 parent f136b2f commit c094b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simpletest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
lsm303 = Adafruit_LSM303.LSM303()
1414

1515
# Alternatively you can specify the I2C bus with a bus parameter:
16-
#lsm303 = Adafruit_LSM303.LSM303(bus=2)
16+
#lsm303 = Adafruit_LSM303.LSM303(busum=2)
1717

1818
print('Printing accelerometer & magnetometer X, Y, Z axis values, press Ctrl-C to quit...')
1919
while True:

0 commit comments

Comments
 (0)