diff --git a/electronics/pulseGenerator_v2.pro b/electronics/pulseGenerator_v2.pro
new file mode 100644
index 0000000000000000000000000000000000000000..152769cb7209ca4e1fc17e8154dad5ded6b9d8e4
--- /dev/null
+++ b/electronics/pulseGenerator_v2.pro
@@ -0,0 +1,33 @@
+update=22/05/2015 07:44:53
+version=1
+last_client=kicad
+[general]
+version=1
+RootSch=
+BoardNm=
+[pcbnew]
+version=1
+LastNetListRead=
+UseCmpFile=1
+PadDrill=0.600000000000
+PadDrillOvalY=0.600000000000
+PadSizeH=1.500000000000
+PadSizeV=1.500000000000
+PcbTextSizeV=1.500000000000
+PcbTextSizeH=1.500000000000
+PcbTextThickness=0.300000000000
+ModuleTextSizeV=1.000000000000
+ModuleTextSizeH=1.000000000000
+ModuleTextSizeThickness=0.150000000000
+SolderMaskClearance=0.000000000000
+SolderMaskMinWidth=0.000000000000
+DrawSegmentWidth=0.200000000000
+BoardOutlineThickness=0.100000000000
+ModuleOutlineThickness=0.150000000000
+[cvpcb]
+version=1
+NetIExt=net
+[eeschema]
+version=1
+LibDir=
+[eeschema/libraries]
diff --git a/electronics/readme.md b/electronics/readme.md
index d30eb92b74f49c2029c2fd066376b848c6fd48e3..f4d693be42e4c0602310851b3d9659da9c7d4c61 100644
--- a/electronics/readme.md
+++ b/electronics/readme.md
@@ -2,7 +2,7 @@
 
 ### The Waveform
 
-I've had some email correspondance with Jaako Fagerlund (who is one of the few people who has made his own desktop EDM) and he had a really nice explanation of how the waveform should work:
+I've had some email correspondence with Jaako Fagerlund (who is one of the few people who has made his own desktop EDM) and he had a really nice explanation of how the waveform should work:
 
 <div align="center">
 
