source: trunk/firmware_v4/SES/inc/relais.h@ 42

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