| 612 | } |
| 613 | |
| 614 | bool RFM69::isCrcOn() { |
| 615 | return (readReg(REG_PACKETCONFIG1) & 0b00010000) >> 4; |
| 616 | } |
| 617 | |
| 618 | bool RFM69::isAesOn() { |
| 619 | return readReg(REG_PACKETCONFIG2) & 0b00000001; |
nothing calls this directly
no outgoing calls
no test coverage detected