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.
Dependencies: BaseV6M mbed F12RFileSystem F32RFileSystem ROMSLOT SDStorage
Fork of emu812 by
Diff: main.cpp
- Revision:
- 4:6629544a482e
- Parent:
- 3:5df725af50e0
- Child:
- 6:41e64a077678
--- a/main.cpp Thu Aug 13 07:39:24 2015 +0900
+++ b/main.cpp Wed Aug 19 16:51:47 2015 +0900
@@ -1,4 +1,4 @@
-// main.cpp 2015/8/13
+// main.cpp 2015/8/19
#include "EMU111x.h"
DigitalOut led1(LED1),led2(LED2);
@@ -31,7 +31,7 @@
int main() {
pc.baud(115200);
- pc.puts("LPC1114 emulator\n");
+ pc.puts("LPC1114 emulator pre-alpha version\n");
MyEMU1114 mcu;
mcu.assign_flash(load(flash, 32*1024, "LPC1114.IMG"));
