Structure that represents the hardware setup of the nrf24l01+ transceiver. More...
Structure that represents the hardware setup of the nrf24l01+ transceiver.
Definition at line 38 of file nrf24l01p.h.
#include <nrf24l01p.h>
Data Fields | |
spi_t | spi |
SPI device to initialize. | |
gpio_t | ce |
GPIO pin to initialize as chip enable. | |
gpio_t | cs |
GPIO pin to initialize as chip select. | |
gpio_t | irq |
GPIO pin to initialize as interrupt request. | |
unsigned | listener |
Place to store an ID in. | |