Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed LiquidCrystal_I2C_for_KL25Z
Diff: main.cpp
- 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]);