Skip to content

Commit

Permalink
Merge pull request #30 from robaol/master
Browse files Browse the repository at this point in the history
Provide default i2c address
Thanks for the contribution.
I will add some documentation too.
  • Loading branch information
mathertel committed Apr 3, 2023
2 parents a114a69 + 3d62fa8 commit 0745864
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=LiquidCrystal_PCF8574
version=2.1.0
version=2.2.0
author=Matthias Hertel
maintainer=Matthias Hertel <www.mathertel.de>
sentence=A library for driving LiquidCrystal displays (LCD) by using the I2C bus and an PCF8574 I2C adapter.
Expand Down
2 changes: 1 addition & 1 deletion src/LiquidCrystal_PCF8574.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
class LiquidCrystal_PCF8574 : public Print
{
public:
LiquidCrystal_PCF8574(uint8_t i2cAddr);
LiquidCrystal_PCF8574(uint8_t i2cAddr=0x27);
// note:
//
// When using multiple I2C ports one can initialize with
Expand Down

0 comments on commit 0745864

Please sign in to comment.