add safety contact output
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
typedef enum _Output{
|
||||
typedef enum _Output
|
||||
{
|
||||
ENABLED,
|
||||
DISABLED
|
||||
} eOutput;
|
||||
@ -9,4 +10,6 @@ void initOutputs(void);
|
||||
eOutput getCirculationPumpState(void);
|
||||
void setCirculationPumpState(eOutput in);
|
||||
eOutput getBurnerState(void);
|
||||
void setBurnerState(eOutput in);
|
||||
void setBurnerState(eOutput in);
|
||||
eOutput getSafetyControlState(void);
|
||||
void setSafetyControlState(eOutput in);
|
Reference in New Issue
Block a user