Yoshiyuki Uehara / Mbed 2 deprecated Maple

Dependencies:   mbed

Revision:
3:eec13a411e94
Parent:
1:aefa1992ce0f
diff -r 299a1c9a5795 -r eec13a411e94 Maple_LCD.h
--- a/Maple_LCD.h	Sun Oct 16 01:27:35 2011 +0000
+++ b/Maple_LCD.h	Sun Oct 30 21:20:23 2011 +0000
@@ -13,10 +13,6 @@
 #ifndef MAPLE_LCD_H_
 #define MAPLE_LCD_H_
 
-//constants
-#define LCD_CURSOR_ON   1
-#define LCD_CURSOR_OFF  0
-
 // prototypes
 void LCD_clear_display();
 void LCD_return_home();
@@ -36,6 +32,7 @@
 void LCD_print_string(char s[]);
 void LCD_print_hex(int i);
 void LCD_locate(int row, int column);
-void LCD_cursor(int c);
+void LCD_cursor_on();
+void LCD_cursor_off();
 
 #endif