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

Method idle

Code/Arduino_libraries/LoRa/LoRa.cpp:415–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413#endif
414
415void LoRaClass::idle()
416{
417 writeRegister(REG_OP_MODE, MODE_LONG_RANGE_MODE | MODE_STDBY);
418}
419
420void LoRaClass::sleep()
421{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected