Optimized high speed nRF24L01+ driver class documentation v1.4.8
TMRh20 2020 - Optimized fork of the nRF24L01+ driver
Loading...
Searching...
No Matches
Functions | Variables
gpio.h File Reference
#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
 

Detailed Description

Class declaration for SPI helper files

Definition in file gpio.h.