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:
- 0:0be38b583cf7
- Child:
- 1:aefa1992ce0f
diff -r 000000000000 -r 0be38b583cf7 main.cpp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp Sun Sep 25 11:37:21 2011 +0000
@@ -0,0 +1,19 @@
+#include "Maple_alarm_clock.h"
+#include "Maple_RTC.h"
+#include "Maple_I2C.h"
+#include "Maple_LCD.h"
+#include "Maple.h"
+#include "mbed.h"
+
+// MAPLE board[MARM01-BASE]
+// test main
+//
+int main() {
+ LCD_initialize();
+ RTC_initialize();
+ alarm_clock_initialize();
+
+ // wait interrupt
+ while(1) {
+ }
+}