Skip to content

Commit 6ddf07e

Browse files
committed
Change LED resistors from 150R to 220R
1 parent c7dda1d commit 6ddf07e

File tree

2 files changed

+146
-146
lines changed

2 files changed

+146
-146
lines changed

ArduinoLearningKitStarter.kicad_pcb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(kicad_pcb (version 4) (host pcbnew 4.0.6)
1+
(kicad_pcb (version 4) (host pcbnew 4.0.6-e0-6349~53~ubuntu16.04.1)
22

33
(general
44
(links 224)
@@ -2400,7 +2400,7 @@
24002400
(fp_text reference R5 (at 0 1.9 270) (layer F.SilkS)
24012401
(effects (font (size 1 1) (thickness 0.15)))
24022402
)
2403-
(fp_text value 150R (at 0 -2 270) (layer F.SilkS)
2403+
(fp_text value 220R (at 0 -2 270) (layer F.SilkS)
24042404
(effects (font (size 1 1) (thickness 0.15)))
24052405
)
24062406
(fp_line (start -3.3 -1.2) (end 3.3 -1.2) (layer F.CrtYd) (width 0.05))
@@ -2429,7 +2429,7 @@
24292429
(fp_text reference R6 (at 0 -1.9 270) (layer B.SilkS)
24302430
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
24312431
)
2432-
(fp_text value 150R (at 0 2 270) (layer B.SilkS)
2432+
(fp_text value 220R (at 0 2 270) (layer B.SilkS)
24332433
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
24342434
)
24352435
(fp_line (start -3.3 1.2) (end 3.3 1.2) (layer B.CrtYd) (width 0.05))
@@ -2458,7 +2458,7 @@
24582458
(fp_text reference R7 (at -0.05 -1.85 270) (layer B.SilkS)
24592459
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
24602460
)
2461-
(fp_text value 150R (at 0 1.95 90) (layer B.SilkS)
2461+
(fp_text value 220R (at 0 1.95 90) (layer B.SilkS)
24622462
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
24632463
)
24642464
(fp_line (start -3.3 1.2) (end 3.3 1.2) (layer B.CrtYd) (width 0.05))
@@ -2487,7 +2487,7 @@
24872487
(fp_text reference R8 (at 0 1.8 270) (layer F.SilkS)
24882488
(effects (font (size 1 1) (thickness 0.15)))
24892489
)
2490-
(fp_text value 150R (at 0 -2 270) (layer F.SilkS)
2490+
(fp_text value 220R (at 0 -2 270) (layer F.SilkS)
24912491
(effects (font (size 1 1) (thickness 0.15)))
24922492
)
24932493
(fp_line (start -3.3 -1.2) (end 3.3 -1.2) (layer F.CrtYd) (width 0.05))
@@ -2516,7 +2516,7 @@
25162516
(fp_text reference R9 (at 0 1.8 450) (layer B.SilkS)
25172517
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
25182518
)
2519-
(fp_text value 150R (at 0 -2 450) (layer B.SilkS)
2519+
(fp_text value 220R (at 0 -2 450) (layer B.SilkS)
25202520
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
25212521
)
25222522
(fp_line (start -3.3 1.2) (end 3.3 1.2) (layer B.CrtYd) (width 0.05))
@@ -2719,7 +2719,7 @@
27192719
(fp_text reference R16 (at 0 -1.9 270) (layer B.SilkS)
27202720
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
27212721
)
2722-
(fp_text value 150R (at 0 2 270) (layer B.SilkS)
2722+
(fp_text value 220R (at 0 2 270) (layer B.SilkS)
27232723
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
27242724
)
27252725
(fp_line (start -3.3 1.2) (end 3.3 1.2) (layer B.CrtYd) (width 0.05))
@@ -2748,7 +2748,7 @@
27482748
(fp_text reference R17 (at 0 -1.9 270) (layer B.SilkS)
27492749
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
27502750
)
2751-
(fp_text value 150R (at 0 2 90) (layer B.SilkS)
2751+
(fp_text value 220R (at 0 2 90) (layer B.SilkS)
27522752
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
27532753
)
27542754
(fp_line (start -3.3 1.2) (end 3.3 1.2) (layer B.CrtYd) (width 0.05))
@@ -2777,7 +2777,7 @@
27772777
(fp_text reference R18 (at 0 1.9 270) (layer F.SilkS)
27782778
(effects (font (size 1 1) (thickness 0.15)))
27792779
)
2780-
(fp_text value 150R (at 0 -2 270) (layer F.SilkS)
2780+
(fp_text value 220R (at 0 -2 270) (layer F.SilkS)
27812781
(effects (font (size 1 1) (thickness 0.15)))
27822782
)
27832783
(fp_line (start -3.3 -1.2) (end 3.3 -1.2) (layer F.CrtYd) (width 0.05))

0 commit comments

Comments
 (0)