getBitRate
This commit is contained in:
parent
294577cc6e
commit
8dd4f63155
1 changed files with 8 additions and 1 deletions
|
@ -732,7 +732,7 @@ class CC1101: public PhysicalLayer {
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\brief gets carrier frequency.
|
\brief gets carrier frequency.
|
||||||
\returns the freq currently set
|
\returns the freq currently set in Mhz
|
||||||
*/
|
*/
|
||||||
float getFrequency();
|
float getFrequency();
|
||||||
|
|
||||||
|
@ -743,6 +743,13 @@ class CC1101: public PhysicalLayer {
|
||||||
*/
|
*/
|
||||||
int16_t setBitRate(float br);
|
int16_t setBitRate(float br);
|
||||||
|
|
||||||
|
/*!
|
||||||
|
\brief gets the currently set bit rate.
|
||||||
|
\returns the bit rate in kbps
|
||||||
|
*/
|
||||||
|
float getBitRate();
|
||||||
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\brief Sets receiver bandwidth. Allowed values are 58, 68, 81, 102, 116, 135, 162,
|
\brief Sets receiver bandwidth. Allowed values are 58, 68, 81, 102, 116, 135, 162,
|
||||||
203, 232, 270, 325, 406, 464, 541, 650 and 812 kHz.
|
203, 232, 270, 325, 406, 464, 541, 650 and 812 kHz.
|
||||||
|
|
Loading…
Add table
Reference in a new issue