|
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 |
|
|---|
| 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.