const byte PIN_LED [] ={2,3,4,5,6,7,8,9};
void setup() {
// put your setup code here, to run once:
for(int i=0; i<8; i++)
{
pinMode(PIN_LED[I], OUTPUT);
}
}
void loop() {
// put your main code here, to run repeatedly:
}
const byte PIN_LED [] ={2,3,4,5,6,7,8,9};
void setup() {
// put your setup code here, to run once:
for(int i=0; i<8; i++)
{
pinMode(PIN_LED[I], OUTPUT);
}
}
void loop() {
// put your main code here, to run repeatedly:
}