Skip to content

Commit

Permalink
adding tv deltas
Browse files Browse the repository at this point in the history
  • Loading branch information
RCMast3r committed Apr 6, 2024
1 parent e274728 commit 394572f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions PCAN_project/hytech.sym
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,10 @@ Sig=brake_1_raw unsigned 12
Sig=brake_2_raw unsigned 12
Sig=controller_input signed 20 /f:0.01
Sig=controller_output signed 20 /f:0.01
Sig=pid_tv_fl_delta signed 10 /f:0.1
Sig=pid_tv_fr_delta signed 10 /f:0.1
Sig=pid_tv_rl_delta signed 10 /f:0.1
Sig=pid_tv_rr_delta signed 10 /f:0.1

{SENDRECEIVE}

Expand Down Expand Up @@ -1260,3 +1264,11 @@ ID=4EFh
Len=8
Sig=controller_input 0
Sig=controller_output 20

[CONTROLLER_PID_TV_DELTA_DATA]
ID=4F0h
Len=8
Sig=pid_tv_fl_delta 0
Sig=pid_tv_fr_delta 10
Sig=pid_tv_rl_delta 20
Sig=pid_tv_rr_delta 30

0 comments on commit 394572f

Please sign in to comment.