Skip to content

Commit 740bdb9

Browse files
committed
Update additional_prog.ino
1 parent e610d2f commit 740bdb9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

additional_prog/additional_prog.ino

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ void loop() {
4646
case 6:
4747
//make motor rotate a given number of steps
4848
rotate(readData(), 0.5); break;
49-
case 7:
50-
//make motor move a relative distance
51-
rotate(readData()*shaftSize*stepsPerRev*pitch
5249
case 99:
5350
//just dummy to cancel the current read, needed to prevent lock
5451
//when the PC side dropped the "w" that we sent

0 commit comments

Comments
 (0)