Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LowPowerLab/RFM69
/ getSpyMode
Method
getSpyMode
RFM69.cpp:602–604 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
600
}
601
602
bool RFM69::getSpyMode() {
603
return _spyMode;
604
}
605
606
bool RFM69::isSyncOn() {
607
return readReg(REG_SYNCCONFIG) >> 7;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected