Skip to content

Commit

Permalink
added load cell data to output of MCU
Browse files Browse the repository at this point in the history
  • Loading branch information
RCMast3r committed Oct 7, 2024
1 parent 45609dd commit 79025e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/hytech_msgs.proto
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ message MCUOutputData
veh_vec_float rpm_data = 3;
int64 MCU_recv_millis = 4;
float steering_angle_deg = 5;
veh_vec_float load_cell_data = 6;
}

message MCUCommandData
Expand Down

0 comments on commit 79025e3

Please sign in to comment.