eolas/neuron/7892e299-959d-4c7e-baa6-e001c1ecf74c/LEDs.md

26 lines
815 B
Markdown
Raw Normal View History

2024-10-19 11:00:03 +01:00
---
tags:
- electronics
---
# LEDs
LED' stands for **Light Emitting Diode**, a [circuit]() component that emits
light. The symbol for an LED is displayed below:
2024-10-20 19:50:20 +01:00
![](static/diode-led.png)
2024-10-19 11:00:03 +01:00
A **diode** is a special kind of component that only permits current to flow
through it in one direction. To achieve this it has very low resistance in one
direction to allow current flow and high resistance in the other direction to
impede current flow. This feature of diodes is clearly represented in the
generic diode circuit symbol:
2024-10-20 19:50:20 +01:00
![](static/diode.png)
2024-10-19 11:00:03 +01:00
An LED diode lights up when the right amount of current flows through it. A
standard LED has a maximum current of 20mA. An appropriate
[resistor](Resistance.md#resistors)
must therefore be added to the circuit to ensure the current doesn't exceed this
amount.