Is there a way to debug code in Setup? Trying to use a for

How 'bout:

for(byte q = 2;q <= 42;q++)
 pinMode(q,OUTPUT);

:wink: :slight_smile: