MySensors Library & Examples  2.3.2-62-ge298769
Public Attributes | List of all members
sx126x_modulationParams_t Struct Reference

Detailed Description

Typedef for the SX126x modulation settings.

Definition at line 393 of file SX126x.h.

#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
 
}; 
 

The documentation for this struct was generated from the following file: