|
Optimized high speed nRF24L01+ driver class documentation v1.5.0
TMRh20 2020 - Optimized fork of the nRF24L01+ driver
|
#include <stdint.h>Go to the source code of this file.
Functions | |
| void | begin (int busNo) |
| uint8_t | transfer (uint8_t tx_) |
| void | transfernb (char *txBuf, char *rxBuf, uint32_t len) |
| void | transfern (char *buf, uint32_t len) |
Class declaration for SPI helper files
Definition in file spi.h.