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

Method packetSnr

Code/Arduino_libraries/LoRa/LoRa.cpp:269–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269float LoRaClass::packetSnr()
270{
271 return ((int8_t)readRegister(REG_PKT_SNR_VALUE)) * 0.25;
272}
273
274long LoRaClass::packetFrequencyError()
275{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected