jhuh

Dependents:   robot_final

Bluetooth_HC05_LE_TRAME.h

Committer:
aure
Date:
2017-03-17
Revision:
1:7cc085e87bb0
Parent:
0:092ac281a013
Child:
2:7d02a128e1e3

File content as of revision 1:7cc085e87bb0:

#include "mbed.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();
    int donneesRecue();
     
    
    
};