1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-28 09:40:21 +02:00

Added 8mm LED.

This commit is contained in:
Chris
2023-01-07 10:08:05 +00:00
parent a31f6f100c
commit 848dcb86b9
3 changed files with 4 additions and 2 deletions

View File

@@ -1788,9 +1788,10 @@ Standard domed through hole LEDs. Can specify colour and lead length.
### Vitamins
| Qty | Module call | BOM entry |
| ---:|:--- |:---|
| 1 | `led(LED10mm)` | LED 10 mm red |
| 1 | `led(LED10mm, "green")` | LED 10 mm green |
| 1 | `led(LED3mm, "green")` | LED 3 mm green |
| 1 | `led(LED5mm, "blue")` | LED 5 mm blue |
| 1 | `led(LED8mm)` | LED 8 mm red |
<a href="#top">Top</a>