| 599 | } |
| 600 | |
| 601 | void LoRaClass::disableInvertIQ() |
| 602 | { |
| 603 | writeRegister(REG_INVERTIQ, 0x27); |
| 604 | writeRegister(REG_INVERTIQ2, 0x1d); |
| 605 | } |
| 606 | |
| 607 | void LoRaClass::setOCP(uint8_t mA) |
| 608 | { |
nothing calls this directly
no outgoing calls
no test coverage detected