We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc19b41 commit cbd3a73Copy full SHA for cbd3a73
additional_prog/additional_prog.ino
@@ -44,7 +44,6 @@ void loop() {
44
stepOne(); break;
45
case 6:
46
//make motor rotate a given number of steps
47
- //rotate(readData(), 0.5);break;
48
rotate(readData(), 0.5); break;
49
case 7:
50
//make motor rotate a given number of steps in the opposite direction
0 commit comments