LAB10 tamplate for Oppgave1
Dependencies: mbed
Revision 0:1fe30bae9dc1, committed 2015-11-04
- 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