Exploring BeagleBone
V1.0
|
#include <string>
#include <fstream>
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) |
#define GPIO_PATH "/sys/class/gpio/" |