// // Software Platform Generated File // -------------------------------- // #ifndef __LED_INFO_H__ #define __LED_INFO_H__ /* Constants for the LED Controller LEDS. Use the LED 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