Skip to content

Commit 1916b21

Browse files
committed
docu fixed
1 parent 4cb67f4 commit 1916b21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ The default i2c address 0x27 is set as default parameter.
2020
You can use an explicit i2c address with
2121

2222
``` cpp
23-
LiquidCrystal_PCF8574 lcd(0x22); // set the LCD address to 0x27
23+
LiquidCrystal_PCF8574 lcd(0x22); // set the LCD address to 0x22
2424
```
2525
2626
or you can rely on the default i2c address = 0x27 with
2727
2828
``` cpp
29-
LiquidCrystal_PCF8574 lcd(); // use the default LCD address == 0x27
29+
LiquidCrystal_PCF8574 lcd(); // use the default LCD address == 0x27
3030
```
3131

3232
See datasheet of PCF8574 (and PCF8574A) for further info on usable i2c addresses.

0 commit comments

Comments
 (0)