Bluetooth hc05 library

Dependents:   Nucleo_bt

Revision:
6:fed08834891c
Parent:
5:498533929bb6
Child:
7:8b004c3d7e89
--- a/hc05.cpp	Fri Aug 17 19:21:08 2018 +0000
+++ b/hc05.cpp	Sat Aug 18 08:38:11 2018 +0000
@@ -431,7 +431,7 @@
 
 }
 
-char *bt_modul_hc05::set_modul_role(UART num, int role)
+char *bt_modul_hc05::set_modul_role(UART num, ROLE role)
 {
 
     switch(num)  {
@@ -480,7 +480,7 @@
 
 }
 
-char *bt_modul_hc05::set_device_uart(UART num, char *uartparams)
+char *bt_modul_hc05::set_modul_uart(UART num, char *uartparams)
 {
     switch(num)  {
         case UART1 :
@@ -529,7 +529,7 @@
 }
 
 
-char *bt_modul_hc05::set_addr_mode(UART num, int mode)
+char *bt_modul_hc05::set_addr_mode(UART num, CMODE mode)
 {
     switch(num)  {
         case UART1 :