Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: Maple.h
- Revision:
- 3:eec13a411e94
- Parent:
- 1:aefa1992ce0f
diff -r 299a1c9a5795 -r eec13a411e94 Maple.h --- 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