PWM_driver

Simple PWM driver made with a 555 timer and a MOSFET
Index Commits Files Refs README
commit f75cca9e6a84110012b602af548b5c95933209af
Author: mjkloeckner <martinjkloeckner@gmail.com>
Date:   Thu, 29 Feb 2024 13:53:28 -0300

First insertion

Diffstat:
A.gitignore | 33+++++++++++++++++++++++++++++++++
Adriver_pwm_3d_models/TO-220-3_Vertical_trimmed_legs.step | 0
Adriver_pwm_3d_models/alpha-rv16af-20-1.snapshot.9.zip | 0
Adriver_pwm_3d_models/alpha-rv16af-20-1.snapshot.9/RV16AF-20.f3d | 0
Adriver_pwm_3d_models/alpha-rv16af-20-1.snapshot.9/RV16AF-20.png | 0
Adriver_pwm_3d_models/alpha-rv16af-20-1.snapshot.9/RV16AF-20.step | 0
Adriver_pwm_3d_models/screw-terminal-dg-301-5mm-1.snapshot.1.zip | 0
Adriver_pwm_3d_models/screw-terminal-dg-301-5mm-1.snapshot.1/dg-301-5_0-front.png | 0
Adriver_pwm_3d_models/screw-terminal-dg-301-5mm-1.snapshot.1/dg-301-5_0-pin.dxf | 0
Adriver_pwm_3d_models/screw-terminal-dg-301-5mm-1.snapshot.1/dg-301-5_0-pin.png | 0
Adriver_pwm_3d_models/screw-terminal-dg-301-5mm-1.snapshot.1/dg-301-5_0-side.png | 0
Adriver_pwm_3d_models/screw-terminal-dg-301-5mm-1.snapshot.1/dg-301-5_0.iges | 0
Adriver_pwm_3d_models/screw-terminal-dg-301-5mm-1.snapshot.1/dg-301-5_0.step | 0
Adriver_pwm_kicad/driver_pwm_kicad.kicad_pcb | 1156++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adriver_pwm_kicad/driver_pwm_kicad.kicad_pro | 499+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adriver_pwm_kicad/driver_pwm_kicad.kicad_sch | 1533+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adriver_pwm_spice_simulation_models/1N4148.lib | 0
Adriver_pwm_spice_simulation_models/555.lib | 0
Adriver_pwm_spice_simulation_models/IRF1407.spi | 0
19 files changed, 3221 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -0,0 +1,33 @@
+# For PCBs designed using KiCad: https://www.kicad.org/
+# Format documentation: https://kicad.org/help/file-formats/
+
+# Temporary files
+*.000
+*.bak
+*.bck
+*.wbk
+*.kicad_pcb-bak
+*.kicad_sch-bak
+*-backups
+*.kicad_prl
+*.sch-bak
+*~
+_autosave-*
+*.tmp
+*-save.pro
+*-save.kicad_pcb
+fp-info-cache
+.directory
+
+# Netlist files (exported from Eeschema)
+*.net
+
+# Autorouter files (exported from Pcbnew)
+*.dsn
+*.ses
+
+# Exported BOM files
+*.xml
+*.csv 
+
+driver_pwm/driver_pwm
diff --git a/driver_pwm_3d_models/TO-220-3_Vertical_trimmed_legs.step b/driver_pwm_3d_models/TO-220-3_Vertical_trimmed_legs.step
diff --git a/driver_pwm_3d_models/alpha-rv16af-20-1.snapshot.9.zip b/driver_pwm_3d_models/alpha-rv16af-20-1.snapshot.9.zip
diff --git a/driver_pwm_3d_models/alpha-rv16af-20-1.snapshot.9/RV16AF-20.f3d b/driver_pwm_3d_models/alpha-rv16af-20-1.snapshot.9/RV16AF-20.f3d
diff --git a/driver_pwm_3d_models/alpha-rv16af-20-1.snapshot.9/RV16AF-20.png b/driver_pwm_3d_models/alpha-rv16af-20-1.snapshot.9/RV16AF-20.png
diff --git a/driver_pwm_3d_models/alpha-rv16af-20-1.snapshot.9/RV16AF-20.step b/driver_pwm_3d_models/alpha-rv16af-20-1.snapshot.9/RV16AF-20.step
diff --git a/driver_pwm_3d_models/screw-terminal-dg-301-5mm-1.snapshot.1.zip b/driver_pwm_3d_models/screw-terminal-dg-301-5mm-1.snapshot.1.zip
diff --git a/driver_pwm_3d_models/screw-terminal-dg-301-5mm-1.snapshot.1/dg-301-5_0-front.png b/driver_pwm_3d_models/screw-terminal-dg-301-5mm-1.snapshot.1/dg-301-5_0-front.png
diff --git a/driver_pwm_3d_models/screw-terminal-dg-301-5mm-1.snapshot.1/dg-301-5_0-pin.dxf b/driver_pwm_3d_models/screw-terminal-dg-301-5mm-1.snapshot.1/dg-301-5_0-pin.dxf
diff --git a/driver_pwm_3d_models/screw-terminal-dg-301-5mm-1.snapshot.1/dg-301-5_0-pin.png b/driver_pwm_3d_models/screw-terminal-dg-301-5mm-1.snapshot.1/dg-301-5_0-pin.png
diff --git a/driver_pwm_3d_models/screw-terminal-dg-301-5mm-1.snapshot.1/dg-301-5_0-side.png b/driver_pwm_3d_models/screw-terminal-dg-301-5mm-1.snapshot.1/dg-301-5_0-side.png
diff --git a/driver_pwm_3d_models/screw-terminal-dg-301-5mm-1.snapshot.1/dg-301-5_0.iges b/driver_pwm_3d_models/screw-terminal-dg-301-5mm-1.snapshot.1/dg-301-5_0.iges
diff --git a/driver_pwm_3d_models/screw-terminal-dg-301-5mm-1.snapshot.1/dg-301-5_0.step b/driver_pwm_3d_models/screw-terminal-dg-301-5mm-1.snapshot.1/dg-301-5_0.step
diff --git a/driver_pwm_kicad/driver_pwm_kicad.kicad_pcb b/driver_pwm_kicad/driver_pwm_kicad.kicad_pcb
@@ -0,0 +1,1156 @@
+(kicad_pcb (version 20221018) (generator pcbnew)
+
+  (general
+    (thickness 1.6)
+  )
+
+  (paper "A4")
+  (layers
+    (0 "F.Cu" signal)
+    (31 "B.Cu" signal)
+    (32 "B.Adhes" user "B.Adhesive")
+    (33 "F.Adhes" user "F.Adhesive")
+    (34 "B.Paste" user)
+    (35 "F.Paste" user)
+    (36 "B.SilkS" user "B.Silkscreen")
+    (37 "F.SilkS" user "F.Silkscreen")
+    (38 "B.Mask" user)
+    (39 "F.Mask" user)
+    (40 "Dwgs.User" user "User.Drawings")
+    (41 "Cmts.User" user "User.Comments")
+    (42 "Eco1.User" user "User.Eco1")
+    (43 "Eco2.User" user "User.Eco2")
+    (44 "Edge.Cuts" user)
+    (45 "Margin" user)
+    (46 "B.CrtYd" user "B.Courtyard")
+    (47 "F.CrtYd" user "F.Courtyard")
+    (48 "B.Fab" user)
+    (49 "F.Fab" user)
+    (50 "User.1" user)
+    (51 "User.2" user)
+    (52 "User.3" user)
+    (53 "User.4" user)
+    (54 "User.5" user)
+    (55 "User.6" user)
+    (56 "User.7" user)
+    (57 "User.8" user)
+    (58 "User.9" user)
+  )
+
+  (setup
+    (pad_to_mask_clearance 0)
+    (pcbplotparams
+      (layerselection 0x00010fc_ffffffff)
+      (plot_on_all_layers_selection 0x0000000_00000000)
+      (disableapertmacros false)
+      (usegerberextensions false)
+      (usegerberattributes true)
+      (usegerberadvancedattributes true)
+      (creategerberjobfile true)
+      (dashed_line_dash_ratio 12.000000)
+      (dashed_line_gap_ratio 3.000000)
+      (svgprecision 4)
+      (plotframeref false)
+      (viasonmask false)
+      (mode 1)
+      (useauxorigin false)
+      (hpglpennumber 1)
+      (hpglpenspeed 20)
+      (hpglpendiameter 15.000000)
+      (dxfpolygonmode true)
+      (dxfimperialunits true)
+      (dxfusepcbnewfont true)
+      (psnegative false)
+      (psa4output false)
+      (plotreference true)
+      (plotvalue true)
+      (plotinvisibletext false)
+      (sketchpadsonfab false)
+      (subtractmaskfromsilk false)
+      (outputformat 1)
+      (mirror false)
+      (drillshape 1)
+      (scaleselection 1)
+      (outputdirectory "")
+    )
+  )
+
+  (net 0 "")
+  (net 1 "Net-(U1-CV)")
+  (net 2 "0")
+  (net 3 "Net-(D1-K)")
+  (net 4 "Net-(D1-A)")
+  (net 5 "VCC")
+  (net 6 "Net-(Q1-G)")
+  (net 7 "Net-(U1-Q)")
+  (net 8 "Net-(U1-THR)")
+  (net 9 "Net-(D2-A)")
+  (net 10 "Net-(J1-Pin_3)")
+
+  (footprint "Diode_THT:D_DO-34_SOD68_P7.62mm_Horizontal" (layer "F.Cu")
+    (tstamp 03cfcaa5-2d52-46b3-b3df-962ec85571a8)
+    (at 125.7 52.1 180)
+    (descr "Diode, DO-34_SOD68 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=3.04*1.6mm^2, , https://www.nxp.com/docs/en/data-sheet/KTY83_SER.pdf")
+    (tags "Diode DO-34_SOD68 series Axial Horizontal pin pitch 7.62mm  length 3.04mm diameter 1.6mm")
+    (property "Sheetfile" "driver_led_kloeckner.kicad_sch")
+    (property "Sheetname" "")
+    (property "Sim.Device" "SUBCKT")
+    (property "Sim.Library" "/home/mk/dox/fiuba/86.70/driver_led_integrador/modelos_spice/1N4148.lib")
+    (property "Sim.Name" "1N4148")
+    (property "Sim.Pins" "1=1 2=2")
+    (property "ki_description" "Diode")
+    (property "ki_keywords" "diode")
+    (path "/0081d5ea-a896-460a-9a60-72164b8d17f9")
+    (attr through_hole)
+    (fp_text reference "D2" (at 4.245 -0.03) (layer "F.SilkS")
+        (effects (font (size 1 1) (thickness 0.15)))
+      (tstamp a1736608-3840-4888-89cf-5cb2afb4d50f)
+    )
+    (fp_text value "4148" (at 6.7365 2) (layer "F.Fab")
+        (effects (font (size 1 1) (thickness 0.15)))
+      (tstamp e9ada0f1-bb47-4945-9f99-a7b42e25e44b)
+    )
+    (fp_text user "K" (at -2.1 -0.1) (layer "F.SilkS")
+        (effects (font (size 1 1) (thickness 0.15)))
+      (tstamp 084fd377-40bd-4bb7-936f-ace5e087177c)
+    )
+    (fp_text user "${REFERENCE}" (at 4.038 0) (layer "F.Fab")
+        (effects (font (size 0.608 0.608) (thickness 0.0912)))
+      (tstamp 20a51e23-84da-46c6-a66c-6dddaca93ddc)
+    )
+    (fp_text user "K" (at -2.1135 -0.1) (layer "F.Fab")
+        (effects (font (size 1 1) (thickness 0.15)))
+      (tstamp b30653c3-81bc-4f68-b70a-94fb2adafdfe)
+    )
+    (fp_line (start 0.99 0) (end 2.17 0)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7893af29-1821-4a56-9170-0ed564663942))
+    (fp_line (start 2.17 -0.92) (end 2.17 0.92)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1e17b88f-8c4f-4a16-a595-4113908c1742))
+    (fp_line (start 2.17 0.92) (end 5.45 0.92)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 07ce6889-2b19-4953-b2d0-2386d93e19a1))
+    (fp_line (start 2.626 -0.92) (end 2.626 0.92)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fb09355c-fdc3-49db-b21d-4662ec8a45bf))
+    (fp_line (start 2.746 -0.92) (end 2.746 0.92)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1a1d7e19-777b-481d-882d-637a4b92c4fb))
+    (fp_line (start 2.866 -0.92) (end 2.866 0.92)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 389a1a17-f924-42af-a741-eb82bd588010))
+    (fp_line (start 5.45 -0.92) (end 2.17 -0.92)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4f472a19-57f4-49a6-856f-96ad05e5fc41))
+    (fp_line (start 5.45 0.92) (end 5.45 -0.92)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2a8ebd60-bc8d-4d6e-b9ef-84e6a3d434b7))
+    (fp_line (start 6.63 0) (end 5.45 0)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0de2f684-6896-4107-bad2-098b7d75b3ca))
+    (fp_line (start -1 -1.05) (end -1 1.05)
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 25f8cefb-824a-475d-8637-e3698ad93143))
+    (fp_line (start -1 1.05) (end 8.63 1.05)
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 535ea2a8-570f-4512-aac2-05ecb8ebfb71))
+    (fp_line (start 8.63 -1.05) (end -1 -1.05)
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ae17aa8b-61ad-47b9-9aed-0f7b9330bd5b))
+    (fp_line (start 8.63 1.05) (end 8.63 -1.05)
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0392e9e1-36fc-4a1b-ae42-b5898a9bae35))
+    (fp_line (start 0 0) (end 2.29 0)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 87a7f5be-113c-4f06-8338-cafe0d377d20))
+    (fp_line (start 2.29 -0.8) (end 2.29 0.8)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 80646021-3af5-4576-96ca-43d366f129af))
+    (fp_line (start 2.29 0.8) (end 5.33 0.8)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d3bbe5ff-2beb-4af8-a39c-2c3d9b44abee))
+    (fp_line (start 2.646 -0.8) (end 2.646 0.8)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6f02034d-c791-4b97-8b9f-bd4b900b6106))
+    (fp_line (start 2.746 -0.8) (end 2.746 0.8)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 323566c6-386b-41aa-a52f-7b0c14900c3a))
+    (fp_line (start 2.846 -0.8) (end 2.846 0.8)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0421388e-ba03-4293-8b39-6ce9d81bc244))
+    (fp_line (start 5.33 -0.8) (end 2.29 -0.8)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 93d1136e-47b1-4d50-b942-417b3c943c5c))
+    (fp_line (start 5.33 0.8) (end 5.33 -0.8)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 767c00f5-a11f-4744-981d-5d4e2432f618))
+    (fp_line (start 7.62 0) (end 5.33 0)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bc1743d8-41bf-4294-89d3-9f38266a8fc3))
+    (pad "1" thru_hole rect (at 0 0 180) (size 1.5 1.5) (drill 0.75) (layers "*.Cu" "*.Mask")
+      (net 4 "Net-(D1-A)") (pinfunction "K") (pintype "passive") (tstamp 3dc971bf-ba08-46df-a6b4-a5c69ab2fdec))
+    (pad "2" thru_hole oval (at 7.62 0 180) (size 1.5 1.5) (drill 0.75) (layers "*.Cu" "*.Mask")
+      (net 9 "Net-(D2-A)") (pinfunction "A") (pintype "passive") (tstamp 2ef815fc-bed9-46b2-b335-43f088cf85ba))
+    (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-34_SOD68_P7.62mm_Horizontal.wrl"
+      (offset (xyz 0 0 0))
+      (scale (xyz 1 1 1))
+      (rotate (xyz 0 0 0))
+    )
+  )
+
+  (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" (layer "F.Cu")
+    (tstamp 0b9162bb-d461-4748-b250-42e4bb560c19)
+    (at 130.51 49 180)
+    (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=7.62mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
+    (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 7.62mm 0.25W = 1/4W length 6.3mm diameter 2.5mm")
+    (property "Sheetfile" "driver_led_kloeckner.kicad_sch")
+    (property "Sheetname" "")
+    (property "ki_description" "Resistor, US symbol")
+    (property "ki_keywords" "R res resistor")
+    (path "/9722344e-8ab1-4e6f-87e5-47e1b1141503")
+    (attr through_hole)
+    (fp_text reference "R2" (at 3.9465 -0.05 180) (layer "F.SilkS")
+        (effects (font (size 1 1) (thickness 0.15)))
+      (tstamp 1b33d06e-4a46-4edc-a836-e2eb8b2c742e)
+    )
+    (fp_text value "1k" (at 3.81 2.37 180) (layer "F.Fab")
+        (effects (font (size 1 1) (thickness 0.15)))
+      (tstamp 002f608f-2711-4d29-b2a6-2fda2fab0e87)
+    )
+    (fp_text user "${REFERENCE}" (at 3.96 -0.05 180) (layer "F.Fab")
+        (effects (font (size 1 1) (thickness 0.15)))
+      (tstamp 59937880-4d25-4ed3-8b7f-ee425e621854)
+    )
+    (fp_line (start 0.54 -1.37) (end 7.08 -1.37)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6507cac8-ac7f-4c05-936b-b81c000bd276))
+    (fp_line (start 0.54 -1.04) (end 0.54 -1.37)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 13d89c3b-1fc4-4578-8a60-ca4bcc3cf8d8))
+    (fp_line (start 0.54 1.04) (end 0.54 1.37)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c1e5677d-9ad8-4e41-a17f-1ff9151c2dae))
+    (fp_line (start 0.54 1.37) (end 7.08 1.37)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 81944c33-52bd-4c73-9b15-76c471c6c131))
+    (fp_line (start 7.08 -1.37) (end 7.08 -1.04)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9c3c7394-62db-49e9-9335-580ac4572866))
+    (fp_line (start 7.08 1.37) (end 7.08 1.04)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8a3c239f-ef9f-485b-9e12-8bb2c73f11ce))
+    (fp_line (start -1.05 -1.5) (end -1.05 1.5)
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b2c8a935-7cf6-486a-9b05-b37afc909d68))
+    (fp_line (start -1.05 1.5) (end 8.67 1.5)
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e6a85f42-c9d8-4ec5-a21b-739f25b55619))
+    (fp_line (start 8.67 -1.5) (end -1.05 -1.5)
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2b7eedbd-1886-4d20-962f-d077f0dd2d7b))
+    (fp_line (start 8.67 1.5) (end 8.67 -1.5)
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 44d27fb1-53f2-40f6-a41c-b26b462e37e0))
+    (fp_line (start 0 0) (end 0.66 0)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 05fd77b1-0862-4cb5-aa84-b03727ad15d7))
+    (fp_line (start 0.66 -1.25) (end 0.66 1.25)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 610be8ef-9cb4-4f5d-9864-2de38fe25bb0))
+    (fp_line (start 0.66 1.25) (end 6.96 1.25)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e12aaf7d-797b-49ac-81b5-993312c659b4))
+    (fp_line (start 6.96 -1.25) (end 0.66 -1.25)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3cd15723-6314-4fde-b382-ed5fc342d72b))
+    (fp_line (start 6.96 1.25) (end 6.96 -1.25)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e64b0d24-2ffd-4b07-ac52-85623fb287c8))
+    (fp_line (start 7.62 0) (end 6.96 0)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e39c031f-7a17-4d8c-a953-d47214b488ce))
+    (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
+      (net 5 "VCC") (pintype "passive") (tstamp 88f15b37-54bd-4888-93cc-2e2af56a9bcc))
+    (pad "2" thru_hole oval (at 7.62 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
+      (net 4 "Net-(D1-A)") (pintype "passive") (tstamp 1e207a46-1ffd-4bb4-bde4-f9347884cf96))
+    (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal.wrl"
+      (offset (xyz 0 0 0))
+      (scale (xyz 1 1 1))
+      (rotate (xyz 0 0 0))
+    )
+  )
+
+  (footprint "TerminalBlock:TerminalBlock_Altech_AK300-3_P5.00mm" (layer "F.Cu")
+    (tstamp 529f5d12-b6a3-46c0-88ec-2e12c5447f27)
+    (at 136.1865 65.5 90)
+    (descr "Altech AK300 terminal block, pitch 5.0mm, 45 degree angled, see http://www.mouser.com/ds/2/16/PCBMETRC-24178.pdf")
+    (tags "Altech AK300 terminal block pitch 5.0mm")
+    (property "Sheetfile" "driver_led_kloeckner.kicad_sch")
+    (property "Sheetname" "")
+    (property "Sim.Enable" "0")
+    (property "ki_description" "Generic screw terminal, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)")
+    (property "ki_keywords" "screw terminal")
+    (path "/85723145-eb6e-48f6-add2-ee53a40845a5")
+    (attr through_hole)
+    (fp_text reference "J1" (at -1 -4.5 180) (layer "F.SilkS") hide
+        (effects (font (size 1 1) (thickness 0.15)))
+      (tstamp 065fe65a-195e-4f3f-ac6f-9f4cdfa21429)
+    )
+    (fp_text value "Bornera" (at 4.95 7.3 90) (layer "F.Fab") hide
+        (effects (font (size 1 1) (thickness 0.15)))
+      (tstamp 51568649-0627-4a79-b04b-091b9f8fe638)
+    )
+    (fp_text user "${REFERENCE}" (at 5 -2 90) (layer "F.Fab")
+        (effects (font (size 1 1) (thickness 0.15)))
+      (tstamp d4328016-b0cb-4b57-a514-c190fec528d0)
+    )
+    (fp_line (start -2.65 -6.3) (end -2.65 6.3)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 312b9fbb-a6dd-472f-b4fa-cbcf67e4ed32))
+    (fp_line (start -2.65 6.3) (end 12.75 6.3)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8eca1c9c-bc40-4d48-8653-a79bbaf65284))
+    (fp_line (start 12.75 -1.5) (end 13.25 -1.25)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c5db2d92-25bf-488d-b83d-15ef10e9291b))
+    (fp_line (start 12.75 3.9) (end 12.75 -1.5)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bd6e888b-8369-48c9-9c2a-f4886c87eee1))
+    (fp_line (start 12.75 5.35) (end 13.25 5.65)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2683dabf-cc84-42d6-af85-e193ad3ef400))
+    (fp_line (start 12.75 6.3) (end 12.75 5.35)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 423af958-0462-480f-86ce-dccf712676be))
+    (fp_line (start 13.25 -6.3) (end -2.65 -6.3)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9709d6f6-90c3-43dc-a3ae-7082258a39b0))
+    (fp_line (start 13.25 -1.25) (end 13.25 -6.3)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6d506497-211c-45b7-9908-7ebc2e44ad80))
+    (fp_line (start 13.25 3.65) (end 12.75 3.9)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 97ac41f6-1e3b-4f44-af5c-4c32b32ff132))
+    (fp_line (start 13.25 5.65) (end 13.25 3.65)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f9329e76-d193-4865-ae5f-ad741b227052))
+    (fp_line (start -2.83 -6.48) (end -2.83 6.46)
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b09fafa5-9913-429e-872c-eb826c9d4790))
+    (fp_line (start -2.83 -6.48) (end 13.42 -6.48)
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6c1b70ff-e874-474c-af5b-6485c3672ff1))
+    (fp_line (start 13.42 6.46) (end -2.83 6.46)
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d44e81cb-18a3-4f70-8709-87377d62699e))
+    (fp_line (start 13.42 6.46) (end 13.42 -6.48)
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0390c525-29d2-4395-9852-959f16149a56))
+    (fp_line (start -2.58 -6.23) (end 12.66 -6.23)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0a0ecb56-367a-4bbe-9c5e-dbe6c0288d56))
+    (fp_line (start -2.58 -3.19) (end -2.58 -6.23)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a18bb8f8-7064-44a8-8b1b-684dbb210175))
+    (fp_line (start -2.58 -3.19) (end 7.58 -3.19)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7e034c44-5780-4057-9e2c-73af972ba4d5))
+    (fp_line (start -2.58 -0.65) (end -2.58 -3.19)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bd314a9f-f696-4f40-be18-0d6625292073))
+    (fp_line (start -2.58 6.21) (end -2.58 -0.65)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9a0e2d12-3608-40ce-8345-e62e6f7abd21))
+    (fp_line (start -2.58 6.21) (end -2.05 6.21)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9ebcff6e-63e8-49b5-8581-41c6667ee8e2))
+    (fp_line (start -2.05 -3.44) (end -2.05 -5.98)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 57a9b3c9-f93a-4859-85c8-9a04b2d500ca))
+    (fp_line (start -2.05 -0.26) (end -2.05 4.31)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 417999ce-71b4-4b66-a49e-1502268570bd))
+    (fp_line (start -2.05 -0.26) (end -1.67 -0.26)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9201690d-a0e4-496f-bcad-04372b25505f))
+    (fp_line (start -2.05 4.31) (end -2.05 6.21)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f5451cf5-7a62-45b1-bb23-d988d13a01f8))
+    (fp_line (start -2.05 6.21) (end 2.02 6.21)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7e465f53-d4ec-4af6-a247-da658cbba8b6))
+    (fp_line (start -1.67 0.5) (end -1.28 0.5)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6dd1b5ea-b37e-4131-bb98-edd2b8c6a6d8))
+    (fp_line (start -1.67 3.67) (end -1.67 0.5)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 36f229bb-d1d8-4f9d-9f77-a12d45e6d145))
+    (fp_line (start -1.64 -4.46) (end 1.41 -5.09)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 326ce510-da63-4f00-ae5d-b69c58c3dd7f))
+    (fp_line (start -1.51 -4.33) (end 1.53 -4.96)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b910444b-4e62-4cbc-a984-785bc4bc5d1c))
+    (fp_line (start -1.28 -0.26) (end 1.26 -0.26)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 76a9d54f-6924-48d8-8673-67e209e99603))
+    (fp_line (start -1.28 2.53) (end -1.28 -0.26)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6b0ec02a-b4b1-4aeb-96b0-a015a691ebca))
+    (fp_line (start -1.28 2.53) (end 1.26 2.53)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7b1a1893-6266-4fa6-829f-bf0945c5e018))
+    (fp_line (start 1.26 2.53) (end 1.26 -0.26)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 25b8678c-6def-4d59-8e70-7cecbfd4c68f))
+    (fp_line (start 1.64 -0.26) (end -1.67 -0.26)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b1bc1609-f81b-4c09-bd2a-01b64374a29f))
+    (fp_line (start 1.64 0.5) (end 1.26 0.5)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 78c811d6-ebcc-4865-bedd-d62c0a45f030))
+    (fp_line (start 1.64 3.67) (end -1.67 3.67)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0b505e8c-97b7-478d-a24f-7f1a0b266a8f))
+    (fp_line (start 1.64 3.67) (end 1.64 0.5)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6e48e6e3-e7f7-4790-86dd-520e152682b6))
+    (fp_line (start 2.02 -5.98) (end -2.05 -5.98)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ce050182-aba5-4b32-ab97-0aeb58174432))
+    (fp_line (start 2.02 -3.44) (end -2.05 -3.44)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6ba10d45-5828-428f-8275-6f9ed3954028))
+    (fp_line (start 2.02 -3.44) (end 2.02 -5.98)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 242a51b0-6558-4505-80d8-aa8eb5e97f16))
+    (fp_line (start 2.02 -0.26) (end 1.64 -0.26)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 862d9763-cdc1-4a8f-8d34-03162aa75a34))
+    (fp_line (start 2.02 4.31) (end -2.05 4.31)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b34481d5-9f6c-4935-8886-1e427f19dcb1))
+    (fp_line (start 2.02 4.31) (end 2.02 -0.26)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5c62e7b4-1663-4168-a271-bc8a7b23f63c))
+    (fp_line (start 2.02 6.21) (end 2.02 4.31)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 089d87bb-4d05-44d8-8230-8f41aa427192))
+    (fp_line (start 2.02 6.21) (end 2.96 6.21)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a4184577-6a8c-45fe-aac3-1e78b2bc43a2))
+    (fp_line (start 2.96 -5.98) (end 7.02 -5.98)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 51796e84-a7f7-4668-9118-cf80e1fd203b))
+    (fp_line (start 2.96 -3.44) (end 2.96 -5.98)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c55c0e61-8525-4da6-a27d-182cd22b45e0))
+    (fp_line (start 2.96 -0.26) (end 3.34 -0.26)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4918fd61-90c4-4597-9804-2ebfdaee4080))
+    (fp_line (start 2.96 4.31) (end 2.96 -0.26)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 101f1ad1-19e8-4f38-931f-f14b6044b2c5))
+    (fp_line (start 2.96 4.31) (end 7.02 4.31)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0a8ae458-8145-4f43-b53c-273068f4b8d2))
+    (fp_line (start 2.96 6.21) (end 2.96 4.31)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 83db413c-99fe-45b1-ad00-946bd284e0f3))
+    (fp_line (start 2.96 6.21) (end 7.02 6.21)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ff7e7c50-5172-49ec-b88f-a8670ece79ce))
+    (fp_line (start 3.34 -0.26) (end 6.64 -0.26)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 981a349f-05f3-4b35-875b-02f0cb0ea56c))
+    (fp_line (start 3.34 0.5) (end 3.72 0.5)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c3477e1b-0ec5-4d12-915c-c5e782cc54fd))
+    (fp_line (start 3.34 3.67) (end 3.34 0.5)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 73ba8d10-e101-4f0e-b798-b38b0331cf29))
+    (fp_line (start 3.36 -4.46) (end 6.41 -5.09)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4b6ff369-0962-4895-8d02-652c1b91b7ca))
+    (fp_line (start 3.49 -4.33) (end 6.54 -4.96)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b39d1b20-12b2-4902-b72c-e916f8264b43))
+    (fp_line (start 3.72 -0.26) (end 6.26 -0.26)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0e2c0133-0cdc-4fc5-8a57-38e7709d52c0))
+    (fp_line (start 3.72 2.53) (end 3.72 -0.26)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3c520a95-8f70-427e-8f90-d008294f51d6))
+    (fp_line (start 3.72 2.53) (end 6.26 2.53)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d395c7b0-babf-4d88-a547-1b20ecc43ef3))
+    (fp_line (start 6.26 2.53) (end 6.26 -0.26)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2c155884-a484-4697-976e-ae324d4ab21d))
+    (fp_line (start 6.64 0.5) (end 6.26 0.5)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f65a1a61-e2cc-41c1-ac60-0858ddc4bf66))
+    (fp_line (start 6.64 3.67) (end 3.34 3.67)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b17cf59b-9768-4411-8f65-8b68a3167832))
+    (fp_line (start 6.64 3.67) (end 6.64 0.5)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d9f31e1d-6b8b-4fb1-a580-27a38fcf9814))
+    (fp_line (start 7.02 -5.98) (end 7.02 -3.44)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0c8686c0-0961-4072-aafa-0c21816e2c95))
+    (fp_line (start 7.02 -3.44) (end 2.96 -3.44)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e7e7e476-04e3-4ce6-b773-c06d9312db91))
+    (fp_line (start 7.02 -0.26) (end 6.64 -0.26)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 53153047-781a-4a7d-ac4b-4c52cc0f8f07))
+    (fp_line (start 7.02 -0.26) (end 7.02 4.31)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 541761ef-8163-4fda-9fd2-60ef342ca53d))
+    (fp_line (start 7.02 4.31) (end 7.02 6.21)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eebea531-f9c9-4f4f-8c07-56606c2774fd))
+    (fp_line (start 7.02 6.21) (end 7.58 6.21)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 59551093-1dc1-40bb-8edb-e50ba0665c26))
+    (fp_line (start 7.58 -3.19) (end 12.6 -3.19)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0da0ebfc-e3ec-4f8f-82df-d5f0ce6d7e77))
+    (fp_line (start 8.02 3.99) (end 8.02 -0.26)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2928c619-4573-4466-a352-73e7c81bd88d))
+    (fp_line (start 8.02 4.05) (end 8.02 5.2)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a0c8e965-d6ad-40b3-bc69-0d42b9f7796f))
+    (fp_line (start 8.02 5.2) (end 8.02 6.21)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 25f16fff-01dd-4eaa-ba1e-6f10dcfbee65))
+    (fp_line (start 8.04 -5.98) (end 12.1 -5.98)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0460691b-f023-4875-aca4-eeef7458f7fc))
+    (fp_line (start 8.04 -3.44) (end 8.04 -5.98)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5203be36-53ef-4d6b-ab00-ee702a5dfc06))
+    (fp_line (start 8.04 -0.26) (end 8.42 -0.26)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8ebb71ed-1402-48f0-99f5-de50e3c1b7d8))
+    (fp_line (start 8.04 4.31) (end 12.1 4.31)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e5a75080-80e5-4afd-b0fb-7982773ac126))
+    (fp_line (start 8.04 6.21) (end 8.04 4.31)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8e772178-fe7e-4b30-b1e8-89f1b0c20f78))
+    (fp_line (start 8.42 -0.26) (end 11.72 -0.26)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f501eb74-e412-482e-bac4-dfd28b86ebf8))
+    (fp_line (start 8.42 0.5) (end 8.8 0.5)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6a4b3b8b-d495-43eb-a49a-281b20d3faf6))
+    (fp_line (start 8.42 3.67) (end 8.42 0.5)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cb1b1da6-0757-4edf-b6bd-061a2d0d14a7))
+    (fp_line (start 8.44 -4.46) (end 11.49 -5.09)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b12ac3e3-1ab2-44f6-b120-b74e14ff6647))
+    (fp_line (start 8.57 -4.33) (end 11.62 -4.96)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bd4b5bfa-cf45-4b4c-9f2a-97e6f05a36c8))
+    (fp_line (start 8.8 -0.26) (end 11.34 -0.26)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1f36e7e3-e7fb-4fa5-8e46-81e5c8b13b7b))
+    (fp_line (start 8.8 2.53) (end 8.8 -0.26)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d4fcc215-94f7-4295-a9d3-040998652270))
+    (fp_line (start 8.8 2.53) (end 11.34 2.53)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6dcb0186-89c2-46fb-9560-3d9bc868af0b))
+    (fp_line (start 11.34 2.53) (end 11.34 -0.26)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 343b65b8-39c9-428b-8fa3-9affc8c2d727))
+    (fp_line (start 11.72 0.5) (end 11.34 0.5)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6a8c3b75-bf44-4493-9caf-5978787fa181))
+    (fp_line (start 11.72 3.67) (end 8.42 3.67)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 549e3615-08d5-422d-9b92-99f90c927117))
+    (fp_line (start 11.72 3.67) (end 11.72 0.5)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6ae8c01b-73a0-4f59-b54c-121d9addba3f))
+    (fp_line (start 12.09 6.21) (end 7.58 6.21)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d8c6ba5a-d09a-4622-8aa1-64c4ccf659b5))
+    (fp_line (start 12.1 -5.98) (end 12.1 -3.44)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ea817848-3c2a-41c8-9060-066c123c4c65))
+    (fp_line (start 12.1 -3.44) (end 8.04 -3.44)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e38da93d-2420-4ca1-9f39-a7654511c599))
+    (fp_line (start 12.1 -0.26) (end 11.72 -0.26)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 263c9cf7-ea7d-43b5-a8a9-bb36be92a84d))
+    (fp_line (start 12.1 -0.26) (end 12.1 4.31)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b12f851b-2370-439a-b4d0-6d35a3d36ea6))
+    (fp_line (start 12.1 4.31) (end 12.1 6.21)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3065eb36-eca0-4d66-be84-861c9bd5c4ea))
+    (fp_line (start 12.1 6.21) (end 12.66 6.21)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4597b2f5-1d38-406d-8b6e-887d91ad77be))
+    (fp_line (start 12.66 -6.23) (end 12.66 -3.19)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4d18c3ad-9c0b-4561-856f-55491b4649a3))
+    (fp_line (start 12.66 -6.23) (end 13.17 -6.23)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp be745bb9-47cf-4b11-9c8b-a27433a6e0d9))
+    (fp_line (start 12.66 -3.19) (end 12.66 -1.66)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6eb0dd76-1879-4a2f-bc69-bcebd4da672f))
+    (fp_line (start 12.66 -1.66) (end 12.66 -0.65)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 209f80fb-ee0b-4629-b32f-99909aa18c5c))
+    (fp_line (start 12.66 -0.65) (end -2.52 -0.65)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1c1958f0-e013-4443-ad2f-a4937851559e))
+    (fp_line (start 12.66 -0.65) (end 12.66 4.05)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1abb4417-3088-412d-91a6-fc3581873c2a))
+    (fp_line (start 12.66 4.05) (end 12.66 5.2)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a498d38e-96a7-4bb6-aabc-f166d28ecf2b))
+    (fp_line (start 12.66 5.2) (end 12.66 6.21)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3ebae005-61bb-41e1-9536-d031977eb3f7))
+    (fp_line (start 13.17 -6.23) (end 13.17 -1.41)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f6bbc7f1-604b-4d5a-b502-51d7c88b7163))
+    (fp_line (start 13.17 -1.41) (end 12.66 -1.66)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eae01fc6-e3fb-4510-94d0-38233c9eb9e1))
+    (fp_line (start 13.17 3.8) (end 12.66 4.05)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 22c851b7-bf8e-4eb7-a5a1-d822ad9cac98))
+    (fp_line (start 13.17 3.8) (end 13.17 5.45)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 88d39d7c-f9d7-451f-aacb-798ec03f3bd3))
+    (fp_line (start 13.17 5.45) (end 12.66 5.2)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f602d4ba-172d-4d16-ba80-0cab331a6a5c))
+    (fp_arc (start -1.64 -5.01) (mid -0.080263 -5.774867) (end 1.508239 -5.071686)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cec62be0-0a54-4c51-b0d6-548abc90368b))
+    (fp_arc (start -1.44 -4.14) (mid -1.742324 -4.561515) (end -1.595426 -5.059005)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 92fa6f70-81fc-4baf-a704-1600126d58e0))
+    (fp_arc (start 1.5 -4.13) (mid 0.000583 -3.644318) (end -1.482333 -4.178263)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b4b2880a-a6e2-488c-ad49-24b54770e0db))
+    (fp_arc (start 1.51 -5.06) (mid 1.685733 -4.561652) (end 1.455532 -4.086005)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6863c170-04d2-4d2e-b81a-76a72c090328))
+    (fp_arc (start 3.36 -5.01) (mid 4.919737 -5.774867) (end 6.508239 -5.071686)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4258e550-0631-4ec1-86a7-d8fece88fcf0))
+    (fp_arc (start 3.56 -4.14) (mid 3.261534 -4.569406) (end 3.417028 -5.068699)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 74824660-3bd6-4802-8ec4-2a20f823c3c4))
+    (fp_arc (start 6.5 -4.13) (mid 5.000583 -3.644318) (end 3.517667 -4.178263)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 365d35b6-2132-4a9f-80e6-dcc835beb37c))
+    (fp_arc (start 6.51 -5.06) (mid 6.688693 -4.568754) (end 6.465619 -4.096005)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0e155cac-43d3-492f-aeb3-ff2fd3e82762))
+    (fp_arc (start 8.44 -5.01) (mid 9.999737 -5.774867) (end 11.588239 -5.071686)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1da31c35-d256-48a5-b2c0-1639eeb9e086))
+    (fp_arc (start 8.64 -4.14) (mid 8.341534 -4.569406) (end 8.497028 -5.068699)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7b86fb61-6775-4df1-9742-03a93439a6e4))
+    (fp_arc (start 11.58 -4.13) (mid 10.080583 -3.644318) (end 8.597667 -4.178263)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2c4baf31-5bcc-4724-9d7b-77052c590b2d))
+    (fp_arc (start 11.59 -5.06) (mid 11.768693 -4.568754) (end 11.545619 -4.096005)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2ee55d0c-9654-41ae-a833-5a52ec7705dc))
+    (pad "1" thru_hole rect (at 0 0 90) (size 1.98 3.96) (drill 1.32) (layers "*.Cu" "*.Mask")
+      (net 10 "Net-(J1-Pin_3)") (pinfunction "Pin_3") (pintype "passive") (tstamp a3dabc3f-96c0-4132-a5d3-b2a397b514ff))
+    (pad "2" thru_hole oval (at 5 0 90) (size 1.98 3.96) (drill 1.32) (layers "*.Cu" "*.Mask")
+      (net 2 "0") (pinfunction "Pin_2") (pintype "passive") (tstamp 0dcbb737-63a5-4080-b226-7cff65a788dd))
+    (pad "3" thru_hole oval (at 10 0 90) (size 1.98 3.96) (drill 1.32) (layers "*.Cu" "*.Mask")
+      (net 5 "VCC") (pinfunction "Pin_1") (pintype "passive") (tstamp 3ce1cba0-897b-4e14-a72b-f5401867358f))
+    (model "${KICAD6_3DMODEL_DIR}/TerminalBlock.3dshapes/TerminalBlock_Altech_AK300-3_P5.00mm.wrl"
+      (offset (xyz 0 0 0))
+      (scale (xyz 1 1 1))
+      (rotate (xyz 0 0 0))
+    )
+    (model "/home/mk/dox/fiuba/86.70/driver_led_integrador/screw-terminal-dg-301-5mm-1.snapshot.1/dg-301-5_0.step"
+      (offset (xyz -2.5 -3 0))
+      (scale (xyz 1 1 1))
+      (rotate (xyz 0 0 0))
+    )
+  )
+
+  (footprint "Capacitor_THT:C_Disc_D4.3mm_W1.9mm_P5.00mm" (layer "F.Cu")
+    (tstamp 769815e1-df84-424e-a5a5-f3a5722f15af)
+    (at 109.2365 72)
+    (descr "C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=4.3*1.9mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf")
+    (tags "C Disc series Radial pin pitch 5.00mm  diameter 4.3mm width 1.9mm Capacitor")
+    (property "Sheetfile" "driver_led_kloeckner.kicad_sch")
+    (property "Sheetname" "")
+    (property "ki_description" "Unpolarized capacitor")
+    (property "ki_keywords" "cap capacitor")
+    (path "/18b99814-d447-4502-99a7-43c3e1721093")
+    (attr through_hole)
+    (fp_text reference "C2" (at 2.55 0) (layer "F.SilkS")
+        (effects (font (size 1 1) (thickness 0.15)))
+      (tstamp db5d4568-d888-4ff7-82df-e73d7069b8c7)
+    )
+    (fp_text value "10nF" (at 2.5 2.2) (layer "F.Fab")
+        (effects (font (size 1 1) (thickness 0.15)))
+      (tstamp 8f32d1f6-8d43-45f7-9e2d-6c346c944efd)
+    )
+    (fp_text user "${REFERENCE}" (at 2.5 0) (layer "F.Fab")
+        (effects (font (size 0.86 0.86) (thickness 0.129)))
+      (tstamp e2d9d9c8-450f-4635-b7f5-38bef6530fee)
+    )
+    (fp_line (start 0.23 -1.07) (end 0.23 -1.055)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8ea590cd-71c9-420c-8e97-ab9799b102f9))
+    (fp_line (start 0.23 -1.07) (end 4.77 -1.07)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a8a5a284-0c97-4f02-a928-79e16b2374df))
+    (fp_line (start 0.23 1.055) (end 0.23 1.07)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7004013a-0e64-4b05-a3e9-e889454f7fd7))
+    (fp_line (start 0.23 1.07) (end 4.77 1.07)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ca44b2aa-e91c-4e5d-9085-f2f933e87848))
+    (fp_line (start 4.77 -1.07) (end 4.77 -1.055)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e2c55c51-4cb9-40f8-a2f3-0d7c5d975c9f))
+    (fp_line (start 4.77 1.055) (end 4.77 1.07)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2f1fc480-09c0-4a5f-ba09-6038007bc966))
+    (fp_line (start -1.05 -1.2) (end -1.05 1.2)
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 165bbde9-eddf-46a0-8040-665fc3706c63))
+    (fp_line (start -1.05 1.2) (end 6.05 1.2)
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 36568b86-eb8f-4a3b-8153-72965558ef34))
+    (fp_line (start 6.05 -1.2) (end -1.05 -1.2)
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp db0b216d-3491-40a3-a9e5-849f6998d3ce))
+    (fp_line (start 6.05 1.2) (end 6.05 -1.2)
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 682a6a0c-ebeb-4d64-b2b9-75d05743a5f5))
+    (fp_line (start 0.35 -0.95) (end 0.35 0.95)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d0ceda7d-dda2-4384-b91c-11f7c0f88460))
+    (fp_line (start 0.35 0.95) (end 4.65 0.95)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 182f2135-5d01-49a2-8d2f-ccc73e9a1517))
+    (fp_line (start 4.65 -0.95) (end 0.35 -0.95)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cc26ac14-416a-4412-b1ba-af12ede72e61))
+    (fp_line (start 4.65 0.95) (end 4.65 -0.95)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cd6c1c9b-8bac-4685-a56e-32429b5b94c2))
+    (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
+      (net 8 "Net-(U1-THR)") (pintype "passive") (tstamp bc3ada91-241d-4f64-b103-8054adeafe6a))
+    (pad "2" thru_hole circle (at 5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
+      (net 2 "0") (pintype "passive") (tstamp db1e668f-7480-4183-b817-d79e03305a25))
+    (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D4.3mm_W1.9mm_P5.00mm.wrl"
+      (offset (xyz 0 0 0))
+      (scale (xyz 1 1 1))
+      (rotate (xyz 0 0 0))
+    )
+  )
+
+  (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" (layer "F.Cu")
+    (tstamp 7df83b7a-5f70-4226-833f-953ff127cf99)
+    (at 118.94 68.1)
+    (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=7.62mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
+    (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 7.62mm 0.25W = 1/4W length 6.3mm diameter 2.5mm")
+    (property "Sheetfile" "driver_led_kloeckner.kicad_sch")
+    (property "Sheetname" "")
+    (property "Sim.Device" "R")
+    (property "Sim.Pins" "1=+ 2=-")
+    (property "ki_description" "Resistor, US symbol")
+    (property "ki_keywords" "R res resistor")
+    (path "/d9375e27-6be1-4ba0-930e-bec92181df8f")
+    (attr through_hole)
+    (fp_text reference "R1" (at 3.96 0.05) (layer "F.SilkS")
+        (effects (font (size 1 1) (thickness 0.15)))
+      (tstamp 5cf9f59a-acc8-4c21-aa38-4d5f8691b37c)
+    )
+    (fp_text value "46k" (at 9.81 0.15 90) (layer "F.Fab")
+        (effects (font (size 1 1) (thickness 0.15)))
+      (tstamp 43862275-5b5e-4ac9-8ee3-6a2b82520fb3)
+    )
+    (fp_text user "${REFERENCE}" (at 3.81 0.05) (layer "F.Fab")
+        (effects (font (size 1 1) (thickness 0.15)))
+      (tstamp 3acd077d-d647-46a9-93f9-599ef9dae05f)
+    )
+    (fp_line (start 0.54 -1.37) (end 7.08 -1.37)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 976cd227-4e01-44b4-a826-8fe232b83d96))
+    (fp_line (start 0.54 -1.04) (end 0.54 -1.37)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ecbdd50f-fc4e-409d-9969-856f060a77ed))
+    (fp_line (start 0.54 1.04) (end 0.54 1.37)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1a908608-7112-4081-81e4-ad2188c31fc7))
+    (fp_line (start 0.54 1.37) (end 7.08 1.37)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1465c9d4-2ffb-4aa1-99cc-673ff40bf5d0))
+    (fp_line (start 7.08 -1.37) (end 7.08 -1.04)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 81c5962e-8335-4b4a-b56b-a7b404f7606f))
+    (fp_line (start 7.08 1.37) (end 7.08 1.04)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 81c49b52-92aa-4fa7-ad2c-c7458b407884))
+    (fp_line (start -1.05 -1.5) (end -1.05 1.5)
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5f1cfcda-03a4-481c-bb13-6c9122d3055b))
+    (fp_line (start -1.05 1.5) (end 8.67 1.5)
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 79070d04-c642-450e-b260-ca26894a0d1a))
+    (fp_line (start 8.67 -1.5) (end -1.05 -1.5)
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5064315f-fa53-4fe5-8a56-d764b504df0f))
+    (fp_line (start 8.67 1.5) (end 8.67 -1.5)
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4593c695-4535-47df-bc03-d3356e1b3474))
+    (fp_line (start 0 0) (end 0.66 0)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4cdaed7a-6a4a-4a43-9b61-bf2b91df5eb2))
+    (fp_line (start 0.66 -1.25) (end 0.66 1.25)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2cb1dc05-3c75-4213-acf3-1bd063a71572))
+    (fp_line (start 0.66 1.25) (end 6.96 1.25)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3e862225-4fd4-4657-b797-63ff96724ad3))
+    (fp_line (start 6.96 -1.25) (end 0.66 -1.25)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9ce49599-fbc8-4eae-bb49-6efb9d6ef6c9))
+    (fp_line (start 6.96 1.25) (end 6.96 -1.25)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 40b4afc9-e577-4ae9-a6c1-10769ae45739))
+    (fp_line (start 7.62 0) (end 6.96 0)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3b046a69-8432-4fec-820e-bb079ed4d09b))
+    (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
+      (net 7 "Net-(U1-Q)") (pintype "passive") (tstamp 81c5e362-b0d9-41f8-b66b-8e41decbd49f))
+    (pad "2" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
+      (net 6 "Net-(Q1-G)") (pintype "passive") (tstamp 80a395c1-126a-4988-84a2-50841bf44e31))
+    (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal.wrl"
+      (offset (xyz 0 0 0))
+      (scale (xyz 1 1 1))
+      (rotate (xyz 0 0 0))
+    )
+  )
+
+  (footprint "Capacitor_THT:C_Disc_D4.3mm_W1.9mm_P5.00mm" (layer "F.Cu")
+    (tstamp 9fc1a994-3aed-4412-ac77-e0b88eda9a67)
+    (at 128.4865 60 -90)
+    (descr "C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=4.3*1.9mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf")
+    (tags "C Disc series Radial pin pitch 5.00mm  diameter 4.3mm width 1.9mm Capacitor")
+    (property "Sheetfile" "driver_led_kloeckner.kicad_sch")
+    (property "Sheetname" "")
+    (property "ki_description" "Unpolarized capacitor")
+    (property "ki_keywords" "cap capacitor")
+    (path "/e44b2029-f2ad-42b6-8215-09138976a293")
+    (attr through_hole)
+    (fp_text reference "C1" (at 2.5 -0.18 90) (layer "F.SilkS")
+        (effects (font (size 1 1) (thickness 0.15)))
+      (tstamp 5446b4e8-cec2-4e80-9815-f5a09f624ff1)
+    )
+    (fp_text value "10nF" (at -3.05 -0.0135 90) (layer "F.Fab")
+        (effects (font (size 1 1) (thickness 0.15)))
+      (tstamp 6ed14854-7f98-4e33-ac6c-227b7afcc167)
+    )
+    (fp_text user "${REFERENCE}" (at 2.5 0 90) (layer "F.Fab")
+        (effects (font (size 0.86 0.86) (thickness 0.129)))
+      (tstamp dbc355b3-a775-4395-be2c-e8a527c35673)
+    )
+    (fp_line (start 0.23 -1.07) (end 0.23 -1.055)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6f8f5d66-af80-47da-8609-512a0974cf23))
+    (fp_line (start 0.23 -1.07) (end 4.77 -1.07)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5c33a832-3009-4b20-a8ef-a95bb9fbee43))
+    (fp_line (start 0.23 1.055) (end 0.23 1.07)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 03b5690b-21b9-4e67-bab7-fcb0b52a6aff))
+    (fp_line (start 0.23 1.07) (end 4.77 1.07)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cad4cfe8-c4a7-4efa-8ed0-e6395837d0ac))
+    (fp_line (start 4.77 -1.07) (end 4.77 -1.055)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 441fed96-7404-425e-8812-3ab97574b10b))
+    (fp_line (start 4.77 1.055) (end 4.77 1.07)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1b2e9de4-d7a3-48f9-8a9b-e90774feda1c))
+    (fp_line (start -1.05 -1.2) (end -1.05 1.2)
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2a788bf9-c17b-4e4b-b7a5-e013279a272b))
+    (fp_line (start -1.05 1.2) (end 6.05 1.2)
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c213c76e-e726-464d-8340-364b7f872b5c))
+    (fp_line (start 6.05 -1.2) (end -1.05 -1.2)
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 02c06757-e2b9-47a1-8cfc-5dca3ddbf4aa))
+    (fp_line (start 6.05 1.2) (end 6.05 -1.2)
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 72703ee1-7c66-42e2-95cc-93403de76fc2))
+    (fp_line (start 0.35 -0.95) (end 0.35 0.95)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d0a87b08-3349-4241-9726-868d773ac1a2))
+    (fp_line (start 0.35 0.95) (end 4.65 0.95)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6cd8d29f-359c-46e0-8a3b-5bfbe882f485))
+    (fp_line (start 4.65 -0.95) (end 0.35 -0.95)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 41c5f562-8832-4bb9-bf53-6326752c497c))
+    (fp_line (start 4.65 0.95) (end 4.65 -0.95)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a5fdbf31-81f5-4a6b-8501-8a1b9846fe6a))
+    (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
+      (net 1 "Net-(U1-CV)") (pintype "passive") (tstamp 0e8a80d3-88d8-4869-acc1-73ac70cc9e73))
+    (pad "2" thru_hole circle (at 5 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
+      (net 2 "0") (pintype "passive") (tstamp fb2705ff-ed78-448e-ac76-8f498fa81f58))
+    (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D4.3mm_W1.9mm_P5.00mm.wrl"
+      (offset (xyz 0 0 0))
+      (scale (xyz 1 1 1))
+      (rotate (xyz 0 0 0))
+    )
+  )
+
+  (footprint "Diode_THT:D_DO-34_SOD68_P7.62mm_Horizontal" (layer "F.Cu")
+    (tstamp cb0d69ad-b27a-4e8f-97da-acd4e7bf012f)
+    (at 118.03 54.5)
+    (descr "Diode, DO-34_SOD68 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=3.04*1.6mm^2, , https://www.nxp.com/docs/en/data-sheet/KTY83_SER.pdf")
+    (tags "Diode DO-34_SOD68 series Axial Horizontal pin pitch 7.62mm  length 3.04mm diameter 1.6mm")
+    (property "Sheetfile" "driver_led_kloeckner.kicad_sch")
+    (property "Sheetname" "")
+    (property "Sim.Device" "SUBCKT")
+    (property "Sim.Library" "/home/mk/dox/fiuba/86.70/driver_led_integrador/modelos_spice/1N4148.lib")
+    (property "Sim.Name" "1N4148")
+    (property "Sim.Pins" "1=1 2=2")
+    (property "ki_description" "Diode")
+    (property "ki_keywords" "diode")
+    (path "/64c88057-fc10-40b9-a5d3-453e9ded035b")
+    (attr through_hole)
+    (fp_text reference "D1" (at 4.245 -0.03) (layer "F.SilkS")
+        (effects (font (size 1 1) (thickness 0.15)))
+      (tstamp 532edd43-839f-416f-bf51-59b403e74ec6)
+    )
+    (fp_text value "4148" (at 3.3785 1.5) (layer "F.Fab") hide
+        (effects (font (size 1 1) (thickness 0.15)))
+      (tstamp cabd90f0-b5dc-4055-b742-18057e5c234d)
+    )
+    (fp_text user "K" (at -1.8715 -0.05) (layer "F.SilkS")
+        (effects (font (size 1 1) (thickness 0.15)))
+      (tstamp ca662c8b-9d6e-4064-80b5-cdd0934dce77)
+    )
+    (fp_text user "${REFERENCE}" (at 4.038 0) (layer "F.Fab")
+        (effects (font (size 0.608 0.608) (thickness 0.0912)))
+      (tstamp 20da5df0-9aa8-461c-926c-21675518a7ac)
+    )
+    (fp_text user "K" (at -1.8715 -0.05) (layer "F.Fab")
+        (effects (font (size 1 1) (thickness 0.15)))
+      (tstamp fef19dc0-b49b-4ed6-b40e-4197cb1fd47c)
+    )
+    (fp_line (start 0.99 0) (end 2.17 0)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 42177843-4bbe-4fab-901a-00b948a3c325))
+    (fp_line (start 2.17 -0.92) (end 2.17 0.92)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b20dd376-955e-48e1-b33b-a62042fe7b6d))
+    (fp_line (start 2.17 0.92) (end 5.45 0.92)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d0ec1ace-d9d0-4c87-a86f-bb9dcfe213ce))
+    (fp_line (start 2.626 -0.92) (end 2.626 0.92)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 17f1f6dd-b335-415c-9dde-4c245bb0a067))
+    (fp_line (start 2.746 -0.92) (end 2.746 0.92)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 90e7baf2-f550-45c0-85a9-469e17a93592))
+    (fp_line (start 2.866 -0.92) (end 2.866 0.92)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0e147550-8eb9-4b5b-b248-ecc12db80150))
+    (fp_line (start 5.45 -0.92) (end 2.17 -0.92)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0345cf4e-f7fa-493d-9519-8397aeea6924))
+    (fp_line (start 5.45 0.92) (end 5.45 -0.92)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fbd521cb-651d-4ebc-bb20-9bcabddf7699))
+    (fp_line (start 6.63 0) (end 5.45 0)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2a81a700-6f32-4572-8d99-8e07771083dc))
+    (fp_line (start -1 -1.05) (end -1 1.05)
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8a32227f-20bb-4668-9cfe-1a6b332b5320))
+    (fp_line (start -1 1.05) (end 8.63 1.05)
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 45cf2ba7-4c2b-4fbc-a943-df5b842da1c4))
+    (fp_line (start 8.63 -1.05) (end -1 -1.05)
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b8791c4c-7ddc-49c2-8b66-47f0aa58602b))
+    (fp_line (start 8.63 1.05) (end 8.63 -1.05)
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 09b8af5d-bc20-4fa2-b731-0e8c9944e256))
+    (fp_line (start 0 0) (end 2.29 0)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 57523eee-8da1-4b95-b10b-bc05664b231d))
+    (fp_line (start 2.29 -0.8) (end 2.29 0.8)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4ddbb642-b3e6-49f6-96de-f442c21b01ba))
+    (fp_line (start 2.29 0.8) (end 5.33 0.8)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d2f09ab2-5fb3-4e6c-a915-ef1fba4f3c47))
+    (fp_line (start 2.646 -0.8) (end 2.646 0.8)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 422ef0ec-af0d-4646-81fa-5224d7f2315d))
+    (fp_line (start 2.746 -0.8) (end 2.746 0.8)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2068e717-876b-4ff2-acc3-b15439e98c2f))
+    (fp_line (start 2.846 -0.8) (end 2.846 0.8)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0a770658-c2c4-4334-8f32-b926948b009b))
+    (fp_line (start 5.33 -0.8) (end 2.29 -0.8)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 04a5e3bb-a251-4432-9e9d-8ec2f7b7a94e))
+    (fp_line (start 5.33 0.8) (end 5.33 -0.8)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ad07a417-2b92-4395-a7b3-6204eb3aab39))
+    (fp_line (start 7.62 0) (end 5.33 0)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 045da2fc-1896-4f71-b473-10f6c69f67b8))
+    (pad "1" thru_hole rect (at 0 0) (size 1.5 1.5) (drill 0.75) (layers "*.Cu" "*.Mask")
+      (net 3 "Net-(D1-K)") (pinfunction "K") (pintype "passive") (tstamp aba91ac6-44d3-48a2-bf49-eee4d023084a))
+    (pad "2" thru_hole oval (at 7.62 0) (size 1.5 1.5) (drill 0.75) (layers "*.Cu" "*.Mask")
+      (net 4 "Net-(D1-A)") (pinfunction "A") (pintype "passive") (tstamp 91b79d46-4d30-40a0-8f0c-fb4e7f97ab0f))
+    (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-34_SOD68_P7.62mm_Horizontal.wrl"
+      (offset (xyz 0 0 0))
+      (scale (xyz 1 1 1))
+      (rotate (xyz 0 0 0))
+    )
+  )
+
+  (footprint "Potentiometer_THT:Potentiometer_Alps_RK163_Single_Horizontal" (layer "F.Cu")
+    (tstamp e670b08f-5a9d-49db-8a4d-620aa0ee961d)
+    (at 108.9865 56.4)
+    (descr "1110U1Q 1110TNP 1110U2A 1110U0Q Potentiometer, horizontal, Alps RK163 Single, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk16/rk16.pdf")
+    (tags "Potentiometer horizontal Alps RK163 Single")
+    (property "Sheetfile" "driver_led_kloeckner.kicad_sch")
+    (property "Sheetname" "")
+    (property "Sim.Device" "R")
+    (property "Sim.Params" "r=50k pos=0.75")
+    (property "Sim.Pins" "1=r0 2=wiper 3=r1")
+    (property "Sim.Type" "POT")
+    (property "ki_description" "Potentiometer, US symbol")
+    (property "ki_keywords" "resistor variable")
+    (path "/5f8cd561-5272-4e80-adc9-f93ccd5af7c5")
+    (attr through_hole)
+    (fp_text reference "RV1" (at 4.5 12.5 180) (layer "F.SilkS") hide
+        (effects (font (size 1 1) (thickness 0.15)))
+      (tstamp 3abe5fcf-9f94-4104-a7c6-583b1039f68c)
+    )
+    (fp_text value "50k" (at 5.3635 5.25 -90) (layer "F.Fab")
+        (effects (font (size 1 1) (thickness 0.15)))
+      (tstamp a3d613ac-f974-47a4-bbe6-48aed96a8e87)
+    )
+    (fp_text user "${REFERENCE}" (at 3.3135 5.1 -90) (layer "F.Fab")
+        (effects (font (size 1 1) (thickness 0.15)))
+      (tstamp c82c6c16-20c6-4ba4-9fba-f8f2eb4e4145)
+    )
+    (fp_line (start -18.92 8.12) (end -18.92 1.88)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4c47d243-4d44-48ec-b65f-9e4f4c6de604))
+    (fp_line (start -8.92 1.88) (end -18.92 1.88)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c0e64d12-772f-4a5f-9eb3-062976c72bc3))
+    (fp_line (start -8.92 8.12) (end -18.92 8.12)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dad99acc-e0d4-4e88-a047-7e70f47b4428))
+    (fp_line (start -8.92 8.62) (end -8.92 1.38)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ebdcb5ea-1c86-4c92-a3c6-f166e552b6d1))
+    (fp_line (start -3.92 1.38) (end -8.92 1.38)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a938b1aa-b0b0-4215-99ed-b859719ab247))
+    (fp_line (start -3.92 8.62) (end -8.92 8.62)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9b961db9-8246-4892-bf3f-7afcbaf5f33d))
+    (fp_line (start -3.92 14.07) (end -3.92 -4.07)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fdd3dc1e-a996-4b14-b419-61f6ef38c881))
+    (fp_line (start 6.82 -4.07) (end -3.92 -4.07)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f8786ae7-69d8-41c1-b741-c621de4adf4a))
+    (fp_line (start 6.82 14.07) (end -3.92 14.07)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0149ef23-3415-471f-b370-08cbd05a3724))
+    (fp_line (start 6.82 14.07) (end 6.82 -4.07)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp add0cc56-bb1a-4c3c-a3d6-431356e8fc7d))
+    (fp_line (start -19.05 -4.2) (end -19.05 14.2)
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fa1f3de1-3c03-4b02-bba0-12dfd536d439))
+    (fp_line (start -19.05 14.2) (end 6.95 14.2)
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 85810ef5-a3e2-4440-96bb-dd68a3ba7e72))
+    (fp_line (start 6.95 -4.2) (end -19.05 -4.2)
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4094812d-1a13-4b4e-83d5-e74c02364093))
+    (fp_line (start 6.95 14.2) (end 6.95 -4.2)
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b436cbb2-c3ac-4d3a-bfbe-8f14b75089d7))
+    (fp_line (start -18.8 2) (end -18.8 8)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7422267b-cdd2-4f53-adba-302e689803ae))
+    (fp_line (start -18.8 8) (end -8.8 8)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eb3ae8e2-648a-4ec9-a064-dd47b7909acd))
+    (fp_line (start -8.8 1.5) (end -8.8 8.5)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 65d5cad6-ecde-415b-a2d5-8f370b96db98))
+    (fp_line (start -8.8 2) (end -18.8 2)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a0f0f0f0-eb51-44e0-a6f1-9c19301f3d42))
+    (fp_line (start -8.8 8.5) (end -3.8 8.5)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 721dd663-d82a-4558-8c70-8fd8e419f879))
+    (fp_line (start -3.8 -3.95) (end -3.8 13.95)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5620e5f2-f5cf-4f41-b969-80bb989a9c7e))
+    (fp_line (start -3.8 1.5) (end -8.8 1.5)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e19143f4-f84a-46c8-80c5-fcc9eea38960))
+    (fp_line (start -3.8 13.95) (end 6.7 13.95)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d312d7ee-be15-4ace-9fcd-a78ef12eb968))
+    (fp_line (start 6.7 -3.95) (end -3.8 -3.95)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp be4ba21f-faac-477b-8fce-58bcb604ddf9))
+    (fp_line (start 6.7 13.95) (end 6.7 -3.95)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 126b258b-2307-48b1-8c07-1884903d150c))
+    (pad "1" thru_hole rect (at 0 0 180) (size 3 3) (drill 1.2) (layers "*.Cu" "*.Mask")
+      (net 9 "Net-(D2-A)") (pinfunction "1") (pintype "passive") (tstamp 2a71dbd1-9735-4dab-9dd3-6ca3a005299f))
+    (pad "2" thru_hole circle (at 0 5 180) (size 3 3) (drill 1.2) (layers "*.Cu" "*.Mask")
+      (net 8 "Net-(U1-THR)") (pinfunction "2") (pintype "passive") (tstamp 5875cbdf-503b-445c-910a-200c1b63616b))
+    (pad "3" thru_hole circle (at 0 10 180) (size 3 3) (drill 1.2) (layers "*.Cu" "*.Mask")
+      (net 3 "Net-(D1-K)") (pinfunction "3") (pintype "passive") (tstamp 783c001f-e061-4de8-aef3-5558165434e6))
+    (model "${KICAD6_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_Alps_RK163_Single_Horizontal.wrl"
+      (offset (xyz 0 0 0))
+      (scale (xyz 1 1 1))
+      (rotate (xyz 0 0 0))
+    )
+    (model "/home/mk/dox/fiuba/86.70/driver_led_integrador/alpha-rv16af-20-1.snapshot.9/RV16AF-20.step"
+      (offset (xyz 7 -5 12.5))
+      (scale (xyz 1 1 1))
+      (rotate (xyz -90 0 90))
+    )
+  )
+
+  (footprint "Package_DIP:DIP-8_W7.62mm" (layer "F.Cu")
+    (tstamp e681da30-3733-4892-b60a-96eecc864535)
+    (at 117.9865 64.9 90)
+    (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)")
+    (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil")
+    (property "Sheetfile" "driver_led_kloeckner.kicad_sch")
+    (property "Sheetname" "")
+    (property "Sim.Device" "SUBCKT")
+    (property "Sim.Library" "/home/mk/dox/fiuba/86.70/driver_led_integrador/modelos_spice/555.lib")
+    (property "Sim.Name" "555b")
+    (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8")
+    (property "ki_description" "Precision Timers, 555 compatible,  PDIP-8")
+    (property "ki_keywords" "single timer 555")
+    (path "/c9efd9ad-8f8c-4aea-8ddc-fb6d1baa1b76")
+    (attr through_hole)
+    (fp_text reference "U1" (at 3.95 2.7135 90) (layer "F.SilkS")
+        (effects (font (size 1 1) (thickness 0.15)))
+      (tstamp e6d5ee1c-bb40-4c2a-9197-3ee6f7701ab5)
+    )
+    (fp_text value "NE555P" (at 3.8 4.5135 90) (layer "F.Fab")
+        (effects (font (size 1 1) (thickness 0.15)))
+      (tstamp bb11ba27-b385-42bb-b909-5744c56a1735)
+    )
+    (fp_text user "${REFERENCE}" (at 3.95 2.6635 90) (layer "F.Fab")
+        (effects (font (size 1 1) (thickness 0.15)))
+      (tstamp 315d1fa8-9619-4da2-948c-24441f0b669e)
+    )
+    (fp_line (start 1.16 -1.33) (end 1.16 8.95)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3d886a4a-9bd7-4943-ac0d-dd253ca8465a))
+    (fp_line (start 1.16 8.95) (end 6.46 8.95)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c2f62d42-6493-4eba-aa04-0e9ee17345d6))
+    (fp_line (start 2.81 -1.33) (end 1.16 -1.33)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cc61dc1c-7294-4906-a8ac-b9630b6cd8b4))
+    (fp_line (start 6.46 -1.33) (end 4.81 -1.33)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 515461d6-e9af-4e1b-9ea8-692090eb71a5))
+    (fp_line (start 6.46 8.95) (end 6.46 -1.33)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 529fd743-6804-400d-b930-ecb681c6d128))
+    (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9fdfc461-c055-46e7-96d5-f21fe0d33a72))
+    (fp_line (start -1.1 -1.55) (end -1.1 9.15)
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7cef36f0-9e99-4366-b811-0a3702924d06))
+    (fp_line (start -1.1 9.15) (end 8.7 9.15)
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 893e73e9-4b38-4121-94f1-3dd6e2f0cc4d))
+    (fp_line (start 8.7 -1.55) (end -1.1 -1.55)
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0a6d959d-b6b5-4179-8be0-b082303d8906))
+    (fp_line (start 8.7 9.15) (end 8.7 -1.55)
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1d3b2a66-f2ad-479c-8782-29ccee799f20))
+    (fp_line (start 0.635 -0.27) (end 1.635 -1.27)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3bd8c57c-18c7-4077-a7a8-15a65a10c376))
+    (fp_line (start 0.635 8.89) (end 0.635 -0.27)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e71f03aa-4c46-42c6-a63c-31c125e44bd7))
+    (fp_line (start 1.635 -1.27) (end 6.985 -1.27)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 32d5d2c3-c66e-4498-b6f7-68ab8b3d54ca))
+    (fp_line (start 6.985 -1.27) (end 6.985 8.89)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 08f18730-cfde-4280-9506-942f83b96c19))
+    (fp_line (start 6.985 8.89) (end 0.635 8.89)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 749c59f5-bca1-43b5-88da-e3ef88c6b496))
+    (pad "1" thru_hole rect (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
+      (net 2 "0") (pinfunction "GND") (pintype "power_in") (tstamp 611339f1-41b0-41a9-92b3-34082ed07504))
+    (pad "2" thru_hole oval (at 0 2.54 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
+      (net 8 "Net-(U1-THR)") (pinfunction "TR") (pintype "input") (tstamp bd451d6c-ed2f-424d-8960-f0d073d87303))
+    (pad "3" thru_hole oval (at 0 5.08 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
+      (net 7 "Net-(U1-Q)") (pinfunction "Q") (pintype "output") (tstamp 435dfff5-470e-4306-82df-600f5c868712))
+    (pad "4" thru_hole oval (at 0 7.62 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
+      (net 5 "VCC") (pinfunction "R") (pintype "input") (tstamp 34fe2b63-5cbd-404f-9e93-e2190795587d))
+    (pad "5" thru_hole oval (at 7.62 7.62 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
+      (net 1 "Net-(U1-CV)") (pinfunction "CV") (pintype "input") (tstamp ea7e9e0a-299d-455c-b80c-1feda15dc47c))
+    (pad "6" thru_hole oval (at 7.62 5.08 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
+      (net 8 "Net-(U1-THR)") (pinfunction "THR") (pintype "input") (tstamp f19faee1-eb81-476d-bda1-27360ed18df9))
+    (pad "7" thru_hole oval (at 7.62 2.54 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
+      (net 4 "Net-(D1-A)") (pinfunction "DIS") (pintype "input") (tstamp 2b51be83-8b81-492c-8915-b8bd88812fd8))
+    (pad "8" thru_hole oval (at 7.62 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
+      (net 5 "VCC") (pinfunction "VCC") (pintype "power_in") (tstamp 41323ad9-1d56-445a-9130-880647fcd585))
+    (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm.wrl"
+      (offset (xyz 0 0 0))
+      (scale (xyz 1 1 1))
+      (rotate (xyz 0 0 0))
+    )
+  )
+
+  (footprint "Package_TO_SOT_THT:TO-220-3_Vertical" (layer "F.Cu")
+    (tstamp e71401b3-5766-43cb-b4e3-fc62686df04c)
+    (at 125.25 71.5 180)
+    (descr "TO-220-3, Vertical, RM 2.54mm, see https://www.vishay.com/docs/66542/to-220-1.pdf")
+    (tags "TO-220-3 Vertical RM 2.54mm")
+    (property "Sheetfile" "driver_led_kloeckner.kicad_sch")
+    (property "Sheetname" "")
+    (property "Sim.Device" "SUBCKT")
+    (property "Sim.Library" "/home/mk/dox/fiuba/86.70/driver_led_integrador/modelos_spice/IRF1407.spi")
+    (property "Sim.Name" "irf1407")
+    (property "Sim.Pins" "1=1 2=2 3=3")
+    (property "ki_description" "N-MOSFET transistor, drain/source/gate")
+    (property "ki_keywords" "transistor NMOS N-MOS N-MOSFET simulation")
+    (path "/d2dbb4a4-e5db-4706-9e4b-f1174a1d4ccf")
+    (attr through_hole)
+    (fp_text reference "Q1" (at -4.0135 -1.2 90) (layer "F.SilkS") hide
+        (effects (font (size 1 1) (thickness 0.15)))
+      (tstamp 5b62022c-2e0a-41bc-9f44-1de9121be97c)
+    )
+    (fp_text value "IRF1407" (at 2.65 -4.5) (layer "F.Fab")
+        (effects (font (size 1 1) (thickness 0.15)))
+      (tstamp f7db9e19-5015-433a-adc2-9f319e127e33)
+    )
+    (fp_text user "${REFERENCE}" (at 2.65 -2.15) (layer "F.Fab")
+        (effects (font (size 1 1) (thickness 0.15)))
+      (tstamp 98e43d3f-482e-4956-bcce-9f5a2f95ee3b)
+    )
+    (fp_line (start -2.58 -3.27) (end -2.58 1.371)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6d0772a5-f63a-43a7-b538-88fca7cb5655))
+    (fp_line (start -2.58 -3.27) (end 7.66 -3.27)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4805cc5e-e0c7-487d-8642-8a5ec8fa425e))
+    (fp_line (start -2.58 -1.76) (end 7.66 -1.76)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aa89f847-cf97-4c56-96ea-508c48fba006))
+    (fp_line (start -2.58 1.371) (end 7.66 1.371)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c372473d-7a8b-4b41-b2d9-58ddb180772a))
+    (fp_line (start 0.69 -3.27) (end 0.69 -1.76)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 367a2c73-5f60-4262-99dc-eea4eb28d16d))
+    (fp_line (start 4.391 -3.27) (end 4.391 -1.76)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eb1c45ce-a150-4539-9dfb-b196028b105c))
+    (fp_line (start 7.66 -3.27) (end 7.66 1.371)
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 75cfb7c1-34ec-4085-8b41-854e20e5a423))
+    (fp_line (start -2.71 -3.4) (end -2.71 1.51)
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8d1ecf7d-d984-4ac5-965b-d4f23affe69b))
+    (fp_line (start -2.71 1.51) (end 7.79 1.51)
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9bde2be5-7726-4f33-9ca6-862e63fca804))
+    (fp_line (start 7.79 -3.4) (end -2.71 -3.4)
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 03e46569-bbb2-4b8f-b960-a42e9dd92512))
+    (fp_line (start 7.79 1.51) (end 7.79 -3.4)
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7466707c-7a3d-4f43-9d72-6454f70cb6c6))
+    (fp_line (start -2.46 -3.15) (end -2.46 1.25)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5a1347a3-322a-4452-a396-9e4eee2c62f8))
+    (fp_line (start -2.46 -1.88) (end 7.54 -1.88)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp be4b0e68-8292-4e9f-97e7-6d02f3ef879e))
+    (fp_line (start -2.46 1.25) (end 7.54 1.25)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fe6a3c71-0aa3-4618-a804-c0e7478c7ab5))
+    (fp_line (start 0.69 -3.15) (end 0.69 -1.88)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 62adce8e-3402-4446-96c1-0ab2efe54c7e))
+    (fp_line (start 4.39 -3.15) (end 4.39 -1.88)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c7cc4d78-3b5b-425b-8192-784c495f90af))
+    (fp_line (start 7.54 -3.15) (end -2.46 -3.15)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 12793ed9-484d-446c-943f-d9ae5fbf5cc9))
+    (fp_line (start 7.54 1.25) (end 7.54 -3.15)
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f7542b6e-e429-4532-90aa-1eb187672dd5))
+    (pad "1" thru_hole rect (at 0 0 180) (size 1.905 2) (drill 1.1) (layers "*.Cu" "*.Mask")
+      (net 10 "Net-(J1-Pin_3)") (pinfunction "D") (pintype "passive") (tstamp 70af42f1-e782-4a40-bba9-ac74b8d0e030))
+    (pad "2" thru_hole oval (at 2.54 0 180) (size 1.905 2) (drill 1.1) (layers "*.Cu" "*.Mask")
+      (net 6 "Net-(Q1-G)") (pinfunction "G") (pintype "input") (tstamp 9ab1d3b5-361f-4551-acd7-15423df7175b))
+    (pad "3" thru_hole oval (at 5.08 0 180) (size 1.905 2) (drill 1.1) (layers "*.Cu" "*.Mask")
+      (net 2 "0") (pinfunction "S") (pintype "passive") (tstamp 7193322b-1929-4e59-81b4-286b164ec910))
+    (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/TO-220-3_Vertical.wrl" hide
+      (offset (xyz 0 0 0))
+      (scale (xyz 1 1 1))
+      (rotate (xyz 0 0 0))
+    )
+    (model "/home/mk/dox/fiuba/86.70/driver_led_integrador/TO-220-3_Vertical_trimmed_legs_colored.step"
+      (offset (xyz 0 0 0))
+      (scale (xyz 1 1 1))
+      (rotate (xyz 0 0 0))
+    )
+  )
+
+  (gr_circle (center 108 77) (end 109.5 77)
+    (stroke (width 0.1) (type default)) (fill none) (layer "Edge.Cuts") (tstamp 151ef8ec-482a-4ec0-b93a-d27de41fd13d))
+  (gr_circle (center 108 48) (end 109.5 48)
+    (stroke (width 0.1) (type default)) (fill none) (layer "Edge.Cuts") (tstamp 1b137b38-ecd7-42bd-a70a-a43a7ef29b74))
+  (gr_circle (center 137 48) (end 138.5 48)
+    (stroke (width 0.1) (type default)) (fill none) (layer "Edge.Cuts") (tstamp 52044c4a-92dc-4c03-be4f-a86b1d126871))
+  (gr_rect (start 104.9865 45) (end 139.9865 80)
+    (stroke (width 0.1) (type default)) (fill none) (layer "Edge.Cuts") (tstamp 75241c12-8a55-4315-805b-618da033defa))
+  (gr_circle (center 137 77) (end 138.5 77)
+    (stroke (width 0.1) (type default)) (fill none) (layer "Edge.Cuts") (tstamp bbcd10bb-9e99-4cc1-b3d9-5659c8f1feb6))
+  (gr_text "max\n18V" (at 138.7 69.4 90) (layer "F.SilkS") (tstamp 4d0dcfff-382b-4d6c-a892-289b98790aa5)
+    (effects (font (size 1.25 1.25) (thickness 0.15)) (justify right bottom))
+  )
+  (gr_text "Driver\nPWM" (at 115.8 45.55 180) (layer "F.SilkS") (tstamp 8f6e2a82-ff56-4230-bfcf-a5f933a59d59)
+    (effects (font (size 1.5 1.5) (thickness 0.15)) (justify bottom))
+  )
+  (gr_text "-PWM  -   +" (at 132 70.9 90) (layer "F.SilkS") (tstamp d2a76b2e-9867-47dd-9b25-c745f22181c9)
+    (effects (font (size 1.5 1.5) (thickness 0.3) bold) (justify left bottom))
+  )
+  (gr_text "kloeckner.com.ar" (at 110.9 78.8) (layer "F.SilkS") (tstamp f3efbecb-a305-4451-a8db-87a35d3079bf)
+    (effects (font (size 1.75 1.75) (thickness 0.15)) (justify left bottom))
+  )
+
+  (segment (start 125.6065 57.28) (end 125.7665 57.28) (width 0.508) (layer "B.Cu") (net 1) (tstamp 2f563447-452e-4c12-9448-38748b3776fa))
+  (segment (start 125.7665 57.28) (end 128.4865 60) (width 0.508) (layer "B.Cu") (net 1) (tstamp 46b59907-e566-422b-80ce-2c0aa046cf3b))
+  (segment (start 114.7865 71.45) (end 114.2365 72) (width 0.508) (layer "B.Cu") (net 2) (tstamp 229eaf64-d752-4d1b-83dd-80c731ad2885))
+  (segment (start 135.5 60.5) (end 131 65) (width 0.508) (layer "B.Cu") (net 2) (tstamp 3466ce19-173a-4969-9d53-29dc5a82044a))
+  (segment (start 126.9365 66.55) (end 128.4865 65) (width 0.508) (layer "B.Cu") (net 2) (tstamp 3897d3c3-2e2b-4f11-a4b1-6b1d26870279))
+  (segment (start 120.17 71.3) (end 120.17 70.707) (width 0.508) (layer "B.Cu") (net 2) (tstamp 476cba38-0de9-4fc4-a100-5514826dc288))
+  (segment (start 120.1565 70.4435) (end 124.05 66.55) (width 0.508) (layer "B.Cu") (net 2) (tstamp 71be2446-be4e-444d-a5dd-c42fae8448c1))
+  (segment (start 119.9065 71.45) (end 114.7865 71.45) (width 0.508) (layer "B.Cu") (net 2) (tstamp 8d6e7d6c-4aca-47d6-8f1f-c8f81c1c2846))
+  (segment (start 114.2365 68.65) (end 114.2365 72) (width 0.508) (layer "B.Cu") (net 2) (tstamp 8d988fd5-979b-433b-a508-d4f4024ad0b8))
+  (segment (start 131 65) (end 128.4865 65) (width 0.508) (layer "B.Cu") (net 2) (tstamp ad535e2c-62c3-4dc5-9978-21095f6dfa75))
+  (segment (start 117.9865 64.9) (end 114.2365 68.65) (width 0.508) (layer "B.Cu") (net 2) (tstamp eae7afbc-608f-44ec-a99d-efdeb4ec09d8))
+  (segment (start 124.05 66.55) (end 126.9365 66.55) (width 0.508) (layer "B.Cu") (net 2) (tstamp ee40b82b-ca2a-43a5-af31-f83ab75f0fee))
+  (segment (start 136.1865 60.5) (end 135.5 60.5) (width 0.508) (layer "B.Cu") (net 2) (tstamp ff69a55a-c2f5-4e67-8138-734444f37c5d))
+  (segment (start 112.1 59.1) (end 112.1 63.2865) (width 0.508) (layer "B.Cu") (net 3) (tstamp 1dc3b4e4-1238-47d7-b6dd-cdffb07ccd77))
+  (segment (start 118.4715 54.6) (end 116.6 54.6) (width 0.508) (layer "B.Cu") (net 3) (tstamp 75fe2189-2da4-42f3-b95e-c3dd42015128))
+  (segment (start 116.6 54.6) (end 112.1 59.1) (width 0.508) (layer "B.Cu") (net 3) (tstamp cdf7ff38-ee7c-4e8a-b28d-c3dc896c1ba6))
+  (segment (start 112.1 63.2865) (end 108.9865 66.4) (width 0.508) (layer "B.Cu") (net 3) (tstamp ef8b4745-ade8-476a-a7b4-9b8f15e13f9c))
+  (segment (start 121.108 56.692) (end 123.3 54.5) (width 0.508) (layer "B.Cu") (net 4) (tstamp 28ad03b9-b530-4d12-b609-ddaa547cfc23))
+  (segment (start 122.89 49) (end 122.9865 49) (width 0.508) (layer "B.Cu") (net 4) (tstamp 4315d146-9db3-40c5-bc60-7182b15092e2))
+  (segment (start 125.7 51.7135) (end 125.7 54.2085) (width 0.508) (layer "B.Cu") (net 4) (tstamp 554d640c-6be5-418c-b70a-49308fe141bf))
+  (segment (start 123.3 54.5) (end 125.65 54.5) (width 0.508) (layer "B.Cu") (net 4) (tstamp 7a722b9a-a181-40d9-a9dd-3d7dcce5c4b6))
+  (segment (start 120.5265 56.692) (end 121.108 56.692) (width 0.508) (layer "B.Cu") (net 4) (tstamp ec598e46-ca8c-4ee8-ac72-aa4320d41bcb))
+  (segment (start 125.7 54.2085) (end 126.0915 54.6) (width 0.508) (layer "B.Cu") (net 4) (tstamp f79902d2-a061-4da5-9c0e-7d57c1a6dafb))
+  (segment (start 122.9865 49) (end 125.7 51.7135) (width 0.508) (layer "B.Cu") (net 4) (tstamp f91d9995-538c-4be5-97b6-5ddbfc7a8368))
+  (segment (start 125.6065 64.9) (end 125.6065 64.3435) (width 0.508) (layer "B.Cu") (net 5) (tstamp 029d1523-0f8b-44a5-8f2c-dd3576bebed3))
+  (segment (start 125.6065 64.3435) (end 127.5 62.45) (width 0.508) (layer "B.Cu") (net 5) (tstamp 2b5459dd-5351-4c47-95d5-162588c41b4b))
+  (segment (start 131.8 60.7) (end 131.8 56.85) (width 0.508) (layer "B.Cu") (net 5) (tstamp 34cc569d-e33d-4328-9b93-d74943a19cb5))
+  (segment (start 120.65 48.25) (end 120.65 54.65) (width 0.508) (layer "B.Cu") (net 5) (tstamp 385b5b7b-75d4-4144-b35a-646d5c6187d9))
+  (segment (start 117.9865 57.28) (end 118.37 57.28) (width 0.508) (layer "B.Cu") (net 5) (tstamp 3d3a1f71-3839-416b-9e79-5581b197cc61))
+  (segment (start 118.02 57.28) (end 117.9865 57.28) (width 0.508) (layer "B.Cu") (net 5) (tstamp 673d1e4b-f688-4d15-8f1b-b9c25daec124))
+  (segment (start 120.65 54.65) (end 118.02 57.28) (width 0.508) (layer "B.Cu") (net 5) (tstamp 839ff722-466c-4303-a05a-135e79090143))
+  (segment (start 130.51 49) (end 136.1865 54.6765) (width 0.508) (layer "B.Cu") (net 5) (tstamp 987da889-965c-474c-ac75-1814b1fdcbb1))
+  (segment (start 127.5 62.45) (end 130.05 62.45) (width 0.508) (layer "B.Cu") (net 5) (tstamp 9a31b90f-0112-446d-9edc-a71290782815))
+  (segment (start 131.8 56.85) (end 133.15 55.5) (width 0.508) (layer "B.Cu") (net 5) (tstamp 9a3d77ab-1684-48e4-a5e4-ab63240cbcba))
+  (segment (start 122.1 46.8) (end 120.65 48.25) (width 0.508) (layer "B.Cu") (net 5) (tstamp aaf5ea7d-6a48-4b11-9f25-fe85a2151a8c))
+  (segment (start 130.51 49) (end 128.31 46.8) (width 0.508) (layer "B.Cu") (net 5) (tstamp ca84c6ff-e870-4c74-a63a-4e221841c6df))
+  (segment (start 128.31 46.8) (end 122.1 46.8) (width 0.508) (layer "B.Cu") (net 5) (tstamp d91a205a-9d2d-4e0f-b586-f20e8a2769a0))
+  (segment (start 136.1865 54.6765) (end 136.1865 55.5) (width 0.508) (layer "B.Cu") (net 5) (tstamp dd77b40c-d1a5-47cd-b627-e7698b3636e1))
+  (segment (start 130.05 62.45) (end 131.8 60.7) (width 0.508) (layer "B.Cu") (net 5) (tstamp e2b4b58c-7850-4e0d-8dba-49d93cc1c685))
+  (segment (start 133.15 55.5) (end 136.1865 55.5) (width 0.508) (layer "B.Cu") (net 5) (tstamp fff1e621-86f7-469b-ad0b-5f302ae173a2))
+  (segment (start 122.71 71.3) (end 122.71 69.887) (width 0.508) (layer "B.Cu") (net 6) (tstamp 0e7e3f5a-6735-4dc5-8cad-1d998d95b1ca))
+  (segment (start 122.71 69.887) (end 124.497 68.1) (width 0.508) (layer "B.Cu") (net 6) (tstamp 5d13289e-2eb6-4a8c-832f-40a6cdcb7cbb))
+  (segment (start 124.497 68.1) (end 126.56 68.1) (width 0.508) (layer "B.Cu") (net 6) (tstamp 90d88d34-2edd-48c6-aec5-23d685ec1e2a))
+  (segment (start 123.0665 65.1335) (end 123.0665 64.9) (width 0.508) (layer "B.Cu") (net 7) (tstamp 4e4f3702-0f27-4426-b69c-573e154adf3f))
+  (segment (start 123.0665 65.02) (end 123.0665 64.9) (width 0.508) (layer "B.Cu") (net 7) (tstamp b7f084d5-2edd-4c2f-ad6d-a793e94056a7))
+  (segment (start 118.94 68.1) (end 120.1 68.1) (width 0.508) (layer "B.Cu") (net 7) (tstamp d63eb919-139f-4f47-a7ad-e8ac17da44d2))
+  (segment (start 120.1 68.1) (end 123.0665 65.1335) (width 0.508) (layer "B.Cu") (net 7) (tstamp d8656cbc-941f-4feb-8958-1ec22c5a21f1))
+  (segment (start 108.9865 61.4) (end 106.15 64.2365) (width 0.508) (layer "B.Cu") (net 8) (tstamp 1d10b928-f1b5-4da2-b411-c6466900f90e))
+  (segment (start 120.5265 64.9) (end 120.5265 59.82) (width 0.508) (layer "B.Cu") (net 8) (tstamp 3ebe2491-b24d-4e09-a184-35b4de9965fa))
+  (segment (start 118.83 59.82) (end 120.5265 59.82) (width 0.508) (layer "B.Cu") (net 8) (tstamp 422bfa6d-4379-43b8-9228-d287808f7efd))
+  (segment (start 120.5265 59.82) (end 123.0665 57.28) (width 0.508) (layer "B.Cu") (net 8) (tstamp 51d9ed95-bdbd-41e2-802d-e7466a383196))
+  (segment (start 112.3 68.9365) (end 112.3 66.35) (width 0.508) (layer "B.Cu") (net 8) (tstamp 671c38e3-2226-4a62-bcf0-391564c5c6c9))
+  (segment (start 106.15 64.2365) (end 106.15 68.9135) (width 0.508) (layer "B.Cu") (net 8) (tstamp 74bb6bef-f50b-4988-b4ff-9693ee57e6ea))
+  (segment (start 109.2365 72) (end 112.3 68.9365) (width 0.508) (layer "B.Cu") (net 8) (tstamp 998df0cf-c8cc-4e6a-bda0-3494a8ca9e1b))
+  (segment (start 112.3 66.35) (end 118.83 59.82) (width 0.508) (layer "B.Cu") (net 8) (tstamp cc5d502a-15f8-461b-9457-f35c3eac5237))
+  (segment (start 106.15 68.9135) (end 109.2365 72) (width 0.508) (layer "B.Cu") (net 8) (tstamp d5c132a7-a13f-4462-a9dd-eb5a96bf311d))
+  (segment (start 111.35 56.4) (end 115.65 52.1) (width 0.508) (layer "B.Cu") (net 9) (tstamp 2eda70d4-98b1-403f-897a-b12d13203b79))
+  (segment (start 108.9865 56.4) (end 111.35 56.4) (width 0.508) (layer "B.Cu") (net 9) (tstamp 6681cf3c-2e2d-4507-b2f2-148834bade39))
+  (segment (start 115.65 52.1) (end 118.4665 52.1) (width 0.508) (layer "B.Cu") (net 9) (tstamp b2081f9c-c08e-4d26-b34b-500fd43fed14))
+  (segment (start 125.5865 71.6) (end 130.0865 71.6) (width 0.508) (layer "B.Cu") (net 10) (tstamp 6aec9c9b-a4d1-4fea-85d3-bbfe61d1541c))
+  (segment (start 124.9865 71) (end 125.5865 71.6) (width 0.508) (layer "B.Cu") (net 10) (tstamp 7b9b5268-9b6b-4000-b1d4-7164d147f22f))
+  (segment (start 130.0865 71.6) (end 136.1865 65.5) (width 0.508) (layer "B.Cu") (net 10) (tstamp ef59a266-8319-4916-b4ec-91e36b7fbe0d))
+
+)
diff --git a/driver_pwm_kicad/driver_pwm_kicad.kicad_pro b/driver_pwm_kicad/driver_pwm_kicad.kicad_pro
@@ -0,0 +1,499 @@
+{
+  "board": {
+    "3dviewports": [],
+    "design_settings": {
+      "defaults": {
+        "board_outline_line_width": 0.09999999999999999,
+        "copper_line_width": 0.19999999999999998,
+        "copper_text_italic": false,
+        "copper_text_size_h": 1.5,
+        "copper_text_size_v": 1.5,
+        "copper_text_thickness": 0.3,
+        "copper_text_upright": false,
+        "courtyard_line_width": 0.049999999999999996,
+        "dimension_precision": 4,
+        "dimension_units": 3,
+        "dimensions": {
+          "arrow_length": 1270000,
+          "extension_offset": 500000,
+          "keep_text_aligned": true,
+          "suppress_zeroes": false,
+          "text_position": 0,
+          "units_format": 1
+        },
+        "fab_line_width": 0.09999999999999999,
+        "fab_text_italic": false,
+        "fab_text_size_h": 1.0,
+        "fab_text_size_v": 1.0,
+        "fab_text_thickness": 0.15,
+        "fab_text_upright": false,
+        "other_line_width": 0.15,
+        "other_text_italic": false,
+        "other_text_size_h": 1.0,
+        "other_text_size_v": 1.0,
+        "other_text_thickness": 0.15,
+        "other_text_upright": false,
+        "pads": {
+          "drill": 0.762,
+          "height": 1.524,
+          "width": 1.524
+        },
+        "silk_line_width": 0.15,
+        "silk_text_italic": false,
+        "silk_text_size_h": 1.0,
+        "silk_text_size_v": 1.0,
+        "silk_text_thickness": 0.15,
+        "silk_text_upright": false,
+        "zones": {
+          "min_clearance": 0.5
+        }
+      },
+      "diff_pair_dimensions": [
+        {
+          "gap": 0.0,
+          "via_gap": 0.0,
+          "width": 0.0
+        }
+      ],
+      "drc_exclusions": [],
+      "meta": {
+        "version": 2
+      },
+      "rule_severities": {
+        "annular_width": "error",
+        "clearance": "error",
+        "connection_width": "warning",
+        "copper_edge_clearance": "error",
+        "copper_sliver": "warning",
+        "courtyards_overlap": "error",
+        "diff_pair_gap_out_of_range": "error",
+        "diff_pair_uncoupled_length_too_long": "error",
+        "drill_out_of_range": "error",
+        "duplicate_footprints": "warning",
+        "extra_footprint": "warning",
+        "footprint": "error",
+        "footprint_type_mismatch": "ignore",
+        "hole_clearance": "error",
+        "hole_near_hole": "error",
+        "invalid_outline": "error",
+        "isolated_copper": "warning",
+        "item_on_disabled_layer": "error",
+        "items_not_allowed": "error",
+        "length_out_of_range": "error",
+        "lib_footprint_issues": "warning",
+        "lib_footprint_mismatch": "warning",
+        "malformed_courtyard": "error",
+        "microvia_drill_out_of_range": "error",
+        "missing_courtyard": "ignore",
+        "missing_footprint": "warning",
+        "net_conflict": "warning",
+        "npth_inside_courtyard": "ignore",
+        "padstack": "warning",
+        "pth_inside_courtyard": "ignore",
+        "shorting_items": "error",
+        "silk_edge_clearance": "warning",
+        "silk_over_copper": "warning",
+        "silk_overlap": "warning",
+        "skew_out_of_range": "error",
+        "solder_mask_bridge": "error",
+        "starved_thermal": "error",
+        "text_height": "warning",
+        "text_thickness": "warning",
+        "through_hole_pad_without_hole": "error",
+        "too_many_vias": "error",
+        "track_dangling": "warning",
+        "track_width": "error",
+        "tracks_crossing": "error",
+        "unconnected_items": "error",
+        "unresolved_variable": "error",
+        "via_dangling": "warning",
+        "zones_intersect": "error"
+      },
+      "rules": {
+        "max_error": 0.005,
+        "min_clearance": 0.3,
+        "min_connection": 0.0,
+        "min_copper_edge_clearance": 0.0,
+        "min_hole_clearance": 0.25,
+        "min_hole_to_hole": 0.25,
+        "min_microvia_diameter": 0.19999999999999998,
+        "min_microvia_drill": 0.09999999999999999,
+        "min_resolved_spokes": 2,
+        "min_silk_clearance": 0.0,
+        "min_text_height": 0.7999999999999999,
+        "min_text_thickness": 0.08,
+        "min_through_hole_diameter": 0.3,
+        "min_track_width": 0.508,
+        "min_via_annular_width": 0.09999999999999999,
+        "min_via_diameter": 0.5,
+        "solder_mask_clearance": 0.0,
+        "solder_mask_min_width": 0.0,
+        "solder_mask_to_copper_clearance": 0.0,
+        "use_height_for_length_calcs": true
+      },
+      "teardrop_options": [
+        {
+          "td_allow_use_two_tracks": true,
+          "td_curve_segcount": 5,
+          "td_on_pad_in_zone": false,
+          "td_onpadsmd": true,
+          "td_onroundshapesonly": false,
+          "td_ontrackend": false,
+          "td_onviapad": true
+        }
+      ],
+      "teardrop_parameters": [
+        {
+          "td_curve_segcount": 0,
+          "td_height_ratio": 1.0,
+          "td_length_ratio": 0.5,
+          "td_maxheight": 2.0,
+          "td_maxlen": 1.0,
+          "td_target_name": "td_round_shape",
+          "td_width_to_size_filter_ratio": 0.9
+        },
+        {
+          "td_curve_segcount": 0,
+          "td_height_ratio": 1.0,
+          "td_length_ratio": 0.5,
+          "td_maxheight": 2.0,
+          "td_maxlen": 1.0,
+          "td_target_name": "td_rect_shape",
+          "td_width_to_size_filter_ratio": 0.9
+        },
+        {
+          "td_curve_segcount": 0,
+          "td_height_ratio": 1.0,
+          "td_length_ratio": 0.5,
+          "td_maxheight": 2.0,
+          "td_maxlen": 1.0,
+          "td_target_name": "td_track_end",
+          "td_width_to_size_filter_ratio": 0.9
+        }
+      ],
+      "track_widths": [
+        0.0,
+        0.508
+      ],
+      "via_dimensions": [
+        {
+          "diameter": 0.0,
+          "drill": 0.0
+        }
+      ],
+      "zones_allow_external_fillets": false
+    },
+    "layer_presets": [],
+    "viewports": []
+  },
+  "boards": [],
+  "cvpcb": {
+    "equivalence_files": []
+  },
+  "erc": {
+    "erc_exclusions": [],
+    "meta": {
+      "version": 0
+    },
+    "pin_map": [
+      [
+        0,
+        0,
+        0,
+        0,
+        0,
+        0,
+        1,
+        0,
+        0,
+        0,
+        0,
+        2
+      ],
+      [
+        0,
+        2,
+        0,
+        1,
+        0,
+        0,
+        1,
+        0,
+        2,
+        2,
+        2,
+        2
+      ],
+      [
+        0,
+        0,
+        0,
+        0,
+        0,
+        0,
+        1,
+        0,
+        1,
+        0,
+        1,
+        2
+      ],
+      [
+        0,
+        1,
+        0,
+        0,
+        0,
+        0,
+        1,
+        1,
+        2,
+        1,
+        1,
+        2
+      ],
+      [
+        0,
+        0,
+        0,
+        0,
+        0,
+        0,
+        1,
+        0,
+        0,
+        0,
+        0,
+        2
+      ],
+      [
+        0,
+        0,
+        0,
+        0,
+        0,
+        0,
+        0,
+        0,
+        0,
+        0,
+        0,
+        2
+      ],
+      [
+        1,
+        1,
+        1,
+        1,
+        1,
+        0,
+        1,
+        1,
+        1,
+        1,
+        1,
+        2
+      ],
+      [
+        0,
+        0,
+        0,
+        1,
+        0,
+        0,
+        1,
+        0,
+        0,
+        0,
+        0,
+        2
+      ],
+      [
+        0,
+        2,
+        1,
+        2,
+        0,
+        0,
+        1,
+        0,
+        2,
+        2,
+        2,
+        2
+      ],
+      [
+        0,
+        2,
+        0,
+        1,
+        0,
+        0,
+        1,
+        0,
+        2,
+        0,
+        0,
+        2
+      ],
+      [
+        0,
+        2,
+        1,
+        1,
+        0,
+        0,
+        1,
+        0,
+        2,
+        0,
+        0,
+        2
+      ],
+      [
+        2,
+        2,
+        2,
+        2,
+        2,
+        2,
+        2,
+        2,
+        2,
+        2,
+        2,
+        2
+      ]
+    ],
+    "rule_severities": {
+      "bus_definition_conflict": "error",
+      "bus_entry_needed": "error",
+      "bus_to_bus_conflict": "error",
+      "bus_to_net_conflict": "error",
+      "conflicting_netclasses": "error",
+      "different_unit_footprint": "error",
+      "different_unit_net": "error",
+      "duplicate_reference": "error",
+      "duplicate_sheet_names": "error",
+      "endpoint_off_grid": "warning",
+      "extra_units": "error",
+      "global_label_dangling": "warning",
+      "hier_label_mismatch": "error",
+      "label_dangling": "error",
+      "lib_symbol_issues": "warning",
+      "missing_bidi_pin": "warning",
+      "missing_input_pin": "warning",
+      "missing_power_pin": "error",
+      "missing_unit": "warning",
+      "multiple_net_names": "warning",
+      "net_not_bus_member": "warning",
+      "no_connect_connected": "warning",
+      "no_connect_dangling": "warning",
+      "pin_not_connected": "error",
+      "pin_not_driven": "error",
+      "pin_to_pin": "warning",
+      "power_pin_not_driven": "error",
+      "similar_labels": "warning",
+      "simulation_model_issue": "ignore",
+      "unannotated": "error",
+      "unit_value_mismatch": "error",
+      "unresolved_variable": "error",
+      "wire_dangling": "error"
+    }
+  },
+  "libraries": {
+    "pinned_footprint_libs": [],
+    "pinned_symbol_libs": []
+  },
+  "meta": {
+    "filename": "driver_pwm_kicad.kicad_pro",
+    "version": 1
+  },
+  "net_settings": {
+    "classes": [
+      {
+        "bus_width": 12,
+        "clearance": 0.2,
+        "diff_pair_gap": 0.25,
+        "diff_pair_via_gap": 0.25,
+        "diff_pair_width": 0.2,
+        "line_style": 0,
+        "microvia_diameter": 0.3,
+        "microvia_drill": 0.1,
+        "name": "Default",
+        "pcb_color": "rgba(0, 0, 0, 0.000)",
+        "schematic_color": "rgba(0, 0, 0, 0.000)",
+        "track_width": 0.25,
+        "via_diameter": 0.8,
+        "via_drill": 0.4,
+        "wire_width": 6
+      }
+    ],
+    "meta": {
+      "version": 3
+    },
+    "net_colors": null,
+    "netclass_assignments": null,
+    "netclass_patterns": []
+  },
+  "pcbnew": {
+    "last_paths": {
+      "gencad": "",
+      "idf": "",
+      "netlist": "",
+      "specctra_dsn": "",
+      "step": "driver_pwm_kicad.step",
+      "vrml": ""
+    },
+    "page_layout_descr_file": ""
+  },
+  "schematic": {
+    "annotate_start_num": 0,
+    "drawing": {
+      "dashed_lines_dash_length_ratio": 12.0,
+      "dashed_lines_gap_length_ratio": 3.0,
+      "default_line_thickness": 6.0,
+      "default_text_size": 50.0,
+      "field_names": [],
+      "intersheets_ref_own_page": false,
+      "intersheets_ref_prefix": "",
+      "intersheets_ref_short": false,
+      "intersheets_ref_show": false,
+      "intersheets_ref_suffix": "",
+      "junction_size_choice": 3,
+      "label_size_ratio": 0.375,
+      "pin_symbol_size": 25.0,
+      "text_offset_ratio": 0.15
+    },
+    "legacy_lib_dir": "",
+    "legacy_lib_list": [],
+    "meta": {
+      "version": 1
+    },
+    "net_format_name": "",
+    "ngspice": {
+      "fix_include_paths": true,
+      "meta": {
+        "version": 0
+      },
+      "model_mode": 0,
+      "workbook_filename": "driver_pwm_kicad.wbk"
+    },
+    "page_layout_descr_file": "",
+    "plot_directory": "",
+    "spice_current_sheet_as_root": false,
+    "spice_external_command": "spice \"%I\"",
+    "spice_model_current_sheet_as_root": true,
+    "spice_save_all_currents": false,
+    "spice_save_all_voltages": false,
+    "subpart_first_id": 65,
+    "subpart_id_separator": 0
+  },
+  "sheets": [
+    [
+      "d8411f75-4ef2-4a30-b208-c451ecf749d1",
+      ""
+    ]
+  ],
+  "text_variables": {}
+}
diff --git a/driver_pwm_kicad/driver_pwm_kicad.kicad_sch b/driver_pwm_kicad/driver_pwm_kicad.kicad_sch
@@ -0,0 +1,1533 @@
+(kicad_sch (version 20230121) (generator eeschema)
+
+  (uuid d8411f75-4ef2-4a30-b208-c451ecf749d1)
+
+  (paper "A4")
+
+  (lib_symbols
+    (symbol "Connector:Screw_Terminal_01x03" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
+      (property "Reference" "J1" (at 2.032 1.27 0)
+        (effects (font (size 1.27 1.27)) (justify left))
+      )
+      (property "Value" "Bornera" (at 2.032 -1.27 0)
+        (effects (font (size 1.27 1.27)) (justify left))
+      )
+      (property "Footprint" "TerminalBlock:TerminalBlock_Altech_AK300-3_P5.00mm" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "Datasheet" "~" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "ki_keywords" "screw terminal" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "ki_description" "Generic screw terminal, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "ki_fp_filters" "TerminalBlock*:*" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (symbol "Screw_Terminal_01x03_1_1"
+        (rectangle (start -1.27 3.81) (end 1.27 -3.81)
+          (stroke (width 0.254) (type default))
+          (fill (type background))
+        )
+        (circle (center 0 -2.54) (radius 0.635)
+          (stroke (width 0.1524) (type default))
+          (fill (type none))
+        )
+        (polyline
+          (pts
+            (xy -0.5334 -2.2098)
+            (xy 0.3302 -3.048)
+          )
+          (stroke (width 0.1524) (type default))
+          (fill (type none))
+        )
+        (polyline
+          (pts
+            (xy -0.5334 0.3302)
+            (xy 0.3302 -0.508)
+          )
+          (stroke (width 0.1524) (type default))
+          (fill (type none))
+        )
+        (polyline
+          (pts
+            (xy -0.5334 2.8702)
+            (xy 0.3302 2.032)
+          )
+          (stroke (width 0.1524) (type default))
+          (fill (type none))
+        )
+        (polyline
+          (pts
+            (xy -0.3556 -2.032)
+            (xy 0.508 -2.8702)
+          )
+          (stroke (width 0.1524) (type default))
+          (fill (type none))
+        )
+        (polyline
+          (pts
+            (xy -0.3556 0.508)
+            (xy 0.508 -0.3302)
+          )
+          (stroke (width 0.1524) (type default))
+          (fill (type none))
+        )
+        (polyline
+          (pts
+            (xy -0.3556 3.048)
+            (xy 0.508 2.2098)
+          )
+          (stroke (width 0.1524) (type default))
+          (fill (type none))
+        )
+        (circle (center 0 0) (radius 0.635)
+          (stroke (width 0.1524) (type default))
+          (fill (type none))
+        )
+        (circle (center 0 2.54) (radius 0.635)
+          (stroke (width 0.1524) (type default))
+          (fill (type none))
+        )
+        (pin passive line (at -5.08 -2.54 0) (length 3.81)
+          (name "Pin_3" (effects (font (size 1.27 1.27))))
+          (number "1" (effects (font (size 1.27 1.27))))
+        )
+        (pin passive line (at -5.08 0 0) (length 3.81)
+          (name "Pin_2" (effects (font (size 1.27 1.27))))
+          (number "2" (effects (font (size 1.27 1.27))))
+        )
+        (pin passive line (at -5.08 2.54 0) (length 3.81)
+          (name "Pin_1" (effects (font (size 1.27 1.27))))
+          (number "3" (effects (font (size 1.27 1.27))))
+        )
+      )
+    )
+    (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes)
+      (property "Reference" "C" (at 0.635 2.54 0)
+        (effects (font (size 1.27 1.27)) (justify left))
+      )
+      (property "Value" "C" (at 0.635 -2.54 0)
+        (effects (font (size 1.27 1.27)) (justify left))
+      )
+      (property "Footprint" "" (at 0.9652 -3.81 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "Datasheet" "~" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "ki_keywords" "cap capacitor" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "ki_description" "Unpolarized capacitor" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "ki_fp_filters" "C_*" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (symbol "C_0_1"
+        (polyline
+          (pts
+            (xy -2.032 -0.762)
+            (xy 2.032 -0.762)
+          )
+          (stroke (width 0.508) (type default))
+          (fill (type none))
+        )
+        (polyline
+          (pts
+            (xy -2.032 0.762)
+            (xy 2.032 0.762)
+          )
+          (stroke (width 0.508) (type default))
+          (fill (type none))
+        )
+      )
+      (symbol "C_1_1"
+        (pin passive line (at 0 3.81 270) (length 2.794)
+          (name "~" (effects (font (size 1.27 1.27))))
+          (number "1" (effects (font (size 1.27 1.27))))
+        )
+        (pin passive line (at 0 -3.81 90) (length 2.794)
+          (name "~" (effects (font (size 1.27 1.27))))
+          (number "2" (effects (font (size 1.27 1.27))))
+        )
+      )
+    )
+    (symbol "Device:D" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
+      (property "Reference" "D" (at 0 2.54 0)
+        (effects (font (size 1.27 1.27)))
+      )
+      (property "Value" "D" (at 0 -2.54 0)
+        (effects (font (size 1.27 1.27)))
+      )
+      (property "Footprint" "" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "Datasheet" "~" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "Sim.Device" "D" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "Sim.Pins" "1=K 2=A" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "ki_keywords" "diode" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "ki_description" "Diode" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (symbol "D_0_1"
+        (polyline
+          (pts
+            (xy -1.27 1.27)
+            (xy -1.27 -1.27)
+          )
+          (stroke (width 0.254) (type default))
+          (fill (type none))
+        )
+        (polyline
+          (pts
+            (xy 1.27 0)
+            (xy -1.27 0)
+          )
+          (stroke (width 0) (type default))
+          (fill (type none))
+        )
+        (polyline
+          (pts
+            (xy 1.27 1.27)
+            (xy 1.27 -1.27)
+            (xy -1.27 0)
+            (xy 1.27 1.27)
+          )
+          (stroke (width 0.254) (type default))
+          (fill (type none))
+        )
+      )
+      (symbol "D_1_1"
+        (pin passive line (at -3.81 0 0) (length 2.54)
+          (name "K" (effects (font (size 1.27 1.27))))
+          (number "1" (effects (font (size 1.27 1.27))))
+        )
+        (pin passive line (at 3.81 0 180) (length 2.54)
+          (name "A" (effects (font (size 1.27 1.27))))
+          (number "2" (effects (font (size 1.27 1.27))))
+        )
+      )
+    )
+    (symbol "Device:R_Potentiometer_US" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
+      (property "Reference" "RV" (at -4.445 0 90)
+        (effects (font (size 1.27 1.27)))
+      )
+      (property "Value" "R_Potentiometer_US" (at -2.54 0 90)
+        (effects (font (size 1.27 1.27)))
+      )
+      (property "Footprint" "" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "Datasheet" "~" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "ki_keywords" "resistor variable" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "ki_description" "Potentiometer, US symbol" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "ki_fp_filters" "Potentiometer*" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (symbol "R_Potentiometer_US_0_1"
+        (polyline
+          (pts
+            (xy 0 -2.286)
+            (xy 0 -2.54)
+          )
+          (stroke (width 0) (type default))
+          (fill (type none))
+        )
+        (polyline
+          (pts
+            (xy 0 2.54)
+            (xy 0 2.286)
+          )
+          (stroke (width 0) (type default))
+          (fill (type none))
+        )
+        (polyline
+          (pts
+            (xy 2.54 0)
+            (xy 1.524 0)
+          )
+          (stroke (width 0) (type default))
+          (fill (type none))
+        )
+        (polyline
+          (pts
+            (xy 1.143 0)
+            (xy 2.286 0.508)
+            (xy 2.286 -0.508)
+            (xy 1.143 0)
+          )
+          (stroke (width 0) (type default))
+          (fill (type outline))
+        )
+        (polyline
+          (pts
+            (xy 0 -0.762)
+            (xy 1.016 -1.143)
+            (xy 0 -1.524)
+            (xy -1.016 -1.905)
+            (xy 0 -2.286)
+          )
+          (stroke (width 0) (type default))
+          (fill (type none))
+        )
+        (polyline
+          (pts
+            (xy 0 0.762)
+            (xy 1.016 0.381)
+            (xy 0 0)
+            (xy -1.016 -0.381)
+            (xy 0 -0.762)
+          )
+          (stroke (width 0) (type default))
+          (fill (type none))
+        )
+        (polyline
+          (pts
+            (xy 0 2.286)
+            (xy 1.016 1.905)
+            (xy 0 1.524)
+            (xy -1.016 1.143)
+            (xy 0 0.762)
+          )
+          (stroke (width 0) (type default))
+          (fill (type none))
+        )
+      )
+      (symbol "R_Potentiometer_US_1_1"
+        (pin passive line (at 0 3.81 270) (length 1.27)
+          (name "1" (effects (font (size 1.27 1.27))))
+          (number "1" (effects (font (size 1.27 1.27))))
+        )
+        (pin passive line (at 3.81 0 180) (length 1.27)
+          (name "2" (effects (font (size 1.27 1.27))))
+          (number "2" (effects (font (size 1.27 1.27))))
+        )
+        (pin passive line (at 0 -3.81 90) (length 1.27)
+          (name "3" (effects (font (size 1.27 1.27))))
+          (number "3" (effects (font (size 1.27 1.27))))
+        )
+      )
+    )
+    (symbol "Device:R_US" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes)
+      (property "Reference" "R" (at 2.54 0 90)
+        (effects (font (size 1.27 1.27)))
+      )
+      (property "Value" "R_US" (at -2.54 0 90)
+        (effects (font (size 1.27 1.27)))
+      )
+      (property "Footprint" "" (at 1.016 -0.254 90)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "Datasheet" "~" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "ki_keywords" "R res resistor" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "ki_description" "Resistor, US symbol" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "ki_fp_filters" "R_*" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (symbol "R_US_0_1"
+        (polyline
+          (pts
+            (xy 0 -2.286)
+            (xy 0 -2.54)
+          )
+          (stroke (width 0) (type default))
+          (fill (type none))
+        )
+        (polyline
+          (pts
+            (xy 0 2.286)
+            (xy 0 2.54)
+          )
+          (stroke (width 0) (type default))
+          (fill (type none))
+        )
+        (polyline
+          (pts
+            (xy 0 -0.762)
+            (xy 1.016 -1.143)
+            (xy 0 -1.524)
+            (xy -1.016 -1.905)
+            (xy 0 -2.286)
+          )
+          (stroke (width 0) (type default))
+          (fill (type none))
+        )
+        (polyline
+          (pts
+            (xy 0 0.762)
+            (xy 1.016 0.381)
+            (xy 0 0)
+            (xy -1.016 -0.381)
+            (xy 0 -0.762)
+          )
+          (stroke (width 0) (type default))
+          (fill (type none))
+        )
+        (polyline
+          (pts
+            (xy 0 2.286)
+            (xy 1.016 1.905)
+            (xy 0 1.524)
+            (xy -1.016 1.143)
+            (xy 0 0.762)
+          )
+          (stroke (width 0) (type default))
+          (fill (type none))
+        )
+      )
+      (symbol "R_US_1_1"
+        (pin passive line (at 0 3.81 270) (length 1.27)
+          (name "~" (effects (font (size 1.27 1.27))))
+          (number "1" (effects (font (size 1.27 1.27))))
+        )
+        (pin passive line (at 0 -3.81 90) (length 1.27)
+          (name "~" (effects (font (size 1.27 1.27))))
+          (number "2" (effects (font (size 1.27 1.27))))
+        )
+      )
+    )
+    (symbol "Simulation_SPICE:0" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
+      (property "Reference" "#GND" (at 0 -2.54 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "Value" "0" (at 0 -1.778 0)
+        (effects (font (size 1.27 1.27)))
+      )
+      (property "Footprint" "" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "Datasheet" "~" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "ki_keywords" "simulation" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "ki_description" "0V reference potential for simulation" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (symbol "0_0_1"
+        (polyline
+          (pts
+            (xy -1.27 0)
+            (xy 0 -1.27)
+            (xy 1.27 0)
+            (xy -1.27 0)
+          )
+          (stroke (width 0) (type default))
+          (fill (type none))
+        )
+      )
+      (symbol "0_1_1"
+        (pin power_in line (at 0 0 0) (length 0) hide
+          (name "0" (effects (font (size 1.016 1.016))))
+          (number "1" (effects (font (size 1.016 1.016))))
+        )
+      )
+    )
+    (symbol "Simulation_SPICE:BSOURCE" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
+      (property "Reference" "B" (at 2.54 2.54 0)
+        (effects (font (size 1.27 1.27)) (justify left))
+      )
+      (property "Value" "BSOURCE" (at 2.54 0 0)
+        (effects (font (size 1.27 1.27)) (justify left))
+      )
+      (property "Footprint" "" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "Datasheet" "https://ngspice.sourceforge.io/docs.html" (at 0 -16.51 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "Sim.Device" "SPICE" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "Sim.Params" "type=\"B\" model=\"v=1\"" (at 2.54 -2.54 0)
+        (effects (font (size 1.27 1.27)) (justify left))
+      )
+      (property "ki_keywords" "simulation dependent" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "ki_description" "Arbitrary behavioral voltage or current source for simulation only" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (symbol "BSOURCE_0_1"
+        (polyline
+          (pts
+            (xy 0 -1.016)
+            (xy 0 -2.032)
+          )
+          (stroke (width 0) (type default))
+          (fill (type none))
+        )
+        (polyline
+          (pts
+            (xy 0.254 -1.524)
+            (xy 0 -2.032)
+            (xy -0.254 -1.524)
+          )
+          (stroke (width 0) (type default))
+          (fill (type none))
+        )
+        (polyline
+          (pts
+            (xy 0 2.54)
+            (xy -2.54 0)
+            (xy 0 -2.54)
+            (xy 2.54 0)
+            (xy 0 2.54)
+          )
+          (stroke (width 0.254) (type default))
+          (fill (type background))
+        )
+      )
+      (symbol "BSOURCE_1_1"
+        (polyline
+          (pts
+            (xy -0.508 1.524)
+            (xy 0.508 1.524)
+          )
+          (stroke (width 0) (type default))
+          (fill (type none))
+        )
+        (polyline
+          (pts
+            (xy 0 1.016)
+            (xy 0 2.032)
+          )
+          (stroke (width 0) (type default))
+          (fill (type none))
+        )
+        (pin passive line (at 0 5.08 270) (length 2.54)
+          (name "N+" (effects (font (size 1.27 1.27))))
+          (number "1" (effects (font (size 1.27 1.27))))
+        )
+        (pin passive line (at 0 -5.08 90) (length 2.54)
+          (name "N-" (effects (font (size 1.27 1.27))))
+          (number "2" (effects (font (size 1.27 1.27))))
+        )
+      )
+    )
+    (symbol "Simulation_SPICE:NMOS" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes)
+      (property "Reference" "Q" (at 5.08 1.27 0)
+        (effects (font (size 1.27 1.27)) (justify left))
+      )
+      (property "Value" "NMOS" (at 5.08 -1.27 0)
+        (effects (font (size 1.27 1.27)) (justify left))
+      )
+      (property "Footprint" "" (at 5.08 2.54 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "Datasheet" "https://ngspice.sourceforge.io/docs/ngspice-manual.pdf" (at 0 -12.7 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "Sim.Device" "NMOS" (at 0 -17.145 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "Sim.Type" "VDMOS" (at 0 -19.05 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "Sim.Pins" "1=D 2=G 3=S" (at 0 -15.24 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "ki_keywords" "transistor NMOS N-MOS N-MOSFET simulation" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "ki_description" "N-MOSFET transistor, drain/source/gate" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (symbol "NMOS_0_1"
+        (polyline
+          (pts
+            (xy 0.254 0)
+            (xy -2.54 0)
+          )
+          (stroke (width 0) (type default))
+          (fill (type none))
+        )
+        (polyline
+          (pts
+            (xy 0.254 1.905)
+            (xy 0.254 -1.905)
+          )
+          (stroke (width 0.254) (type default))
+          (fill (type none))
+        )
+        (polyline
+          (pts
+            (xy 0.762 -1.27)
+            (xy 0.762 -2.286)
+          )
+          (stroke (width 0.254) (type default))
+          (fill (type none))
+        )
+        (polyline
+          (pts
+            (xy 0.762 0.508)
+            (xy 0.762 -0.508)
+          )
+          (stroke (width 0.254) (type default))
+          (fill (type none))
+        )
+        (polyline
+          (pts
+            (xy 0.762 2.286)
+            (xy 0.762 1.27)
+          )
+          (stroke (width 0.254) (type default))
+          (fill (type none))
+        )
+        (polyline
+          (pts
+            (xy 2.54 2.54)
+            (xy 2.54 1.778)
+          )
+          (stroke (width 0) (type default))
+          (fill (type none))
+        )
+        (polyline
+          (pts
+            (xy 2.54 -2.54)
+            (xy 2.54 0)
+            (xy 0.762 0)
+          )
+          (stroke (width 0) (type default))
+          (fill (type none))
+        )
+        (polyline
+          (pts
+            (xy 0.762 -1.778)
+            (xy 3.302 -1.778)
+            (xy 3.302 1.778)
+            (xy 0.762 1.778)
+          )
+          (stroke (width 0) (type default))
+          (fill (type none))
+        )
+        (polyline
+          (pts
+            (xy 1.016 0)
+            (xy 2.032 0.381)
+            (xy 2.032 -0.381)
+            (xy 1.016 0)
+          )
+          (stroke (width 0) (type default))
+          (fill (type outline))
+        )
+        (polyline
+          (pts
+            (xy 2.794 0.508)
+            (xy 2.921 0.381)
+            (xy 3.683 0.381)
+            (xy 3.81 0.254)
+          )
+          (stroke (width 0) (type default))
+          (fill (type none))
+        )
+        (polyline
+          (pts
+            (xy 3.302 0.381)
+            (xy 2.921 -0.254)
+            (xy 3.683 -0.254)
+            (xy 3.302 0.381)
+          )
+          (stroke (width 0) (type default))
+          (fill (type none))
+        )
+        (circle (center 1.651 0) (radius 2.794)
+          (stroke (width 0.254) (type default))
+          (fill (type none))
+        )
+        (circle (center 2.54 -1.778) (radius 0.254)
+          (stroke (width 0) (type default))
+          (fill (type outline))
+        )
+        (circle (center 2.54 1.778) (radius 0.254)
+          (stroke (width 0) (type default))
+          (fill (type outline))
+        )
+      )
+      (symbol "NMOS_1_1"
+        (pin passive line (at 2.54 5.08 270) (length 2.54)
+          (name "D" (effects (font (size 1.27 1.27))))
+          (number "1" (effects (font (size 1.27 1.27))))
+        )
+        (pin input line (at -5.08 0 0) (length 2.54)
+          (name "G" (effects (font (size 1.27 1.27))))
+          (number "2" (effects (font (size 1.27 1.27))))
+        )
+        (pin passive line (at 2.54 -5.08 90) (length 2.54)
+          (name "S" (effects (font (size 1.27 1.27))))
+          (number "3" (effects (font (size 1.27 1.27))))
+        )
+      )
+    )
+    (symbol "Timer:NE555P" (in_bom yes) (on_board yes)
+      (property "Reference" "U" (at -10.16 8.89 0)
+        (effects (font (size 1.27 1.27)) (justify left))
+      )
+      (property "Value" "NE555P" (at 2.54 8.89 0)
+        (effects (font (size 1.27 1.27)) (justify left))
+      )
+      (property "Footprint" "Package_DIP:DIP-8_W7.62mm" (at 16.51 -10.16 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ne555.pdf" (at 21.59 -10.16 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "ki_keywords" "single timer 555" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "ki_description" "Precision Timers, 555 compatible,  PDIP-8" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "ki_fp_filters" "DIP*W7.62mm*" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (symbol "NE555P_0_0"
+        (pin power_in line (at 0 -10.16 90) (length 2.54)
+          (name "GND" (effects (font (size 1.27 1.27))))
+          (number "1" (effects (font (size 1.27 1.27))))
+        )
+        (pin power_in line (at 0 10.16 270) (length 2.54)
+          (name "VCC" (effects (font (size 1.27 1.27))))
+          (number "8" (effects (font (size 1.27 1.27))))
+        )
+      )
+      (symbol "NE555P_0_1"
+        (rectangle (start -8.89 -7.62) (end 8.89 7.62)
+          (stroke (width 0.254) (type default))
+          (fill (type background))
+        )
+        (rectangle (start -8.89 -7.62) (end 8.89 7.62)
+          (stroke (width 0.254) (type default))
+          (fill (type background))
+        )
+      )
+      (symbol "NE555P_1_1"
+        (pin input line (at -12.7 5.08 0) (length 3.81)
+          (name "TR" (effects (font (size 1.27 1.27))))
+          (number "2" (effects (font (size 1.27 1.27))))
+        )
+        (pin output line (at 12.7 5.08 180) (length 3.81)
+          (name "Q" (effects (font (size 1.27 1.27))))
+          (number "3" (effects (font (size 1.27 1.27))))
+        )
+        (pin input inverted (at -12.7 -5.08 0) (length 3.81)
+          (name "R" (effects (font (size 1.27 1.27))))
+          (number "4" (effects (font (size 1.27 1.27))))
+        )
+        (pin input line (at -12.7 0 0) (length 3.81)
+          (name "CV" (effects (font (size 1.27 1.27))))
+          (number "5" (effects (font (size 1.27 1.27))))
+        )
+        (pin input line (at 12.7 -5.08 180) (length 3.81)
+          (name "THR" (effects (font (size 1.27 1.27))))
+          (number "6" (effects (font (size 1.27 1.27))))
+        )
+        (pin input line (at 12.7 0 180) (length 3.81)
+          (name "DIS" (effects (font (size 1.27 1.27))))
+          (number "7" (effects (font (size 1.27 1.27))))
+        )
+      )
+    )
+    (symbol "power:VCC" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
+      (property "Reference" "#PWR" (at 0 -3.81 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "Value" "VCC" (at 0 3.81 0)
+        (effects (font (size 1.27 1.27)))
+      )
+      (property "Footprint" "" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "Datasheet" "" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "ki_keywords" "global power" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (property "ki_description" "Power symbol creates a global label with name \"VCC\"" (at 0 0 0)
+        (effects (font (size 1.27 1.27)) hide)
+      )
+      (symbol "VCC_0_1"
+        (polyline
+          (pts
+            (xy -0.762 1.27)
+            (xy 0 2.54)
+          )
+          (stroke (width 0) (type default))
+          (fill (type none))
+        )
+        (polyline
+          (pts
+            (xy 0 0)
+            (xy 0 2.54)
+          )
+          (stroke (width 0) (type default))
+          (fill (type none))
+        )
+        (polyline
+          (pts
+            (xy 0 2.54)
+            (xy 0.762 1.27)
+          )
+          (stroke (width 0) (type default))
+          (fill (type none))
+        )
+      )
+      (symbol "VCC_1_1"
+        (pin power_in line (at 0 0 90) (length 0) hide
+          (name "VCC" (effects (font (size 1.27 1.27))))
+          (number "1" (effects (font (size 1.27 1.27))))
+        )
+      )
+    )
+  )
+
+  (junction (at 157.734 107.696) (diameter 0) (color 0 0 0 0)
+    (uuid 07999b95-3326-4708-9303-2c44fda443b2)
+  )
+  (junction (at 170.434 108.204) (diameter 0) (color 0 0 0 0)
+    (uuid 24fede1c-582f-4c5d-8041-f8d231ca70b8)
+  )
+  (junction (at 157.734 115.824) (diameter 0) (color 0 0 0 1)
+    (uuid 2f38abac-2f5b-4a20-bbd2-2fc7afb1fc9a)
+  )
+  (junction (at 148.59 107.696) (diameter 0) (color 0 0 0 0)
+    (uuid 70d03149-b5fe-4ac8-b829-3859cb4503da)
+  )
+  (junction (at 133.858 115.824) (diameter 0) (color 0 0 0 1)
+    (uuid 831d3b9f-8ddc-4228-ba13-2e4150a4eab7)
+  )
+  (junction (at 157.734 95.25) (diameter 0) (color 0 0 0 0)
+    (uuid 85cf33dd-fa23-442c-81c3-60d0f7858e63)
+  )
+  (junction (at 152.908 95.25) (diameter 0) (color 0 0 0 0)
+    (uuid d0895f34-a1f4-4952-aaf5-4526e2774d86)
+  )
+  (junction (at 157.734 83.566) (diameter 0) (color 255 0 0 1)
+    (uuid d1f3091d-6a07-4979-8251-1cfcc11a1427)
+  )
+
+  (wire (pts (xy 133.858 112.776) (xy 133.858 115.824))
+    (stroke (width 0) (type default) (color 0 0 0 1))
+    (uuid 00ebc312-58b8-446d-9887-2fc50fb9359e)
+  )
+  (wire (pts (xy 162.56 103.124) (xy 162.56 102.87))
+    (stroke (width 0) (type default))
+    (uuid 10c4f092-5b8f-45a9-94fd-2507552c4378)
+  )
+  (wire (pts (xy 148.59 113.538) (xy 148.59 107.696))
+    (stroke (width 0) (type default))
+    (uuid 16e93d94-128b-4f57-81fb-8ceff9222e19)
+  )
+  (wire (pts (xy 157.734 82.55) (xy 157.734 83.566))
+    (stroke (width 0) (type default) (color 255 0 0 1))
+    (uuid 17b020a9-a2a9-4303-9442-2d320e7fce9c)
+  )
+  (wire (pts (xy 181.356 83.566) (xy 181.356 108.204))
+    (stroke (width 0) (type default) (color 0 0 0 1))
+    (uuid 1cc792e2-29a7-4841-ab16-c0516b047c28)
+  )
+  (wire (pts (xy 157.734 91.694) (xy 157.734 95.25))
+    (stroke (width 0) (type default))
+    (uuid 20550c32-db23-4fff-908f-0d851d5f5a67)
+  )
+  (wire (pts (xy 157.734 107.696) (xy 157.734 106.934))
+    (stroke (width 0) (type default))
+    (uuid 24928f2c-d161-4c82-a91b-89e11871b337)
+  )
+  (wire (pts (xy 152.908 103.124) (xy 153.924 103.124))
+    (stroke (width 0) (type default))
+    (uuid 28b876c9-79e4-46d1-9641-ad468aa77ea7)
+  )
+  (wire (pts (xy 148.59 102.616) (xy 146.558 102.616))
+    (stroke (width 0) (type default))
+    (uuid 2996fa1d-7647-4190-a1cf-aa58b7d35ee7)
+  )
+  (wire (pts (xy 173.99 83.566) (xy 173.99 78.74))
+    (stroke (width 0) (type default) (color 255 0 0 1))
+    (uuid 2b5860fa-51a8-4750-89a9-1bceabb53b65)
+  )
+  (wire (pts (xy 148.59 107.696) (xy 157.734 107.696))
+    (stroke (width 0) (type default))
+    (uuid 35ab1413-bc8c-4df4-85e8-ab0338172949)
+  )
+  (wire (pts (xy 146.812 92.964) (xy 147.574 92.964))
+    (stroke (width 0) (type default))
+    (uuid 48d90381-3147-4d91-b5fe-890389a63989)
+  )
+  (wire (pts (xy 133.858 115.824) (xy 157.734 115.824))
+    (stroke (width 0) (type default) (color 0 0 0 1))
+    (uuid 4a0946c2-4668-4166-b0ec-f642b7998851)
+  )
+  (wire (pts (xy 170.434 85.598) (xy 179.07 85.598))
+    (stroke (width 0) (type default))
+    (uuid 4f935f94-fa4f-415e-92c4-f83a7985215a)
+  )
+  (wire (pts (xy 170.434 85.598) (xy 170.434 87.884))
+    (stroke (width 0) (type default))
+    (uuid 5429f464-4ab8-4633-a06f-c3352b86c5c3)
+  )
+  (wire (pts (xy 133.858 115.824) (xy 112.522 115.824))
+    (stroke (width 0) (type default) (color 0 0 0 1))
+    (uuid 552465b8-4860-40b0-8896-e631fed47651)
+  )
+  (wire (pts (xy 133.858 83.566) (xy 133.858 92.456))
+    (stroke (width 0) (type default) (color 255 0 0 1))
+    (uuid 58700999-c40f-4b69-96fa-8d976d9024a5)
+  )
+  (wire (pts (xy 146.812 97.536) (xy 146.812 92.964))
+    (stroke (width 0) (type default))
+    (uuid 5c66af6b-3d4f-454f-9c30-28f78fa8cde3)
+  )
+  (wire (pts (xy 148.59 107.696) (xy 146.558 107.696))
+    (stroke (width 0) (type default))
+    (uuid 5d860a40-b73f-4b10-b881-b7130ca7ee4d)
+  )
+  (wire (pts (xy 157.734 83.566) (xy 173.99 83.566))
+    (stroke (width 0) (type default) (color 255 0 0 1))
+    (uuid 69d92664-cf4c-4554-9e22-65d30f261981)
+  )
+  (wire (pts (xy 152.908 95.25) (xy 157.734 95.25))
+    (stroke (width 0) (type default))
+    (uuid 6b87d0ee-821b-4d1a-adfc-9f4a5543cf4e)
+  )
+  (wire (pts (xy 113.538 102.616) (xy 112.522 102.616))
+    (stroke (width 0) (type default) (color 0 0 0 1))
+    (uuid 6e332204-e10a-4302-bbbe-5349ef1ccfa4)
+  )
+  (wire (pts (xy 108.204 113.538) (xy 148.59 113.538))
+    (stroke (width 0) (type default))
+    (uuid 7ad39638-9819-4660-98ab-25af1b8b76d3)
+  )
+  (wire (pts (xy 121.158 97.536) (xy 108.204 97.536))
+    (stroke (width 0) (type default))
+    (uuid 89b0f475-50f3-4c95-a772-795fe7b814d4)
+  )
+  (wire (pts (xy 181.356 83.566) (xy 176.53 83.566))
+    (stroke (width 0) (type default) (color 0 0 0 1))
+    (uuid 9227190f-4e65-4819-82ac-be477ad533df)
+  )
+  (wire (pts (xy 170.434 98.044) (xy 170.434 108.204))
+    (stroke (width 0) (type default) (color 0 0 0 1))
+    (uuid 9a85fab8-eb4c-4479-9308-835ec6d8a4a2)
+  )
+  (wire (pts (xy 170.434 108.204) (xy 181.356 108.204))
+    (stroke (width 0) (type default) (color 0 0 0 1))
+    (uuid 9b1d3f1d-ac71-4b7a-bdad-248e7a739ccb)
+  )
+  (wire (pts (xy 176.53 83.566) (xy 176.53 78.74))
+    (stroke (width 0) (type default) (color 0 0 0 1))
+    (uuid 9cc0b24f-ef94-410a-9c6a-7247823897c5)
+  )
+  (wire (pts (xy 157.734 83.566) (xy 157.734 84.074))
+    (stroke (width 0) (type default) (color 255 0 0 1))
+    (uuid 9d03d7ae-29d0-45c1-9bdf-9a29698dfdc3)
+  )
+  (wire (pts (xy 148.59 95.25) (xy 152.908 95.25))
+    (stroke (width 0) (type default))
+    (uuid a68b39cc-e90b-45a5-ac55-fa78a8f84ae4)
+  )
+  (wire (pts (xy 133.858 115.824) (xy 133.858 118.872))
+    (stroke (width 0) (type default) (color 0 0 0 1))
+    (uuid ad440713-8052-4eec-a851-c7ce66d41038)
+  )
+  (wire (pts (xy 170.434 108.204) (xy 170.434 115.824))
+    (stroke (width 0) (type default) (color 0 0 0 1))
+    (uuid b0b64579-69c3-4d9e-aa32-fc51f6dbb707)
+  )
+  (wire (pts (xy 93.218 98.298) (xy 93.218 102.362))
+    (stroke (width 0) (type default) (color 0 0 0 1))
+    (uuid b28c70a4-b7b4-4099-9e8d-01940d981183)
+  )
+  (wire (pts (xy 157.734 95.25) (xy 162.56 95.25))
+    (stroke (width 0) (type default))
+    (uuid b63a0041-d32f-4554-bd76-7d8b0cb56ca2)
+  )
+  (wire (pts (xy 93.218 85.598) (xy 93.218 88.138))
+    (stroke (width 0) (type default))
+    (uuid b734d1d8-7e53-4996-9b04-bf4193205785)
+  )
+  (wire (pts (xy 157.734 115.316) (xy 157.734 115.824))
+    (stroke (width 0) (type default) (color 0 0 0 1))
+    (uuid bfb295ca-c2d7-4abb-b69d-adf5b28f8c62)
+  )
+  (wire (pts (xy 148.59 95.25) (xy 148.59 102.616))
+    (stroke (width 0) (type default))
+    (uuid c7c408a2-2399-45b9-881e-ef19662fa468)
+  )
+  (wire (pts (xy 133.858 83.566) (xy 157.734 83.566))
+    (stroke (width 0) (type default) (color 255 0 0 1))
+    (uuid c85d845f-2ef0-4787-b169-6f76ec7a937e)
+  )
+  (wire (pts (xy 179.07 85.598) (xy 179.07 78.74))
+    (stroke (width 0) (type default))
+    (uuid c9a2ea33-7cde-4dcd-9bc3-396b4554f290)
+  )
+  (wire (pts (xy 161.544 103.124) (xy 162.56 103.124))
+    (stroke (width 0) (type default))
+    (uuid d2a619c2-52a7-4e41-b622-98448dc5316c)
+  )
+  (wire (pts (xy 155.194 92.964) (xy 162.814 92.964))
+    (stroke (width 0) (type default))
+    (uuid f0855e51-6bd0-4fbf-be11-de678cb9ddcf)
+  )
+  (wire (pts (xy 146.812 97.536) (xy 146.558 97.536))
+    (stroke (width 0) (type default))
+    (uuid f0d6f1ce-6e04-4ff8-b4ab-d59a9133452b)
+  )
+  (wire (pts (xy 108.204 97.536) (xy 108.204 113.538))
+    (stroke (width 0) (type default))
+    (uuid f285398c-81a5-4ca4-b4d7-24f7e7a6552d)
+  )
+  (wire (pts (xy 157.734 115.824) (xy 170.434 115.824))
+    (stroke (width 0) (type default) (color 0 0 0 1))
+    (uuid f8ed2da2-5952-49da-97a5-9fcb9e83a6bc)
+  )
+  (wire (pts (xy 152.908 102.87) (xy 152.908 103.124))
+    (stroke (width 0) (type default))
+    (uuid fbd2a878-0b29-4f10-8dff-eebd1a03a9b7)
+  )
+  (wire (pts (xy 112.522 102.616) (xy 112.522 115.824))
+    (stroke (width 0) (type default) (color 0 0 0 1))
+    (uuid fffa9b89-a732-4bfc-afae-b7eef017e7a5)
+  )
+
+  (text ".tran 10u 2m" (at 149.606 122.174 0)
+    (effects (font (size 1.27 1.27)) (justify left bottom))
+    (uuid a5e4157a-6b86-48b8-95c3-f02f8fb70e6f)
+  )
+
+  (symbol (lib_id "Device:D") (at 162.56 99.06 270) (unit 1)
+    (in_bom yes) (on_board yes) (dnp no)
+    (uuid 0081d5ea-a896-460a-9a60-72164b8d17f9)
+    (property "Reference" "D2" (at 160.528 99.822 90)
+      (effects (font (size 1.27 1.27)) (justify right))
+    )
+    (property "Value" "4148" (at 160.528 97.79 90)
+      (effects (font (size 1 1)) (justify right))
+    )
+    (property "Footprint" "Diode_THT:D_DO-34_SOD68_P7.62mm_Horizontal" (at 162.56 99.06 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Datasheet" "~" (at 162.56 99.06 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Sim.Device" "SUBCKT" (at 162.56 99.06 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Sim.Pins" "1=1 2=2" (at 162.56 99.06 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Sim.Library" "/home/mk/dox/fiuba/86.70/driver_led_integrador/modelos_spice/1N4148.lib" (at 162.56 99.06 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Sim.Name" "1N4148" (at 162.56 99.06 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (pin "1" (uuid a91d0e58-2158-4fae-a2d4-6a85a217f3ee))
+    (pin "2" (uuid e2344aa2-9607-4949-8e1c-c341b16219ac))
+    (instances
+      (project "driver_led_kloeckner"
+        (path "/d8411f75-4ef2-4a30-b208-c451ecf749d1"
+          (reference "D2") (unit 1)
+        )
+      )
+    )
+  )
+
+  (symbol (lib_id "Simulation_SPICE:BSOURCE") (at 93.218 93.218 0) (unit 1)
+    (in_bom yes) (on_board yes) (dnp no)
+    (uuid 10dfd1bb-b2ba-4d00-b1da-843943832278)
+    (property "Reference" "B1" (at 86.106 90.932 0)
+      (effects (font (size 1.27 1.27)) (justify left))
+    )
+    (property "Value" "BSOURCE" (at 79.502 93.472 0)
+      (effects (font (size 1.27 1.27)) (justify left))
+    )
+    (property "Footprint" "" (at 93.218 93.218 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Datasheet" "https://ngspice.sourceforge.io/docs.html" (at 93.218 109.728 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Sim.Device" "V" (at 93.218 93.218 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Sim.Params" "dc=12" (at 81.788 95.758 0)
+      (effects (font (size 1.27 1.27)) (justify left))
+    )
+    (property "Sim.Type" "DC" (at 93.218 93.218 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Sim.Pins" "1=+ 2=-" (at 93.218 93.218 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (pin "1" (uuid 8ada2d54-740b-4ead-aa22-dd2075afb454))
+    (pin "2" (uuid f883b66f-7813-4aa4-be9c-ea04b7e46433))
+    (instances
+      (project "driver_led_kloeckner"
+        (path "/d8411f75-4ef2-4a30-b208-c451ecf749d1"
+          (reference "B1") (unit 1)
+        )
+      )
+    )
+  )
+
+  (symbol (lib_id "Device:C") (at 157.734 111.506 0) (unit 1)
+    (in_bom yes) (on_board yes) (dnp no)
+    (uuid 18b99814-d447-4502-99a7-43c3e1721093)
+    (property "Reference" "C2" (at 152.4 109.982 0)
+      (effects (font (size 1.27 1.27)) (justify left))
+    )
+    (property "Value" "10nF" (at 150.368 112.014 0)
+      (effects (font (size 1 1)) (justify left))
+    )
+    (property "Footprint" "Capacitor_THT:C_Disc_D4.3mm_W1.9mm_P5.00mm" (at 158.6992 115.316 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Datasheet" "~" (at 157.734 111.506 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (pin "2" (uuid fd1dcdd0-828d-426f-ac34-db8261ad595b))
+    (pin "1" (uuid db85d71f-be5e-4516-b1a0-00f4e06d7989))
+    (instances
+      (project "driver_led_kloeckner"
+        (path "/d8411f75-4ef2-4a30-b208-c451ecf749d1"
+          (reference "C2") (unit 1)
+        )
+      )
+    )
+  )
+
+  (symbol (lib_id "Device:R_Potentiometer_US") (at 157.734 103.124 270) (unit 1)
+    (in_bom yes) (on_board yes) (dnp no)
+    (uuid 5f8cd561-5272-4e80-adc9-f93ccd5af7c5)
+    (property "Reference" "RV1" (at 162.306 105.41 90)
+      (effects (font (size 1.27 1.27)))
+    )
+    (property "Value" "50k" (at 162.56 107.442 90)
+      (effects (font (size 1 1)))
+    )
+    (property "Footprint" "Potentiometer_THT:Potentiometer_Alps_RK163_Single_Horizontal" (at 157.734 103.124 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Datasheet" "~" (at 157.734 103.124 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Sim.Device" "R" (at 157.734 103.124 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Sim.Pins" "1=r0 2=wiper 3=r1" (at 157.734 103.124 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Sim.Type" "POT" (at 157.734 103.124 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Sim.Params" "r=50k pos=0.75" (at 157.734 103.124 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (pin "2" (uuid e19f3ae9-813c-47a9-802f-22083d7113c2))
+    (pin "3" (uuid 156bd600-8c44-4a23-8576-06d4515268f0))
+    (pin "1" (uuid 7aa06750-b5c8-47e3-ba46-5409bc3f745c))
+    (instances
+      (project "driver_led_kloeckner"
+        (path "/d8411f75-4ef2-4a30-b208-c451ecf749d1"
+          (reference "RV1") (unit 1)
+        )
+      )
+    )
+  )
+
+  (symbol (lib_id "Device:D") (at 152.908 99.06 90) (unit 1)
+    (in_bom yes) (on_board yes) (dnp no)
+    (uuid 64c88057-fc10-40b9-a5d3-453e9ded035b)
+    (property "Reference" "D1" (at 150.876 100.076 90)
+      (effects (font (size 1.27 1.27)) (justify left))
+    )
+    (property "Value" "4148" (at 150.876 98.044 90)
+      (effects (font (size 1 1)) (justify left))
+    )
+    (property "Footprint" "Diode_THT:D_DO-34_SOD68_P7.62mm_Horizontal" (at 152.908 99.06 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Datasheet" "~" (at 152.908 99.06 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Sim.Device" "SUBCKT" (at 152.908 99.06 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Sim.Pins" "1=1 2=2" (at 152.908 99.06 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Sim.Library" "/home/mk/dox/fiuba/86.70/driver_led_integrador/modelos_spice/1N4148.lib" (at 152.908 99.06 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Sim.Name" "1N4148" (at 152.908 99.06 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (pin "1" (uuid 17963784-1cc7-4104-b05f-cb9949e9207b))
+    (pin "2" (uuid 18a7ba55-ec57-4cb0-84f4-93c81e6353c4))
+    (instances
+      (project "driver_led_kloeckner"
+        (path "/d8411f75-4ef2-4a30-b208-c451ecf749d1"
+          (reference "D1") (unit 1)
+        )
+      )
+    )
+  )
+
+  (symbol (lib_id "Connector:Screw_Terminal_01x03") (at 176.53 73.66 90) (unit 1)
+    (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
+    (uuid 85723145-eb6e-48f6-add2-ee53a40845a5)
+    (property "Reference" "J1" (at 181.864 72.39 90)
+      (effects (font (size 1.27 1.27)) (justify right))
+    )
+    (property "Value" "Bornera" (at 181.864 74.93 90)
+      (effects (font (size 1.27 1.27)) (justify right))
+    )
+    (property "Footprint" "TerminalBlock:TerminalBlock_Altech_AK300-3_P5.00mm" (at 176.53 73.66 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Datasheet" "~" (at 176.53 73.66 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Sim.Enable" "0" (at 176.53 73.66 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (pin "1" (uuid ff9bce75-bda5-45a5-a87c-add6f3a80639))
+    (pin "3" (uuid 3ce58968-52ac-4eb5-b431-5df17ae7654b))
+    (pin "2" (uuid 529fadd1-5b61-4c50-960a-5da83d33b967))
+    (instances
+      (project "driver_led_kloeckner"
+        (path "/d8411f75-4ef2-4a30-b208-c451ecf749d1"
+          (reference "J1") (unit 1)
+        )
+      )
+    )
+  )
+
+  (symbol (lib_id "Device:R_US") (at 157.734 87.884 0) (unit 1)
+    (in_bom yes) (on_board yes) (dnp no)
+    (uuid 9722344e-8ab1-4e6f-87e5-47e1b1141503)
+    (property "Reference" "R2" (at 159.766 87.122 0)
+      (effects (font (size 1.27 1.27)) (justify left))
+    )
+    (property "Value" "1k" (at 160.02 88.9 0)
+      (effects (font (size 1 1)) (justify left))
+    )
+    (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" (at 158.75 88.138 90)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Datasheet" "~" (at 157.734 87.884 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (pin "1" (uuid 7fcf6144-00e8-49ba-a7c3-9cb7de23c028))
+    (pin "2" (uuid 5b3f4ed5-eb07-485f-ad98-a281c24d2d42))
+    (instances
+      (project "driver_led_kloeckner"
+        (path "/d8411f75-4ef2-4a30-b208-c451ecf749d1"
+          (reference "R2") (unit 1)
+        )
+      )
+    )
+  )
+
+  (symbol (lib_id "Timer:NE555P") (at 133.858 102.616 0) (unit 1)
+    (in_bom yes) (on_board yes) (dnp no)
+    (uuid c9efd9ad-8f8c-4aea-8ddc-fb6d1baa1b76)
+    (property "Reference" "U1" (at 132.334 100.838 0)
+      (effects (font (size 1.27 1.27)) (justify left))
+    )
+    (property "Value" "NE555P" (at 130.048 103.378 0)
+      (effects (font (size 1.27 1.27)) (justify left))
+    )
+    (property "Footprint" "Package_DIP:DIP-8_W7.62mm" (at 150.368 112.776 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ne555.pdf" (at 155.448 112.776 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Sim.Library" "/home/mk/dox/fiuba/86.70/driver_led_integrador/modelos_spice/555.lib" (at 133.858 102.616 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Sim.Name" "555b" (at 133.858 102.616 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Sim.Device" "SUBCKT" (at 133.858 102.616 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" (at 133.858 102.616 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (pin "7" (uuid 017544ae-4cda-4f01-adaa-36c36bfea277))
+    (pin "5" (uuid ee734b04-9aec-4e0e-9bf5-0995c8f80caa))
+    (pin "4" (uuid 7f0f5651-2c9c-4613-ac32-e79dacf535ab))
+    (pin "6" (uuid a88b4b69-70a3-414e-9a28-9fe179884ecd))
+    (pin "8" (uuid eb431794-267e-409e-b66e-169e7f0905a2))
+    (pin "2" (uuid 7fc41331-ccb2-4b15-b48a-7c2000a395cc))
+    (pin "3" (uuid e58a53dd-98a9-4582-9fdb-d7f82693b1d5))
+    (pin "1" (uuid 51a97cb9-9452-4631-9e7a-4966da0ec329))
+    (instances
+      (project "driver_led_kloeckner"
+        (path "/d8411f75-4ef2-4a30-b208-c451ecf749d1"
+          (reference "U1") (unit 1)
+        )
+      )
+    )
+  )
+
+  (symbol (lib_id "Simulation_SPICE:NMOS") (at 167.894 92.964 0) (unit 1)
+    (in_bom yes) (on_board yes) (dnp no)
+    (uuid d2dbb4a4-e5db-4706-9e4b-f1174a1d4ccf)
+    (property "Reference" "Q1" (at 171.704 87.884 0)
+      (effects (font (size 1.27 1.27)) (justify left))
+    )
+    (property "Value" "IRF1407" (at 171.704 89.916 0)
+      (effects (font (size 1 1)) (justify left))
+    )
+    (property "Footprint" "Package_TO_SOT_THT:TO-220-3_Vertical" (at 172.974 90.424 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Datasheet" "https://ngspice.sourceforge.io/docs/ngspice-manual.pdf" (at 167.894 105.664 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Sim.Device" "SUBCKT" (at 167.894 110.109 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Sim.Pins" "1=1 2=2 3=3" (at 167.894 108.204 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Sim.Library" "/home/mk/dox/fiuba/86.70/driver_led_integrador/modelos_spice/IRF1407.spi" (at 167.894 92.964 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Sim.Name" "irf1407" (at 167.894 92.964 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (pin "3" (uuid 0af319fc-1343-43c6-8af8-37c153f0f92d))
+    (pin "2" (uuid e705a149-725e-47c3-b812-0251a036a4d2))
+    (pin "1" (uuid 68ea1928-9a3c-4674-b37a-32950524812b))
+    (instances
+      (project "driver_led_kloeckner"
+        (path "/d8411f75-4ef2-4a30-b208-c451ecf749d1"
+          (reference "Q1") (unit 1)
+        )
+      )
+    )
+  )
+
+  (symbol (lib_id "Device:R_US") (at 151.384 92.964 90) (unit 1)
+    (in_bom yes) (on_board yes) (dnp no)
+    (uuid d9375e27-6be1-4ba0-930e-bec92181df8f)
+    (property "Reference" "R1" (at 152.908 88.646 90)
+      (effects (font (size 1.27 1.27)) (justify left))
+    )
+    (property "Value" "46k" (at 152.4 90.678 90)
+      (effects (font (size 1 1)) (justify left))
+    )
+    (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" (at 151.638 91.948 90)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Datasheet" "~" (at 151.384 92.964 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Sim.Device" "R" (at 151.384 92.964 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Sim.Pins" "1=+ 2=-" (at 151.384 92.964 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (pin "1" (uuid 916502e1-dd4d-41b5-8cca-8ada294b249b))
+    (pin "2" (uuid a0b59a02-be10-407d-aef6-528b1cfbe5e7))
+    (instances
+      (project "driver_led_kloeckner"
+        (path "/d8411f75-4ef2-4a30-b208-c451ecf749d1"
+          (reference "R1") (unit 1)
+        )
+      )
+    )
+  )
+
+  (symbol (lib_id "Simulation_SPICE:0") (at 133.858 118.872 0) (unit 1)
+    (in_bom yes) (on_board yes) (dnp no)
+    (uuid da27dd75-a119-477f-b212-80e5cdc83764)
+    (property "Reference" "#GND02" (at 133.858 121.412 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Value" "0" (at 137.16 119.634 0)
+      (effects (font (size 1.27 1.27)))
+    )
+    (property "Footprint" "" (at 133.858 118.872 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Datasheet" "~" (at 133.858 118.872 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (pin "1" (uuid 67eb3208-2d9a-4ca6-92c9-04bffd2bfd32))
+    (instances
+      (project "driver_led_kloeckner"
+        (path "/d8411f75-4ef2-4a30-b208-c451ecf749d1"
+          (reference "#GND02") (unit 1)
+        )
+      )
+    )
+  )
+
+  (symbol (lib_id "power:VCC") (at 121.158 107.696 90) (unit 1)
+    (in_bom yes) (on_board yes) (dnp no)
+    (uuid daf66779-2da9-4749-b176-3e38438f27c8)
+    (property "Reference" "#PWR02" (at 124.968 107.696 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Value" "VCC" (at 118.11 107.696 90)
+      (effects (font (size 1.27 1.27)) (justify left))
+    )
+    (property "Footprint" "" (at 121.158 107.696 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Datasheet" "" (at 121.158 107.696 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (pin "1" (uuid 984e85fd-8945-42bc-9f5a-1845699edaa1))
+    (instances
+      (project "driver_led_kloeckner"
+        (path "/d8411f75-4ef2-4a30-b208-c451ecf749d1"
+          (reference "#PWR02") (unit 1)
+        )
+      )
+    )
+  )
+
+  (symbol (lib_id "power:VCC") (at 93.218 85.598 0) (unit 1)
+    (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
+    (uuid df6e9092-53da-482b-9ced-050ae1f94142)
+    (property "Reference" "#PWR01" (at 93.218 89.408 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Value" "VCC" (at 93.218 80.518 0)
+      (effects (font (size 1.27 1.27)))
+    )
+    (property "Footprint" "" (at 93.218 85.598 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Datasheet" "" (at 93.218 85.598 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (pin "1" (uuid 86b7a59a-4917-46fb-bd56-5decec58bb67))
+    (instances
+      (project "driver_led_kloeckner"
+        (path "/d8411f75-4ef2-4a30-b208-c451ecf749d1"
+          (reference "#PWR01") (unit 1)
+        )
+      )
+    )
+  )
+
+  (symbol (lib_id "Device:C") (at 117.348 102.616 270) (unit 1)
+    (in_bom yes) (on_board yes) (dnp no)
+    (uuid e44b2029-f2ad-42b6-8215-09138976a293)
+    (property "Reference" "C1" (at 114.3 99.06 90)
+      (effects (font (size 1.27 1.27)))
+    )
+    (property "Value" "10nF" (at 113.538 101.092 90)
+      (effects (font (size 1 1)))
+    )
+    (property "Footprint" "Capacitor_THT:C_Disc_D4.3mm_W1.9mm_P5.00mm" (at 113.538 103.5812 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Datasheet" "~" (at 117.348 102.616 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (pin "2" (uuid 2fc8acdb-e18e-455e-9c5a-12a7c4807105))
+    (pin "1" (uuid b7ad9416-bd6e-4900-bba7-09596efe8424))
+    (instances
+      (project "driver_led_kloeckner"
+        (path "/d8411f75-4ef2-4a30-b208-c451ecf749d1"
+          (reference "C1") (unit 1)
+        )
+      )
+    )
+  )
+
+  (symbol (lib_id "Simulation_SPICE:0") (at 93.218 102.362 0) (unit 1)
+    (in_bom yes) (on_board yes) (dnp no)
+    (uuid eded34f5-41a8-49fb-bfc4-692438143883)
+    (property "Reference" "#GND01" (at 93.218 104.902 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Value" "0" (at 96.52 103.124 0)
+      (effects (font (size 1.27 1.27)))
+    )
+    (property "Footprint" "" (at 93.218 102.362 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Datasheet" "~" (at 93.218 102.362 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (pin "1" (uuid bae2800b-bc05-45df-9460-272b736c1306))
+    (instances
+      (project "driver_led_kloeckner"
+        (path "/d8411f75-4ef2-4a30-b208-c451ecf749d1"
+          (reference "#GND01") (unit 1)
+        )
+      )
+    )
+  )
+
+  (symbol (lib_id "power:VCC") (at 157.734 82.55 0) (unit 1)
+    (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
+    (uuid f6d0b4d8-edf7-4ed1-96ae-1cef93cc7165)
+    (property "Reference" "#PWR03" (at 157.734 86.36 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Value" "VCC" (at 157.734 77.47 0)
+      (effects (font (size 1.27 1.27)))
+    )
+    (property "Footprint" "" (at 157.734 82.55 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (property "Datasheet" "" (at 157.734 82.55 0)
+      (effects (font (size 1.27 1.27)) hide)
+    )
+    (pin "1" (uuid 14bbfe19-5d66-4de4-9047-4e7a91c18ae6))
+    (instances
+      (project "driver_led_kloeckner"
+        (path "/d8411f75-4ef2-4a30-b208-c451ecf749d1"
+          (reference "#PWR03") (unit 1)
+        )
+      )
+    )
+  )
+
+  (sheet_instances
+    (path "/" (page "1"))
+  )
+)
diff --git a/driver_pwm_spice_simulation_models/1N4148.lib b/driver_pwm_spice_simulation_models/1N4148.lib
diff --git a/driver_pwm_spice_simulation_models/555.lib b/driver_pwm_spice_simulation_models/555.lib
diff --git a/driver_pwm_spice_simulation_models/IRF1407.spi b/driver_pwm_spice_simulation_models/IRF1407.spi