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.
Revision 0:60dc772de566, committed 2017-10-19
- Comitter:
 - ishimatsu
 - Date:
 - Thu Oct 19 01:07:40 2017 +0000
 - Commit message:
 - offline
 
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file | 
| mbed.bld | Show annotated file Show diff for this revision Revisions of this file | 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Thu Oct 19 01:07:40 2017 +0000
@@ -0,0 +1,9 @@
+#include "mbed.h"
+Serial pc(USBTX,USBRX);
+
+int main() {
+    while(1) {
+        pc.printf("Hello World!");
+        
+    }
+}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Thu Oct 19 01:07:40 2017 +0000 @@ -0,0 +1,1 @@ +https://mbed.org/users/mbed_official/code/mbed/builds/a330f0fddbec \ No newline at end of file