PU2CLR RDA5807 Arduino Library 1.1.9
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 |
Gets LNA_ICSEL_BIT current value.
Lna working current bit: 0=1.8mA; 1=2.1mA; 2=2.5mA; 3=3.0mA (default 0).
|
inline |
Gets current vaue of the LNA input port selection bit.
Values: 0 = no input; 1 = LNAN; 2 = LNAP; 3: dual port input
int RDA5807::getRssi | ( | ) |
Gets the current Rssi.
RSSI; 000000 = min; 111111 = max; RSSI scale is logarithmic.
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 |
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 |