MCPcopy Create free account
hub / github.com/PricelessToolkit/MailBoxGuard / enableInvertIQ

Method enableInvertIQ

Code/Arduino_libraries/LoRa/LoRa.cpp:595–599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

593}
594
595void LoRaClass::enableInvertIQ()
596{
597 writeRegister(REG_INVERTIQ, 0x66);
598 writeRegister(REG_INVERTIQ2, 0x19);
599}
600
601void LoRaClass::disableInvertIQ()
602{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected