void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
for (i=0;1<=10;i++){
digitalWrite(13, HIGH);
delay(100
digitalWrite(13, LOW);
delay(100);
}
}
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
for (i=0;1<=10;i++){
digitalWrite(13, HIGH);
delay(100
digitalWrite(13, LOW);
delay(100);
}
}