From a2f3feadd0b409402aa87d2d1a06310dc659f0b3 Mon Sep 17 00:00:00 2001 From: vanillagorillaa <31773928+vanillagorillaa@users.noreply.github.com> Date: Mon, 23 Oct 2017 06:39:38 -0500 Subject: [PATCH] Passenger Airbag (#44) Added passenger airbag on/off signals. Might just be the indicator light and not actually turning off the airbags. Noted in comments --- honda_civic_touring_2016_can.dbc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/honda_civic_touring_2016_can.dbc b/honda_civic_touring_2016_can.dbc index 7a99215..7c55056 100644 --- a/honda_civic_touring_2016_can.dbc +++ b/honda_civic_touring_2016_can.dbc @@ -220,6 +220,8 @@ BO_ 662 CRUISE_BUTTONS: 4 SCM BO_ 773 SEATBELT_STATUS: 7 BDY SG_ SEATBELT_DRIVER_LAMP : 7|1@0+ (1,0) [0|1] "" NEO + SG_ PASS_AIRBAG_ON : 15|1@0+ (1,0) [0|1] "" NEO + SG_ PASS_AIRBAG_OFF : 14|1@0+ (1,0) [0|1] "" NEO SG_ SEATBELT_PASS_UNLATCHED : 10|1@0+ (1,0) [0|1] "" NEO SG_ SEATBELT_PASS_LATCHED : 11|1@0+ (1,0) [0|1] "" NEO SG_ SEATBELT_DRIVER_UNLATCHED : 12|1@0+ (1,0) [0|1] "" NEO @@ -410,6 +412,8 @@ BO_TX_BU_ 927 : NEO,ADAS; CM_ SG_ 401 GEAR "10 = reverse, 11 = transition"; CM_ SG_ 490 LONG_ACCEL "wheel speed derivative, noisy and zero snapping"; +CM_ SG_ 773 PASS_AIRBAG_ON "Might just be indicator light"; +CM_ SG_ 773 PASS_AIRBAG_OFF "Might just be indicator light"; CM_ SG_ 780 CRUISE_SPEED "255 = no speed"; CM_ SG_ 804 CRUISE_SPEED_PCM "255 = no speed"; CM_ SG_ 829 BEEP "beeps are pleasant, chimes are for warnngs etc...";