forked from Jcparkyn/dpoint
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
7,198 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# For PCBs designed using KiCad: https://www.kicad.org/ | ||
# Format documentation: https://kicad.org/help/file-formats/ | ||
|
||
# Temporary files | ||
*.000 | ||
*.bak | ||
*.bck | ||
*.kicad_pcb-bak | ||
*.kicad_sch-bak | ||
*-backups | ||
*.kicad_prl | ||
*.sch-bak | ||
*~ | ||
_autosave-* | ||
*.tmp | ||
*-save.pro | ||
*-save.kicad_pcb | ||
fp-info-cache | ||
|
||
# Netlist files (exported from Eeschema) | ||
*.net | ||
|
||
# Autorouter files (exported from Pcbnew) | ||
*.dsn | ||
*.ses | ||
|
||
# Exported BOM files | ||
*.xml | ||
*.csv |
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,26 @@ | ||
(footprint "Alps_HSFPAR003A" (version 20221018) (generator pcbnew) | ||
(layer "F.Cu") | ||
(attr smd) | ||
(fp_text reference "REF**" (at 0 2.54 unlocked) (layer "F.SilkS") | ||
(effects (font (size 1 1) (thickness 0.1))) | ||
(tstamp 220dd604-a029-4791-bcb9-f3ecd5726fe5) | ||
) | ||
(fp_text value "Alps_HSFPAR003A" (at 0 4.04 unlocked) (layer "F.Fab") | ||
(effects (font (size 1 1) (thickness 0.15))) | ||
(tstamp ce263a11-b401-468c-9988-12d1d144144d) | ||
) | ||
(fp_text user "${REFERENCE}" (at 0 5.54 unlocked) (layer "F.Fab") | ||
(effects (font (size 1 1) (thickness 0.15))) | ||
(tstamp ba289319-6dd9-4d39-a3e2-82d29a3f39bc) | ||
) | ||
(pad "1" smd roundrect (at -0.6 -0.7) (size 0.3 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) | ||
(thermal_bridge_angle 45) (tstamp aead15a8-362b-4104-a382-d6fe2b46d5e1)) | ||
(pad "2" smd roundrect (at 0.6 -0.7) (size 0.3 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) | ||
(thermal_bridge_angle 45) (tstamp a54e2bb0-b5f9-426e-9161-e95e8a1bf337)) | ||
(pad "3" smd roundrect (at 0 0) (size 0.6 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) | ||
(thermal_bridge_angle 45) (tstamp 942b6f32-b73f-423f-a388-a6e1cb8ef661)) | ||
(pad "3" smd roundrect (at 0.6 0.7) (size 0.3 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) | ||
(thermal_bridge_angle 45) (tstamp d313d3ff-04f8-4519-ba4f-34cf211722b1)) | ||
(pad "4" smd roundrect (at -0.6 0.7) (size 0.3 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) | ||
(thermal_bridge_angle 45) (tstamp ac134343-1a75-4b41-aad9-7e10cd7c242c)) | ||
) |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.