RadioLib
Universal wireless communication library for Arduino
Standby mode type aliases.

Macros

#define RADIOLIB_STANDBY_DEFAULT   (0x00)
 Default standby used by the module.
 
#define RADIOLIB_STANDBY_WARM   (0x01)
 Warm standby (e.g. crystal left running).
 
#define RADIOLIB_STANDBY_COLD   (0x02)
 Cold standby (e.g. only internal RC oscillator running).
 

Detailed Description