diff options
Diffstat (limited to 'footprints/PHOTODIODE.kicad_mod')
-rw-r--r-- | footprints/PHOTODIODE.kicad_mod | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/footprints/PHOTODIODE.kicad_mod b/footprints/PHOTODIODE.kicad_mod new file mode 100644 index 0000000..f706ecb --- /dev/null +++ b/footprints/PHOTODIODE.kicad_mod @@ -0,0 +1,22 @@ +(module PHOTODIODE (layer F.Cu) (tedit 5CBF2E84)
+ (fp_text reference PD? (at 5.461 -0.635 90) (layer F.SilkS)
+ (effects (font (size 1 0.9) (thickness 0.15)))
+ )
+ (fp_text value PHOTODIODE-3PIN (at -15.367 0.635 90) (layer F.SilkS) hide
+ (effects (font (size 1 0.9) (thickness 0.05)))
+ )
+ (fp_circle (center 0 0) (end 4.572 0) (layer F.SilkS) (width 0.2032))
+ (fp_circle (center 0 0) (end 4.064 0) (layer F.SilkS) (width 0.2032))
+ (fp_line (start 3.81 2.54) (end 4.445 3.175) (layer F.SilkS) (width 0.2032))
+ (fp_line (start 4.445 3.175) (end 3.81 3.81) (layer F.SilkS) (width 0.2032))
+ (fp_line (start 3.81 3.81) (end 3.302 3.302) (layer F.SilkS) (width 0.2032))
+ (fp_circle (center 0 0) (end 4.572 0) (layer Eco2.User) (width 0.2032))
+ (fp_line (start 1.27 -1.27) (end -1.27 0) (layer F.SilkS) (width 0.2032))
+ (fp_line (start -1.27 0) (end 1.27 1.27) (layer F.SilkS) (width 0.2032))
+ (fp_line (start 1.27 1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.2032))
+ (fp_line (start -1.27 -1.27) (end -1.27 0) (layer F.SilkS) (width 0.2032))
+ (fp_line (start -1.27 0) (end -1.27 1.27) (layer F.SilkS) (width 0.2032))
+ (pad P$1 thru_hole circle (at 2.54 0) (size 1.308 1.308) (drill 0.8) (layers *.Cu *.Mask))
+ (pad P$2 thru_hole circle (at -2.54 0) (size 1.308 1.308) (drill 0.8) (layers *.Cu *.Mask))
+ (pad P$3 thru_hole circle (at 0 2.54) (size 1.308 1.308) (drill 0.8) (layers *.Cu *.Mask))
+)
|