RockBLOCK 9704 C Library
Doxygen documentation for the RockBLOCK 9704 C Library.
|
Functions | |
bool | gpioToggle (const char *selectedChip, int selectedPin, int value) |
int | gpioReceive (const char *selectedChip, int selectedPin) |
bool | gpioDriveHigh (const char *selectedChip, int selectedPin) |
bool | gpioDriveLow (const char *selectedChip, int selectedPin) |
bool | gpioListenIridBooted (const char *selectedChip, int selectedPin, const int timeout) |
Variables | |
const rbGpioTable_t | gpioTable |
bool gpioDriveHigh | ( | const char * | selectedChip, |
int | selectedPin | ||
) |
bool gpioDriveLow | ( | const char * | selectedChip, |
int | selectedPin | ||
) |
bool gpioListenIridBooted | ( | const char * | selectedChip, |
int | selectedPin, | ||
const int | timeout | ||
) |
int gpioReceive | ( | const char * | selectedChip, |
int | selectedPin | ||
) |
bool gpioToggle | ( | const char * | selectedChip, |
int | selectedPin, | ||
int | value | ||
) |
const rbGpioTable_t gpioTable |