[CC1101] Added list of supported bandwidths (#842)

pull/860/head
jgromes 2023-10-09 17:40:22 +02:00
rodzic d329c60906
commit 49a0a1cf44
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -740,7 +740,8 @@ class CC1101: public PhysicalLayer {
int16_t setBitRate(float br);
/*!
\brief Sets receiver bandwidth. Allowed values range from 58.0 to 812.0 kHz.
\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.
\param rxBw Receiver bandwidth to be set in kHz.
\returns \ref status_codes
*/