routeur done

Dependencies:   mbed

Fork of APP4 by Évan Laverdure

Revision:
2:7515831bb5f5
Parent:
0:71df0feee697
diff -r 71df0feee697 -r 7515831bb5f5 coordianteur.cpp
--- a/coordianteur.cpp	Sun Feb 23 23:32:09 2014 +0000
+++ b/coordianteur.cpp	Mon Feb 24 14:08:10 2014 +0000
@@ -1,5 +1,6 @@
 #include "coordinateur.hpp"
 
-Coordinateur::Coordinateur()
+Coordinateur::Coordinateur(PinName _tx, PinName _rx) :
+    trame(_tx, _rx)
 {
-}
\ No newline at end of file
+}