source:
trunk/firmware_v2/SES/inc/relais.h
@
28
| Last change on this file since 28 was 17, checked in by f.jahn, 3 months ago | |
|---|---|
| File size: 184 bytes | |
| Line | |
|---|---|
| 1 | #ifndef __RELAIS_H |
| 2 | #define __RELAIS_H |
| 3 | |
| 4 | |
| 5 | void RELAIS_Exec(void); |
| 6 | void RELAIS_SetPuls(void); |
| 7 | void RELAIS_ResetPuls(void); |
| 8 | unsigned int RELAIS_GetState(void); |
| 9 | |
| 10 | |
| 11 | |
| 12 | #endif |
| 13 | |
| 14 | |
| 15 |
Note: See TracBrowser
for help on using the repository browser.
