Fixed LDR comment

This commit is contained in:
Chris Palmer 2019-07-25 19:31:16 +01:00
parent af4c5e2b3e
commit be14a52c21
2 changed files with 3 additions and 3 deletions

View File

@ -989,8 +989,8 @@ Larger ones seem to have both a higher dark resistance and a lower bright light
### Vitamins
| Qty | Module call | BOM entry |
| ---:|:--- |:---|
| 1 | ```ldr(large_ldr)``` | Light dependent resistor |
| 1 | ```ldr(small_ldr)``` | Light dependent resistor |
| 1 | ```ldr(large_ldr)``` | Light dependent resistor - large |
| 1 | ```ldr(small_ldr)``` | Light dependent resistor - small |
<a href="#top">Top</a>

View File

@ -33,7 +33,7 @@ function ldr_active(type) = type[6]; //! The active width
function ldr_lead_d(type) = type[7]; //! The lead diameter
module LDR(type, lead_length = 3) { //! Draw an LDR, can specify the lead length
vitamin(str("ldr(", type[0], "): Light dependent resistor: ", ldr_description(type)));
vitamin(str("ldr(", type[0], "): Light dependent resistor - ", ldr_description(type)));
module shape()
intersection() {