source: trunk/firmware_v2/SES/inc/relais.h @ 18

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