source:
trunk/firmware/Core/inc/leds.h
@
10
Last change on this file since 10 was 10, checked in by f.jahn, 5 months ago | |
---|---|
File size: 387 bytes |
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 | |
18 | |
19 | #endif |
20 |
Note: See TracBrowser
for help on using the repository browser.