@@ -36,7 +36,7 @@ My understanding of the waveform:
 
 
 - High-side gate drivers: ~~[**LM5107**](http://www.ti.com/lit/ds/symlink/lm5107.pdf) [UCC27200A](https://www.digikey.com/product-detail/en/texas-instruments/UCC27201ADDAR/296-28428-1-ND/2638108)~~
-  - ~~I could get away with just using one of these (and using a low-side mosfet to do the discharge control). The problem with this is that then the workpiece and worktable are at high voltages whenever the machine is on. So I suspect I'll go with two…~~
+  - ~~I could get away with just using one of these (and using a low-side MOSFET to do the discharge control). The problem with this is that then the workpiece and worktable are at high voltages whenever the machine is on. So I suspect I'll go with two…~~
   - It turns out that these don't have integrated charge pumps and so don't work unless the source of the FET is routinely grounded.
   - The [LTC7001](http://cds.linear.com/docs/en/datasheet/7001fb.pdf) seems like a good option to replace these
     - [diode for fast recovery](https://www.centralsemi.com/get_document.php?cmp=1&mergetype=pd&mergepath=pd&pdf_id=CMPD3003-A-C-S_R1.PDF) may be useful for high frequency operation
@@ -45,9 +45,9 @@ My understanding of the waveform:
   - [relevant reference designs](http://www.microchip.com/wwwproducts/en/en554058)
 - window comparator
   - http://www.ti.com/lit/ug/tidub01/tidub01.pdf
-  - just need 1 x (4x) https://www.digikey.com/product-detail/en/texas-instruments/TLV1704AIPWR/296-38432-1-ND/5015597 
+  - just need 1 x (4x) https://www.digikey.com/product-detail/en/texas-instruments/TLV1704AIPWR/296-38432-1-ND/5015597
 - Current sense amplifier: [LTC6101](https://www.digikey.com/scripts/DkSearch/dksus.dll?Detail&itemSeq=256226194&uq=636578288769750671)
-  - Sense resistor: [4mOhm, 3W](https://www.digikey.com/scripts/DkSearch/dksus.dll?Detail&itemSeq=256226703&uq=636578288769750671) 
+  - Sense resistor: [4mOhm, 3W](https://www.digikey.com/scripts/DkSearch/dksus.dll?Detail&itemSeq=256226703&uq=636578288769750671)
 
 ### Timing Calculations
 
@@ -77,7 +77,7 @@ All of the high-current/high-voltage things are on the right side of the board.
 
 </div>
 
-On the opposite side of the board are all of the small-signal computing and communication peripherals. I decided to use an xmega128a4u as the main processor. I chose this over other options (including the NRF52, ATSAMD21, ATSAMD51, ATmega32u4) for it's speed and ease of timing. After talking with Sam and Jake, the ATSAM architectures just seemed a little unnecessarily complex for this dedicated controller. Some of the notable features of this XMega include a 2 Msps analag to digital converter (which may just be fast enough to directly sample my ~50KHz pulses), two built-in analog comparators, and all of the necessary PWM/timing peripherals. Because I had space, I included both USB and FTDI communication channels (since I've never tried getting USB going on an XMega before). I also broke out a few extra GPIO/ADC pins… just in case...
+On the opposite side of the board are all of the small-signal computing and communication peripherals. I decided to use an xmega128a4u as the main processor. I chose this over other options (including the NRF52, ATSAMD21, ATSAMD51, ATmega32u4) for it's speed and ease of timing. After talking with Sam and Jake, the ATSAM architectures just seemed a little unnecessarily complex for this dedicated controller. Some of the notable features of this XMega include a 2 Msps analog to digital converter (which may just be fast enough to directly sample my ~50KHz pulses), two built-in analog comparators, and all of the necessary PWM/timing peripherals. Because I had space, I included both USB and FTDI communication channels (since I've never tried getting USB going on an XMega before). I also broke out a few extra GPIO/ADC pins… just in case...
 
 <div align="center">
 
@@ -100,18 +100,18 @@ Connecting those two regions, is the sensing and control circuitry. This region
 ### Errata
 
 - need to tie unused low input pins of the gate drivers to ground (should be easy to bridge)
-- need to jumper between HS pin of the gate driver and MOSFET source (bottom of mosfet)
-- should use switch instead of solder jumper to switch between 5V and 12V (or better yet, have it automatically switch to the higher voltage source… [I can probably do this with properly rated shottky diodes](https://electronics.stackexchange.com/questions/130986/automatically-switching-from-9v-battery-to-dc-wall-adapter-on-insertion))
-  - I don't have the overhad to use a normal 0.7V diode with the 5V supply. ~~Something called an [ideal diode](https://datasheets.maximintegrated.com/en/ds/MAX40200.pdf) works for this though.~~ But this doesn't work above a 6V reverse voltage.
+- need to jumper between HS pin of the gate driver and MOSFET source (bottom of MOSFET)
+- should use switch instead of solder jumper to switch between 5V and 12V (or better yet, have it automatically switch to the higher voltage source… [I can probably do this with properly rated schottky diodes](https://electronics.stackexchange.com/questions/130986/automatically-switching-from-9v-battery-to-dc-wall-adapter-on-insertion))
+  - I don't have the overhead to use a normal 0.7V diode with the 5V supply. ~~Something called an [ideal diode](https://datasheets.maximintegrated.com/en/ds/MAX40200.pdf) works for this though.~~ But this doesn't work above a 6V reverse voltage.
   - [This one would likely scrape by for the 5V side](https://www.digikey.com/product-detail/en/central-semiconductor-corp/CFSH05-20L-TR/CFSH05-20LTR-ND/4807452) (0.5V drop at 500mA). (actually this one would work, but I think the BAT54S 200mA schottky diode in the fablab inventory would work was well. It has a higher 800mV drop at 100mA but the MCP switching regulator should be okay down to 4V)
   - Here's a [diode for the 12V side](https://www.digikey.com/product-detail/en/on-semiconductor/MBRS410LT3G/MBRS410LT3GOSCT-ND/1967073), which I may not even need.
-- should have pull downs on both inputs to gate drivers and inputs to mosfets (for safety)
-- unclear if I need higher powe-rated resistors for the gate drive resistor. [They'll be undergoing high momentary currents but their average power dissipation is well below their 1/4W rating.](calculations.ipynb)
+- should have pull downs on both inputs to gate drivers and inputs to MOSFETs (for safety)
+- unclear if I need higher power-rated resistors for the gate drive resistor. [They'll be undergoing high momentary currents but their average power dissipation is well below their 1/4W rating.](calculations.ipynb)
 
 
-### Gate Driver Replacement: LTC7001 
+### Gate Driver Replacement: LTC7001
 
-It turns out that I picked a gate driver that didn't have an internal charge pump and so relied on the source of the high-side MOSFETs being routinely grounded in order to establish charge on the bootstrap capacitor. My work to discovere this is here now: [Debugging Gate Driver](debugging_gate_driver.md)
+It turns out that I picked a gate driver that didn't have an internal charge pump and so relied on the source of the high-side MOSFETs being routinely grounded in order to establish charge on the bootstrap capacitor. My work to discover this is here now: [Debugging Gate Driver](debugging_gate_driver.md)
 
 Anyway, I picked a new gate driver with an integrated charge pump (see parts list above).
 
@@ -124,7 +124,7 @@ from the [datasheet](http://cds.linear.com/docs/en/datasheet/7001fb.pdf) I shoul
  - Include space for gate resistor (although the pull-down and pull-up FET's in the gate driver have 1ohm and 2.2ohm R_dson respectively).
 
 
-Here's what the board section looks like. The circuit doesn't require much. There's two 1uF capacitors: one which serves as the boost capacitor and one simply acts as a bypass between Vcc and ground. A resistor in series with the gate will let me limit in-rush current. Two 1nF capacitors are pictured at the output as a simulated capacitive load. 
+Here's what the board section looks like. The circuit doesn't require much. There's two 1uF capacitors: one which serves as the boost capacitor and one simply acts as a bypass between Vcc and ground. A resistor in series with the gate will let me limit in-rush current. Two 1nF capacitors are pictured at the output as a simulated capacitive load.
 
 <div align="center">
 
@@ -132,7 +132,7 @@ Here's what the board section looks like. The circuit doesn't require much. Ther
 
 </div>
 
-I tested the gate driving circuitry independently to verify that it was working as expected. Here it is taking the 2.5Vpp square wave from the AFG on my scope and boostin it up to 12Vpp (even with a 7V DC offset). The rise time for a 1nF load (with no series resistance) is about 12ns and is about 20ns for a 2nF load. I expect the gate of the MOSFET to be ~3nF so I should expect in the ballpark of 30ns rise time.
+I tested the gate driving circuitry independently to verify that it was working as expected. Here it is taking the 2.5Vpp square wave from the AFG on my scope and boosting it up to 12Vpp (even with a 7V DC offset). The rise time for a 1nF load (with no series resistance) is about 12ns and is about 20ns for a 2nF load. I expect the gate of the MOSFET to be ~3nF so I should expect in the ballpark of 30ns rise time.
 
 <div align="center">
 
@@ -148,13 +148,13 @@ Once I integrated the gate-driver circuitry to the main pulse generator board, I
 
 To try to debug the bootstrapping voltage, I replaced the 1uF bootstrap capacitor with a 33uF one (rated for 25V). This slowed the decay of the output voltage but it still ultimately stopped working after a few seconds. This led me to suspect I was operating at too high of a frequency. By decreasing frequency I was able to stabilize the voltage. It's stable at 488Hz, but not at 3.9KHz (there's no in-between with the way the counters are currently setup). At this frequency, it it able to be PWM'd down to 6/1024 (0.5%) while maintaining 12V across gate (and it's very unlikely I'll need duty cycles below that).
 
-This 500Hz is normally limited, I believe, by the current (30uA) the integrated charge pump uses to refill the boostrap capacitor. With a gate charge of 56nC, 30uA equates to 535Hz. Theoretically, an external diode is supposed to help for switches at higher frequencies than this. When TS is less than 12V, it's clear that the diode greatly reduces the time BST takes to get to 12V. But when TS is consistenly above 12V, it seems like D1 would always be reversed biased and wouldn't contribute to the time it takes to refill the capacitor. From the [datasheet](http://www.analog.com/media/en/technical-documentation/data-sheets/7001fb.pdf)...
+This 500Hz is normally limited, I believe, by the current (30uA) the integrated charge pump uses to refill the bootstrap capacitor. With a gate charge of 56nC, 30uA equates to 535Hz. Theoretically, an external diode is supposed to help for switches at higher frequencies than this. When TS is less than 12V, it's clear that the diode greatly reduces the time BST takes to get to 12V. But when TS is consistently above 12V, it seems like D1 would always be reversed biased and wouldn't contribute to the time it takes to refill the capacitor. From the [datasheet](http://www.analog.com/media/en/technical-documentation/data-sheets/7001fb.pdf)...
 
 <img src="images/external_diode.png" width="400px">
 
 So, it's unclear to me if I'd be able to get above this ~500Hz limit with the integrated charge pump. An alternative solution could be to build my own [dedicated external charge pump](http://www.ti.com/lit/an/slva444/slva444.pdf).
 
-Moving on… With both gate drivers working, I tested pulse output with a 10ohm load (a through-hole resistor placed between the output and ground). The pulses look good: 
+Moving on… With both gate drivers working, I tested pulse output with a 10ohm load (a through-hole resistor placed between the output and ground). The pulses look good:
 
 <img src="images/10ohm_output_pulses.png" width="400px">
 
@@ -176,7 +176,7 @@ Here's what the sparking looks like:
 
 <video controls src="video/first_burn_crop_converted.mp4" width="600px"></video>
 
-And here's the hole I made… The cut is remarkably asymmetric; the tool (resistor lead) had som surface damage but remained largely in tact while a significant amount of the the workpiece (bullet connector) was worn away:
+And here's the hole I made… The cut is remarkably asymmetric; the tool (resistor lead) had some surface damage but remained largely in tact while a significant amount of the the workpiece (bullet connector) was worn away:
 
 <img src="images/edm_testing7.png" width="350px"><img src="images/edm_testing8.png" width="350px">
 
@@ -189,7 +189,7 @@ I also did a test with a brass GIK and another bullet connector (this was before
 #### Next Steps:
 
 - figure out how to increase frequency
-  - I think this will likely involve an auxillary charge pump
+  - I think this will likely involve an auxiliary charge pump
   - Try a smaller capacitor… this should get initially charged much faster and as long as it has enough charge to switch the MOSFET, it should be no different than a big hefty capacitor.
   - according to the datasheet, they're theoretically capable of getting 20kHz PWM using a [15nC transistor](https://www.mouser.com/ProductDetail/Infineon-Technologies/BSC252N10NSFGATMA1?qs=K00xGehIljsuZG6JAgT75A%3D%3D) (4x less gate charge than mine)… but that's 4x, not 40x so I'm a little confused still. This transistor would probably work for me given that I likely over-spec'd the one I originally picked.
   - or... I could switch to P-channel MOSFET's and save having to do all of this charge pumping.
@@ -232,4 +232,3 @@ or do a radical redesign with logic level high voltage mosfets
 <img src="images/cpump_v3.png">
 
 or use [isolated dc/dc converter](https://www.digikey.com.au/product-detail/en/xp-power/IE0312SH/1470-1393-5-ND/4487774)....? (idea from [here](https://electronics.stackexchange.com/questions/151428/floating-charge-pump-for-high-side-n-channel-mosfet-bias))
-
diff --git a/electronics/rev3/dwedm_pulse_generator_rev3-1/dwedm_pulse_generator_rev3-1-cache.lib b/electronics/rev3/dwedm_pulse_generator_rev3-1/dwedm_pulse_generator_rev3-1-cache.lib
new file mode 100644
index 0000000000000000000000000000000000000000..beb6933f809db49ba96c72510eb666ce5f677e80
--- /dev/null
+++ b/electronics/rev3/dwedm_pulse_generator_rev3-1/dwedm_pulse_generator_rev3-1-cache.lib
@@ -0,0 +1,198 @@
+EESchema-LIBRARY Version 2.4
+#encoding utf-8
+#
+# Device:C
+#
+DEF Device:C C 0 10 N Y 1 F N
+F0 "C" 25 100 50 H V L CNN
+F1 "Device:C" 25 -100 50 H V L CNN
+F2 "" 38 -150 50 H I C CNN
+F3 "" 0 0 50 H I C CNN
+$FPLIST
+ C_*
+$ENDFPLIST
+DRAW
+P 2 0 1 20 -80 -30 80 -30 N
+P 2 0 1 20 -80 30 80 30 N
+X ~ 1 0 150 110 D 50 50 1 1 P
+X ~ 2 0 -150 110 U 50 50 1 1 P
+ENDDRAW
+ENDDEF
+#
+# Device:R_US
+#
+DEF Device:R_US R 0 0 N Y 1 F N
+F0 "R" 100 0 50 V V C CNN
+F1 "Device:R_US" -100 0 50 V V C CNN
+F2 "" 40 -10 50 V I C CNN
+F3 "" 0 0 50 H I C CNN
+$FPLIST
+ R_*
+$ENDFPLIST
+DRAW
+P 2 0 1 0 0 -90 0 -100 N
+P 2 0 1 0 0 90 0 100 N
+P 5 0 1 0 0 -30 40 -45 0 -60 -40 -75 0 -90 N
+P 5 0 1 0 0 30 40 15 0 0 -40 -15 0 -30 N
+P 5 0 1 0 0 90 40 75 0 60 -40 45 0 30 N
+X ~ 1 0 150 50 D 50 50 1 1 P
+X ~ 2 0 -150 50 U 50 50 1 1 P
+ENDDRAW
+ENDDEF
+#
+# Power_Management:LMG3410
+#
+DEF Power_Management:LMG3410 Q 0 10 Y Y 1 F N
+F0 "Q" 250 200 50 H V L CNN
+F1 "Power_Management:LMG3410" 250 100 50 H V L CNN
+F2 "Package_DFN_QFN:Texas_RWH0032A_ThermalVias" 0 0 50 H I C CIN
+F3 "" 50 0 50 H I L CNN
+$FPLIST
+ Texas*RWH0032A*
+$ENDFPLIST
+DRAW
+C 200 -70 11 0 1 0 F
+T 900 0 -50 50 0 1 0 "GaN Driver" Normal 0 C C
+S -200 600 250 -600 0 1 10 f
+P 2 0 1 0 50 0 110 0 N
+P 2 0 1 0 50 600 50 -600 N
+P 2 0 1 0 130 -70 200 -70 N
+P 2 0 1 10 130 -50 130 -90 N
+P 2 0 1 10 130 20 130 -20 N
+P 2 0 1 10 130 90 130 50 N
+P 3 0 1 10 110 75 110 -75 110 -75 N
+P 3 0 1 0 130 0 200 0 200 -600 N
+P 3 0 1 0 200 600 200 70 130 70 N
+P 4 0 1 0 140 0 180 15 180 -15 140 0 F
+X ~ 1 200 700 100 D 50 50 1 1 P
+X ~ 10 200 700 100 D 50 50 1 1 P N
+X ~ 11 200 700 100 D 50 50 1 1 P N
+X ~ 12 200 -700 100 U 50 50 1 1 P
+X ~ 13 200 -700 100 U 50 50 1 1 P N
+X ~ 14 200 -700 100 U 50 50 1 1 P N
+X ~ 15 200 -700 100 U 50 50 1 1 P N
+X ~ 16 200 -700 100 U 50 50 1 1 P N
+X ~ 17 100 -700 100 U 50 50 1 1 P
+X ~ 18 200 -700 100 U 50 50 1 1 P N
+X ~ 19 200 -700 100 U 50 50 1 1 P N
+X ~ 2 200 700 100 D 50 50 1 1 P N
+X ~ 20 200 -700 100 U 50 50 1 1 P N
+X ~ 21 200 -700 100 U 50 50 1 1 P N
+X ~ 22 200 -700 100 U 50 50 1 1 P N
+X ~ 23 200 -700 100 U 50 50 1 1 P N
+X ~ 24 200 -700 100 U 50 50 1 1 P N
+X LDO5V 25 -300 200 100 R 50 50 1 1 w
+X VNEG 26 -300 -500 100 R 50 50 1 1 W
+X VDD 27 -100 700 100 D 50 50 1 1 W
+X BBSW 28 -300 -400 100 R 50 50 1 1 P
+X ~LPM 29 -300 100 100 R 50 50 1 1 I
+X ~ 3 200 700 100 D 50 50 1 1 P N
+X RDRV 30 -300 -300 100 R 50 50 1 1 P
+X IN 31 -300 -100 100 R 50 50 1 1 I
+X ~FAULT 32 -300 400 100 R 50 50 1 1 O
+X ~ 33 200 -700 100 U 50 50 1 1 P N
+X ~ 4 200 700 100 D 50 50 1 1 P N
+X ~ 5 200 700 100 D 50 50 1 1 P N
+X ~ 6 200 700 100 D 50 50 1 1 P N
+X ~ 7 200 700 100 D 50 50 1 1 P N
+X ~ 8 200 700 100 D 50 50 1 1 P N
+X ~ 9 200 700 100 D 50 50 1 1 P N
+ENDDRAW
+ENDDEF
+#
+# Regulator_Switching:CRE1S0505DC
+#
+DEF Regulator_Switching:CRE1S0505DC U 0 20 Y Y 1 F N
+F0 "U" -350 350 50 H V C CNN
+F1 "Regulator_Switching:CRE1S0505DC" 100 350 50 H V C CNN
+F2 "Converter_DCDC:Converter_DCDC_muRata_CRE1xxxxxxDC_THT" 0 -350 50 H I C CNN
+F3 "" 0 -500 50 H I C CNN
+$FPLIST
+ Converter*DCDC*muRata*CRE1xxxxxxDC*
+$ENDFPLIST
+DRAW
+S -400 300 400 -300 0 1 10 f
+P 2 0 1 0 -25 -210 -25 -260 N
+P 2 0 1 0 -25 -110 -25 -160 N
+P 2 0 1 0 -25 -10 -25 -60 N
+P 2 0 1 0 -25 90 -25 40 N
+P 2 0 1 0 -25 190 -25 140 N
+P 2 0 1 0 -25 290 -25 240 N
+P 2 0 1 0 25 -290 25 -240 N
+P 2 0 1 0 25 -190 25 -140 N
+P 2 0 1 0 25 -90 25 -40 N
+P 2 0 1 0 25 10 25 60 N
+P 2 0 1 0 25 110 25 160 N
+P 2 0 1 0 25 210 25 260 N
+X -VIN 1 -500 -200 100 R 50 50 1 1 W
+X +VIN 4 -500 200 100 R 50 50 1 1 W
+X +VOUT 5 500 200 100 L 50 50 1 1 w
+X -VOUT 7 500 -200 100 L 50 50 1 1 w
+ENDDRAW
+ENDDEF
+#
+# fab:NMOSFETSOT23
+#
+DEF fab:NMOSFETSOT23 T 0 40 N N 1 L N
+F0 "T" 100 100 45 H V L BNN
+F1 "fab:NMOSFETSOT23" 100 0 45 H V L BNN
+F2 "fab_SOT-23" 30 150 20 H I C CNN
+F3 "" 0 0 50 H I C CNN
+$FPLIST
+ *SOT-23*
+$ENDFPLIST
+DRAW
+T 0 -19 173 40 0 1 0 D Normal 0 C C
+T 0 -181 -80 40 0 1 0 G Normal 0 C C
+T 0 19 -180 40 0 1 0 S Normal 0 C C
+S -80 -115 -60 -55 1 1 0 F
+S -80 -30 -60 30 1 1 0 F
+S -80 55 -60 115 1 1 0 F
+P 2 1 0 0 -100 -100 -100 100 N
+P 2 1 0 0 -60 -85 0 -85 N
+P 2 1 0 0 -60 85 0 85 N
+P 2 1 0 0 -20 0 0 0 N
+P 2 1 0 0 0 -85 0 -100 N
+P 2 1 0 0 0 0 0 -85 N
+P 2 1 0 0 0 85 0 100 N
+P 2 1 0 0 0 120 55 120 N
+P 2 1 0 0 55 -120 0 -120 N
+P 2 1 0 0 55 -10 55 -120 N
+P 2 1 0 0 55 120 55 30 N
+P 6 1 1 0 -60 0 -20 25 -20 25 -20 -25 -20 -25 -60 0 F
+P 6 1 1 0 55 30 80 -10 80 -10 30 -10 30 -10 55 30 F
+X D 1 0 200 100 D 40 40 1 1 P
+X S 2 0 -200 100 U 40 40 1 1 P
+X G 3 -200 -100 100 R 40 40 1 1 P
+ENDDRAW
+ENDDEF
+#
+# power:GNDD
+#
+DEF power:GNDD #PWR 0 0 Y Y 1 F P
+F0 "#PWR" 0 -250 50 H I C CNN
+F1 "power:GNDD" 0 -125 50 H V C CNN
+F2 "" 0 0 50 H I C CNN
+F3 "" 0 0 50 H I C CNN
+DRAW
+S -50 -60 50 -80 0 1 10 F
+P 2 0 1 0 0 0 0 -60 N
+X GNDD 1 0 0 0 D 50 50 1 1 W N
+ENDDRAW
+ENDDEF
+#
+# power:VDD
+#
+DEF power:VDD #PWR 0 0 Y Y 1 F P
+F0 "#PWR" 0 -150 50 H I C CNN
+F1 "power:VDD" 0 150 50 H V C CNN
+F2 "" 0 0 50 H I C CNN
+F3 "" 0 0 50 H I C CNN
+DRAW
+C 0 75 25 0 1 0 N
+P 2 0 1 0 0 0 0 50 N
+X VDD 1 0 0 0 U 50 50 1 1 W N
+ENDDRAW
+ENDDEF
+#
+#End Library
diff --git a/electronics/rev3/dwedm_pulse_generator_rev3-1/dwedm_pulse_generator_rev3-1.bak b/electronics/rev3/dwedm_pulse_generator_rev3-1/dwedm_pulse_generator_rev3-1.bak
new file mode 100644
index 0000000000000000000000000000000000000000..332fe9a2e9567f1b0afc2c048e609629f9fdf01c
--- /dev/null
+++ b/electronics/rev3/dwedm_pulse_generator_rev3-1/dwedm_pulse_generator_rev3-1.bak
@@ -0,0 +1,288 @@
+EESchema Schematic File Version 4
+EELAYER 26 0
+EELAYER END
+$Descr A4 11693 8268
+encoding utf-8
+Sheet 1 1
+Title ""
+Date ""
+Rev ""
+Comp ""
+Comment1 ""
+Comment2 ""
+Comment3 ""
+Comment4 ""
+$EndDescr
+$Comp
+L Regulator_Switching:CRE1S0505DC U?
+U 1 1 5C83B256
+P 2750 1800
+F 0 "U?" H 2750 2267 50  0000 C CNN
+F 1 "CRE1S0505DC" H 2750 2176 50  0000 C CNN
+F 2 "Converter_DCDC:Converter_DCDC_muRata_CRE1xxxxxxDC_THT" H 2750 1450 50  0001 C CNN
+F 3 "http://power.murata.com/datasheet?/data/power/ncl/kdc_cre1.pdf" H 2750 1300 50  0001 C CNN
+	1    2750 1800
+	1    0    0    -1  
+$EndComp
+$Comp
+L Power_Management:LMG3410 Q?
+U 1 1 5C83B4D3
+P 8000 2050
+F 0 "Q?" H 8279 2096 50  0000 L CNN
+F 1 "LMG3410" H 8279 2005 50  0000 L CNN
+F 2 "Package_DFN_QFN:Texas_RWH0032A_ThermalVias" H 8000 2050 50  0001 C CIN
+F 3 "http://www.ti.com/lit/ds/snosd10c/snosd10c.pdf" H 8050 2050 50  0001 L CNN
+	1    8000 2050
+	1    0    0    -1  
+$EndComp
+$Comp
+L fab:NMOSFETSOT23 T?
+U 1 1 5C83B9BA
+P 4750 3750
+F 0 "T?" H 4857 3792 45  0000 L CNN
+F 1 "NMOSFETSOT23" H 4857 3708 45  0000 L CNN
+F 2 "fab_SOT-23" H 4780 3900 20  0001 C CNN
+F 3 "" H 4750 3750 50  0001 C CNN
+	1    4750 3750
+	1    0    0    -1  
+$EndComp
+$Comp
+L fab:NMOSFETSOT23 T?
+U 1 1 5C83BA04
+P 4750 4650
+F 0 "T?" H 4857 4692 45  0000 L CNN
+F 1 "NMOSFETSOT23" H 4857 4608 45  0000 L CNN
+F 2 "fab_SOT-23" H 4780 4800 20  0001 C CNN
+F 3 "" H 4750 4650 50  0001 C CNN
+	1    4750 4650
+	1    0    0    -1  
+$EndComp
+$Comp
+L fab:NMOSFETSOT23 T?
+U 1 1 5C83BA8C
+P 6600 3750
+F 0 "T?" H 6707 3792 45  0000 L CNN
+F 1 "NMOSFETSOT23" H 6707 3708 45  0000 L CNN
+F 2 "fab_SOT-23" H 6630 3900 20  0001 C CNN
+F 3 "" H 6600 3750 50  0001 C CNN
+	1    6600 3750
+	1    0    0    -1  
+$EndComp
+$Comp
+L fab:NMOSFETSOT23 T?
+U 1 1 5C83BADD
+P 6600 4650
+F 0 "T?" H 6707 4692 45  0000 L CNN
+F 1 "NMOSFETSOT23" H 6707 4608 45  0000 L CNN
+F 2 "fab_SOT-23" H 6630 4800 20  0001 C CNN
+F 3 "" H 6600 4650 50  0001 C CNN
+	1    6600 4650
+	1    0    0    -1  
+$EndComp
+Wire Wire Line
+	4750 3950 4750 4200
+$Comp
+L power:VDD #PWR?
+U 1 1 5C83BB30
+P 4750 3250
+F 0 "#PWR?" H 4750 3100 50  0001 C CNN
+F 1 "VDD" H 4767 3423 50  0000 C CNN
+F 2 "" H 4750 3250 50  0001 C CNN
+F 3 "" H 4750 3250 50  0001 C CNN
+	1    4750 3250
+	1    0    0    -1  
+$EndComp
+$Comp
+L power:VDD #PWR?
+U 1 1 5C83BB6B
+P 6600 3250
+F 0 "#PWR?" H 6600 3100 50  0001 C CNN
+F 1 "VDD" H 6617 3423 50  0000 C CNN
+F 2 "" H 6600 3250 50  0001 C CNN
+F 3 "" H 6600 3250 50  0001 C CNN
+	1    6600 3250
+	1    0    0    -1  
+$EndComp
+$Comp
+L power:GNDD #PWR?
+U 1 1 5C83BC39
+P 4750 5350
+F 0 "#PWR?" H 4750 5100 50  0001 C CNN
+F 1 "GNDD" H 4754 5195 50  0000 C CNN
+F 2 "" H 4750 5350 50  0001 C CNN
+F 3 "" H 4750 5350 50  0001 C CNN
+	1    4750 5350
+	1    0    0    -1  
+$EndComp
+$Comp
+L power:GNDD #PWR?
+U 1 1 5C83BC74
+P 6600 5300
+F 0 "#PWR?" H 6600 5050 50  0001 C CNN
+F 1 "GNDD" H 6604 5145 50  0000 C CNN
+F 2 "" H 6600 5300 50  0001 C CNN
+F 3 "" H 6600 5300 50  0001 C CNN
+	1    6600 5300
+	1    0    0    -1  
+$EndComp
+$Comp
+L Device:R_US R?
+U 1 1 5C83BF1C
+P 4750 5100
+F 0 "R?" H 4818 5146 50  0000 L CNN
+F 1 "R_US" H 4818 5055 50  0000 L CNN
+F 2 "" V 4790 5090 50  0001 C CNN
+F 3 "~" H 4750 5100 50  0001 C CNN
+	1    4750 5100
+	1    0    0    -1  
+$EndComp
+$Comp
+L Device:C C?
+U 1 1 5C83C04F
+P 5050 4350
+F 0 "C?" H 5165 4396 50  0000 L CNN
+F 1 "C" H 5165 4305 50  0000 L CNN
+F 2 "" H 5088 4200 50  0001 C CNN
+F 3 "~" H 5050 4350 50  0001 C CNN
+	1    5050 4350
+	1    0    0    -1  
+$EndComp
+Wire Wire Line
+	4750 4850 4750 4950
+Wire Wire Line
+	4750 5350 4750 5250
+$Comp
+L Device:C C?
+U 1 1 5C83C12B
+P 5100 3550
+F 0 "C?" H 5215 3596 50  0000 L CNN
+F 1 "C" H 5215 3505 50  0000 L CNN
+F 2 "" H 5138 3400 50  0001 C CNN
+F 3 "~" H 5100 3550 50  0001 C CNN
+	1    5100 3550
+	1    0    0    -1  
+$EndComp
+Wire Wire Line
+	4750 3550 4750 3400
+Wire Wire Line
+	5100 3400 4750 3400
+Connection ~ 4750 3400
+Wire Wire Line
+	4750 3400 4750 3250
+Wire Wire Line
+	5050 4200 4750 4200
+Connection ~ 4750 4200
+Wire Wire Line
+	4750 4200 4750 4450
+$Comp
+L power:GNDD #PWR?
+U 1 1 5C83C1EB
+P 5050 4500
+F 0 "#PWR?" H 5050 4250 50  0001 C CNN
+F 1 "GNDD" H 5054 4345 50  0000 C CNN
+F 2 "" H 5050 4500 50  0001 C CNN
+F 3 "" H 5050 4500 50  0001 C CNN
+	1    5050 4500
+	1    0    0    -1  
+$EndComp
+$Comp
+L power:GNDD #PWR?
+U 1 1 5C83C208
+P 5100 3700
+F 0 "#PWR?" H 5100 3450 50  0001 C CNN
+F 1 "GNDD" H 5104 3545 50  0000 C CNN
+F 2 "" H 5100 3700 50  0001 C CNN
+F 3 "" H 5100 3700 50  0001 C CNN
+	1    5100 3700
+	1    0    0    -1  
+$EndComp
+Wire Wire Line
+	6600 3550 6600 3350
+Wire Wire Line
+	6600 4450 6600 4200
+Connection ~ 6600 4200
+Wire Wire Line
+	6600 4200 6600 3950
+$Comp
+L Device:R_US R?
+U 1 1 5C83C379
+P 7400 4600
+F 0 "R?" H 7468 4646 50  0000 L CNN
+F 1 "R_US" H 7468 4555 50  0000 L CNN
+F 2 "" V 7440 4590 50  0001 C CNN
+F 3 "~" H 7400 4600 50  0001 C CNN
+	1    7400 4600
+	1    0    0    -1  
+$EndComp
+Wire Wire Line
+	7400 4200 7400 4450
+Wire Wire Line
+	6600 4200 7400 4200
+$Comp
+L power:GNDD #PWR?
+U 1 1 5C83C472
+P 7400 4750
+F 0 "#PWR?" H 7400 4500 50  0001 C CNN
+F 1 "GNDD" H 7404 4595 50  0000 C CNN
+F 2 "" H 7400 4750 50  0001 C CNN
+F 3 "" H 7400 4750 50  0001 C CNN
+	1    7400 4750
+	1    0    0    -1  
+$EndComp
+Wire Wire Line
+	6600 4850 6600 5300
+$Comp
+L Device:C C?
+U 1 1 5C83C55E
+P 7000 3500
+F 0 "C?" H 7115 3546 50  0000 L CNN
+F 1 "C" H 7115 3455 50  0000 L CNN
+F 2 "" H 7038 3350 50  0001 C CNN
+F 3 "~" H 7000 3500 50  0001 C CNN
+	1    7000 3500
+	1    0    0    -1  
+$EndComp
+Wire Wire Line
+	7000 3350 6600 3350
+Connection ~ 6600 3350
+Wire Wire Line
+	6600 3350 6600 3250
+$Comp
+L power:GNDD #PWR?
+U 1 1 5C83C66B
+P 7000 3650
+F 0 "#PWR?" H 7000 3400 50  0001 C CNN
+F 1 "GNDD" H 7004 3495 50  0000 C CNN
+F 2 "" H 7000 3650 50  0001 C CNN
+F 3 "" H 7000 3650 50  0001 C CNN
+	1    7000 3650
+	1    0    0    -1  
+$EndComp
+$Comp
+L Device:C C?
+U 1 1 5C83C68C
+P 7900 4550
+F 0 "C?" H 8015 4596 50  0000 L CNN
+F 1 "C" H 8015 4505 50  0000 L CNN
+F 2 "" H 7938 4400 50  0001 C CNN
+F 3 "~" H 7900 4550 50  0001 C CNN
+	1    7900 4550
+	1    0    0    -1  
+$EndComp
+Wire Wire Line
+	7400 4200 7900 4200
+Wire Wire Line
+	7900 4200 7900 4400
+Connection ~ 7400 4200
+$Comp
+L power:GNDD #PWR?
+U 1 1 5C83C7FD
+P 7900 4700
+F 0 "#PWR?" H 7900 4450 50  0001 C CNN
+F 1 "GNDD" H 7904 4545 50  0000 C CNN
+F 2 "" H 7900 4700 50  0001 C CNN
+F 3 "" H 7900 4700 50  0001 C CNN
+	1    7900 4700
+	1    0    0    -1  
+$EndComp
+$EndSCHEMATC
diff --git a/electronics/rev3/dwedm_pulse_generator_rev3-1/dwedm_pulse_generator_rev3-1.kicad_pcb b/electronics/rev3/dwedm_pulse_generator_rev3-1/dwedm_pulse_generator_rev3-1.kicad_pcb
new file mode 100644
index 0000000000000000000000000000000000000000..02c8ecb0e385e9163fb1811ba3b2fcd6b9cd45f4
--- /dev/null
+++ b/electronics/rev3/dwedm_pulse_generator_rev3-1/dwedm_pulse_generator_rev3-1.kicad_pcb
@@ -0,0 +1 @@
+(kicad_pcb (version 4) (host kicad "dummy file") )
diff --git a/electronics/rev3/dwedm_pulse_generator_rev3-1/dwedm_pulse_generator_rev3-1.pro b/electronics/rev3/dwedm_pulse_generator_rev3-1/dwedm_pulse_generator_rev3-1.pro
new file mode 100644
index 0000000000000000000000000000000000000000..152769cb7209ca4e1fc17e8154dad5ded6b9d8e4
--- /dev/null
+++ b/electronics/rev3/dwedm_pulse_generator_rev3-1/dwedm_pulse_generator_rev3-1.pro
@@ -0,0 +1,33 @@
+update=22/05/2015 07:44:53
+version=1
+last_client=kicad
+[general]
+version=1
+RootSch=
+BoardNm=
+[pcbnew]
+version=1
+LastNetListRead=
+UseCmpFile=1
+PadDrill=0.600000000000
+PadDrillOvalY=0.600000000000
+PadSizeH=1.500000000000
+PadSizeV=1.500000000000
+PcbTextSizeV=1.500000000000
+PcbTextSizeH=1.500000000000
+PcbTextThickness=0.300000000000
+ModuleTextSizeV=1.000000000000
+ModuleTextSizeH=1.000000000000
+ModuleTextSizeThickness=0.150000000000
+SolderMaskClearance=0.000000000000
+SolderMaskMinWidth=0.000000000000
+DrawSegmentWidth=0.200000000000
+BoardOutlineThickness=0.100000000000
+ModuleOutlineThickness=0.150000000000
+[cvpcb]
+version=1
+NetIExt=net
+[eeschema]
+version=1
+LibDir=
+[eeschema/libraries]
diff --git a/electronics/rev3/dwedm_pulse_generator_rev3-1/dwedm_pulse_generator_rev3-1.sch b/electronics/rev3/dwedm_pulse_generator_rev3-1/dwedm_pulse_generator_rev3-1.sch
new file mode 100644
index 0000000000000000000000000000000000000000..0fae4af4c40f13a39c53abd6e9f638ca8b256a32
--- /dev/null
+++ b/electronics/rev3/dwedm_pulse_generator_rev3-1/dwedm_pulse_generator_rev3-1.sch
@@ -0,0 +1,261 @@
+EESchema Schematic File Version 4
+EELAYER 26 0
+EELAYER END
+$Descr A4 11693 8268
+encoding utf-8
+Sheet 1 1
+Title ""
+Date ""
+Rev ""
+Comp ""
+Comment1 ""
+Comment2 ""
+Comment3 ""
+Comment4 ""
+$EndDescr
+$Comp
+L Regulator_Switching:CRE1S0505DC U?
+U 1 1 5C83B256
+P 2750 1800
+F 0 "U?" H 2750 2267 50  0000 C CNN
+F 1 "CRE1S0505DC" H 2750 2176 50  0000 C CNN
+F 2 "Converter_DCDC:Converter_DCDC_muRata_CRE1xxxxxxDC_THT" H 2750 1450 50  0001 C CNN
+F 3 "http://power.murata.com/datasheet?/data/power/ncl/kdc_cre1.pdf" H 2750 1300 50  0001 C CNN
+	1    2750 1800
+	1    0    0    -1  
+$EndComp
+$Comp
+L Power_Management:LMG3410 Q?
+U 1 1 5C83B4D3
+P 8000 2050
+F 0 "Q?" H 8279 2096 50  0000 L CNN
+F 1 "LMG3410" H 8279 2005 50  0000 L CNN
+F 2 "Package_DFN_QFN:Texas_RWH0032A_ThermalVias" H 8000 2050 50  0001 C CIN
+F 3 "http://www.ti.com/lit/ds/snosd10c/snosd10c.pdf" H 8050 2050 50  0001 L CNN
+	1    8000 2050
+	1    0    0    -1  
+$EndComp
+$Comp
+L fab:NMOSFETSOT23 T?
+U 1 1 5C83B9BA
+P 4750 3750
+F 0 "T?" H 4857 3792 45  0000 L CNN
+F 1 "NMOSFETSOT23" H 4857 3708 45  0000 L CNN
+F 2 "fab_SOT-23" H 4780 3900 20  0001 C CNN
+F 3 "" H 4750 3750 50  0001 C CNN
+	1    4750 3750
+	1    0    0    -1  
+$EndComp
+$Comp
+L fab:NMOSFETSOT23 T?
+U 1 1 5C83BA04
+P 4750 4650
+F 0 "T?" H 4857 4692 45  0000 L CNN
+F 1 "NMOSFETSOT23" H 4857 4608 45  0000 L CNN
+F 2 "fab_SOT-23" H 4780 4800 20  0001 C CNN
+F 3 "" H 4750 4650 50  0001 C CNN
+	1    4750 4650
+	1    0    0    -1  
+$EndComp
+$Comp
+L fab:NMOSFETSOT23 T?
+U 1 1 5C83BA8C
+P 6600 3750
+F 0 "T?" H 6707 3792 45  0000 L CNN
+F 1 "NMOSFETSOT23" H 6707 3708 45  0000 L CNN
+F 2 "fab_SOT-23" H 6630 3900 20  0001 C CNN
+F 3 "" H 6600 3750 50  0001 C CNN
+	1    6600 3750
+	1    0    0    -1  
+$EndComp
+$Comp
+L fab:NMOSFETSOT23 T?
+U 1 1 5C83BADD
+P 6600 4650
+F 0 "T?" H 6707 4692 45  0000 L CNN
+F 1 "NMOSFETSOT23" H 6707 4608 45  0000 L CNN
+F 2 "fab_SOT-23" H 6630 4800 20  0001 C CNN
+F 3 "" H 6600 4650 50  0001 C CNN
+	1    6600 4650
+	1    0    0    -1  
+$EndComp
+Wire Wire Line
+	4750 3950 4750 4200
+$Comp
+L power:VDD #PWR?
+U 1 1 5C83BB30
+P 4750 3250
+F 0 "#PWR?" H 4750 3100 50  0001 C CNN
+F 1 "VDD" H 4767 3423 50  0000 C CNN
+F 2 "" H 4750 3250 50  0001 C CNN
+F 3 "" H 4750 3250 50  0001 C CNN
+	1    4750 3250
+	1    0    0    -1  
+$EndComp
+$Comp
+L power:VDD #PWR?
+U 1 1 5C83BB6B
+P 6600 3250
+F 0 "#PWR?" H 6600 3100 50  0001 C CNN
+F 1 "VDD" H 6617 3423 50  0000 C CNN
+F 2 "" H 6600 3250 50  0001 C CNN
+F 3 "" H 6600 3250 50  0001 C CNN
+	1    6600 3250
+	1    0    0    -1  
+$EndComp
+$Comp
+L power:GNDD #PWR?
+U 1 1 5C83BC39
+P 4750 5350
+F 0 "#PWR?" H 4750 5100 50  0001 C CNN
+F 1 "GNDD" H 4754 5195 50  0000 C CNN
+F 2 "" H 4750 5350 50  0001 C CNN
+F 3 "" H 4750 5350 50  0001 C CNN
+	1    4750 5350
+	1    0    0    -1  
+$EndComp
+$Comp
+L power:GNDD #PWR?
+U 1 1 5C83BC74
+P 6600 5300
+F 0 "#PWR?" H 6600 5050 50  0001 C CNN
+F 1 "GNDD" H 6604 5145 50  0000 C CNN
+F 2 "" H 6600 5300 50  0001 C CNN
+F 3 "" H 6600 5300 50  0001 C CNN
+	1    6600 5300
+	1    0    0    -1  
+$EndComp
+$Comp
+L Device:R_US R?
+U 1 1 5C83BF1C
+P 4750 5100
+F 0 "R?" H 4818 5146 50  0000 L CNN
+F 1 "R_US" H 4818 5055 50  0000 L CNN
+F 2 "" V 4790 5090 50  0001 C CNN
+F 3 "~" H 4750 5100 50  0001 C CNN
+	1    4750 5100
+	1    0    0    -1  
+$EndComp
+$Comp
+L Device:C C?
+U 1 1 5C83C04F
+P 5050 4350
+F 0 "C?" H 5165 4396 50  0000 L CNN
+F 1 "C" H 5165 4305 50  0000 L CNN
+F 2 "" H 5088 4200 50  0001 C CNN
+F 3 "~" H 5050 4350 50  0001 C CNN
+	1    5050 4350
+	1    0    0    -1  
+$EndComp
+Wire Wire Line
+	4750 4850 4750 4950
+Wire Wire Line
+	4750 5350 4750 5250
+$Comp
+L Device:C C?
+U 1 1 5C83C12B
+P 5100 3550
+F 0 "C?" H 5215 3596 50  0000 L CNN
+F 1 "C" H 5215 3505 50  0000 L CNN
+F 2 "" H 5138 3400 50  0001 C CNN
+F 3 "~" H 5100 3550 50  0001 C CNN
+	1    5100 3550
+	1    0    0    -1  
+$EndComp
+Wire Wire Line
+	4750 3550 4750 3400
+Wire Wire Line
+	5100 3400 4750 3400
+Connection ~ 4750 3400
+Wire Wire Line
+	4750 3400 4750 3250
+Wire Wire Line
+	5050 4200 4750 4200
+Connection ~ 4750 4200
+Wire Wire Line
+	4750 4200 4750 4450
+$Comp
+L power:GNDD #PWR?
+U 1 1 5C83C1EB
+P 5050 4500
+F 0 "#PWR?" H 5050 4250 50  0001 C CNN
+F 1 "GNDD" H 5054 4345 50  0000 C CNN
+F 2 "" H 5050 4500 50  0001 C CNN
+F 3 "" H 5050 4500 50  0001 C CNN
+	1    5050 4500
+	1    0    0    -1  
+$EndComp
+$Comp
+L power:GNDD #PWR?
+U 1 1 5C83C208
+P 5100 3700
+F 0 "#PWR?" H 5100 3450 50  0001 C CNN
+F 1 "GNDD" H 5104 3545 50  0000 C CNN
+F 2 "" H 5100 3700 50  0001 C CNN
+F 3 "" H 5100 3700 50  0001 C CNN
+	1    5100 3700
+	1    0    0    -1  
+$EndComp
+Wire Wire Line
+	6600 3550 6600 3350
+Wire Wire Line
+	6600 4450 6600 4200
+Connection ~ 6600 4200
+Wire Wire Line
+	6600 4200 6600 3950
+$Comp
+L Device:R_US R?
+U 1 1 5C83C379
+P 7400 4600
+F 0 "R?" H 7468 4646 50  0000 L CNN
+F 1 "R_US" H 7468 4555 50  0000 L CNN
+F 2 "" V 7440 4590 50  0001 C CNN
+F 3 "~" H 7400 4600 50  0001 C CNN
+	1    7400 4600
+	1    0    0    -1  
+$EndComp
+Wire Wire Line
+	7400 4200 7400 4450
+Wire Wire Line
+	6600 4200 7400 4200
+$Comp
+L power:GNDD #PWR?
+U 1 1 5C83C472
+P 7400 4750
+F 0 "#PWR?" H 7400 4500 50  0001 C CNN
+F 1 "GNDD" H 7404 4595 50  0000 C CNN
+F 2 "" H 7400 4750 50  0001 C CNN
+F 3 "" H 7400 4750 50  0001 C CNN
+	1    7400 4750
+	1    0    0    -1  
+$EndComp
+Wire Wire Line
+	6600 4850 6600 5300
+$Comp
+L Device:C C?
+U 1 1 5C83C55E
+P 7000 3500
+F 0 "C?" H 7115 3546 50  0000 L CNN
+F 1 "C" H 7115 3455 50  0000 L CNN
+F 2 "" H 7038 3350 50  0001 C CNN
+F 3 "~" H 7000 3500 50  0001 C CNN
+	1    7000 3500
+	1    0    0    -1  
+$EndComp
+Wire Wire Line
+	7000 3350 6600 3350
+Connection ~ 6600 3350
+Wire Wire Line
+	6600 3350 6600 3250
+$Comp
+L power:GNDD #PWR?
+U 1 1 5C83C66B
+P 7000 3650
+F 0 "#PWR?" H 7000 3400 50  0001 C CNN
+F 1 "GNDD" H 7004 3495 50  0000 C CNN
+F 2 "" H 7000 3650 50  0001 C CNN
+F 3 "" H 7000 3650 50  0001 C CNN
+	1    7000 3650
+	1    0    0    -1  
+$EndComp
+$EndSCHEMATC