diff --git a/AUTHORS b/AUTHORS index 0751a6c..9dd656c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -102,6 +102,7 @@ Werner Almesberger components/por.lib components/tps6102x.lib components/dualnmosfet.lib + components/ldo-3.lib modules/pads.fpd modules/stdpass.fpd diff --git a/components/HIERARCHY b/components/HIERARCHY index 79f6662..1bf5e14 100644 --- a/components/HIERARCHY +++ b/components/HIERARCHY @@ -241,6 +241,8 @@ Power Power-Management Power-On-Reset POR-809 + LDO + LDO-3-OIG Vendor Analog AD1580BRTZ diff --git a/components/components.pro b/components/components.pro index bf1beb7..034732f 100644 --- a/components/components.pro +++ b/components/components.pro @@ -172,3 +172,4 @@ LibName100=./74x2g07_6 LibName101=./74x1g32_6 LibName102=./74x1g04_6 LibName103=./dualnmosfet +LibName104=./ldo-3 diff --git a/components/ldo-3.dcm b/components/ldo-3.dcm new file mode 100644 index 0000000..6d359bc --- /dev/null +++ b/components/ldo-3.dcm @@ -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 diff --git a/components/ldo-3.lib b/components/ldo-3.lib new file mode 100644 index 0000000..baf284f --- /dev/null +++ b/components/ldo-3.lib @@ -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