Nick wonders if DC wastegate is still FUBAR #5075

This commit is contained in:
Andrey 2023-02-13 18:01:54 -05:00
parent 102e984efa
commit a75b7056af
2 changed files with 8 additions and 0 deletions

View File

@ -24,6 +24,7 @@ LDS_wall_fuel_state,
LDS_idle_state, LDS_idle_state,
LDS_electronic_throttle, LDS_electronic_throttle,
LDS_wideband_state, LDS_wideband_state,
LDS_dc_motors,
} live_data_e; } live_data_e;
#define OUTPUT_CHANNELS_BASE_ADDRESS 0 #define OUTPUT_CHANNELS_BASE_ADDRESS 0
#define FUEL_COMPUTER_BASE_ADDRESS 764 #define FUEL_COMPUTER_BASE_ADDRESS 764
@ -47,3 +48,4 @@ LDS_wideband_state,
#define IDLE_STATE_BASE_ADDRESS 1216 #define IDLE_STATE_BASE_ADDRESS 1216
#define ELECTRONIC_THROTTLE_BASE_ADDRESS 1256 #define ELECTRONIC_THROTTLE_BASE_ADDRESS 1256
#define WIDEBAND_STATE_BASE_ADDRESS 1304 #define WIDEBAND_STATE_BASE_ADDRESS 1304
#define DC_MOTORS_BASE_ADDRESS 1316

View File

@ -136,3 +136,9 @@ Usages:
java: WidebandController.java java: WidebandController.java
folder: controllers/sensors/ folder: controllers/sensors/
output_name: [ "wb1", "wb2" ] output_name: [ "wb1", "wb2" ]
- name: dc_motors
java: DcMotors.java
folder: controllers/actuators
prepend: integration/rusefi_config.txt
constexpr: "engine->dc_motors"