source: trunk/firmware_v3/STM32CubeIDE/inc/mode_mainswitch.h@ 41

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

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

File size: 112 bytes
Line 
1#ifndef __MODE_MAINSWITCH_H
2#define __MODE_MAINSWITCH_H
3
4
5void MODE_MAINSWITCH_Exec(void);
6
7
8#endif
9
10
Note: See TracBrowser for help on using the repository browser.