gpioAPI

Undocumented in source.

Members

Enums

GPIOPinDirection
enum GPIOPinDirection
Undocumented in source.
GPIOPinState
enum GPIOPinState
Undocumented in source.

Functions

exportPin
void exportPin(int pin)
Undocumented in source. Be warned that the author may not have intended to support it.
setPinDirection
void setPinDirection(int pin, GPIOPinDirection direction)
Undocumented in source. Be warned that the author may not have intended to support it.
setPinState
void setPinState(int pin, GPIOPinState state)
Undocumented in source. Be warned that the author may not have intended to support it.
unexportPin
void unexportPin(int pin)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

sysPath
string sysPath;
Undocumented in source.

Meta