Exploring BeagleBone  V1.0
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Data Structures | Namespaces | Macros | Typedefs | Functions
GPIO.h File Reference
#include <string>
#include <fstream>
Include dependency graph for GPIO.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  exploringBB::GPIO
 GPIO class for input and output functionality on a single GPIO pin. More...
 

Namespaces

 exploringBB
 

Macros

#define GPIO_PATH   "/sys/class/gpio/"
 

Typedefs

typedef int(* exploringBB::CallbackType )(int)
 

Functions

void * exploringBB::threadedPoll (void *value)
 
void * exploringBB::threadedToggle (void *value)
 

Macro Definition Documentation

#define GPIO_PATH   "/sys/class/gpio/"