| 616 | } |
| 617 | |
| 618 | bool 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 |
| 623 | void RFM69::setHighPower(bool _isRFM69HW_HCW) { |
nothing calls this directly
no outgoing calls
no test coverage detected