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.
main.cpp
- Committer:
- uehara00
- Date:
- 2011-09-25
- Revision:
- 0:0be38b583cf7
- Child:
- 1:aefa1992ce0f
File content as of revision 0:0be38b583cf7:
#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) {
}
}