[PHY] Added LR-FHSS DataRate_t
This commit is contained in:
parent
c4a129ed74
commit
aadfd0c48c
1 changed files with 12 additions and 0 deletions
|
@ -52,6 +52,18 @@ struct FSKRate_t {
|
|||
float freqDev;
|
||||
};
|
||||
|
||||
/*!
|
||||
\struct LrFhssRate_t
|
||||
\brief Data rate structure interpretation in case LR-FHSS is used
|
||||
*/
|
||||
struct LrFhssRate_t {
|
||||
/*! \brief Bandwidth */
|
||||
uint8_t bw;
|
||||
|
||||
/*! \brief Coding rate */
|
||||
uint8_t cr;
|
||||
};
|
||||
|
||||
/*!
|
||||
\union DataRate_t
|
||||
\brief Common data rate structure
|
||||
|
|
Loading…
Add table
Reference in a new issue