high beams for genericToggle

master
Drew Hintz 2018-03-02 16:12:15 -08:00 committed by George Hotz
parent f037d422ec
commit 9f1c78bf23
1 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,8 @@ BO_ 344 WHEEL_SPEEDS: 8 XXX
BO_ 792 STEERING_LEVERS: 8 XXX
SG_ TURN_SIGNALS : 1|2@0+ (1,0) [0|3] "" XXX
SG_ HIGH_BEAM_PUSHED_IN : 2|1@1+ (1,0) [0|3] "" XXX
SG_ HIGH_BEAM_FLASH : 3|1@1+ (1,0) [0|3] "" XXX
@ -95,5 +97,6 @@ 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";
CM_ SG_ 792 HIGH_BEAM_FLASH "use this for genericToggle";
VAL_ 746 PRNDL 4 "Drive" 3 "Neutral" 2 "Reverse" 1 "Park" ;
VAL_ 792 TURN_SIGNALS 2 "Right" 1 "Left" ;