Bluetooth hc05 library

Dependents:   Nucleo_bt

Revision:
1:8d4296aafa55
Parent:
0:15a264bf1590
Child:
2:38f1fb034a75
--- a/hc05.h	Thu Aug 16 21:09:39 2018 +0000
+++ b/hc05.h	Fri Aug 17 12:51:39 2018 +0000
@@ -9,8 +9,6 @@
 public :
     void initUART(UART num, unsigned long baudrate, _IRQ interrupt);
     char *get_version(UART num);
-    char *set_reset(UART num);
-    char *set_default_settings(UART num);
     char *get_modul_address(UART num);
     char *get_modul_name(UART num);
     char *get_device_name(UART num);
@@ -25,6 +23,11 @@
     char *get_modul_state(UART num);
     char *get_addr_mode(UART num);
     char *get_fixed_addr(UART num);
+    
+    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);
 private :
     _IRQ t_interrupt;
     _IRQ t_interrupt1;