Skip to content

Commit

Permalink
fix addAll script, add ICM2824 footprint
Browse files Browse the repository at this point in the history
  • Loading branch information
batti committed May 18, 2015
1 parent 74ec8fe commit cafc566
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions ICM2824.kicad_mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
(module ICM2824 (layer F.Cu) (tedit 5559AB5E)
(fp_text reference REF** (at 0 0.5) (layer F.SilkS)
(effects (font (size 0.3 0.3) (thickness 0.075)))
)
(fp_text value ICM2824 (at 0 -0.5) (layer F.Fab)
(effects (font (size 0.3 0.3) (thickness 0.075)))
)
(fp_line (start -3.5 -3) (end 3.5 -3) (layer F.SilkS) (width 0.15))
(fp_line (start 3.5 -3) (end 3.5 3) (layer F.SilkS) (width 0.15))
(fp_line (start 3.5 3) (end -3.5 3) (layer F.SilkS) (width 0.15))
(fp_line (start -3.5 3) (end -3.5 -3) (layer F.SilkS) (width 0.15))
(pad 1 smd rect (at -3.25 -1.5) (size 2.5 1.6) (layers F.Cu F.Paste F.Mask))
(pad 2 smd rect (at 3.25 -1.5) (size 2.5 1.6) (layers F.Cu F.Paste F.Mask))
(pad 3 smd rect (at 3.25 1.5) (size 2.5 1.6) (layers F.Cu F.Paste F.Mask))
(pad 4 smd rect (at -3.25 1.5) (size 2.5 1.6) (layers F.Cu F.Paste F.Mask))
)
1 change: 1 addition & 0 deletions addAll.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ cd ..
git add *.mod
git add *.lib
git add *.mdc
git add *.kicad_mod

0 comments on commit cafc566

Please sign in to comment.