LCD Baseshield GSOE GSOF

Dependents:   WebserverGSOE_Schnaiter HC05__TI4_RP5_Schnaiter

Files at this revision

API Documentation at this revision

Comitter:
jack1930
Date:
Wed Aug 18 14:00:05 2021 +0000
Parent:
11:e02aaac1b3cf
Commit message:
Anschluesse geaendert

Changed in this revision

LCD.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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();