Built-in LED of 13th pin would affect to other signal output from the same pin?

Status
Not open for further replies.

Willen

Well-Known Member
Talking about Arduino UNO, some UNO has built-in LED (L LED permanently connected to 13th pin) in the board and dafault 'blink' program use it to blink the LED. But during other projects, many programs uses same 13th pin for other type of signal out. In this time, the signal has a 1k and a LED always in parallel. Won't the parallel LED affact different types of signal comming out from the 13th pin?

(Additional: Some Chinese clone (CH34) UNOs has no such L LED, just has empty pads on boards.)
 
The driver inside the processor chip can source about 25mA, and sink about 40mA. The LED current limiting resistor is set up to drive the LED with about 5mA, so it slightly decreases the ability of the Arduino's pin 13 to source current while slightly increasing its ability to sink current.

Bottom line, you can treat it like any other pin...with or without the LED.
 
Last edited:
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…