MCPcopy Create free account
hub / github.com/PricelessToolkit/MailBoxGuard / rssi

Method rssi

Code/Arduino_libraries/LoRa/LoRa.cpp:293–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293int LoRaClass::rssi()
294{
295 return (readRegister(REG_RSSI_VALUE) - (_frequency < RF_MID_BAND_THRESHOLD ? RSSI_OFFSET_LF_PORT : RSSI_OFFSET_HF_PORT));
296}
297
298size_t LoRaClass::write(uint8_t byte)
299{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected