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

Method getOutputPower

RFM69.cpp:288–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288uint8_t RFM69::getOutputPower() {
289 // _RegisterBits(_REG_PA_LEVEL, offset=0, bits=5)
290 return readReg(REG_PALEVEL) & 0x1F;
291}
292
293// return stored _powerLevel
294uint8_t RFM69::getPowerLevel() { return _powerLevel; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected