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

Dependencies:   mbed

Fork of APP4 by S5info_H14

coordinateur.hpp

Committer:
joGenie
Date:
2014-02-23
Revision:
0:71df0feee697
Child:
2:7515831bb5f5

File content as of revision 0:71df0feee697:

#ifndef COORDINATEUR_HPP
#define COORDINATEUR_HPP

#include <string>

using namespace std;

class Coordinateur
{
public:
    // Constructeur
    Coordinateur();
    
private:
    string pan;
};

#endif