-
-
Notifications
You must be signed in to change notification settings - Fork 75
/
Copy pathWS2812B.kicad_mod
24 lines (24 loc) · 1.26 KB
/
WS2812B.kicad_mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
(module "WS2812B" (layer F.Cu) (tedit 5EBC2982)
(attr smd)
(fp_text reference "LED4" (at -0.06 -3.41) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text value "WS2812B" (at 0.025 5.4) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_line (start 0.2 2.5) (end 2.5 0.25) (layer F.SilkS) (width 0.15))
(fp_line (start 2.2 2.5) (end -2.5 2.5) (layer F.SilkS) (width 0.2))
(fp_line (start 2.5 2.25) (end 2.5 -2.5) (layer F.SilkS) (width 0.2))
(fp_line (start 2.2 2.5) (end 2.5 2.25) (layer F.SilkS) (width 0.2))
(fp_line (start -2.5 -2.5) (end 2.5 -2.5) (layer F.SilkS) (width 0.2))
(fp_line (start -2.49936 2.49936) (end -2.49936 -2.49936) (layer F.SilkS) (width 0.2))
(pad "4" smd rect (at 2.49936 -1.6002 90) (size 0.89916 1.50114) (layers "F.Cu" "F.Paste" "F.Mask"))
(pad "3" smd rect (at 2.49936 1.6002 90) (size 0.89916 1.50114) (layers "F.Cu" "F.Paste" "F.Mask"))
(pad "2" smd rect (at -2.49936 1.6002 90) (size 0.89916 1.50114) (layers "F.Cu" "F.Paste" "F.Mask"))
(pad "1" smd rect (at -2.49936 -1.6002 90) (size 0.89916 1.50114) (layers "F.Cu" "F.Paste" "F.Mask"))
(model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_RGB_5050-6.step"
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 180))
)
)