Skip to content

Commit 5094b67

Browse files
authored
address change request
1 parent 667b903 commit 5094b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/mcp9808_simpletest.py

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

1111
# To initialise using a specified address:
1212
# Necessary when, for example, connecting A0 to VDD to make address=0x19
13-
# mcp = adafruit_mcp9808.MCP9808(i2c_bus, 0x19)
13+
# mcp = adafruit_mcp9808.MCP9808(i2c_bus, address=0x19)
1414

1515

1616

0 commit comments

Comments
 (0)