From 55400cd24cac49fc3b9bf58da2bda625ef01a7f0 Mon Sep 17 00:00:00 2001 From: Joseph Coffland Date: Sun, 3 Dec 2017 18:26:07 -0800 Subject: [PATCH] Added missing file --- footprints/ISP.fp | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 footprints/ISP.fp diff --git a/footprints/ISP.fp b/footprints/ISP.fp new file mode 100644 index 0000000..212d3d6 --- /dev/null +++ b/footprints/ISP.fp @@ -0,0 +1,19 @@ +Element(0x00 "AVR ISP Header connector" "" "ISP" 260 0 3 100 0x00) ( + Mark(50 50) + + Pin( 50 50 60 38 "1" 0x101) + Pin(150 50 60 38 "2" 0x01) + Pin( 50 150 60 38 "3" 0x01) + Pin(150 150 60 38 "4" 0x01) + Pin( 50 250 60 38 "5" 0x01) + Pin(150 250 60 38 "6" 0x01) + + ElementLine(0 0 0 300 10) + ElementLine(0 300 200 300 10) + ElementLine(200 300 200 0 10) + ElementLine(200 0 0 0 10) + + ElementLine(-20 100 0 100 10) + ElementLine(-20 200 0 200 10) + ElementLine(-20 100 -20 200 10) +) -- 2.27.0