In API 2.5, replace motor.loopFOC() and motor.move() with motor.run(), which does both. then we have a loop like this: ``` void loop() { motor.run(); commander.run(); } ```
In API 2.5, replace motor.loopFOC() and motor.move() with motor.run(), which does both.
then we have a loop like this: