for HTTP-3A

Dependencies:   mbed TextLCD

Revision:
8:f6e17225d565
Parent:
7:e22e9fd1a526
--- a/main.cpp	Wed Jul 24 11:55:16 2019 +0000
+++ b/main.cpp	Wed Oct 23 14:11:17 2019 +0000
@@ -23,9 +23,9 @@
 int index = 0;
 
 
-//I2C i2c_lcd(PB_7,PB_6); // SDA, SCL
+//I2C i2c_lcd(D14,D15); // SDA, SCL
 I2C i2c_lcd(PF_0,PF_1); // SDA, SCL
-TextLCD_I2C lcd(&i2c_lcd, 0x7E, TextLCD::LCD16x2); // I2C bus, PCF8574 Slaveaddress, LCD Type
+TextLCD_I2C lcd(&i2c_lcd, 0x27, TextLCD::LCD16x2); // I2C bus, PCF8574 Slaveaddress, LCD Type
 
 const char fill[] = {0x1F, 0x1F, 0x1F, 0x1F, 0x1F, 0x1F, 0x1F, 0x00};
 const char empty[] = {0x1F, 0x11, 0x11, 0x11, 0x11, 0x11, 0x1F, 0x00};
@@ -101,8 +101,6 @@
         
         showBar();
         showArm();
-        
-        
     }
 
 }