Bluetooth hc05 library

Dependents:   Nucleo_bt

Revision:
2:38f1fb034a75
Parent:
1:8d4296aafa55
Child:
3:86c6baa6255d
diff -r 8d4296aafa55 -r 38f1fb034a75 hc05.h
--- a/hc05.h	Fri Aug 17 12:51:39 2018 +0000
+++ b/hc05.h	Fri Aug 17 15:34:43 2018 +0000
@@ -26,8 +26,9 @@
     
     char *set_reset(UART num);
     char *set_default_settings(UART num);
-    char *set_modul_address(UART num, char *addr);
-    char *set_modul_name(UART num, char *name);
+    char *set_modul_role(UART num, int role);
+    char *set_modul_pincode(UART num, char *pin);
+    char *set_device_uart(UART num, char *uartparams);
 private :
     _IRQ t_interrupt;
     _IRQ t_interrupt1;