-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Corrected USB-C slots, 2u2 notation, and C0G requirement for touch se…
…nsing.
- Loading branch information
Michael Schloh von Bennewitz
committed
Oct 25, 2018
1 parent
b9e060b
commit 1ebc9d7
Showing
6 changed files
with
1,382 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 31 additions & 0 deletions
31
hardware/breakneck/modules/monerohw.pretty/C_1206.kicad_mod
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
(module Capacitors_SMD:C_1206 (layer F.Cu) (tedit 58AA84B8) | ||
(descr "Capacitor SMD 1206, reflow soldering, AVX (see smccp.pdf)") | ||
(tags "capacitor 1206") | ||
(attr smd) | ||
(fp_text reference REF** (at 0 -1.75) (layer F.SilkS) | ||
(effects (font (size 1 1) (thickness 0.15))) | ||
) | ||
(fp_text value C_1206 (at 0 2) (layer F.Fab) | ||
(effects (font (size 1 1) (thickness 0.15))) | ||
) | ||
(fp_text user %R (at 0 -1.75) (layer F.Fab) | ||
(effects (font (size 1 1) (thickness 0.15))) | ||
) | ||
(fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) | ||
(fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) | ||
(fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) | ||
(fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) | ||
(fp_line (start 1 -1.02) (end -1 -1.02) (layer F.SilkS) (width 0.12)) | ||
(fp_line (start -1 1.02) (end 1 1.02) (layer F.SilkS) (width 0.12)) | ||
(fp_line (start -2.25 -1.05) (end 2.25 -1.05) (layer F.CrtYd) (width 0.05)) | ||
(fp_line (start -2.25 -1.05) (end -2.25 1.05) (layer F.CrtYd) (width 0.05)) | ||
(fp_line (start 2.25 1.05) (end 2.25 -1.05) (layer F.CrtYd) (width 0.05)) | ||
(fp_line (start 2.25 1.05) (end -2.25 1.05) (layer F.CrtYd) (width 0.05)) | ||
(pad 1 smd rect (at -1.5 0) (size 1 1.6) (layers F.Cu F.Paste F.Mask)) | ||
(pad 2 smd rect (at 1.5 0) (size 1 1.6) (layers F.Cu F.Paste F.Mask)) | ||
(model Capacitors_SMD.3dshapes/C_1206.wrl | ||
(at (xyz 0 0 0)) | ||
(scale (xyz 1 1 1)) | ||
(rotate (xyz 0 0 0)) | ||
) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.