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