digitalWrite(ledPin, LOW);
digitalWrite(ledPin, 2 LOW);
digitalWrite(ledPin, 3 LOW);
Spot the difference between the first line and the other 2
digitalWrite(ledPin, LOW);
digitalWrite(ledPin, 2 LOW);
digitalWrite(ledPin, 3 LOW);
Spot the difference between the first line and the other 2