EL-POM1001 / Mbed 2 deprecated LAB10_Oppgave1

Dependencies:   mbed

Fork of LAB10_Oppgave1 by EN-SOC3001

Files at this revision

API Documentation at this revision

Comitter:
rlanghbv
Date:
Wed Nov 04 18:56:08 2015 +0000
Commit message:
first comit

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	Wed Nov 04 18:56:08 2015 +0000
@@ -0,0 +1,12 @@
+#include "mbed.h"
+ 
+Serial pc(USBTX, USBRX);
+  
+int main() {    
+    while (1) {
+        pc.putc(pc.getc());
+    }
+}
+
+
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Wed Nov 04 18:56:08 2015 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/9296ab0bfc11
\ No newline at end of file