Skip to content
This repository was archived by the owner on Dec 20, 2018. It is now read-only.

Commit 3e7a200

Browse files
committed
Fix busnum in example.
1 parent 7a37a3c commit 3e7a200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
# Note you can change the I2C address from its default (0x62), and/or the I2C
1414
# bus by passing in these optional parameters:
15-
#dac = Adafruit_MCP4725.MCP4725(address=0x49, bus=1)
15+
#dac = Adafruit_MCP4725.MCP4725(address=0x49, busnum=1)
1616

1717
# Loop forever alternating through different voltage outputs.
1818
print('Press Ctrl-C to quit...')

0 commit comments

Comments
 (0)