source:
trunk/firmware_v2/SES/inc/relais.h
@
17
Last change on this file since 17 was 17, checked in by f.jahn, 9 days ago | |
---|---|
File size: 184 bytes |
Rev | Line | |
---|---|---|
[17] | 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.