int led = 3;
void setup() {
pinMode ( led, OUTPUT );
}
void loop() {
// put your main code here, to run repeatedly:
}
int led = 3;
void setup() {
pinMode ( led, OUTPUT );
}
void loop() {
// put your main code here, to run repeatedly:
}