code pour recevoir des trames et mettre les char sur le port usb
Dependencies: mbed
Fork of APP4 by
Diff: coordinateur.hpp
- Revision:
- 3:350f07072089
- Parent:
- 2:7515831bb5f5
- Child:
- 4:56b1ca37a175
--- a/coordinateur.hpp Mon Feb 24 14:08:10 2014 +0000 +++ b/coordinateur.hpp Mon Feb 24 15:40:33 2014 +0000 @@ -12,6 +12,8 @@ // Constructeur Coordinateur(PinName _tx, PinName _rx); + void setPanId(string _pan) { pan = _pan); } + private: Trame trame; string pan;