You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ui16_motor_speed_erps==0)&&// only enable motor if stopped, else something bad can happen due to high currents/regen or similar
(ui16_motor_speed_erps< (ui16_battery_voltage_filtered_x1000 / K_BEMF_X1000))&&// only enable motor if below base speed, else something bad can happen due to high currents/regen or similar