dual H-bridge idle UI and overall usability issues #5972

H-bridge stepper problem two
This commit is contained in:
rusefillc 2024-02-17 13:59:20 -05:00
parent ca301e1479
commit b68f8a5835
1 changed files with 2 additions and 0 deletions

View File

@ -628,6 +628,8 @@ typedef enum __attribute__ ((__packed__)) {
DC_None = 0,
DC_Throttle1 = 1,
DC_Throttle2 = 2,
// this is about SINGLE DC-motor idle valve like 90s volkswagen/earlier M111 engines
// NOT to be used in dual H-bridge stepper control
DC_IdleValve = 3,
DC_Wastegate = 4,
} dc_function_e;