mirror of
git://projects.qi-hardware.com/kicad-libs.git
synced 2024-11-07 19:37:12 +02:00
components: added powered.lib (POWERED), to replace PWR_FLG
This commit is contained in:
parent
f8b3e2d1ed
commit
43585b4029
1
AUTHORS
1
AUTHORS
@ -68,6 +68,7 @@ Werner Almesberger <werner@almesberger.net>
|
||||
components/balun-smt6.lib
|
||||
components/balun.lib
|
||||
components/xtal-4.lib
|
||||
components/powered.lib
|
||||
modules/pads.fpd
|
||||
modules/stdpass.fpd
|
||||
modules/8_10-card.fpd
|
||||
|
@ -71,6 +71,7 @@ MCU
|
||||
Oscillator
|
||||
OSCILLATOR-VDD-4
|
||||
Power
|
||||
powered
|
||||
Positive
|
||||
1V2
|
||||
1V8
|
||||
|
@ -136,3 +136,4 @@ LibName64=./xtal-4
|
||||
LibName65=./con
|
||||
LibName66=./hole
|
||||
LibName67=./diode
|
||||
LibName68=./powered
|
||||
|
15
components/powered.lib
Normal file
15
components/powered.lib
Normal file
@ -0,0 +1,15 @@
|
||||
EESchema-LIBRARY Version 2.3 Date: Mon Apr 23 06:30:58 2012
|
||||
#encoding utf-8
|
||||
#
|
||||
# POWERED
|
||||
#
|
||||
DEF POWERED #FLG 0 0 N N 1 F P
|
||||
F0 "#FLG" 200 -100 60 H I C CNN
|
||||
F1 "POWERED" 0 50 60 H V C CNN
|
||||
DRAW
|
||||
S -250 0 250 125 0 1 0 N
|
||||
X 1 1 0 -300 300 U 50 50 1 1 w
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
#End Library
|
Loading…
Reference in New Issue
Block a user