cannot seem to set up analog read variables in setup()

None of my for or while loops seem to work in setup()

I would look closely at line 4 (hint == not =) and you have a ; at the end of the for loop on line 35.

Of course I'm just guessing because I can't see your code :slight_smile:


Rob