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

Method getPowerLevel

RFM69.cpp:294–294  ·  view source on GitHub ↗

return stored _powerLevel

Source from the content-addressed store, hash-verified

292
293// return stored _powerLevel
294uint8_t RFM69::getPowerLevel() { return _powerLevel; }
295
296// Set TX Output power in dBm:
297// [-18..+13]dBm in RFM69 W/CW

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected