|
RadioLib
Universal wireless communication library for Arduino
|
Public Attributes | |
| float | frequency = 434.0 |
| Carrier frequency in MHz. Defaults to 434.0 MHz. | |
| float | bitRate = 650.0 |
| FLRC bit rate in kbps. Defaults to 650 kbps. | |
| uint8_t | codingRate = RADIOLIB_FLRC_CR_2_3 |
| FLRC coding rate. Defaults to RADIOLIB_FLRC_CR_2_3 (coding rate 2/3). | |
| int8_t | power = 10 |
| Output power in dBm. Defaults to 10 dBm. | |
| uint16_t | preambleLength = 16 |
| FLRC preamble length in bits. Defaults to 16 bits. | |
| uint8_t | dataShaping = RADIOLIB_SHAPING_0_5 |
| Time-bandwidth product of the Gaussian filter to be used for shaping. Defaults to 0.5. | |