Hi,
why does digitalWrite(53, HIGH) turn the LED on (however it is very dim) even when I don't have pinMode(53, OUTPUT); at the top?
And why is it dim without defining it as output, and then normal brightness when I do define it as output?
Thanks in advance,
David