RadioLib
Universal wireless communication library for Arduino
Shield Configuration

Macros

#define RADIOLIB_USE_SPI   0x00
 Use SPI interface.
 
#define RADIOLIB_USE_UART   0x01
 Use UART interface.
 
#define RADIOLIB_USE_I2C   0x02
 Use I2C interface.
 

Detailed Description