MySensors Library & Examples  2.3.2-62-ge298769
Macros
+ Collaboration diagram for Soft SPI:

Detailed Description

These options are specific the soft SPI driver for certain radio transport drivers.

The following transport drivers supported by this driver:

Macros

#define MY_SOFTSPI
 Define this to use a software based SPI driver which allows more freedom in pin selection for the (supported) radio module.
 
#define MY_SOFT_SPI_SCK_PIN   (14)
 Soft SPI SCK pin.
 
#define MY_SOFT_SPI_MISO_PIN   (16)
 Soft SPI MISO pin.
 
#define MY_SOFT_SPI_MOSI_PIN   (15)
 Soft SPI MOSI pin.