Add multiplexer schematics

This commit is contained in:
eddyem
2018-05-17 01:04:01 +03:00
parent 26e63221d0
commit 49a2a231b7
46 changed files with 71747 additions and 1154 deletions

View File

@@ -0,0 +1,10 @@
(module VIA (layer F.Cu) (tedit 5A65DDA8)
(fp_text reference REF** (at 0 0.5) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value VIA (at 0 -0.5) (layer F.Fab) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(pad 1 thru_hole circle (at 0 0) (size 1.5 1.5) (drill 0.8) (layers *.Cu *.Mask)
(zone_connect 1))
)