insira seu c Serial.println("DS1307 read error! Please check the circuitry.");
}
// Set current time only the first to values, hh,mm are needed
setTime(09,00);
}
#else
// Set current time only the first to values, hh,mm are needed
setTime(0,0,0,0);
#endif
drawTo(75.2, 47);
lift(0);
servo1.attach(SERVOPINLIFT); // lifting servo
servo2.attach(SERVOPINLEFT); // left servo
servo3.attach(SERVOPINRIGHT); // right servo
delay(1000);
ódigo aqui