are pins 12, 13 the only pins that can drive "hi" an led.... very new to this and trying to get all pins hi to drive leds, like a parallax
are pins 12, 13 the only pins that can drive "hi" an led.... very new to this and trying to get all pins hi to drive leds, like a parallax
John and John
You are correct, however I generally caution people against using pins 0 and 1 since they are the Atmega328 Rx and Tx, and can cause issues.
You can also use the Analogue inputs as normal I/O so A0, 1, 2, 3, 4, 5 = Pin 14, 15, 16, 17, 18, 19 and can be set as an input or output.
Mark
And many of the pins can also be used as PWM output in hardware, look for the "~" on some of the pins on an official Arduino to see which pins, or look at the arduino site for the pin definitions
Peter