Skip to content

Commit 9cb2a03

Browse files
committed
Fixed typo in README default address
1 parent 41c62a7 commit 9cb2a03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,10 @@ Usage Example
120120
# Create bus object using the board's I2C port
121121
i2c = busio.I2C(board.SCL, board.SDA)
122122
123-
relay = QwiicRelay(i2c) # default address is 0x20
123+
relay = QwiicRelay(i2c) # default address is 0x18
124124
125125
# For a different address use QwiicRelay(i2c, address)
126-
# relay = QwiicRelay(i2c, 0x21)
126+
# relay = QwiicRelay(i2c, 0x19)
127127
128128
129129
Contributing

0 commit comments

Comments
 (0)