rusefi/firmware/controllers/actuators/fan_control.txt

13 lines
301 B
Plaintext

struct_no_prefix fan_control_s
bit cranking
bit notRunning
bit disabledWhileEngineStopped;Engine stopped
bit brokenClt;Broken CLT
bit enabledForAc;Enable for AC
bit hot;Above hot threshold
bit cold;Below cold threshold
bit disabledBySpeed
bit m_state;On
uint8_t radiatorFanStatus
end_struct