how can I make multiple statements to setup pins as outputs for instance without having to declare each pin and set it as output on separate lines?
belphit
how can I make multiple statements to setup pins as outputs for instance without having to declare each pin and set it as output on separate lines?
belphit
This tutorial shows one way of doing that: http://www.arduino.cc/en/Tutorial/Loop
Thanks mem; that should do nicely; also I get to learn more about arrays.
Cheers
belphit