| 726 | } |
| 727 | |
| 728 | void LoRaClass::writeRegister(uint8_t address, uint8_t value) |
| 729 | { |
| 730 | singleTransfer(address | 0x80, value); |
| 731 | } |
| 732 | |
| 733 | uint8_t LoRaClass::singleTransfer(uint8_t address, uint8_t value) |
| 734 | { |
nothing calls this directly
no outgoing calls
no test coverage detected