let make create all the 50mil pin header variants
authorBdale Garbee <bdale@gag.com>
Thu, 6 Sep 2018 01:07:02 +0000 (19:07 -0600)
committerBdale Garbee <bdale@gag.com>
Thu, 6 Sep 2018 01:07:02 +0000 (19:07 -0600)
packages/pinheader/50mil3pin.fp [deleted file]
packages/pinheader/Makefile

diff --git a/packages/pinheader/50mil3pin.fp b/packages/pinheader/50mil3pin.fp
deleted file mode 100644 (file)
index 96916dd..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# author: Bdale Garbee
-# email: bdale@gag.com
-# dist-license: GPL 3
-# use-license: unlimited
-Element[0x0 "50mil3pin" "" "" 0 0 0 0 0 100 0x0]
-(
-   Pin[ 10000 0 4200 1200 4800 2800 "pin3" "3" 0x0001 ]
-   Pin[ 5000 0 4200 1200 4800 2800 "pin2" "2" 0x0001 ]
-   Pin[ 0 0 4200 1200 4800 2800 "pin1" "1" 0x0101 ]
-)
index a685cf153d56a308642cdf7bcccc5096bd745570..8eb261d244945a5fe553d3ca6c45f7048e7c0929 100644 (file)
@@ -7,6 +7,9 @@ FOOTPRINTS = \
 
 all: $(FOOTPRINTS) .gitignore
 
+50mil3pin.fp:  50milpitch.py
+       ./50milpitch.py 3 > 50mil3pin.fp
+
 50mil4pin.fp:  50milpitch.py
        ./50milpitch.py 4 > 50mil4pin.fp