![]() |
PU2CLR RDA5807 Arduino Library 1.1.8
Arduino Library for RDA5807 Devices - By Ricardo Lima Caratti
|
Functions | |
uint8_t | RDA5807::getLnaIcSel () |
Gets LNA_ICSEL_BIT current value. | |
uint8_t | RDA5807::getLnaPortSel () |
Gets current vaue of the LNA input port selection bit. | |
void | RDA5807::setLnaIcSel (uint8_t value) |
Sets LNA_ICSEL_BIT. | |
void | RDA5807::setLnaPortSel (uint8_t value) |
Sets LNA input port selection bit. | |
int | RDA5807::getRssi () |
Gets the current Rssi. | |
|
inline |
|
inline |
void RDA5807::setLnaIcSel | ( | uint8_t | value | ) |
Sets LNA_ICSEL_BIT.
Lna working current bit: 0=1.8mA; 1=2.1mA; 2=2.5mA; 3=3.0mA (default 0).
value | - 0=1.8mA; 1=2.1mA; 2=2.5mA; 3=3.0mA |
Definition at line 1615 of file RDA5807.cpp.
void RDA5807::setLnaPortSel | ( | uint8_t | value | ) |
Sets LNA input port selection bit.
YOu can select: 0 = no input; 1 = LNAN; 2 = LNAP; 3: dual port input
value | - 0 = no input; 1 = LNAN; 2 = LNAP; 3: dual port input |
Definition at line 1627 of file RDA5807.cpp.
int RDA5807::getRssi | ( | ) |
Gets the current Rssi.
RSSI; 000000 = min; 111111 = max; RSSI scale is logarithmic.
Definition at line 1640 of file RDA5807.cpp.