Skip to content
Discussion options

You must be logged in to vote

Reversing a motor isn't gizmo specific, so there wasn't anything in our docs for you to overlook. Based on your other thread I'll assume this is in the context of Arduino. In the Arduino environment using VeX MC-29 motor controllers motors are modeled as servos in continuous rotation mode. The main arduino docs for the servo libarary can be found here, but the gist of the solution is that the servo write function takes a value between 0 and 180, where 90 is stopped, 0 is full speed in one direction, and 180 is full speed in the other.

If you just want to reverse which direction is considered to be "forward" I would suggest you might want to do that electrically by just flipping the polari…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@dwfunk4475
Comment options

@the-maldridge
Comment options

Answer selected by the-maldridge
Comment options

You must be logged in to vote
2 replies
@the-maldridge
Comment options

@dwfunk4475
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants