Grupo de placas Arduino:
Aguirre, Josue
Puchir, Gonzalo
Mendez, Lautaro
Boceto de 1 led pin 13:
void setup() {
pinMode (13,OUTPUT);
}
void loop() {
digitalWrite(13,HIGH);
delay(1000);
digitalWrite(13,LOW);
delay(1000);
}
Boceto 1 led pin 2
void setup() {
pinMode (2,OUTPUT);
}
void loop() {
digitalWrite(2,HIGH);
delay(4000);
digitalWrite(2,LOW);
delay(3000);
digitalWrite(2,HIGH);
delay(2000);
digitalWrite(2,LOW);
delay(1000);
}
Bocetos...
This is default featured slide 1 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.
This is default featured slide 2 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.
This is default featured slide 3 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.
This is default featured slide 4 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.
This is default featured slide 5 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.