void setup() {
// put your setup code here, to run once:
pinMode( 13, OUTPUT);
}
int time=500
void loop() {
// put your main code here, to run repeatedly:
digitalWrite(13, HIGH);
}
void setup() {
// put your setup code here, to run once:
pinMode( 13, OUTPUT);
}
int time=500
void loop() {
// put your main code here, to run repeatedly:
digitalWrite(13, HIGH);
}