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