Sep 8, 2018 · 1 min read
Great article, thanks! Does anyone know how to modify the code to make the motor rotate in REVERSE? i changed the FOR loop to do a 1/4 turn by using for i in range(128) instead of for i in range(512). now i want to rotate the opposite direction for 1/4 turn. Any thoughts?