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. | |
gpio_t nrf24l01p_t::ce |
GPIO pin to initialize as chip enable.
Definition at line 40 of file nrf24l01p.h.
gpio_t nrf24l01p_t::cs |
GPIO pin to initialize as chip select.
Definition at line 41 of file nrf24l01p.h.
gpio_t nrf24l01p_t::irq |
GPIO pin to initialize as interrupt request.
Definition at line 42 of file nrf24l01p.h.
unsigned nrf24l01p_t::listener |
Place to store an ID in.
Definition at line 43 of file nrf24l01p.h.
spi_t nrf24l01p_t::spi |
SPI device to initialize.
Definition at line 39 of file nrf24l01p.h.