![]() |
MySensors Library & Examples
2.3.2-74-g4daf093
|
#include <SX126x.h>
Collaboration diagram for sx126x_modulationParams_t:Public Attributes | |
| union { | |
| struct { | |
| sx126x_loRaSpreadingFactors_t spreadingFactor | |
| Spreading Factor for the LoRa modulation. | |
| sx126x_loRaBandwidths_t bandwidth | |
| Bandwidth for the LoRa modulation. | |
| sx126x_loRaCodingRates_t codingRate | |
| Coding rate for the LoRa modulation. | |
| bool lowDatarateOptimize | |
| Indicates if the modem uses the low datarate optimization. | |
| } fields | |
| fields | |
| uint8_t values [8] | |
| values | |
| }; | |