correct num holes and add Nano board

This commit is contained in:
Jonathan Iapicco 2015-04-02 22:10:35 +00:00
parent 33a680ac95
commit 8b263999c7
24 changed files with 9083 additions and 185 deletions

View file

@ -0,0 +1,11 @@
(module 1pin_Nano (layer F.Cu) (tedit 551DB082)
(descr "module 1 pin (ou trou mecanique de percage)")
(tags DEV)
(fp_text reference REF** (at 0 -2.032) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value 1pin (at 0 2.032) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(pad 1 thru_hole circle (at 0 0) (size 2.54 2.54) (drill 2.032) (layers *.Cu *.Mask F.SilkS))
)