routeur done

Dependencies:   mbed

Fork of APP4 by Évan Laverdure

Revision:
2:7515831bb5f5
Parent:
0:71df0feee697
Child:
4:aac38b016952
--- a/main.cpp	Sun Feb 23 23:32:09 2014 +0000
+++ b/main.cpp	Mon Feb 24 14:08:10 2014 +0000
@@ -1,11 +1,12 @@
 #include "mbed.h"
 #include "readfile.hpp"
 
+DigitalOut reset(p8);
+Serial pc(USBTX, USBRX);
+Serial DATA(p13, p14);
 LocalFileSystem local("local");
 
 int main()
 {
-    
-    
-    return 0;
+    while(true);
 }