pub fn rssi_to_lqi(rssi: i8) -> u8
Expand description
Convert from RSSI (Received Signal Strength Indicator) to LQI (Link Quality Indication)
RSSI is a measure of incoherent (raw) RF power in a channel. LQI is a cumulative value used in multi-hop networks to assess the cost of a link.