void setup() {
// put your setup code here, to run once:
for(int 1=6;1 <= 13;5++)
{
pinMode(1, OUTPUT);
}
}
void loop() {
// put your main code here, to run repeatedly:
}
void setup() {
// put your setup code here, to run once:
for(int 1=6;1 <= 13;5++)
{
pinMode(1, OUTPUT);
}
}
void loop() {
// put your main code here, to run repeatedly:
}