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

Method isCrcOn

RFM69.cpp:614–616  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

612}
613
614bool RFM69::isCrcOn() {
615 return (readReg(REG_PACKETCONFIG1) & 0b00010000) >> 4;
616}
617
618bool RFM69::isAesOn() {
619 return readReg(REG_PACKETCONFIG2) & 0b00000001;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected