Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PricelessToolkit/MailBoxGuard
/ getSpreadingFactor
Method
getSpreadingFactor
Code/Arduino_libraries/LoRa/LoRa.cpp:473–476 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
471
}
472
473
int LoRaClass::getSpreadingFactor()
474
{
475
return readRegister(REG_MODEM_CONFIG_2) >> 4;
476
}
477
478
void LoRaClass::setSpreadingFactor(int sf)
479
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected