add a footprint for the ADS1220 ADC
authorBdale Garbee <bdale@gag.com>
Sun, 10 Sep 2017 01:46:00 +0000 (19:46 -0600)
committerBdale Garbee <bdale@gag.com>
Sun, 10 Sep 2017 01:46:00 +0000 (19:46 -0600)
packages/Makefile

index c583e319f22d8162edbe194efd8e0445d6b06c0d..eb7b86b19ecb14d767add6839e3bb4da9fbd1de6 100644 (file)
@@ -11,6 +11,7 @@ DIRS= \
        te-connectivity 
 
 SOIC= \
+       ssop-16.fp \
        ssop-28.fp \
        soic-16.fp \
        soic-24.fp
@@ -140,6 +141,9 @@ clean: $(CLEANDIRS)
 .gitignore: Makefile
        for i in $@ $(FOOTPRINTS); do echo $$i; done > $@
 
+ssop-16.fp: ssop.5c
+       nickle ssop.5c 16 3.85 > $@
+
 ssop-28.fp: ssop.5c
        nickle ssop.5c 28 > $@