Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
269
float LoRaClass::packetSnr()
270
{
271
return ((int8_t)readRegister(REG_PKT_SNR_VALUE)) * 0.25;
272
}
273
274
long LoRaClass::packetFrequencyError()
275
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected