GPIO Lib API
This library allows easy access to the GPIO pins. More...
danger
this is a legacy library and thus not supported by Toradex anymore. We recommend that you use the new libraries for all Toradex modules. Please see the Toradex CE Libraries and Code Samples for up-to-date information.
Data Structures
struct PIN_INSTANCEMacros | |
#define | GPIO_VER_MAJ 2 |
#define | GPIO_VER_MIN 3 |
#define | GPIO_VER_BUILD 0 |
#define | DIR_IN 0 |
#define | DIR_OUT 1 |
#define | GPIO_EDGE_RISING 1 |