| 593 | } |
| 594 | |
| 595 | void LoRaClass::enableInvertIQ() |
| 596 | { |
| 597 | writeRegister(REG_INVERTIQ, 0x66); |
| 598 | writeRegister(REG_INVERTIQ2, 0x19); |
| 599 | } |
| 600 | |
| 601 | void LoRaClass::disableInvertIQ() |
| 602 | { |
nothing calls this directly
no outgoing calls
no test coverage detected