LCDio

Dependencies:   TextLCD mbed

Fork of STMNucleoF401RE_ExampleCode_05_LCD by Corso Rapid Prototyping with STM32Nucleo

Revision:
4:b95e3e1f207e
Parent:
3:ab83735eefc3
diff -r ab83735eefc3 -r b95e3e1f207e main.cpp
--- a/main.cpp	Mon Jan 09 10:19:44 2017 +0000
+++ b/main.cpp	Mon Jan 09 10:54:23 2017 +0000
@@ -34,6 +34,6 @@
     lcd.setAddress(0, 1);
     
     // Stampa sullo schermo
-    lcd.printf("MikGa87 Testing");
+    lcd.printf("STM32 Testing");
     wait(2);
 }
\ No newline at end of file