void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
digitalWrite(13, LOW);
digitalWrite(11, LOW);
delay(300);
digitalWrite(13, HIGH);
digitalWrite(11, HIGH);
}
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
digitalWrite(13, LOW);
digitalWrite(11, LOW);
delay(300);
digitalWrite(13, HIGH);
digitalWrite(11, HIGH);
}