Optimized high speed nRF24L01+ driver class documentation v1.4.8
TMRh20 2020 - Optimized fork of the nRF24L01+ driver
|
#include <string>
#include <stdint.h>
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
#include <getopt.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <inttypes.h>
#include <linux/types.h>
#include <linux/spi/spidev.h>
Go to the source code of this file.
Functions | |
void | begin (int busNo) |
uint8_t | transfer (uint8_t tx_) |
void | transfernb (char *tbuf, char *rbuf, uint32_t len) |
void | transfern (char *buf, uint32_t len) |
Class declaration for SPI helper files
Definition in file spi.h.