RadioLib
Universal wireless communication library for Arduino
Type aliases used by RadioLib.

Typedefs

typedef unsigned long RadioLibTime_t
 Type used for durations in RadioLib.
 
typedef uint32_t RadioLibIrqFlags_t
 Type used for radio-agnostic IRQ flags. IRQ to enable corresponds to the bit index (RadioLibIrq_t). For example, if bit 0 is set, the module will enable its RADIOLIB_IRQ_TX_DONE (if it is supported).
 

Detailed Description