Optimized high speed nRF24L01+ driver class documentation v1.4.10
TMRh20 2020 - Optimized fork of the nRF24L01+ driver
|
#include <cstdio>
Go to the source code of this file.
Functions | |
GPIO () | |
static void | open (int port, int DDR) |
static void | close (int port) |
static int | read (int port) |
static void | write (int port, int value) |
Variables | |
static const int | DIRECTION_IN = 0 |
static const int | OUTPUT_HIGH = 1 |
static const int | OUTPUT_LOW = 0 |
Class declaration for SPI helper files
Definition in file gpio.h.