Bluetooth hc05 library

Dependents:   Nucleo_bt

Revision:
9:a8a96ce56d6e
Parent:
7:8b004c3d7e89
Child:
10:2e1538dc2e1a
--- a/hc05.h	Sat Aug 18 20:03:13 2018 +0000
+++ b/hc05.h	Sun Aug 19 07:52:06 2018 +0000
@@ -46,6 +46,7 @@
     char *disconnect_device(UART num, char *address);
     bool data_send(UART num, char *data);
     char *data_receive(UART num);
+    void flush(UART num);
 private :
     _IRQ t_interrupt;
     _IRQ t_interrupt1;