Skip to content

Commit 0745864

Browse files
authored
Merge pull request #30 from robaol/master
Provide default i2c address Thanks for the contribution. I will add some documentation too.
2 parents a114a69 + 3d62fa8 commit 0745864

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=LiquidCrystal_PCF8574
2-
version=2.1.0
2+
version=2.2.0
33
author=Matthias Hertel
44
maintainer=Matthias Hertel <www.mathertel.de>
55
sentence=A library for driving LiquidCrystal displays (LCD) by using the I2C bus and an PCF8574 I2C adapter.

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)