Transition
This commit is contained in:
@ -43,14 +43,11 @@ struct ThermalState {
|
||||
};
|
||||
|
||||
struct HeaterState {
|
||||
bool switchOnTransition;
|
||||
bool switchOffTransition;
|
||||
uint8_t heaterSwitchOnControlErrorCounter;
|
||||
uint8_t heaterSwitchOffControlErrorCounter;
|
||||
bool switchTransition;
|
||||
uint8_t heaterSwitchControlErrorCounter;
|
||||
};
|
||||
|
||||
enum ThermalComponents : uint8_t {
|
||||
// TODO: Großbuchstaben
|
||||
NONE = 0,
|
||||
ACS_BOARD = 1,
|
||||
MGT = 2,
|
||||
|
Reference in New Issue
Block a user