1 #if !defined(_RADIOLIB_HC05_H) && !defined(RADIOLIB_EXCLUDE_HC05) 2 #define _RADIOLIB_HC05_H 4 #include "../../ISerial.h" 26 void begin(
long speed);
HC05(Module *mod)
Default constructor.
Definition: HC05.cpp:4
void begin(long speed)
Initialization method.
Definition: HC05.cpp:8
Implements all common low-level SPI/UART/I2C methods to control the wireless module. Every module class contains one private instance of this class.
Definition: Module.h:17
Interface class for Arduino Serial. Only calls the appropriate methods for the active UART interface...
Definition: ISerial.h:16
Control class for HC05 module. Most methods supported by this module are implemented in ISerial inter...
Definition: HC05.h:12