PC communication

Dependencies:   mbed

Fork of PC_communication by 智也 大野

Revision:
1:8829fb0f8980
Parent:
0:65bc4b807bb0
--- a/main.cpp	Fri Dec 09 05:01:33 2016 +0000
+++ b/main.cpp	Wed Dec 14 15:10:40 2016 +0000
@@ -1,5 +1,7 @@
 #include"mbed.h"
+
 Serial pc(USBTX,USBRX);
+
 int main(){
     pc.baud(9600);
     int i1=7;