jhuh

Dependents:   robot_final

Bluetooth_HC05_LE_TRAME.h

Committer:
aure
Date:
2017-03-15
Revision:
0:092ac281a013
Child:
1:7cc085e87bb0

File content as of revision 0:092ac281a013:

#include "mbed.h"
#include "m3pi.h"

class Bluetooth_HC05_LE_TRAME
{
    
    protected:
     char flush;
    
    
    
    public:
    
    Bluetooth_HC05_LE_TRAME();
    ~Bluetooth_HC05_LE_TRAME();
    
    
     void envoyer(char* envoi);
     char* recevoir(int longueur);
    void resetBuffer();
     
    
    
};