code pour recevoir des trames et mettre les char sur le port usb

Dependencies:   mbed

Fork of APP4 by S5info_H14

Revision:
4:56b1ca37a175
Parent:
3:350f07072089
Child:
5:daf08fff7abb
--- a/coordinateur.hpp	Mon Feb 24 15:40:33 2014 +0000
+++ b/coordinateur.hpp	Mon Feb 24 19:30:27 2014 +0000
@@ -12,7 +12,7 @@
     // Constructeur
     Coordinateur(PinName _tx, PinName _rx);
     
-    void setPanId(string _pan) { pan = _pan); }
+    void setPanID(string _pan) { pan = _pan; }
     
 private:
     Trame trame;