Skip to content

Commit

Permalink
turn signals
Browse files Browse the repository at this point in the history
This time without accidentally overwriting energee's signals.
  • Loading branch information
adhintz authored and geohot committed Mar 8, 2018
1 parent 78986cf commit b35bb08
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions chrysler_pacifica_2017_hybrid.dbc
Expand Up @@ -77,6 +77,9 @@ BO_ 344 WHEEL_SPEEDS: 8 XXX
SG_ WHEEL_SPEED_RL : 33|10@0+ (1,0) [0|3] "" XXX
SG_ WHEEL_SPEED_RR : 49|10@0+ (1,0) [0|255] "" XXX

BO_ 792 STEERING_LEVERS: 8 XXX
SG_ TURN_SIGNALS : 1|2@0+ (1,0) [0|3] "" XXX




Expand All @@ -87,4 +90,6 @@ CM_ SG_ 746 PRNDL "4=D, 3=N, 2=R, 1=P";
CM_ SG_ 284 BRAKE_RELATED "Correlates with braking";
CM_ SG_ 284 SPEED "Another Speed Signal, Maybe RPMs?";
CM_ SG_ 320 BRAKE_PRESSED "Value is 5 when brake is pressed";
CM_ SG_ 792 TURN_SIGNALS "1=Left, 2=Right";
VAL_ 746 PRNDL 4 "Drive" 3 "Neutral" 2 "Reverse" 1 "Park" ;
VAL_ 792 TURN_SIGNALS 2 "Right" 1 "Left" ;

0 comments on commit b35bb08

Please sign in to comment.