ApraLinuxUtils 1.0.0
C++ utility library for embedded Linux systems
 
Loading...
Searching...
No Matches
GPIO.h File Reference
#include <sys/types.h>
#include <string>

Go to the source code of this file.

Classes

class  apra::GPIO
 

Namespaces

namespace  apra
 

Macros

#define SYS_GPIO_PATH   "/sys/class/gpio"
 

Enumerations

enum  GPIO_EDGES { NONE , RISING , FALLING , BOTH }
 

Macro Definition Documentation

◆ SYS_GPIO_PATH

#define SYS_GPIO_PATH   "/sys/class/gpio"

Definition at line 18 of file GPIO.h.

Enumeration Type Documentation

◆ GPIO_EDGES

enum GPIO_EDGES
Enumerator
NONE 
RISING 
FALLING 
BOTH 

Definition at line 20 of file GPIO.h.