digitalin.c File Reference

Digital In. More...

Go to the source code of this file.


Functions

int DigitalIn_SetActive (int index, int state)
 Sets whether the specified Digital In is active.
int DigitalIn_GetActive (int index)
 Returns the active state of the Digital In.
int DigitalIn_GetValue (int index)
 Read the value of a Digital Input on the MAKE Application Board.

Detailed Description

Digital In.

Library of functions for the Make Application Board's Digital Output section.

Definition in file digitalin.c.