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

Method isAesOn

RFM69.cpp:618–620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

616}
617
618bool RFM69::isAesOn() {
619 return readReg(REG_PACKETCONFIG2) & 0b00000001;
620}
621
622// for RFM69 HW/HCW only: you must call setHighPower(true) after initialize() or else transmission won't work
623void RFM69::setHighPower(bool _isRFM69HW_HCW) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected