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 e610d2f commit 740bdb9Copy full SHA for 740bdb9
additional_prog/additional_prog.ino
@@ -46,9 +46,6 @@ void loop() {
46
case 6:
47
//make motor rotate a given number of steps
48
rotate(readData(), 0.5); break;
49
- case 7:
50
- //make motor move a relative distance
51
- rotate(readData()*shaftSize*stepsPerRev*pitch
52
case 99:
53
//just dummy to cancel the current read, needed to prevent lock
54
//when the PC side dropped the "w" that we sent
0 commit comments