mirror of
git://projects.qi-hardware.com/kicad-libs.git
synced 2024-11-22 02:25:20 +02:00
components/ldo-3.lib (LDO-3-OIG): add generic basic LDO
This commit is contained in:
parent
e9464fddac
commit
d099ccbb63
1
AUTHORS
1
AUTHORS
@ -102,6 +102,7 @@ Werner Almesberger <werner@almesberger.net>
|
||||
components/por.lib
|
||||
components/tps6102x.lib
|
||||
components/dualnmosfet.lib
|
||||
components/ldo-3.lib
|
||||
|
||||
modules/pads.fpd
|
||||
modules/stdpass.fpd
|
||||
|
@ -241,6 +241,8 @@ Power
|
||||
Power-Management
|
||||
Power-On-Reset
|
||||
POR-809
|
||||
LDO
|
||||
LDO-3-OIG
|
||||
Vendor
|
||||
Analog
|
||||
AD1580BRTZ
|
||||
|
@ -172,3 +172,4 @@ LibName100=./74x2g07_6
|
||||
LibName101=./74x1g32_6
|
||||
LibName102=./74x1g04_6
|
||||
LibName103=./dualnmosfet
|
||||
LibName104=./ldo-3
|
||||
|
7
components/ldo-3.dcm
Normal file
7
components/ldo-3.dcm
Normal file
@ -0,0 +1,7 @@
|
||||
EESchema-DOCLIB Version 2.0
|
||||
#
|
||||
$CMP LDO-3-OIG
|
||||
D Basic fixed-voltage LDO with OUT-IN-GND pin assignment. E.g., TLV760.
|
||||
$ENDCMP
|
||||
#
|
||||
#End Doc Library
|
19
components/ldo-3.lib
Normal file
19
components/ldo-3.lib
Normal file
@ -0,0 +1,19 @@
|
||||
EESchema-LIBRARY Version 2.4
|
||||
#encoding utf-8
|
||||
#
|
||||
# LDO-3-OIG
|
||||
#
|
||||
DEF LDO-3-OIG U 0 40 Y Y 1 F N
|
||||
F0 "U" -250 250 50 H V C CNN
|
||||
F1 "LDO-3-OIG" 0 150 50 H V C CNN
|
||||
F2 "" 0 0 50 H I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
DRAW
|
||||
S -300 -150 300 200 0 1 0 N
|
||||
X OUT 1 -400 0 100 R 50 50 1 1 w
|
||||
X IN 2 400 0 100 L 50 50 1 1 W
|
||||
X GND 3 0 -250 100 U 50 50 1 1 W
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
#End Library
|
Loading…
Reference in New Issue
Block a user