My Project
|
Data pipe configuration structure. More...
#include <nrf24l01.h>
Public Attributes | |
uint8_t | nrf24l01_data_pipe_enable |
uint8_t | nrf24l01_data_pipe_dyn_payload_length_enable |
uint8_t | nrf24l01_data_pipe_auto_ack |
uint8_t * | nrf24l01_data_pipe_receive_address |
uint8_t | nrf24l01_data_pipe_payload_width |
uint8_t * | nrf24l01_data_pipe_payload |
Data pipe configuration structure.
uint8_t nrf24l01_data_pipe::nrf24l01_data_pipe_auto_ack |
Enable auto acknowledgment
uint8_t nrf24l01_data_pipe::nrf24l01_data_pipe_dyn_payload_length_enable |
Enable dynamic payload length
uint8_t nrf24l01_data_pipe::nrf24l01_data_pipe_enable |
Enable/disable data pipe
uint8_t* nrf24l01_data_pipe::nrf24l01_data_pipe_payload |
Payload data buffer
uint8_t nrf24l01_data_pipe::nrf24l01_data_pipe_payload_width |
Static payload width (if dynamic disabled)
uint8_t* nrf24l01_data_pipe::nrf24l01_data_pipe_receive_address |
Receive address for this pipe