LDRs thicker

This commit is contained in:
Chris Palmer 2019-07-29 16:39:09 +01:00
parent 847dba544f
commit 4ff12b1d8b
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 118 KiB

After

Width:  |  Height:  |  Size: 118 KiB

View File

@ -20,8 +20,8 @@
//
// Light dependent resistors.
//
small_ldr = ["small_ldr", "small", 5, 4.2, 1.8, 3.2, 2.5, 0.4];
large_ldr = ["large_ldr", "large", 9.2, 7.9, 1.8, 6.8, 4.5, 0.5];
small_ldr = ["small_ldr", "small", 5, 4.2, 2.0, 3.2, 2.5, 0.4];
large_ldr = ["large_ldr", "large", 9.2, 7.9, 2.0, 6.8, 4.5, 0.5];
ldrs = [small_ldr, large_ldr];