Equipo7 LabMicros / Mbed 2 deprecated I2C_1B

Dependencies:   mbed LiquidCrystal_I2C_for_KL25Z

Revision:
2:a98b2701814e
Parent:
1:f9d42dc8c470
diff -r f9d42dc8c470 -r a98b2701814e main.cpp
--- a/main.cpp	Tue Apr 26 04:38:36 2022 +0000
+++ b/main.cpp	Tue Apr 26 05:19:09 2022 +0000
@@ -37,10 +37,11 @@
         datos[i][4] = 0;
         pc.printf("   %s", datos[i]);
     }
+    
     lcd.clear();
     lcd.print("Datos obtenidos: ");
-    lcd.setCursor(3, 1);
-    lcd.print(datos[0]);
+    lcd.setCursor(2, 1);
+    lcd.print(datos[0]); //Imprime datos obtenidos de terminal
     lcd.print(datos[1]);
     lcd.print(datos[2]);