jhuh
Diff: Bluetooth_HC05_LE_TRAME.h
- Revision:
- 0:092ac281a013
- Child:
- 1:7cc085e87bb0
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Bluetooth_HC05_LE_TRAME.h Wed Mar 15 10:43:27 2017 +0000 @@ -0,0 +1,24 @@ +#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(); + + + +}; \ No newline at end of file