Added software timers

Accessory state machine framework functional
This commit is contained in:
2025-06-18 17:53:00 -05:00
parent aaa7f0dc29
commit 658cedfa3b
18 changed files with 614 additions and 580 deletions

View File

@@ -142,7 +142,7 @@ void Check_For_Open_Circuit(void)
if (Compare_Voltage(sys.adc.V_CHK, MAX_OP_VOLTS)) //Potentially fatal voltage
{
Select_Estop(ON); // Fault condition disable output
Select_Estop(ISOLATED); // Fault condition disable output
Select_Bypass(OFF); // Force into blocked state.
Task = SAFETY_TASK;
}