mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 19:42:08 +02:00
sbox merge cleanup
This commit is contained in:
parent
f85de389c3
commit
fe24c195c7
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ void transmit_can(CAN_frame* tx_frame, int interface);
|
|||
/** Minimum input voltage required to enable relay control **/
|
||||
#define MINIMUM_INPUT_VOLTAGE 250
|
||||
|
||||
/** Maximum allowable percentage of input voltage across the precharge resistor to engage the positive relay. **/
|
||||
/** SAFETY FEATURE: If precharge resistor is faulty, positive contactor will not be engaged **/
|
||||
/** Minimum required percentage of input voltage at the output port to engage the positive relay. **/
|
||||
/** Prevents engagement of the positive contactor if the precharge resistor is faulty. **/
|
||||
#define MAX_PRECHARGE_RESISTOR_VOLTAGE_PERCENT 0.99
|
||||
|
||||
/* NOTE: modify the T2 time constant below to account for the resistance and capacitance of the target system.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue