We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cb67f4 commit 1916b21Copy full SHA for 1916b21
README.md
@@ -20,13 +20,13 @@ The default i2c address 0x27 is set as default parameter.
20
You can use an explicit i2c address with
21
22
``` cpp
23
-LiquidCrystal_PCF8574 lcd(0x22); // set the LCD address to 0x27
+LiquidCrystal_PCF8574 lcd(0x22); // set the LCD address to 0x22
24
```
25
26
or you can rely on the default i2c address = 0x27 with
27
28
29
-LiquidCrystal_PCF8574 lcd(); // use the default LCD address == 0x27
+LiquidCrystal_PCF8574 lcd(); // use the default LCD address == 0x27
30
31
32
See datasheet of PCF8574 (and PCF8574A) for further info on usable i2c addresses.
0 commit comments