LCD Baseshield GSOE GSOF
Dependents: WebserverGSOE_Schnaiter HC05__TI4_RP5_Schnaiter
Diff: LCD.cpp
- Revision:
- 12:05f13250c22d
- Parent:
- 7:c3d157395c16
diff -r e02aaac1b3cf -r 05f13250c22d LCD.cpp --- a/LCD.cpp Wed Aug 04 16:22:05 2021 +0000 +++ b/LCD.cpp Wed Aug 18 14:00:05 2021 +0000 @@ -2,7 +2,7 @@ lcd::lcd(void) { - i2c=new SoftwareI2C(PA_12,PA_11); + i2c=new SoftwareI2C(PB_9,PB_8); //po=new PortOut(PortC,0xFF); //t=new DigitalIn(PA_1,PullDown); init();