diff options
Diffstat (limited to 'lcd.h')
-rw-r--r-- | lcd.h | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,7 +1,7 @@ -#define Press_Change_Message "Push CHANGE to continue."
-
-
-void LCD_display_error_message(char *response);
-void LCD_clear();
-void LCD_write(int row, int col, char *LCD_string);
-void LCD_initialize(void);
+#define Press_Change_Message "Push CHANGE to continue." + + +void LCD_display_error_message(char *response); +void LCD_clear(); +void LCD_write(int row, int col, char *LCD_string); +void LCD_initialize(void); |