24 lines
441 B
C
24 lines
441 B
C
|
// Embedded Framework Generated File:
|
||
|
// Date:6/10/2009
|
||
|
// Time:11:18:18 AM
|
||
|
//
|
||
|
|
||
|
#ifndef __LED_INFO_H__
|
||
|
#define __LED_INFO_H__
|
||
|
|
||
|
/* Constants for the LED Controller LEDS.
|
||
|
Use the LED<suffix> constants as the LED ID in the driver functions. */
|
||
|
#define LEDS_NUM_LED_IDS 8
|
||
|
|
||
|
#define LEDS_LED0 0
|
||
|
#define LEDS_LED1 1
|
||
|
#define LEDS_LED2 2
|
||
|
#define LEDS_LED3 3
|
||
|
#define LEDS_LED4 4
|
||
|
#define LEDS_LED5 5
|
||
|
#define LEDS_LED6 6
|
||
|
#define LEDS_LED7 7
|
||
|
|
||
|
|
||
|
#endif
|