MCPcopy Create free account
hub / github.com/LowPowerLab/RFM69 / isSyncOn

Method isSyncOn

RFM69.cpp:606–608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

604}
605
606bool RFM69::isSyncOn() {
607 return readReg(REG_SYNCCONFIG) >> 7;
608}
609
610uint8_t RFM69::getSyncSize() {
611 return (readReg(REG_SYNCCONFIG) & 0b00111000) >> 3;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected