add brake current todo

This commit is contained in:
Oskar Weigl
2017-06-24 16:58:49 -07:00
parent 30f446b9d3
commit 471573307f
+4
View File
@@ -1223,6 +1223,10 @@ static void control_motor_loop(Motor_t* motor) {
break; // in case of error exit loop, motor->error has been set by FOC_current
}
}
//We are exiting control, reset Ibus, and update brake current
//TODO update brake current from all motors in 1 func
//TODO reset this motor Ibus, then call from here
}