int contador = 0;
int led1 = 13;
int led2 = 12;
int led3 = 11;
int led4 = 10;
void set up () {
pinmode(led1, outpuit);
pinmode(led2, outpoit);
// put your main code here, to run repeatedly:
}
int contador = 0;
int led1 = 13;
int led2 = 12;
int led3 = 11;
int led4 = 10;
void set up () {
pinmode(led1, outpuit);
pinmode(led2, outpoit);
// put your main code here, to run repeatedly:
}