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

Commit

Permalink
add honda ecus (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpancotti authored Feb 18, 2020
1 parent eba4349 commit bb13121
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions car.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -468,10 +468,21 @@ struct CarParams {
fwdCamera @3;
engine @4;
unknown @5;
transmission @8; # Transmission Control Module
srs @9; # airbag
gateway @10; # can gateway
hud @11; # heads up display
combinationMeter @12; # instrument cluster

# Toyota only
dsu @6;
apgs @7;

# Honda only
vsa @13; # Vehicle Stability Assist
programmedFuelInjection @14;
electricBrakeBooster @15;
shiftByWire @16;
}

enum FingerprintSource {
Expand Down

0 comments on commit bb13121

Please sign in to comment.