Bluetooth hc05 library

Dependents:   Nucleo_bt

Revision:
12:4a779fa69f6b
Parent:
11:770663228ced
Child:
13:85c3dac25599
diff -r 770663228ced -r 4a779fa69f6b hc05.h
--- a/hc05.h	Tue Aug 21 15:11:34 2018 +0000
+++ b/hc05.h	Tue Aug 21 15:36:58 2018 +0000
@@ -52,8 +52,9 @@
     char *data_receive();
     void flush();
     char *search();
-    char *link_device(char *address);
-
+    char *link_device_any(char *address);
+    char *link_device_fixed(char *address);
+    
 private :
     _IRQ t_interrupt;
     _IRQ t_interrupt1;