Skip to content

Commit dfce60c

Browse files
committed
Provide default i2c address in constructor
1 parent a114a69 commit dfce60c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiquidCrystal_PCF8574.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
class LiquidCrystal_PCF8574 : public Print
3737
{
3838
public:
39-
LiquidCrystal_PCF8574(uint8_t i2cAddr);
39+
LiquidCrystal_PCF8574(uint8_t i2cAddr=0x27);
4040
// note:
4141
//
4242
// When using multiple I2C ports one can initialize with

0 commit comments

Comments
 (0)