Hi, I was wondering how to make a motor rotate for a certain number of degrees and how to make it rotate reverse for a certain number of degrees as well. (Like using rotateFor but also with reverse).
When using rotateFor, in order to reverse the motor, just turn negative rotations
Ex. Motor1.rotateFor(-1, rev);
1 Like