| 286 | } |
| 287 | |
| 288 | uint8_t RFM69::getOutputPower() { |
| 289 | // _RegisterBits(_REG_PA_LEVEL, offset=0, bits=5) |
| 290 | return readReg(REG_PALEVEL) & 0x1F; |
| 291 | } |
| 292 | |
| 293 | // return stored _powerLevel |
| 294 | uint8_t RFM69::getPowerLevel() { return _powerLevel; } |
nothing calls this directly
no outgoing calls
no test coverage detected