52 int setDirection(
const char *pin,
int direction);
61 void setDirections(
int lsbPins,
int msbPins,
int lsbDirs,
int msbDirs);
68 int getDirection(
const char *pin);
75 void getDirections(
int &lsbDirs,
int &msbDirs);
89 int setValue(
const char* pin,
unsigned int value);
98 void setValues(
int lsbPins,
int msbPins,
int lsbValues,
int msbValues);
105 unsigned int getValue(
const char *pin);
112 void getValues(
int &lsbValues,
int &msbValues);
125 unsigned int getPinNumber(
const char* pin);
Class for GPIO manipulations.
Definition: gpio.h:38
Structure for return values.
Definition: gpio.h:27