source: trunk/firmware_v3/SES/inc/relais.h@ 41

Last change on this file since 41 was 41, checked in by f.jahn, 8 days ago

V3 Version soweit fertig. Relais ansteuerung, modbus, temperatursensor ist implementiert
Commit vor Änderung auf neuen Controller mit mehr Speicher

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.