|
DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
|
nRF24L01+ driver - implementation. More...
#include "services/nrf24/nrf24.h"Go to the source code of this file.
nRF24L01+ driver - implementation.
The nRF24L01+ command protocol (Nordic datasheet): every SPI transaction is a command byte followed by data, and the STATUS register is shifted out on the first byte. Register access is R_REGISTER (0x00 | reg) / W_REGISTER (0x20 | reg); payloads use R_RX_PAYLOAD / W_TX_PAYLOAD. Host-testable with a mock; the RF link needs the module.
Definition in file nrf24.cpp.