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

Method disableInvertIQ

Code/Arduino_libraries/LoRa/LoRa.cpp:601–605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599}
600
601void LoRaClass::disableInvertIQ()
602{
603 writeRegister(REG_INVERTIQ, 0x27);
604 writeRegister(REG_INVERTIQ2, 0x1d);
605}
606
607void LoRaClass::setOCP(uint8_t mA)
608{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected