int speedPin = 3; // H-bridge enable pin for speed control
int motor1Pin = 3; // H-bridge leg 1 (pin 2, 1A)
Which of these is really connected to pin 3?
int speedPin = 3; // H-bridge enable pin for speed control
int motor1Pin = 3; // H-bridge leg 1 (pin 2, 1A)
Which of these is really connected to pin 3?