EZ-Robotics / EZ-Template

Simple plug-and-play PROS template that handles drive base functions for VEX robots.
https://ez-robotics.github.io/EZ-Template/
Mozilla Public License 2.0
70 stars 27 forks source link

Motors now use `.move` #149

Closed ssejrog closed 2 months ago

ssejrog commented 2 months ago

Pros 4 no longer supports motor = x;. Docs have been updated to motor.move(x);.