source:
trunk/firmware/Core/inc/relais.h
Last change on this file was 9, checked in by f.jahn, 5 months ago | |
---|---|
File size: 184 bytes |
Rev | Line | |
---|---|---|
[9] | 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.