RadioLib
Universal wireless communication library for Arduino
|
Macros | |
#define | RADIOLIB_UART_STOPBIT_1 0x01 |
Use 1 bit stop. | |
#define | RADIOLIB_UART_STOPBIT_1_5 0x02 |
Use 1.5 bit stop. | |
#define | RADIOLIB_UART_STOPBIT_2 0x03 |
Use 2 bit stop. | |
#define | RADIOLIB_UART_PARITY_NONE 0x00 |
No parity. | |
#define | RADIOLIB_UART_PARITY_ODD 0x01 |
Odd parity. | |
#define | RADIOLIB_UART_PARITY_EVEN 0x02 |
Even parity. | |
#define | RADIOLIB_UART_FLOW_NONE 0x00 |
No flow control. | |
#define | RADIOLIB_UART_FLOW_RTS 0x01 |
RTS only. | |
#define | RADIOLIB_UART_FLOW_CTS 0x02 |
CTS only. | |
#define | RADIOLIB_UART_FLOW_BOTH 0x03 |
Both RTS and CTS. | |