Bluetooth hc05 library

Dependents:   Nucleo_bt

Revision:
3:86c6baa6255d
Parent:
2:38f1fb034a75
Child:
4:1eee19777111
--- a/hc05.h	Fri Aug 17 15:34:43 2018 +0000
+++ b/hc05.h	Fri Aug 17 15:50:47 2018 +0000
@@ -29,6 +29,8 @@
     char *set_modul_role(UART num, int role);
     char *set_modul_pincode(UART num, char *pin);
     char *set_device_uart(UART num, char *uartparams);
+    char *set_fixed_addr(UART num, char *address);
+    char *set_addr_mode(UART num, int mode);
 private :
     _IRQ t_interrupt;
     _IRQ t_interrupt1;