|
Last change
on this file since 41 was 41, checked in by f.jahn, 7 days ago |
|
V3 Version soweit fertig. Relais ansteuerung, modbus, temperatursensor ist implementiert
Commit vor Änderung auf neuen Controller mit mehr Speicher
|
|
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.