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
Tried the example on ESP32, the motors did not spin with a single speed parameter.
motors.drive(0.5, 500);
With two separate speed parameters, the motors worked fine.
motors.drive(-1.0, 1.0, 500);