TD

Dependencies:   TextLCD mbed

Revision:
0:61dd4bb6eebc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/exercice4.cpp	Mon May 02 09:04:32 2016 +0000
@@ -0,0 +1,10 @@
+/*#include "LCD.h" 
+int main() { 
+  LCD_init(); 
+  display_to_LCD(0x48); // ‘H’ 
+  display_to_LCD(0x45); // ‘E’ 
+  display_to_LCD(0x4C); // ‘L’ 
+  display_to_LCD(0x4C); // ‘L’ 
+  display_to_LCD(0x4F); // ‘O’ 
+           }
+*/
\ No newline at end of file