LAB10 tamplate for Oppgave1
Dependencies:
mbed
00001 #include "mbed.h"
00002
00003 Serial pc(USBTX, USBRX);
00004
00005 int main() {
00006 while (1) {
00007 pc.putc(pc.getc());
00008 }
00009 }
00010
00011
00012
main.cpp
- Committer:
- rlanghbv
- Date:
- 2015-11-04
- Revision:
- 0:1fe30bae9dc1
File content as of revision 0:1fe30bae9dc1:
#include "mbed.h"
Serial pc(USBTX, USBRX);
int main() {
while (1) {
pc.putc(pc.getc());
}
}