appled.c File Reference

MAKE Application Board LED control. More...

Go to the source code of this file.


Functions

int AppLed_SetActive (int index, int state)
 Enable an LED in the AppLed subsystem.
int AppLed_GetActive (int index)
 Read whether an AppLed is enabled.
int AppLed_SetState (int index, int state)
 Turn an LED on or off.
int AppLed_GetState (int index)
 Read whether an LED is on or off.

Detailed Description

MAKE Application Board LED control.

Library of functions for the Make Application Board's LED subsystem.

Definition in file appled.c.