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