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: main.cpp
- Revision:
- 3:eec13a411e94
- Parent:
- 1:aefa1992ce0f
--- a/main.cpp Sun Oct 16 01:27:35 2011 +0000
+++ b/main.cpp Sun Oct 30 21:20:23 2011 +0000
@@ -8,18 +8,21 @@
//====================================================================
// MAPLE board[MARM01-BASE]
// main
-#include "Maple_alarm_clock.h"
+#include "Maple_test.h"
+#include "Maple_console.h"
+#include "Maple_OLED.h"
+#include "Maple_LCD.h"
#include "Maple_RTC.h"
#include "Maple_I2C.h"
-#include "Maple_LCD.h"
#include "Maple.h"
#include "mbed.h"
int main() {
+ OLED_initialize();
LCD_initialize();
RTC_initialize();
- alarm_clock_initialize();
-
+ console_initialize();
+
// wait interrupt
while(1) {
}