Added TSR-1 DC-DC voltage regulator
This commit is contained in:
parent
d0cf19c3f7
commit
089ced1d2f
2 changed files with 85 additions and 6 deletions
49
.gitignore
vendored
Normal file
49
.gitignore
vendored
Normal file
|
@ -0,0 +1,49 @@
|
|||
|
||||
# Created by https://www.gitignore.io/api/eagle
|
||||
|
||||
### Eagle ###
|
||||
# Ignore list for Eagle, a PCB layout tool
|
||||
|
||||
# Backup files
|
||||
*.s#?
|
||||
*.b#?
|
||||
*.l#?
|
||||
|
||||
# Eagle project file
|
||||
# It contains a serial number and references to the file structure
|
||||
# on your computer.
|
||||
# comment the following line if you want to have your project file included.
|
||||
eagle.epf
|
||||
|
||||
# Autorouter files
|
||||
*.pro
|
||||
*.job
|
||||
|
||||
# CAM files
|
||||
*.$$$
|
||||
*.cmp
|
||||
*.ly2
|
||||
*.l15
|
||||
*.sol
|
||||
*.plc
|
||||
*.stc
|
||||
*.sts
|
||||
*.crc
|
||||
*.crs
|
||||
|
||||
*.dri
|
||||
*.drl
|
||||
*.gpi
|
||||
*.pls
|
||||
|
||||
*.drd
|
||||
*.drd.*
|
||||
|
||||
*.info
|
||||
|
||||
*.eps
|
||||
|
||||
# file locks introduced since 7.x
|
||||
*.lck
|
||||
|
||||
|
42
reichelt.lbr
42
reichelt.lbr
|
@ -1,12 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE eagle SYSTEM "eagle.dtd">
|
||||
<eagle version="7.3.0">
|
||||
<eagle version="7.4.0">
|
||||
<drawing>
|
||||
<settings>
|
||||
<setting alwaysvectorfont="no"/>
|
||||
<setting verticaltext="up"/>
|
||||
</settings>
|
||||
<grid distance="0.05" unitdist="inch" unit="inch" style="lines" multiple="1" display="yes" altdistance="0.025" altunitdist="inch" altunit="inch"/>
|
||||
<grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="no" altdistance="0.01" altunitdist="inch" altunit="inch"/>
|
||||
<layers>
|
||||
<layer number="1" name="Top" color="4" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="16" name="Bottom" color="1" fill="1" visible="yes" active="yes"/>
|
||||
|
@ -22,16 +22,16 @@
|
|||
<layer number="26" name="bNames" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="27" name="tValues" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="28" name="bValues" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="29" name="tStop" color="7" fill="3" visible="yes" active="yes"/>
|
||||
<layer number="30" name="bStop" color="7" fill="6" visible="yes" active="yes"/>
|
||||
<layer number="29" name="tStop" color="7" fill="3" visible="no" active="yes"/>
|
||||
<layer number="30" name="bStop" color="7" fill="6" visible="no" active="yes"/>
|
||||
<layer number="31" name="tCream" color="7" fill="4" visible="no" active="yes"/>
|
||||
<layer number="32" name="bCream" color="7" fill="5" visible="no" active="yes"/>
|
||||
<layer number="33" name="tFinish" color="6" fill="3" visible="no" active="yes"/>
|
||||
<layer number="34" name="bFinish" color="6" fill="6" visible="no" active="yes"/>
|
||||
<layer number="35" name="tGlue" color="7" fill="4" visible="no" active="yes"/>
|
||||
<layer number="36" name="bGlue" color="7" fill="5" visible="no" active="yes"/>
|
||||
<layer number="37" name="tTest" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="38" name="bTest" color="7" fill="1" visible="no" active="yes"/>
|
||||
<layer number="37" name="tTest" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="38" name="bTest" color="7" fill="1" visible="yes" active="yes"/>
|
||||
<layer number="39" name="tKeepout" color="4" fill="11" visible="yes" active="yes"/>
|
||||
<layer number="40" name="bKeepout" color="1" fill="11" visible="yes" active="yes"/>
|
||||
<layer number="41" name="tRestrict" color="4" fill="10" visible="yes" active="yes"/>
|
||||
|
@ -258,6 +258,19 @@
|
|||
<rectangle x1="-0.635" y1="-3.81" x2="0.635" y2="-2.159" layer="51"/>
|
||||
<rectangle x1="-3.175" y1="-3.81" x2="-1.905" y2="-2.159" layer="51"/>
|
||||
</package>
|
||||
<package name="TSR-1">
|
||||
<wire x1="-5.85" y1="3.8" x2="5.85" y2="3.8" width="0.127" layer="20"/>
|
||||
<wire x1="5.85" y1="3.8" x2="5.85" y2="-3.8" width="0.127" layer="20"/>
|
||||
<wire x1="5.85" y1="-3.8" x2="-5.85" y2="-3.8" width="0.127" layer="20"/>
|
||||
<wire x1="-5.85" y1="-3.8" x2="-5.85" y2="3.8" width="0.127" layer="20"/>
|
||||
<pad name="P$1" x="-2.55" y="-1.8" drill="0.8" shape="square"/>
|
||||
<pad name="P$2" x="0" y="-1.8" drill="0.8"/>
|
||||
<pad name="P$3" x="2.54" y="-1.8" drill="0.8"/>
|
||||
<text x="-3.4" y="-0.9" size="1.27" layer="21">1</text>
|
||||
<circle x="-3.9" y="-1.8" radius="0.282840625" width="0.127" layer="21"/>
|
||||
<text x="-5.5" y="2" size="1.27" layer="25">>NAME</text>
|
||||
<text x="-5.4" y="0.4" size="1.27" layer="27">>VALUE</text>
|
||||
</package>
|
||||
</packages>
|
||||
<symbols>
|
||||
<symbol name="LUM1613">
|
||||
|
@ -568,6 +581,23 @@
|
|||
</device>
|
||||
</devices>
|
||||
</deviceset>
|
||||
<deviceset name="TSR-1" uservalue="yes">
|
||||
<gates>
|
||||
<gate name="G$1" symbol="VREG" x="0" y="2.54"/>
|
||||
</gates>
|
||||
<devices>
|
||||
<device name="" package="TSR-1">
|
||||
<connects>
|
||||
<connect gate="G$1" pin="GND" pad="P$2"/>
|
||||
<connect gate="G$1" pin="IN" pad="P$1"/>
|
||||
<connect gate="G$1" pin="OUT" pad="P$3"/>
|
||||
</connects>
|
||||
<technologies>
|
||||
<technology name=""/>
|
||||
</technologies>
|
||||
</device>
|
||||
</devices>
|
||||
</deviceset>
|
||||
</devicesets>
|
||||
</library>
|
||||
</drawing>
|
||||
|
|
Loading…
Reference in a new issue