Index: 7805/7805.sch =================================================================== --- 7805/7805.sch (nonexistent) +++ 7805/7805.sch (revision 5717) @@ -0,0 +1,88 @@ +v 20130925 2 +C 23100 57800 1 0 0 lm7805-1.sym +{ +T 24700 59100 5 10 0 0 0 0 1 +device=7805 +T 24500 58800 5 10 1 1 0 6 1 +refdes=U1 +T 23400 58800 5 10 1 1 0 0 1 +footprint=to220 +} +C 21100 57200 1 0 1 connector3-2.sym +{ +T 20400 58900 5 10 1 1 0 0 1 +refdes=CONN1 +T 20800 58850 5 10 0 0 0 6 1 +device=CONNECTOR_3 +T 20800 59050 5 10 0 0 0 6 1 +footprint=connector(3,1) +} +N 21100 58400 23100 58400 4 +N 21100 58000 21700 58000 4 +N 21700 58000 21700 56700 4 +C 21600 56400 1 0 0 gnd-1.sym +T 21200 57500 9 10 1 0 0 0 1 +key +C 23800 56400 1 0 0 gnd-1.sym +N 23900 56700 23900 57800 4 +C 25900 57600 1 0 0 connector2-2.sym +{ +T 26600 58900 5 10 1 1 0 6 1 +refdes=CONN2 +T 26200 58850 5 10 0 0 0 0 1 +device=CONNECTOR_2 +T 26200 59050 5 10 0 0 0 0 1 +footprint=connector(2,1) +} +N 25900 58400 24700 58400 4 +N 25700 58000 25700 56700 4 +C 25600 56400 1 0 0 gnd-1.sym +N 25900 58000 25700 58000 4 +C 22000 58000 1 270 0 capacitor-2.sym +{ +T 22700 57800 5 10 0 0 270 0 1 +device=POLARIZED_CAPACITOR +T 22000 57400 5 10 1 1 270 0 1 +refdes=C1 +T 22900 57800 5 10 0 0 270 0 1 +symversion=0.1 +T 22000 58000 5 10 0 0 270 0 1 +footprint=rcy(200) +T 22000 58100 5 10 1 1 270 0 1 +value=47uF +} +C 22100 56400 1 0 0 gnd-1.sym +N 22200 57100 22200 56700 4 +N 22200 58000 22200 58400 4 +C 22700 58000 1 270 0 capacitor-1.sym +{ +T 23400 57800 5 10 0 0 270 0 1 +device=CAPACITOR +T 23200 57800 5 10 1 1 270 0 1 +refdes=C2 +T 23600 57800 5 10 0 0 270 0 1 +symversion=0.1 +T 22700 58200 5 10 1 1 270 0 1 +value=100nF +T 22700 58000 5 10 0 0 0 0 1 +footprint=0805 +} +N 22900 58000 22900 58400 4 +C 22800 56400 1 0 0 gnd-1.sym +N 22900 56700 22900 57100 4 +C 24800 58000 1 270 0 capacitor-1.sym +{ +T 25500 57800 5 10 0 0 270 0 1 +device=CAPACITOR +T 25300 57800 5 10 1 1 270 0 1 +refdes=C3 +T 25700 57800 5 10 0 0 270 0 1 +symversion=0.1 +T 24800 58200 5 10 1 1 270 0 1 +value=100nF +T 24800 58000 5 10 0 0 0 0 1 +footprint=0805 +} +N 25000 58000 25000 58400 4 +C 24900 56400 1 0 0 gnd-1.sym +N 25000 56700 25000 57100 4 Index: 7805/Info.lht =================================================================== --- 7805/Info.lht (nonexistent) +++ 7805/Info.lht (revision 5717) @@ -0,0 +1,13 @@ +ha:pcb-rnd-tutorial { + level=10 + li:demonstrates { + gschem + gsch2pcb-rnd + make + } + short = 7805 module with connectors + long { + A 7805 based voltage source module to demonstrate a simple + gschem -> gsch2pcb-rnd -> pcb-rnd forward annotation chain. + } +} Index: 7805/Makefile =================================================================== --- 7805/Makefile (nonexistent) +++ 7805/Makefile (revision 5717) @@ -0,0 +1,5 @@ +7805.lht: 7805.sch + gsch2pcb-rnd 7805.sch + +clean: + rm -f 7805.new.pcb 7805.cmd 7805.net