From: Bdale Garbee Date: Sun, 10 Sep 2017 01:46:00 +0000 (-0600) Subject: add a footprint for the ADS1220 ADC X-Git-Tag: telelco-v3.0~539 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=3d07a6a71d2884aae366ac439dc055d8e67176ca;p=hw%2Faltusmetrum add a footprint for the ADS1220 ADC --- diff --git a/packages/Makefile b/packages/Makefile index c583e31..eb7b86b 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -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 > $@