Esercitazione4_1

Dependencies:   mbed

Revision:
0:723d0d8c0d09
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/LCD.h	Mon Nov 28 10:35:04 2016 +0000
@@ -0,0 +1,9 @@
+/* Program Example 1: LCD.h header file 2. */ 
+    #ifndef LCD_H 
+    #define LCD_H 
+    #include "mbed.h" 
+    void toggle_enable(void); //function to toggle/pulse the enable bit 
+    void LCD_init(void); //function to initialize the LCD 
+    void display_to_LCD(char value); //function to display characters 
+    void set_location(char location); 
+    #endif
\ No newline at end of file