Skip to content

Commit

Permalink
adding in more signals to the drivetrain
Browse files Browse the repository at this point in the history
  • Loading branch information
RCMast3r committed Mar 10, 2024
1 parent 73b9092 commit 1c928fb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions PCAN_project/hytech.sym
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,10 @@ Sig=mc4_quit_dc unsigned 1
Sig=mc4_quit_inverter_on unsigned 1
Sig=mc4_system_ready unsigned 1
Sig=mc4_warning unsigned 1
Sig=accel_implausible bit
Sig=brake_implausible bit
Sig=accel_percent unsigned 8 /min:0 /max:100
Sig=brake_percent unsigned 8 /min:0 /max:100

{SENDRECEIVE}

Expand Down Expand Up @@ -1034,6 +1038,7 @@ ID=401h
Len=8
Sig=shunt_voltage 0
Sig=shunt_current 32

[PENTHOUSE_ACCUM_MSG]
ID=0DFh
Len=8
Expand Down Expand Up @@ -1091,3 +1096,7 @@ Sig=mc4_quit_dc 28
Sig=mc4_quit_inverter_on 29
Sig=mc4_system_ready 30
Sig=mc4_warning 31
Sig=accel_implausible 32
Sig=brake_implausible 33
Sig=brake_percent 41
Sig=accel_percent 49

0 comments on commit 1c928fb

Please sign in to comment.