vasant phadke
--
Vous recevez ce message, car vous êtes abonné au groupe Google Groupes Pinguino.
Pour envoyer un message à ce groupe, adressez un e-mail à pingui...@googlegroups.com.
Pour vous désabonner de ce groupe, envoyez un e-mail à l'adresse pinguinocard...@googlegroups.com.
Pour plus d'options, consultez la page de ce groupe : http://groups.google.com/group/pinguinocard?hl=fr
Did you try this?
Sent from my iPhone
Best regards,
Benoit
On 22 déc. 2011, at 10:12, Vasant Phadke <nasi...@gmail.com> wrote:
--
Sent from my mobile device
Regards,
Benoit
void loop()
{
if (millis() > 1000) digitalWrite(0,HIGH);
if (millis() > 2000){
_millis = 0;
digitalWrite(0,LOW);
}
}
Try to copy and paste this code, I removed all the comments and added a space in between the operators and conditionals and added the digitalWrite low to turn off the LED
(I have no computer with me right now so I cannot test the source code but try this anyway)