Go to the source code of this file.
Functions | |
int | DigitalOut_SetActive (int index, int state) |
Enable or disable a DigitalOut. | |
int | DigitalOut_GetActive (int index) |
Read whether a DigitalOut is active. | |
int | DigitalOut_SetValue (int index, int state) |
Turn a Digital Out on or off. | |
int | DigitalOut_GetValue (int index) |
Read whether a DigitalOut is on or off. |
Definition in file digitalout.c.