| 721 | } |
| 722 | |
| 723 | uint8_t LoRaClass::readRegister(uint8_t address) |
| 724 | { |
| 725 | return singleTransfer(address & 0x7f, 0x00); |
| 726 | } |
| 727 | |
| 728 | void LoRaClass::writeRegister(uint8_t address, uint8_t value) |
| 729 | { |
nothing calls this directly
no outgoing calls
no test coverage detected