MakingThings
Make Controller Kit
Firmware API
MAKE Zine

digitalout.c File Reference

Library of functions for the Make Application Board's Digital Outputs. More...

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.

Detailed Description

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

Definition in file digitalout.c.

Make Controller Kit