aboutsummaryrefslogtreecommitdiff
path: root/gEDA/packages/resistor.fp
diff options
context:
space:
mode:
authorMax Christian Pohle2017-06-05 16:22:16 +0200
committerMax Christian Pohle2017-06-05 16:22:16 +0200
commit3415aebf4f28070bce5ed74414ab1c8780e4f4d7 (patch)
tree546bb1d3dd332dd268156baff61102d255e6dd58 /gEDA/packages/resistor.fp
parent1aa8af534300742b9e6adddd0d8c7cd28bd8c13a (diff)
downloadbinwatch-mini-3415aebf4f28070bce5ed74414ab1c8780e4f4d7.tar.bz2
binwatch-mini-3415aebf4f28070bce5ed74414ab1c8780e4f4d7.zip
Restructured directory to get everything together
Diffstat (limited to 'gEDA/packages/resistor.fp')
-rw-r--r--gEDA/packages/resistor.fp12
1 files changed, 12 insertions, 0 deletions
diff --git a/gEDA/packages/resistor.fp b/gEDA/packages/resistor.fp
new file mode 100644
index 0000000..33388ba
--- /dev/null
+++ b/gEDA/packages/resistor.fp
@@ -0,0 +1,12 @@
1
2Element(0x00000000 "" "R11" "" 1800 1050 56 -138 0 100 0x00000000)
3(
4 Pin(0 0 60 30 60 28 "" "1" 0x00000001)
5 Pin(0 -300 60 30 60 28 "" "2" 0x00000001)
6 ElementLine (0 -50 0 -90 10)
7 ElementLine (40 -90 -40 -90 10)
8 ElementLine (-40 -90 -40 -210 10)
9 ElementLine (-40 -210 40 -210 10)
10 ElementLine (40 -210 40 -90 10)
11 ElementLine (0 -210 0 -250 10)
12 )
..