LaundrySorcery

Log | Files | Refs

commit 177349da45a3f403f718688010ab2ff91cfdfb13
parent 10b0d0368dea6a2c7ed82af441af615300754343
Author: Dominik Schmidt <das1993@hotmail.com>
Date:   Fri,  8 Jun 2018 16:19:26 +0000

Add schematics to documentation

Diffstat:
doc/Schematics.gle | 42++++++++++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+), 0 deletions(-)

diff --git a/doc/Schematics.gle b/doc/Schematics.gle @@ -0,0 +1,42 @@ +size 15 7.5 + +include "electronics.gle" + +sub pmove p + amove pointx(p) pointy(p) +end sub + +termrad = 0.25 +dist=0.25 + +amove 0 6-termrad +set just LEFT +begin name gpio17 + text GPIO17 +end name +amove pointx(gpio17.rc) pointy(gpio17.rc) +rmove termrad+dist 0 +circle termrad +rmove termrad 0 +rline 1 0 +@resistor_h "LDR" +rline 0.5 0 +save con +@connection +@capacitor_v "1µF" +rmove 0 -termrad +circle termrad +rmove 0 -termrad-dist +set justify tc +text GND + +amove pagewidth() pointy(con) +set justify rc +begin name gpio18 + text GPIO18 +end name +amove pointx(gpio18.lc)-dist-termrad pointy(gpio18.lc) +circle termrad +rmove -termrad 0 +aline pointx(con) pointy(con) +