1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +03:00

Remove unneeded Serial output

This commit is contained in:
Makuna 2015-07-19 14:00:32 -07:00
parent cc8fb10e21
commit d882965027

View File

@ -165,9 +165,6 @@ uint8_t Servo::attach(int pin, int minUs, int maxUs)
{ {
ServoTimerSequence timerId; ServoTimerSequence timerId;
Serial.print("_servoIndex ");
Serial.println(_servoIndex);
if (_servoIndex < MAX_SERVOS) { if (_servoIndex < MAX_SERVOS) {
pinMode(pin, OUTPUT); // set servo pin to output pinMode(pin, OUTPUT); // set servo pin to output
digitalWrite(pin, LOW); digitalWrite(pin, LOW);