add control status
This commit is contained in:
@ -1,3 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
void initControl(void);
|
||||
typedef enum _ControlState
|
||||
{
|
||||
CONTROL_STARTING,
|
||||
CONTROL_HEATING,
|
||||
CONTROL_OUTDOOR_TOO_WARM,
|
||||
CONTROL_RETURN_FLOW_TOO_WARM,
|
||||
CONTROL_BURNER_FAULT,
|
||||
CONTROL_FAULT,
|
||||
} eControlState;
|
||||
|
||||
void initControl(void);
|
||||
eControlState getControlState(void);
|
Reference in New Issue
Block a user