Skip to content

Commit b8cd62e

Browse files
committed
Remove unnecessary output setting
1 parent 5bc8743 commit b8cd62e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

MotorController/MotorController.ino

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ void setup()
1111
// set control pins to be outputs
1212
pinMode(pwm, OUTPUT);
1313
pinMode(dir, OUTPUT);
14-
15-
// set both motors to run at (100/255 = 39)% duty cycle (slow)
16-
analogWrite(pwm, 100);
1714
}
1815

1916
void loop()

0 commit comments

Comments
 (0)