What is the difference between the rotateTo() and spinTo() commands?

What are the differences (if any) between the rotateTo() and spinTo() commands? Does this have to do with blocking/non blocking differences? If one is still running in one thread and I command the motor again from a different thread, is there a difference?

They do the same thing. In a update, all the rotate became spins. For back words compatibilaty, they left both

3 Likes

Ah, makes sense. (20)

1 Like