We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a114a69 commit dfce60cCopy full SHA for dfce60c
src/LiquidCrystal_PCF8574.h
@@ -36,7 +36,7 @@
36
class LiquidCrystal_PCF8574 : public Print
37
{
38
public:
39
- LiquidCrystal_PCF8574(uint8_t i2cAddr);
+ LiquidCrystal_PCF8574(uint8_t i2cAddr=0x27);
40
// note:
41
//
42
// When using multiple I2C ports one can initialize with
0 commit comments