code pour recevoir des trames et mettre les char sur le port usb
Dependencies: mbed
Fork of APP4 by
Diff: coordinateur.hpp
- Revision:
- 2:7515831bb5f5
- Parent:
- 0:71df0feee697
- Child:
- 3:350f07072089
--- a/coordinateur.hpp Sun Feb 23 23:32:09 2014 +0000 +++ b/coordinateur.hpp Mon Feb 24 14:08:10 2014 +0000 @@ -2,6 +2,7 @@ #define COORDINATEUR_HPP #include <string> +#include "trame.hpp" using namespace std; @@ -9,9 +10,10 @@ { public: // Constructeur - Coordinateur(); + Coordinateur(PinName _tx, PinName _rx); private: + Trame trame; string pan; };