float opd_threshold(float car_velocity_kmh)
Calclulate the one pedal drive threshold.
Definition: one_pedal_drive.c:20
float opd_current(float throttle_percent, float threshold, DriveState *drive_state)
Calculate the motor current based on the pedal position, threshold and drive state.
Definition: one_pedal_drive.c:30