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