getFrequency implementation
This commit is contained in:
parent
b91fd2bdad
commit
7d0b3c6640
1 changed files with 6 additions and 0 deletions
|
@ -730,6 +730,12 @@ class CC1101: public PhysicalLayer {
|
|||
*/
|
||||
int16_t setFrequency(float freq);
|
||||
|
||||
/*!
|
||||
\brief gets carrier frequency.
|
||||
\returns the freq currently set
|
||||
*/
|
||||
float getFrequency();
|
||||
|
||||
/*!
|
||||
\brief Sets bit rate. Allowed values range from 0.025 to 600.0 kbps.
|
||||
\param br Bit rate to be set in kbps.
|
||||
|
|
Loading…
Add table
Reference in a new issue