| 608 | } |
| 609 | |
| 610 | uint8_t RFM69::getSyncSize() { |
| 611 | return (readReg(REG_SYNCCONFIG) & 0b00111000) >> 3; |
| 612 | } |
| 613 | |
| 614 | bool RFM69::isCrcOn() { |
| 615 | return (readReg(REG_PACKETCONFIG1) & 0b00010000) >> 4; |
nothing calls this directly
no outgoing calls
no test coverage detected