Skip to content

Commit

Permalink
Add KiCad files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jcparkyn committed Oct 9, 2023
1 parent 185627a commit b6fabdf
Show file tree
Hide file tree
Showing 18 changed files with 7,198 additions and 0 deletions.
29 changes: 29 additions & 0 deletions electronics/.gitignore
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
26 changes: 26 additions & 0 deletions electronics/Footprints.pretty/Alps_HSFPAR003A.kicad_mod
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))
)
5,034 changes: 5,034 additions & 0 deletions electronics/ForceSensor(HSFPAR003A).STEP

Large diffs are not rendered by default.

400 changes: 400 additions & 0 deletions electronics/dpoint.kicad_pcb

Large diffs are not rendered by default.

Loading

0 comments on commit b6fabdf

Please sign in to comment.