Yoshiyuki Uehara / Mbed 2 deprecated Maple

Dependencies:   mbed

Revision:
3:eec13a411e94
Parent:
1:aefa1992ce0f
--- a/Maple.h	Sun Oct 16 01:27:35 2011 +0000
+++ b/Maple.h	Sun Oct 30 21:20:23 2011 +0000
@@ -25,11 +25,4 @@
 char bcd_days_in_month(char bcd_century, char bcd_year, char bcd_month);
 int bcd_date_to_weekday(char bcd_century, char bcd_year, char bcd_month, char bcd_day);
 
-//prototypes for test
-void RTC_to_LCD_raw();
-void LCD_display_all_char_shift();
-static void LCD_display_32char_shift(char base);
-void LCD_display_all_char(); 
-static void LCD_display_32char(char base);
-
 #endif