Maybe im missing something but if i power an LED off of pin 0 or 13 they are bright, but off of 1-12 they are really dull, anyway to brighten these?
Declare the pins as outputs in the setup function using pinMode().
Don't forget the resistors on those LEDs.
Don't use pins 0 & 1 as they are used for serial communication.
Oh sh** on a brick, im such a, well you know.
Thank you so much, on the fly coding and forgot to add that bit in!!
If i dont care about serial comm can i use pins 0 and 1 for controlling leds?
Yes but you might have to temporally disconnect them to get the sketch to download.