Șimon Paul
/
I2C-LCD
test
Revision 1:df10d37c417d, committed 2020-08-04
- Comitter:
- beyondsoftware
- Date:
- Tue Aug 04 10:10:21 2020 +0000
- Parent:
- 0:376d7a150177
- Commit message:
- sss
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Dec 03 03:48:48 2014 +0000 +++ b/main.cpp Tue Aug 04 10:10:21 2020 +0000 @@ -5,7 +5,7 @@ // I2C Communication -I2C i2c_lcd(p28,p27); // SDA, SCL +I2C i2c_lcd(p3,p5); // SDA, SCL TextLCD_I2C lcd(&i2c_lcd, 0x4E, TextLCD::LCD16x2, TextLCD::HD44780); // I2C bus, PCF8574 Slaveaddress, LCD Type, Device Type