mirror of
git://projects.qi-hardware.com/kicad-libs.git
synced 2024-11-07 23:54:05 +02:00
components/inductor.lib: general inductor, reusing filter.lib by Adam Wang
This commit is contained in:
parent
b3d76021a0
commit
0b75a76ea3
1
AUTHORS
1
AUTHORS
@ -81,6 +81,7 @@ Werner Almesberger <werner@almesberger.net>
|
||||
components/tps6216x.lib
|
||||
components/lis3dh.lib
|
||||
components/memcard-shield4.lib (based on MEMCARD8 from con.lib, by Adam Wang)
|
||||
components/inductor.lib (based on filter.lib by Adam Wang)
|
||||
modules/pads.fpd
|
||||
modules/stdpass.fpd
|
||||
modules/8_10-card.fpd
|
||||
|
@ -5,6 +5,7 @@ Passive
|
||||
crystal
|
||||
DIODE
|
||||
LED
|
||||
INDUCTOR
|
||||
filter
|
||||
PPTC
|
||||
R
|
||||
|
@ -147,3 +147,4 @@ LibName75=./lpc1100-qfn33
|
||||
LibName76=./tps6216x
|
||||
LibName77=./lis3dh
|
||||
LibName78=./memcard8
|
||||
LibName79=./inductor
|
||||
|
20
components/inductor.lib
Normal file
20
components/inductor.lib
Normal file
@ -0,0 +1,20 @@
|
||||
EESchema-LIBRARY Version 2.3 Date: Sat Dec 22 23:06:50 2012
|
||||
#encoding utf-8
|
||||
#
|
||||
# INDUCTOR
|
||||
#
|
||||
DEF INDUCTOR L 0 40 N N 1 F N
|
||||
F0 "L" 0 150 60 H V C CNN
|
||||
F1 "INDUCTOR" 0 -100 60 H V C CNN
|
||||
DRAW
|
||||
A -150 0 50 1 1799 0 1 0 N -100 0 -200 0
|
||||
A -50 0 50 1 1799 0 1 0 N 0 0 -100 0
|
||||
A 0 0 0 0 0 0 1 0 N 0 0 0 0
|
||||
A 50 0 50 1 1799 0 1 0 N 100 0 0 0
|
||||
A 150 0 50 1 1799 0 1 0 N 200 0 100 0
|
||||
X 1 1 -350 0 150 R 50 50 1 1 P
|
||||
X 2 2 350 0 150 L 50 50 1 1 P
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
#End Library
|
Loading…
Reference in New Issue
Block a user