| Line |  | 
|---|
| 1 | #ifndef __LEDS_H | 
|---|
| 2 | #define __LEDS_H | 
|---|
| 3 |  | 
|---|
| 4 |  | 
|---|
| 5 |  | 
|---|
| 6 | void LEDS_Exec(void); | 
|---|
| 7 | void LEDS_GN_On(void); | 
|---|
| 8 | void LEDS_GN_Off(void); | 
|---|
| 9 | void LEDS_GN_Flash(unsigned int time); | 
|---|
| 10 | void LEDS_GN_Blink_Start(unsigned int on, unsigned int off ); | 
|---|
| 11 |  | 
|---|
| 12 |  | 
|---|
| 13 | void LEDS_RT_On(void); | 
|---|
| 14 | void LEDS_RT_Off(void); | 
|---|
| 15 | void LEDS_RT_Flash(unsigned int time); | 
|---|
| 16 | void LEDS_RT_Blink_Start(unsigned int on, unsigned int off ); | 
|---|
| 17 | void LEDS_RT_BlinkCode_Start(unsigned int blinks, unsigned int on, unsigned int off, unsigned int pause ); | 
|---|
| 18 |  | 
|---|
| 19 |  | 
|---|
| 20 | #endif | 
|---|
| 21 |  | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.