Skip to content
This repository was archived by the owner on Apr 13, 2024. It is now read-only.

Commit bb13121

Browse files
authored
add honda ecus (#29)
1 parent eba4349 commit bb13121

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

car.capnp

+11
Original file line numberDiff line numberDiff line change
@@ -468,10 +468,21 @@ struct CarParams {
468468
fwdCamera @3;
469469
engine @4;
470470
unknown @5;
471+
transmission @8; # Transmission Control Module
472+
srs @9; # airbag
473+
gateway @10; # can gateway
474+
hud @11; # heads up display
475+
combinationMeter @12; # instrument cluster
471476

472477
# Toyota only
473478
dsu @6;
474479
apgs @7;
480+
481+
# Honda only
482+
vsa @13; # Vehicle Stability Assist
483+
programmedFuelInjection @14;
484+
electricBrakeBooster @15;
485+
shiftByWire @16;
475486
}
476487

477488
enum FingerprintSource {

0 commit comments

Comments
 (0)