diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..edfa664 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,43 @@ +# Project status and open source + +This repo is public because + +1. It has always been our intention to make this open-source. +2. We figured it's best to err on the side of doing this early instead of late. +3. It may prove useful to those outside our company. + +This is not a production design. It was designed for and served a specific +purpose in support of our actual production designs. It is not under active +development, and comes with no warranty. + +And so, we thought it was important to explain where we're currently at, and +manage your expectations. + +- We are a small company. + +- Our current goal is to get our first generation products finished and in + customers' hands. + +- We've created this design in support of our end-goal, not as its own thing. + We're all working on the products, and tool development is a side effect. + +- For expediency, we've made "get-it-done" choices with libraries and parts. + We may split or clean this up later, but, for now, we're primarily focused on + getting _our_ product ready, because, again, we need to finish our computers. + +- These points together mean that we may not have enough bandwidth to review and + integrate outside PRs right now. + +You're welcome to send PRs! If we have time, or if the PRs are very small or fix +bugs, we may even integrate them in the near future. But be aware that we might +not get to it for a while, by which time it might no longer be relevant. + +We've all dealt with those open source projects that feel open in name only, and +have big patches and history-free source drops appearing from behind the walls +of some large organization. We don't like that, and we're not going to do that. +But please bear with us while we're scaling up. + +If you want to ask about whether a PR is consistent with our short-term plan +_before_ you put in the work -- and you should! -- hit us up in an issue. + +Thanks! \ No newline at end of file diff --git a/MCNs/2E1/R4R5_replace.png b/MCNs/2E1/R4R5_replace.png new file mode 100644 index 0000000..abee03c Binary files /dev/null and b/MCNs/2E1/R4R5_replace.png differ diff --git a/MCNs/2E1/README.adoc b/MCNs/2E1/README.adoc new file mode 100644 index 0000000..c1abba1 --- /dev/null +++ b/MCNs/2E1/README.adoc @@ -0,0 +1,74 @@ += SPI Mux MCN rev2-E1 + +== Rationale +A couple of incorrect voltages were identified though testing of the spimux. + +. U2 pin10 (enable) should be a 3V3 signal rather than a 1V8 signal +. U3 pins 14 and 24 (mux select) should be a 1V8 signal rather than a 3V3 signal. + +Note the rework documented here will use the spare channel on the level translator so that the flash mux select goes through the level translator from the SP. + +To fix the first issue, we're going to disconnect R2 from 1V8 and connect to 3V3 so SP_TRANS_EN is pulled up to 3V3. + +To fix the second issue, we're going to run the SP signal `SP_QSPI_XTRA10` through the level translator and also disconnect +J5 pin 1 from 3V3 and connect it to 1V8. + +Additionally R4 and R5 are too weak to properly drive the bus (with the level translator) when nothing is connected. these will be changed to 3.3k Ohms. + +== Material/Tools + +Aside from normal lab tools like optical magnification, solder, flux, and tweezers, you'll need: + +. some 30ga wire, + +. qty 2 3.3k 0402 resistors (per board) + +. exacto knife for scraping/cutting traces. + + +== Physical Rework steps + +To disconnect J5 pin1 from 3V3 and connect it to 1V8 do the following: + +. Cut the trace (`3V3`) between the silkscreen of `R2` and `R3` + +image::jumper_topside.png[Trace Cut] + +. Connect the now-disconnected size of R2 to 3V3 with a jumper wire as shown below in the 2nd picture. + +image::topside_jumper2.png[Jumper] + +. Cut the trace running along the top-side of the board `SP_QSPI_XTRA10` where indicated in red. (first picture) + +. Carefully expose the copper of the traces on either side of the cut to allow jumper wires to be soldered to these spots. (Light grey blocks in first picture below) + +. Solder a jumper (blue in first picture below) between the exposed trace and pin 12 of U2 (un-used Y8 of level translator) + +. Solder a jumper (orange in first picture below) between U2 pin 9 (un-used A8 of level translator) and the remaining exposed trace + +image::enable_level_trans.png[Level Trans] + +. Replace R4 and R5 on the top side of the board with 3.3k resistors. + +image::R4R5_replace.png[Pull-ups] + +. On the back side of the board, solder a jumper between J1 pin1 (`1V8`) and J5 pin 1 (see 2nd picture below) + +. On the back side of the board, the the trace (`1V8`) between J2 pin1 and the via, or optionally +carfully drill the the via to disconnect from 1V8 + +image::bottom-side_jumper.png[Bottom Side] + + +Update the board marking: + +- Re-label board as rev2-E1 + +Final example rework pictures: + +image::top_finished.jpg[Finished Top] +image::bottom_finished.jpg[Finished Bottom] + +== Determinations + +Until spi-mux bring-up is complete no cad changes have been initiated. diff --git a/MCNs/2E1/bottom-side_jumper.png b/MCNs/2E1/bottom-side_jumper.png new file mode 100644 index 0000000..fd5e052 Binary files /dev/null and b/MCNs/2E1/bottom-side_jumper.png differ diff --git a/MCNs/2E1/bottom_finished.jpg b/MCNs/2E1/bottom_finished.jpg new file mode 100644 index 0000000..2054808 Binary files /dev/null and b/MCNs/2E1/bottom_finished.jpg differ diff --git a/MCNs/2E1/enable_level_trans.png b/MCNs/2E1/enable_level_trans.png new file mode 100644 index 0000000..de2679d Binary files /dev/null and b/MCNs/2E1/enable_level_trans.png differ diff --git a/MCNs/2E1/jumper_topside.png b/MCNs/2E1/jumper_topside.png new file mode 100644 index 0000000..481b25f Binary files /dev/null and b/MCNs/2E1/jumper_topside.png differ diff --git a/MCNs/2E1/top_finished.jpg b/MCNs/2E1/top_finished.jpg new file mode 100644 index 0000000..6d27544 Binary files /dev/null and b/MCNs/2E1/top_finished.jpg differ diff --git a/MCNs/2E1/topside_jumper2.png b/MCNs/2E1/topside_jumper2.png new file mode 100644 index 0000000..8e54861 Binary files /dev/null and b/MCNs/2E1/topside_jumper2.png differ diff --git a/README.md b/README.md index ea2fe63..9797769 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ # hw-spimux PMOD Quad SPI flash mux debug board +Breaks out the Gimletlet QSPI port to a MT25QU256ABA8E12 Flash memory IC. + + + +# Model Change Notices +We use Model Change Notices (MCNs) to track rework made in between CAD updates +andboard spins. +These are preserved in this repo for historical and reference reasons even +after the CAD has been updated. + +# Status +The CAD represents what was built without the MCN(s) applied. \ No newline at end of file diff --git a/docs/spimux.png b/docs/spimux.png new file mode 100644 index 0000000..92a2071 Binary files /dev/null and b/docs/spimux.png differ diff --git a/fp-info-cache b/fp-info-cache new file mode 100644 index 0000000..573541a --- /dev/null +++ b/fp-info-cache @@ -0,0 +1 @@ +0 diff --git a/fp-lib-table b/fp-lib-table new file mode 100644 index 0000000..6c89bb9 --- /dev/null +++ b/fp-lib-table @@ -0,0 +1,5 @@ +(fp_lib_table + (lib (name pmod)(type KiCad)(uri ${KIPRJMOD}/../lib/pmod.pretty)(options "")(descr "")) + (lib (name spimux)(type KiCad)(uri ${KIPRJMOD}/spimux.pretty)(options "")(descr "")) + (lib (name grumpy)(type KiCad)(uri ${KIPRJMOD}/../lib/grumpy.pretty)(options "")(descr "")) +) diff --git a/oxide_spimux.lib b/oxide_spimux.lib new file mode 100644 index 0000000..1d9e1ad --- /dev/null +++ b/oxide_spimux.lib @@ -0,0 +1,104 @@ +EESchema-LIBRARY Version 2.4 +#encoding utf-8 +# +# ADG3308BCPZ +# +DEF ADG3308BCPZ U 0 40 Y Y 1 F N +F0 "U" 50 150 50 H V C CNN +F1 "ADG3308BCPZ" 450 -1250 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +S 0 100 900 -1200 0 1 0 f +X A2 1 1000 -250 100 L 50 50 1 1 B +X Y8 10 -100 -850 100 R 50 50 1 1 B +X Y7 11 -100 -750 100 R 50 50 1 1 B +X Y6 12 -100 -650 100 R 50 50 1 1 B +X Y5 13 -100 -550 100 R 50 50 1 1 B +X Y4 14 -100 -450 100 R 50 50 1 1 B +X Y3 15 -100 -350 100 R 50 50 1 1 B +X Y2 16 -100 -250 100 R 50 50 1 1 B +X Y1 17 -100 -150 100 R 50 50 1 1 B +X VCCY 18 -100 0 100 R 50 50 1 1 W +X VCCA 19 1000 0 100 L 50 50 1 1 W +X A3 2 1000 -350 100 L 50 50 1 1 B +X A1 20 1000 -150 100 L 50 50 1 1 B +X A4 3 1000 -450 100 L 50 50 1 1 B +X A5 4 1000 -550 100 L 50 50 1 1 B +X A6 5 1000 -650 100 L 50 50 1 1 B +X A7 6 1000 -750 100 L 50 50 1 1 B +X A8 7 1000 -850 100 L 50 50 1 1 B +X EN 8 1000 -1000 100 L 50 50 1 1 I +X GND 9 -100 -1000 100 R 50 50 1 1 W +ENDDRAW +ENDDEF +# +# ADG3308BRUZ +# +DEF ADG3308BRUZ U 0 40 Y Y 1 F N +F0 "U" 50 150 50 H V C CNN +F1 "ADG3308BRUZ" 450 -1250 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +S 0 100 900 -1200 0 1 0 f +X VCCA 1 1000 0 100 L 50 50 1 1 W +X EN 10 -100 -1000 100 R 50 50 1 1 I +X GND 11 1000 -1000 100 L 50 50 1 1 W +X Y8 12 -100 -850 100 R 50 50 1 1 B +X Y7 13 -100 -750 100 R 50 50 1 1 B +X Y6 14 -100 -650 100 R 50 50 1 1 B +X Y5 15 -100 -550 100 R 50 50 1 1 B +X Y4 16 -100 -450 100 R 50 50 1 1 B +X Y3 17 -100 -350 100 R 50 50 1 1 B +X Y2 18 -100 -250 100 R 50 50 1 1 B +X Y1 19 -100 -150 100 R 50 50 1 1 B +X A1 2 1000 -150 100 L 50 50 1 1 B +X VCCY 20 -100 0 100 R 50 50 1 1 W +X A2 3 1000 -250 100 L 50 50 1 1 B +X A3 4 1000 -350 100 L 50 50 1 1 B +X A4 5 1000 -450 100 L 50 50 1 1 B +X A5 6 1000 -550 100 L 50 50 1 1 B +X A6 7 1000 -650 100 L 50 50 1 1 B +X A7 8 1000 -750 100 L 50 50 1 1 B +X A8 9 1000 -850 100 L 50 50 1 1 B +ENDDRAW +ENDDEF +# +# MT25QU256ABA8E12 +# +DEF MT25QU256ABA8E12 U 0 40 Y Y 1 F N +F0 "U" 150 200 50 H V C CNN +F1 "MT25QU256ABA8E12" 550 -1350 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +S 100 150 1000 -1300 0 1 0 f +X NC A2 1000 -1200 100 L 50 50 1 1 N N +X RFU1 A3 0 -900 100 R 50 50 1 1 N N +X ~RESET A4 0 -200 100 R 50 50 1 1 I +X RFU2 A5 0 -1000 100 R 50 50 1 1 N N +X RFU3 B1 1000 0 100 L 50 50 1 1 N N +X C B2 0 -800 100 R 50 50 1 1 I +X VSS B3 0 -1200 100 R 50 50 1 1 W +X VCC B4 0 0 100 R 50 50 1 1 W +X RFU4 B5 1000 -100 100 L 50 50 1 1 N N +X RFU5 C1 1000 -200 100 L 50 50 1 1 N N +X ~S C2 0 -700 100 R 50 50 1 1 I +X RFU6 C3 1000 -300 100 L 50 50 1 1 N N +X ~W~/DQ2 C4 0 -400 100 R 50 50 1 1 I +X RFU7 C5 1000 -400 100 L 50 50 1 1 N N +X RFU8 D1 1000 -500 100 L 50 50 1 1 N N +X DQ1 D2 0 -500 100 R 50 50 1 1 I +X DQ0 D3 0 -600 100 R 50 50 1 1 I +X DQ3/~HOLD D4 0 -300 100 R 50 50 1 1 I +X RFU9 D5 1000 -600 100 L 50 50 1 1 N N +X RFU10 E1 1000 -700 100 L 50 50 1 1 N N +X RFU11 E2 1000 -800 100 L 50 50 1 1 N N +X RFU12 E3 1000 -900 100 L 50 50 1 1 N N +X RFU13 E4 1000 -1000 100 L 50 50 1 1 N N +X RFU14 E5 1000 -1100 100 L 50 50 1 1 N N +ENDDRAW +ENDDEF +# +#End Library diff --git a/spimux-backups/spimux-2023-02-24_103339.zip b/spimux-backups/spimux-2023-02-24_103339.zip new file mode 100644 index 0000000..79b2adf Binary files /dev/null and b/spimux-backups/spimux-2023-02-24_103339.zip differ diff --git a/spimux-cache.lib b/spimux-cache.lib new file mode 100644 index 0000000..af87e72 --- /dev/null +++ b/spimux-cache.lib @@ -0,0 +1,334 @@ +EESchema-LIBRARY Version 2.4 +#encoding utf-8 +# +# Analog_Switch_TS3A27518EPW +# +DEF Analog_Switch_TS3A27518EPW U 0 20 Y Y 1 F N +F0 "U" -550 750 50 H V C CNN +F1 "Analog_Switch_TS3A27518EPW" 350 750 50 H V C CNN +F2 "Package_SO:TSSOP-24_4.4x7.8mm_P0.65mm" 0 1000 50 H I C CNN +F3 "" 0 -100 50 H I C CNN +$FPLIST + TSSOP*4.4x7.8mm*P0.65mm* +$ENDFPLIST +DRAW +S 600 -700 -600 700 0 1 10 f +X NC2 1 700 500 100 L 50 50 1 1 B +X COM5 10 -700 200 100 R 50 50 1 1 B +X NO1 11 700 -100 100 L 50 50 1 1 B +X COM6 12 -700 100 100 R 50 50 1 1 B +X NO2 13 700 -200 100 L 50 50 1 1 B +X IN2 14 -700 -400 100 R 50 50 1 1 I +X NO3 15 700 -300 100 L 50 50 1 1 B +X NO6 16 700 -600 100 L 50 50 1 1 B +X NO4 17 700 -400 100 L 50 50 1 1 B +X NO5 18 700 -500 100 L 50 50 1 1 B +X NC5 19 700 200 100 L 50 50 1 1 B +X NC1 2 700 600 100 L 50 50 1 1 B +X ~EN 20 -700 -100 100 R 50 50 1 1 I +X NC4 21 700 300 100 L 50 50 1 1 B +X NC6 22 700 100 100 L 50 50 1 1 B +X NC3 23 700 400 100 L 50 50 1 1 B +X IN1 24 -700 -300 100 R 50 50 1 1 I +X N.C. 3 -600 -600 100 R 50 50 1 1 N N +X COM1 4 -700 600 100 R 50 50 1 1 B +X GND 5 0 -800 100 U 50 50 1 1 W +X COM2 6 -700 500 100 R 50 50 1 1 B +X COM3 7 -700 400 100 R 50 50 1 1 B +X VCC 8 0 800 100 D 50 50 1 1 W +X COM4 9 -700 300 100 R 50 50 1 1 B +ENDDRAW +ENDDEF +# +# Connector_Generic_Conn_01x02 +# +DEF Connector_Generic_Conn_01x02 J 0 40 Y N 1 F N +F0 "J" 0 100 50 H V C CNN +F1 "Connector_Generic_Conn_01x02" 0 -200 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + Connector*:*_1x??_* +$ENDFPLIST +DRAW +S -50 -95 0 -105 1 1 6 N +S -50 5 0 -5 1 1 6 N +S -50 50 50 -150 1 1 10 f +X Pin_1 1 -200 0 150 R 50 50 1 1 P +X Pin_2 2 -200 -100 150 R 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Connector_Generic_Conn_01x03 +# +DEF Connector_Generic_Conn_01x03 J 0 40 Y N 1 F N +F0 "J" 0 200 50 H V C CNN +F1 "Connector_Generic_Conn_01x03" 0 -200 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + Connector*:*_1x??_* +$ENDFPLIST +DRAW +S -50 -95 0 -105 1 1 6 N +S -50 5 0 -5 1 1 6 N +S -50 105 0 95 1 1 6 N +S -50 150 50 -150 1 1 10 f +X Pin_1 1 -200 100 150 R 50 50 1 1 P +X Pin_2 2 -200 0 150 R 50 50 1 1 P +X Pin_3 3 -200 -100 150 R 50 50 1 1 P +ENDDRAW +ENDDEF +# +# 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_CP1_Small +# +DEF Device_CP1_Small C 0 10 N N 1 F N +F0 "C" 10 70 50 H V L CNN +F1 "Device_CP1_Small" 10 -80 50 H V L CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + CP_* +$ENDFPLIST +DRAW +A 0 -140 125 1186 614 0 1 12 N -60 -30 60 -30 +P 2 0 1 12 -60 20 60 20 N +P 2 0 1 0 -50 60 -30 60 N +P 2 0 1 0 -40 50 -40 70 N +X ~ 1 0 100 80 D 50 50 1 1 P +X ~ 2 0 -100 80 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 +# +# Mechanical_MountingHole_Pad +# +DEF Mechanical_MountingHole_Pad H 0 40 N N 1 F N +F0 "H" 0 250 50 H V C CNN +F1 "Mechanical_MountingHole_Pad" 0 175 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + MountingHole*Pad* +$ENDFPLIST +DRAW +C 0 50 50 0 1 50 N +X 1 1 0 -100 100 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# Regulator_Linear_LM1117-1.8 +# +DEF Regulator_Linear_LM1117-1.8 U 0 10 Y Y 1 F N +F0 "U" -150 125 50 H V C CNN +F1 "Regulator_Linear_LM1117-1.8" 0 125 50 H V L CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +ALIAS LM1117-2.5 LM1117-3.3 LM1117-5.0 TLV1117-15 TLV1117-18 TLV1117-25 TLV1117-33 TLV1117-50 +$FPLIST + SOT?223* + TO?263* + TO?252* + TO?220* +$ENDFPLIST +DRAW +S -200 -200 200 75 0 1 10 f +X GND 1 0 -300 100 U 50 50 1 1 W +X VO 2 300 0 100 L 50 50 1 1 w +X VI 3 -300 0 100 R 50 50 1 1 W +ENDDRAW +ENDDEF +# +# gimletlet-cache_Connector_Generic_Conn_02x06_Top_Bottom +# +DEF gimletlet-cache_Connector_Generic_Conn_02x06_Top_Bottom J 0 40 Y N 1 F N +F0 "J" 50 300 50 H V C CNN +F1 "gimletlet-cache_Connector_Generic_Conn_02x06_Top_Bottom" 50 -400 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + Connector*:*_2x??_* +$ENDFPLIST +DRAW +S -50 -295 0 -305 1 1 6 N +S -50 -195 0 -205 1 1 6 N +S -50 -95 0 -105 1 1 6 N +S -50 5 0 -5 1 1 6 N +S -50 105 0 95 1 1 6 N +S -50 205 0 195 1 1 6 N +S -50 250 150 -350 1 1 10 f +S 150 -295 100 -305 1 1 6 N +S 150 -195 100 -205 1 1 6 N +S 150 -95 100 -105 1 1 6 N +S 150 5 100 -5 1 1 6 N +S 150 105 100 95 1 1 6 N +S 150 205 100 195 1 1 6 N +X Pin_1 1 -200 200 150 R 50 50 1 1 P +X Pin_10 10 300 -100 150 L 50 50 1 1 P +X Pin_11 11 300 -200 150 L 50 50 1 1 P +X Pin_12 12 300 -300 150 L 50 50 1 1 P +X Pin_2 2 -200 100 150 R 50 50 1 1 P +X Pin_3 3 -200 0 150 R 50 50 1 1 P +X Pin_4 4 -200 -100 150 R 50 50 1 1 P +X Pin_5 5 -200 -200 150 R 50 50 1 1 P +X Pin_6 6 -200 -300 150 R 50 50 1 1 P +X Pin_7 7 300 200 150 L 50 50 1 1 P +X Pin_8 8 300 100 150 L 50 50 1 1 P +X Pin_9 9 300 0 150 L 50 50 1 1 P +ENDDRAW +ENDDEF +# +# oxide_spimux_ADG3308BRUZ +# +DEF oxide_spimux_ADG3308BRUZ U 0 40 Y Y 1 F N +F0 "U" 50 150 50 H V C CNN +F1 "oxide_spimux_ADG3308BRUZ" 450 -1250 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +S 0 100 900 -1200 0 1 0 f +X VCCA 1 1000 0 100 L 50 50 1 1 W +X EN 10 -100 -1000 100 R 50 50 1 1 I +X GND 11 1000 -1000 100 L 50 50 1 1 W +X Y8 12 -100 -850 100 R 50 50 1 1 B +X Y7 13 -100 -750 100 R 50 50 1 1 B +X Y6 14 -100 -650 100 R 50 50 1 1 B +X Y5 15 -100 -550 100 R 50 50 1 1 B +X Y4 16 -100 -450 100 R 50 50 1 1 B +X Y3 17 -100 -350 100 R 50 50 1 1 B +X Y2 18 -100 -250 100 R 50 50 1 1 B +X Y1 19 -100 -150 100 R 50 50 1 1 B +X A1 2 1000 -150 100 L 50 50 1 1 B +X VCCY 20 -100 0 100 R 50 50 1 1 W +X A2 3 1000 -250 100 L 50 50 1 1 B +X A3 4 1000 -350 100 L 50 50 1 1 B +X A4 5 1000 -450 100 L 50 50 1 1 B +X A5 6 1000 -550 100 L 50 50 1 1 B +X A6 7 1000 -650 100 L 50 50 1 1 B +X A7 8 1000 -750 100 L 50 50 1 1 B +X A8 9 1000 -850 100 L 50 50 1 1 B +ENDDRAW +ENDDEF +# +# oxide_spimux_MT25QU256ABA8E12 +# +DEF oxide_spimux_MT25QU256ABA8E12 U 0 40 Y Y 1 F N +F0 "U" 150 200 50 H V C CNN +F1 "oxide_spimux_MT25QU256ABA8E12" 550 -1350 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +S 100 150 1000 -1300 0 1 0 f +X NC A2 1000 -1200 100 L 50 50 1 1 N N +X RFU1 A3 0 -900 100 R 50 50 1 1 N N +X ~RESET A4 0 -200 100 R 50 50 1 1 I +X RFU2 A5 0 -1000 100 R 50 50 1 1 N N +X RFU3 B1 1000 0 100 L 50 50 1 1 N N +X C B2 0 -800 100 R 50 50 1 1 I +X VSS B3 0 -1200 100 R 50 50 1 1 W +X VCC B4 0 0 100 R 50 50 1 1 W +X RFU4 B5 1000 -100 100 L 50 50 1 1 N N +X RFU5 C1 1000 -200 100 L 50 50 1 1 N N +X ~S C2 0 -700 100 R 50 50 1 1 I +X RFU6 C3 1000 -300 100 L 50 50 1 1 N N +X ~W~/DQ2 C4 0 -400 100 R 50 50 1 1 I +X RFU7 C5 1000 -400 100 L 50 50 1 1 N N +X RFU8 D1 1000 -500 100 L 50 50 1 1 N N +X DQ1 D2 0 -500 100 R 50 50 1 1 I +X DQ0 D3 0 -600 100 R 50 50 1 1 I +X DQ3/~HOLD D4 0 -300 100 R 50 50 1 1 I +X RFU9 D5 1000 -600 100 L 50 50 1 1 N N +X RFU10 E1 1000 -700 100 L 50 50 1 1 N N +X RFU11 E2 1000 -800 100 L 50 50 1 1 N N +X RFU12 E3 1000 -900 100 L 50 50 1 1 N N +X RFU13 E4 1000 -1000 100 L 50 50 1 1 N N +X RFU14 E5 1000 -1100 100 L 50 50 1 1 N N +ENDDRAW +ENDDEF +# +# power_+1V8 +# +DEF power_+1V8 #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -150 50 H I C CNN +F1 "power_+1V8" 0 140 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +P 2 0 1 0 -30 50 0 100 N +P 2 0 1 0 0 0 0 100 N +P 2 0 1 0 0 100 30 50 N +X +1V8 1 0 0 0 U 50 50 1 1 W N +ENDDRAW +ENDDEF +# +# power_+3.3V +# +DEF power_+3.3V #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -150 50 H I C CNN +F1 "power_+3.3V" 0 140 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +ALIAS +3.3V +DRAW +P 2 0 1 0 -30 50 0 100 N +P 2 0 1 0 0 0 0 100 N +P 2 0 1 0 0 100 30 50 N +X +3V3 1 0 0 0 U 50 50 1 1 W N +ENDDRAW +ENDDEF +# +# power_GNDREF +# +DEF power_GNDREF #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -250 50 H I C CNN +F1 "power_GNDREF" 0 -150 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +P 2 0 1 0 -25 -75 25 -75 N +P 2 0 1 0 -5 -100 5 -100 N +P 2 0 1 0 0 -50 0 0 N +P 2 0 1 0 50 -50 -50 -50 N +X GNDREF 1 0 0 0 D 50 50 1 1 W N +ENDDRAW +ENDDEF +# +#End Library diff --git a/spimux-rescue.kicad_sym b/spimux-rescue.kicad_sym new file mode 100644 index 0000000..a399a3a --- /dev/null +++ b/spimux-rescue.kicad_sym @@ -0,0 +1,142 @@ +(kicad_symbol_lib (version 20220914) (generator kicad_symbol_editor) + (symbol "+3.3V-power" (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" "+3.3V-power" (at 0 3.556 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) + ) + (symbol "+3.3V-power_0_1" + (polyline + (pts + (xy -0.762 1.27) + (xy 0 2.54) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 0) + (xy 0 2.54) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 2.54) + (xy 0.762 1.27) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + ) + (symbol "+3.3V-power_1_1" + (pin power_in line (at 0 0 90) (length 0) hide + (name "+3V3" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "CP1_Small-Device" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) + (property "Reference" "C" (at 0.254 1.778 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Device_CP1_Small" (at 0.254 -2.032 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" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "CP_*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "CP1_Small-Device_0_1" + (polyline + (pts + (xy -1.524 0.508) + (xy 1.524 0.508) + ) + (stroke (width 0.3048) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.27 1.524) + (xy -0.762 1.524) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.016 1.27) + (xy -1.016 1.778) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (arc (start 1.524 -0.762) (mid 0 -0.3734) (end -1.524 -0.762) + (stroke (width 0.3048) (type solid)) + (fill (type none)) + ) + ) + (symbol "CP1_Small-Device_1_1" + (pin passive line (at 0 2.54 270) (length 2.032) + (name "~" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -2.54 90) (length 2.032) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "LM1117-1.8-Regulator_Linear" (pin_names (offset 0.254)) (in_bom yes) (on_board yes) + (property "Reference" "U" (at -3.81 3.175 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Regulator_Linear_LM1117-1.8" (at 0 3.175 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" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "SOT?223* TO?263* TO?252* TO?220*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "LM1117-1.8-Regulator_Linear_0_1" + (rectangle (start -5.08 -5.08) (end 5.08 1.905) + (stroke (width 0.254) (type solid)) + (fill (type background)) + ) + ) + (symbol "LM1117-1.8-Regulator_Linear_1_1" + (pin power_in line (at 0 -7.62 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin power_out line (at 7.62 0 180) (length 2.54) + (name "VO" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at -7.62 0 0) (length 2.54) + (name "VI" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + ) + ) +) diff --git a/spimux.kicad_pcb b/spimux.kicad_pcb new file mode 100644 index 0000000..07e6974 --- /dev/null +++ b/spimux.kicad_pcb @@ -0,0 +1,5581 @@ +(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) + ) + + (setup + (pad_to_mask_clearance 0) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros false) + (usegerberextensions false) + (usegerberattributes false) + (usegerberadvancedattributes false) + (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 0) + (scaleselection 1) + (outputdirectory "gerbers/") + ) + ) + + (net 0 "") + (net 1 "GNDREF") + (net 2 "+3V3") + (net 3 "+1V8") + (net 4 "/~{SPI_MUX_EN_L}") + (net 5 "/SP_TRANS_EN") + (net 6 "/SP_QSPI_XTRA10") + (net 7 "/SP_QSPI_CLK") + (net 8 "/SP_QSPI_IO3") + (net 9 "/SP_QSPI_IO1") + (net 10 "/SP_QSPI_IO2") + (net 11 "/SP_QSPI_IO0") + (net 12 "/SP_QSPI_XTRA7") + (net 13 "/~{SP_QSPI_CS}") + (net 14 "Net-(J4-Pad11)") + (net 15 "Net-(J4-Pad10)") + (net 16 "/SP3_QSPI_IO3") + (net 17 "/SP3_QSPI_IO2") + (net 18 "Net-(J4-Pad7)") + (net 19 "Net-(J4-Pad5)") + (net 20 "/SP3_QSPI_CLK") + (net 21 "/SP3_QSPI_IO1") + (net 22 "/SP3_QSPI_IO0") + (net 23 "/~{SP3_QSPI_CS}") + (net 24 "/MANUAL_MUX_SELECT") + (net 25 "/FLASH_MUX_SELECT") + (net 26 "/SPI_FLASH_DQ3") + (net 27 "/~{SP_FLASH_RESET_L_1V8}") + (net 28 "/SP_FLASH_DQ3_1V8") + (net 29 "/SP_FLASH_DQ2_1V8") + (net 30 "/SP_FLASH_DQ1_1V8") + (net 31 "/SP_FLASH_DQ0_1V8") + (net 32 "/~{SP_FLASH_CS_L_1V8}") + (net 33 "/SP_FLASH_CLK_1V8") + (net 34 "/SPI_FLASH_CLK") + (net 35 "/~{SPI_FLASH_CS_L}") + (net 36 "/SPI_FLASH_D0") + (net 37 "/SPI_FLASH_DQ1") + (net 38 "/SPI_FLASH_DQ2") + (net 39 "Net-(U3-Pad3)") + (net 40 "Net-(U4-PadE5)") + (net 41 "Net-(U4-PadD5)") + (net 42 "Net-(U4-PadC5)") + (net 43 "Net-(U4-PadB5)") + (net 44 "Net-(U4-PadA5)") + (net 45 "Net-(U4-PadE4)") + (net 46 "Net-(U4-PadE3)") + (net 47 "Net-(U4-PadC3)") + (net 48 "Net-(U4-PadA3)") + (net 49 "Net-(U4-PadE2)") + (net 50 "Net-(U4-PadA2)") + (net 51 "Net-(U4-PadE1)") + (net 52 "Net-(U4-PadD1)") + (net 53 "Net-(U4-PadC1)") + (net 54 "Net-(U4-PadB1)") + (net 55 "Net-(U2-Pad12)") + (net 56 "Net-(U2-Pad9)") + + (footprint "pmod:PMOD_12pin_peripheral_horizontal" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-000060f11afb) + (at 94.94 93.74) + (descr "Through hole angled pin header, 2x06, 2.54mm pitch, 6mm pin length, double rows") + (tags "Through hole angled pin header THT 2x06 2.54mm double row") + (path "/00000000-0000-0000-0000-000060f224f8") + (attr through_hole) + (fp_text reference "J3" (at 9.82 15.16) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp f6c3fa54-7567-4e9b-8eac-6a2b69f592ec) + ) + (fp_text value "QSPI PMOD" (at 5.655 14.97) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 5a0be427-783d-47e2-b0b2-ea8b4a645f1c) + ) + (fp_text user "Board Edge" (at 5.842 6.604 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 61e7b64c-20f6-4e82-aae6-2d0ac13bca1c) + ) + (fp_text user "${REFERENCE}" (at 7.898 6.35 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 98bd9cee-9b07-45a9-add8-9b9d199af41d) + ) + (fp_line (start -1.21 -0.38) (end -1.21 0.38) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 49fe96f1-1470-4664-adee-52e9760bbc95)) + (fp_line (start -1.21 0.38) (end 4.79 0.38) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2f8a6c98-7edc-4784-af89-9009cb26e3e6)) + (fp_line (start -1.21 2.16) (end -1.21 2.92) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9db74d63-b873-4d50-a87e-86af9f00883c)) + (fp_line (start -1.21 2.92) (end 4.79 2.92) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 45b1bfe3-bea9-41fc-8716-de57ecab2865)) + (fp_line (start -1.21 4.7) (end -1.21 5.46) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 67cd40d1-eafc-4538-8c26-b26fa8471125)) + (fp_line (start -1.21 5.46) (end 4.79 5.46) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bcabf078-2567-4592-ae2c-de22a2fd1550)) + (fp_line (start -1.21 7.24) (end -1.21 8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1b878e86-de25-4725-b410-226a4f57e820)) + (fp_line (start -1.21 8) (end 4.79 8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bd399aae-9a56-4d53-adc7-67789fa51c33)) + (fp_line (start -1.21 9.78) (end -1.21 10.54) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 42a75dfd-bc36-435f-8978-ab5be69b64ac)) + (fp_line (start -1.21 10.54) (end 4.79 10.54) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2fd2dac4-7bb3-4b70-a108-18baf3f205ac)) + (fp_line (start -1.21 12.32) (end -1.21 13.08) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 45325444-bd47-4fcd-8d56-c3af1cd72eaf)) + (fp_line (start -1.21 13.08) (end 4.79 13.08) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 98e2317e-924e-4d96-b508-480e1d0ac104)) + (fp_line (start 4.79 -1.33) (end 7.45 -1.33) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8cf3e781-3025-447a-ace8-38c05e8a8e12)) + (fp_line (start 4.79 -0.38) (end -1.21 -0.38) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 826b1b1b-d876-4f56-9c60-6b9aaa6202a3)) + (fp_line (start 4.79 -0.32) (end -1.21 -0.32) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 38019d82-0142-420d-8a07-4d38ccdec8a1)) + (fp_line (start 4.79 -0.2) (end -1.21 -0.2) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 97ab2df4-ca84-4ff2-a2e3-67cb9124b96d)) + (fp_line (start 4.79 -0.08) (end -1.21 -0.08) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1355c5a6-5905-4306-a227-af67cb7c39d2)) + (fp_line (start 4.79 0.04) (end -1.21 0.04) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dacd1baf-4478-4722-8948-38f141b3c713)) + (fp_line (start 4.79 0.16) (end -1.21 0.16) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8d120349-abc7-42aa-8fbd-bccd6bc413f0)) + (fp_line (start 4.79 0.28) (end -1.21 0.28) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2e8644df-21a8-43e6-81ca-d611a5bea7d1)) + (fp_line (start 4.79 2.16) (end -1.21 2.16) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cb238ace-4f09-42e5-8769-b992cad184c2)) + (fp_line (start 4.79 4.7) (end -1.21 4.7) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d985dfc8-aae9-455c-a167-a140a9586c45)) + (fp_line (start 4.79 7.24) (end -1.21 7.24) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b1b7ecd8-4aa0-475b-a803-891f15de5d44)) + (fp_line (start 4.79 9.78) (end -1.21 9.78) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 11c45cad-6435-4ce1-a44c-b6612af1214e)) + (fp_line (start 4.79 12.32) (end -1.21 12.32) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 101609d2-1090-4fd3-a1c5-97be091b3213)) + (fp_line (start 4.79 14.03) (end 4.79 -1.33) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 551df89f-fe3b-4afd-be3d-8e97615b351c)) + (fp_line (start 7.45 -1.33) (end 7.45 14.03) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c2d64286-eb01-4af3-83b0-f9f72483bb23)) + (fp_line (start 7.45 1.27) (end 4.79 1.27) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 591544c5-8e5b-4446-9668-a81b16eada0d)) + (fp_line (start 7.45 3.81) (end 4.79 3.81) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6d304352-ef5c-4815-a958-83abc220937c)) + (fp_line (start 7.45 8.89) (end 4.79 8.89) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d6d9a407-e4b9-408b-a4ae-5957e4e0a8e2)) + (fp_line (start 7.45 11.43) (end 4.79 11.43) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0bbdca47-912a-441c-9f2d-88ab053c4d11)) + (fp_line (start 7.45 14.03) (end 4.79 14.03) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 43552558-97a5-4684-a9cc-94a2c061d593)) + (fp_line (start 7.847071 -0.38) (end 7.45 -0.38) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bc2f2961-67e3-40a9-8323-2a5bfbbb0ada)) + (fp_line (start 7.847071 0.38) (end 7.45 0.38) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 38aa4a5b-0e3e-4a9d-8190-4d10afa990a4)) + (fp_line (start 7.847071 2.16) (end 7.45 2.16) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e37308f7-ef53-487a-8bd9-16274a270f4a)) + (fp_line (start 7.847071 2.92) (end 7.45 2.92) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3234dd3d-817a-4882-b1af-ef7e901efc90)) + (fp_line (start 7.847071 4.7) (end 7.45 4.7) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 67a3ec2c-1dc8-4d8a-bc24-229fb84c7ad7)) + (fp_line (start 7.847071 5.46) (end 7.45 5.46) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a439a5e5-a4c4-43fc-913c-30d93a6c98a5)) + (fp_line (start 7.847071 7.24) (end 7.45 7.24) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4043ef3f-5a23-4b3f-ba49-7d8fa69dc9e3)) + (fp_line (start 7.847071 8) (end 7.45 8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f68f788f-1a59-484f-9bc2-ad942c0b1f8b)) + (fp_line (start 7.847071 9.78) (end 7.45 9.78) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3c89ad28-b171-4a7f-956d-cf451c0bb0a8)) + (fp_line (start 7.847071 10.54) (end 7.45 10.54) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a2375154-733e-47c2-a4c4-94cfececc11f)) + (fp_line (start 7.847071 12.32) (end 7.45 12.32) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7e250ee3-7bba-4e2d-a9e6-23434abcae97)) + (fp_line (start 7.847071 13.08) (end 7.45 13.08) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 43e0e904-8c1c-4a41-ab42-8afbb47626ea)) + (fp_line (start 9.228 6.35) (end 6.568 6.35) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8a79e70e-7ce7-4c0e-a4f8-d4542ccfa09a)) + (fp_line (start 10.32 -0.38) (end 9.932929 -0.38) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d5c3db3e-df95-4974-921f-fc9c083cc8d4)) + (fp_line (start 10.32 0.38) (end 9.932929 0.38) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7f921680-1c15-4658-8fc1-5f9fca810adf)) + (fp_line (start 10.387071 2.16) (end 9.932929 2.16) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 283d26c4-a7e9-4ddf-af81-f470f76a01a9)) + (fp_line (start 10.387071 2.92) (end 9.932929 2.92) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c7c26ebe-c58f-41c3-af51-e1c149501604)) + (fp_line (start 10.387071 4.7) (end 9.932929 4.7) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 07a9cb23-dbda-4029-b67b-2258c631754f)) + (fp_line (start 10.387071 5.46) (end 9.932929 5.46) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8be2d6c3-59c2-4c7b-9ed9-26f0b957ff24)) + (fp_line (start 10.387071 7.24) (end 9.932929 7.24) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2d4d7986-0e95-42c4-94e0-b60856f39b29)) + (fp_line (start 10.387071 8) (end 9.932929 8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d2b0915d-7588-4645-b39e-7c62abaaa9fd)) + (fp_line (start 10.387071 9.78) (end 9.932929 9.78) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 03c57c70-a8a8-4a1f-a053-b105e9fb7421)) + (fp_line (start 10.387071 10.54) (end 9.932929 10.54) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eab853df-bb74-40e9-ae63-e8dcce33f0fb)) + (fp_line (start 10.387071 12.32) (end 9.932929 12.32) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 044e67dd-26a1-4468-9dbe-a5a8d94be1b5)) + (fp_line (start 10.387071 13.08) (end 9.932929 13.08) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9d6baea6-5eb6-469a-a5b5-1c5ab1290e05)) + (fp_line (start 12.7 -1.27) (end 11.43 -1.27) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fc0f724c-c057-4476-bb6c-062866c139c5)) + (fp_line (start 12.7 0) (end 12.7 -1.27) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 25dac71a-2744-4a5f-b582-6f164b26da4e)) + (fp_line (start -1.8 -1.8) (end -1.8 14.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5ec4d687-3fb3-4231-92f7-e4b9830ffded)) + (fp_line (start -1.8 14.5) (end 13.1 14.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1834dddb-d74c-4a5e-b336-bdf5fa52e826)) + (fp_line (start 13.1 -1.8) (end -1.8 -1.8) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b0077b72-65b8-4eaf-9b71-38f2abdd91ea)) + (fp_line (start 13.1 14.5) (end 13.1 -1.8) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 81d73d1e-961e-4377-9163-8288f78469fc)) + (fp_line (start -1.15 -0.32) (end -1.15 0.32) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7b2fb065-851d-4523-9cf4-3490fcb30356)) + (fp_line (start -1.15 2.22) (end -1.15 2.86) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 99799b66-bfcc-40c6-b31e-4999a4cdadb6)) + (fp_line (start -1.15 4.76) (end -1.15 5.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9f4c0d21-5b55-4e5c-b155-7a12b55c0abc)) + (fp_line (start -1.15 7.3) (end -1.15 7.94) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7ca86c16-2783-46db-9161-5b55586a9859)) + (fp_line (start -1.15 9.84) (end -1.15 10.48) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4f540e0d-85b1-41fa-9017-9fce10e30b0a)) + (fp_line (start -1.15 12.38) (end -1.15 13.02) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 59c3ded7-1780-44bb-93d5-f4cd6133edf8)) + (fp_line (start 4.85 -1.27) (end 4.85 13.97) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f4cfe947-83a5-4b11-8661-5e89ecce792e)) + (fp_line (start 4.85 -0.32) (end -1.15 -0.32) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c71c6d6c-ac42-4dca-8bef-2014a7e9cfe9)) + (fp_line (start 4.85 0.32) (end -1.15 0.32) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 087f9bd3-3220-4365-bc4e-9a943976edd4)) + (fp_line (start 4.85 2.22) (end -1.15 2.22) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5e800e7c-ec4f-41f4-9b72-897cf5e3dcc0)) + (fp_line (start 4.85 2.86) (end -1.15 2.86) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a7e42d2e-a8ab-4b9b-9d85-620de5357096)) + (fp_line (start 4.85 4.76) (end -1.15 4.76) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3b62315b-df0e-4911-a609-9ca220ad10f2)) + (fp_line (start 4.85 5.4) (end -1.15 5.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1cf45af5-4c67-4309-86a8-605a3a40f9b2)) + (fp_line (start 4.85 7.3) (end -1.15 7.3) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4a41ff52-083f-4a01-b9c3-209021b9b03d)) + (fp_line (start 4.85 7.94) (end -1.15 7.94) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2a9ba4ea-8db1-4cde-a2c7-7e5c2f3d1ba4)) + (fp_line (start 4.85 9.84) (end -1.15 9.84) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d5320b33-3ce6-46b3-ae54-10a79b0d72b0)) + (fp_line (start 4.85 10.48) (end -1.15 10.48) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 32f84644-5883-4250-96dc-dd73ec6e1825)) + (fp_line (start 4.85 12.38) (end -1.15 12.38) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fa970805-0981-490a-9bf9-9ab243cc93b6)) + (fp_line (start 4.85 13.02) (end -1.15 13.02) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 17bde78d-b219-41ed-937f-3b97020871aa)) + (fp_line (start 4.85 13.97) (end 7.39 13.97) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d759495f-4bc6-4186-bbd9-da9d0b4366c7)) + (fp_line (start 5.08 -1.27) (end 5.08 13.97) + (stroke (width 0.12) (type solid)) (layer "F.Fab") (tstamp 58842c68-eb55-4100-9c4c-15b812c770b2)) + (fp_line (start 6.755 -1.27) (end 4.85 -1.27) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 11ad63c2-e70d-4a83-9727-d9a852e31061)) + (fp_line (start 7.39 -0.635) (end 6.755 -1.27) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 099cee2f-dd8e-4e38-a678-0d197ec4c361)) + (fp_line (start 7.39 13.97) (end 7.39 -0.635) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 77a025eb-c4fe-4d84-928d-fe35641d5afa)) + (fp_line (start 11.75 -0.32) (end 7.39 -0.32) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 19a70eb7-1809-4e1e-bdb1-bf913be8fde0)) + (fp_line (start 11.75 -0.32) (end 11.75 0.32) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 88e693dc-88f1-404f-b9cd-ca1eaa12a6db)) + (fp_line (start 11.75 0.32) (end 7.39 0.32) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8647af04-589a-48c3-9532-d0f357cce9e8)) + (fp_line (start 11.75 2.22) (end 7.39 2.22) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 352a2414-b176-4494-9285-67f1499987f5)) + (fp_line (start 11.75 2.22) (end 11.75 2.86) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 350a91f0-0650-4641-a70f-c596c60e94da)) + (fp_line (start 11.75 2.86) (end 7.39 2.86) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2c65472e-a3df-47fa-afd9-4ebb05cfc651)) + (fp_line (start 11.75 4.76) (end 7.39 4.76) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fb5e06dc-3572-459c-b629-9e192ffde0c2)) + (fp_line (start 11.75 4.76) (end 11.75 5.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cd56dcdd-4843-48cb-a7de-9224289f7704)) + (fp_line (start 11.75 5.4) (end 7.39 5.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 10f29f24-61b0-4233-85d8-e23107d1cf1d)) + (fp_line (start 11.75 7.3) (end 7.39 7.3) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5310c1ac-cbf0-4de0-b432-493e6b378436)) + (fp_line (start 11.75 7.3) (end 11.75 7.94) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7e565ee6-352b-4954-ad8e-391a57ee82c0)) + (fp_line (start 11.75 7.94) (end 7.39 7.94) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b3cce7e2-7959-41f4-ba5f-9ff666bf4187)) + (fp_line (start 11.75 9.84) (end 7.39 9.84) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c6633daa-69dc-48dc-b875-c02bf1bfc409)) + (fp_line (start 11.75 9.84) (end 11.75 10.48) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9ada5482-7e5c-44de-9150-90429fed6b70)) + (fp_line (start 11.75 10.48) (end 7.39 10.48) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aaac9500-e1a6-431b-b0ec-31a897da97e9)) + (fp_line (start 11.75 12.38) (end 7.39 12.38) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 13e40c9e-dc83-4795-aac3-599ece651841)) + (fp_line (start 11.75 12.38) (end 11.75 13.02) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6e53fd93-01ac-42a8-a4d4-4bb4f58707d7)) + (fp_line (start 11.75 13.02) (end 7.39 13.02) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f0281ebf-51ae-4ffe-a694-69ced36f2d55)) + (pad "1" thru_hole rect (at 11.43 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") + (net 13 "/~{SP_QSPI_CS}") (tstamp 92339446-3723-4d0d-bbea-2884a7e6c33b)) + (pad "2" thru_hole oval (at 11.43 2.54) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") + (net 11 "/SP_QSPI_IO0") (tstamp 174d3e77-67d0-4b4c-aa92-5b33ca7767a5)) + (pad "3" thru_hole oval (at 11.43 5.08) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") + (net 9 "/SP_QSPI_IO1") (tstamp 6624ae35-dc3a-4202-b247-c6b0d2380cad)) + (pad "4" thru_hole oval (at 11.43 7.62) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") + (net 7 "/SP_QSPI_CLK") (tstamp f54e9daf-996f-44ea-ae31-9113e28191d4)) + (pad "5" thru_hole oval (at 11.43 10.16) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") + (net 1 "GNDREF") (tstamp 1b1d0ce0-cc0b-4dff-9f89-2a554a95b8b9)) + (pad "6" thru_hole oval (at 11.43 12.7) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") + (net 2 "+3V3") (tstamp 619a2898-7725-42ed-bd9a-01c9beb99781)) + (pad "7" thru_hole oval (at 8.89 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") + (net 12 "/SP_QSPI_XTRA7") (tstamp b3b3e566-79cb-458b-b6ea-7a1c5d66299b)) + (pad "8" thru_hole oval (at 8.89 2.54) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") + (net 10 "/SP_QSPI_IO2") (tstamp 3a337ad2-84a8-46bc-b165-52dbdad8e642)) + (pad "9" thru_hole oval (at 8.89 5.08) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") + (net 8 "/SP_QSPI_IO3") (tstamp 879ba5e3-11cf-4d51-abe3-3fe58ed43196)) + (pad "10" thru_hole oval (at 8.89 7.62) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") + (net 6 "/SP_QSPI_XTRA10") (tstamp 7c92d0d7-33ad-420e-a0ce-867183c8408f)) + (pad "11" thru_hole oval (at 8.89 10.16) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") + (net 1 "GNDREF") (tstamp c81280ed-b5c4-44a4-986f-c0ceceaea9ed)) + (pad "12" thru_hole oval (at 8.89 12.7) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") + (net 2 "+3V3") (tstamp dadca30a-e836-47cb-8e66-2d0c5de2f88b)) + (model "${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_2x06_P2.54mm_Horizontal.wrl" + (offset (xyz 11.45 -12.7 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 180)) + ) + ) + + (footprint "Package_SO:TSSOP-24_4.4x7.8mm_P0.65mm" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-000060f19095) + (at 128.75 96.08 -90) + (descr "TSSOP, 24 Pin (JEDEC MO-153 Var AD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "TSSOP SO") + (path "/00000000-0000-0000-0000-000060edf7a1") + (attr smd) + (fp_text reference "U3" (at 3.35 -5.17 180) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp cdfe37af-dcf6-4ae8-92d8-ee11b8da578c) + ) + (fp_text value "TS3A27518EPW" (at 0 4.85 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp d0871a9c-5e25-4b7a-96a7-393556b149f7) + ) + (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 6af79ad9-2dfc-4d26-94d7-90bf5cfc5c52) + ) + (fp_line (start 0 -4.035) (end -3.6 -4.035) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4653c9bd-a4bc-4b34-a02d-17aceaffd002)) + (fp_line (start 0 -4.035) (end 2.2 -4.035) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c104a5a6-df7c-4e39-9e3e-d80e191b072d)) + (fp_line (start 0 4.035) (end -2.2 4.035) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dad0ce97-ada9-4f6c-9144-bb83824a6402)) + (fp_line (start 0 4.035) (end 2.2 4.035) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5bbc1ea3-6dcb-488c-bc9c-e9735aba43df)) + (fp_line (start -3.85 -4.15) (end -3.85 4.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 48e06ca1-71ee-448f-b5a8-c4b91ff9c8e3)) + (fp_line (start -3.85 4.15) (end 3.85 4.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fd585e77-881d-46e1-804b-3cdf488536a6)) + (fp_line (start 3.85 -4.15) (end -3.85 -4.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e20cb337-b3f4-4257-be0a-dbac9698d650)) + (fp_line (start 3.85 4.15) (end 3.85 -4.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b11104f0-2938-45ac-b65d-5f94e88207a1)) + (fp_line (start -2.2 -2.9) (end -1.2 -3.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cdc376a5-ade2-4f01-a15e-de8345b7fa87)) + (fp_line (start -2.2 3.9) (end -2.2 -2.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cc3b2f67-8748-4c4d-999f-bc8650e7e868)) + (fp_line (start -1.2 -3.9) (end 2.2 -3.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bca1af16-5372-4c2a-9d7f-0bba9fd0cb9e)) + (fp_line (start 2.2 -3.9) (end 2.2 3.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 78a8003e-13e7-4f78-8973-8e0f39d87d1f)) + (fp_line (start 2.2 3.9) (end -2.2 3.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5a35eb6a-87b6-417d-86fc-e78347160286)) + (pad "1" smd roundrect (at -2.8625 -3.575 270) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 29 "/SP_FLASH_DQ2_1V8") (tstamp 296b92db-d687-4175-9a63-a5e0e194d9ac)) + (pad "2" smd roundrect (at -2.8625 -2.925 270) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 28 "/SP_FLASH_DQ3_1V8") (tstamp 08dc0f43-3b25-4f4c-8ce1-2cbc0310c378)) + (pad "3" smd roundrect (at -2.8625 -2.275 270) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 39 "Net-(U3-Pad3)") (tstamp 6bb52904-53f3-44a2-a455-77fcdb29755e)) + (pad "4" smd roundrect (at -2.8625 -1.625 270) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 26 "/SPI_FLASH_DQ3") (tstamp bfcb1915-9686-495d-9ca6-3e4cb6c3cecd)) + (pad "5" smd roundrect (at -2.8625 -0.975 270) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 1 "GNDREF") (tstamp af8d094b-3195-4255-bd6f-6a4adf670b15)) + (pad "6" smd roundrect (at -2.8625 -0.325 270) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 38 "/SPI_FLASH_DQ2") (tstamp 0529ae3a-f79e-441e-a2c0-74e294d494b0)) + (pad "7" smd roundrect (at -2.8625 0.325 270) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 37 "/SPI_FLASH_DQ1") (tstamp 4c19ade7-8122-4205-8a96-78a643ce9e34)) + (pad "8" smd roundrect (at -2.8625 0.975 270) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 3 "+1V8") (tstamp b4bee615-db3b-4fd4-8010-7906217a5cb7)) + (pad "9" smd roundrect (at -2.8625 1.625 270) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 36 "/SPI_FLASH_D0") (tstamp 5a2288c3-565f-4eed-9337-515ddc1e035c)) + (pad "10" smd roundrect (at -2.8625 2.275 270) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 35 "/~{SPI_FLASH_CS_L}") (tstamp 292963a4-60fa-4f40-9835-680fda7296e8)) + (pad "11" smd roundrect (at -2.8625 2.925 270) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 16 "/SP3_QSPI_IO3") (tstamp f8932cd3-0c2f-42fb-af28-67ce174a970e)) + (pad "12" smd roundrect (at -2.8625 3.575 270) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 34 "/SPI_FLASH_CLK") (tstamp e486ad16-8cda-49fb-abd7-b364ae4533c2)) + (pad "13" smd roundrect (at 2.8625 3.575 270) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 17 "/SP3_QSPI_IO2") (tstamp b0242712-ff5b-466e-b121-184d9054d5d3)) + (pad "14" smd roundrect (at 2.8625 2.925 270) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 25 "/FLASH_MUX_SELECT") (tstamp e0e587d7-9c27-492d-a562-844da6b3cc7c)) + (pad "15" smd roundrect (at 2.8625 2.275 270) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 21 "/SP3_QSPI_IO1") (tstamp a7003f06-dea6-4748-8be9-34bd1a315bae)) + (pad "16" smd roundrect (at 2.8625 1.625 270) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 20 "/SP3_QSPI_CLK") (tstamp 50a6956b-26a4-463e-81f9-44f52faa42b7)) + (pad "17" smd roundrect (at 2.8625 0.975 270) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 22 "/SP3_QSPI_IO0") (tstamp 3b18a8fc-44b0-4396-830e-b8e5490965e7)) + (pad "18" smd roundrect (at 2.8625 0.325 270) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 23 "/~{SP3_QSPI_CS}") (tstamp ad072ee1-e80c-432d-ba81-176949369831)) + (pad "19" smd roundrect (at 2.8625 -0.325 270) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 32 "/~{SP_FLASH_CS_L_1V8}") (tstamp 651b9dd6-49e6-45a7-a509-2622f38aa978)) + (pad "20" smd roundrect (at 2.8625 -0.975 270) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "/~{SPI_MUX_EN_L}") (tstamp 49e3ce4c-cd00-43d2-addb-4711acdb63a0)) + (pad "21" smd roundrect (at 2.8625 -1.625 270) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 31 "/SP_FLASH_DQ0_1V8") (tstamp 6028932a-24ce-4bdb-b1bb-c7fe36fda4bc)) + (pad "22" smd roundrect (at 2.8625 -2.275 270) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 33 "/SP_FLASH_CLK_1V8") (tstamp 350a2234-e6ba-4071-95af-feece2f0da68)) + (pad "23" smd roundrect (at 2.8625 -2.925 270) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 30 "/SP_FLASH_DQ1_1V8") (tstamp f86fa412-db85-457f-92e4-6da3b682c2cf)) + (pad "24" smd roundrect (at 2.8625 -3.575 270) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 25 "/FLASH_MUX_SELECT") (tstamp f5cd6990-7cb6-4348-9abf-891aaa61e1c3)) + (model "${KISYS3DMOD}/Package_SO.3dshapes/TSSOP-24_4.4x7.8mm_P0.65mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-000060f19136) + (at 127.04 91.35 180) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (path "/00000000-0000-0000-0000-000060f1c3d0") + (attr smd) + (fp_text reference "C6" (at -4.6 -0.25) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 44ad3cfd-1ec3-4791-b7f9-65a7120b9a54) + ) + (fp_text value "1uF" (at 0 1.16) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp c8f59044-0f4a-4f38-ab6d-2b5535871692) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.25 0.25) (thickness 0.04))) + (tstamp f37dcb31-5c76-4824-b93a-7cbc129425ad) + ) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9021d53e-ed7a-4e6f-b1e1-f99d58efee44)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 24e80b2b-88c1-4746-88c3-4733acde2187)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5db97f9f-3c0a-430d-9d4e-069f183a17d3)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 87947f4b-2891-47c2-8f56-aa2abd1bad5f)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 37c1f0c6-171f-49ec-8692-9c4dab881f5b)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eb87c526-2197-4447-a461-17a258504487)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 77ecdd64-40fd-4e6a-ad9e-0b3747877fa8)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 838f497b-cc6c-44b2-b32b-abbc96ad0e49)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5ce3187e-dfc5-404e-abab-e1804f285f32)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d309aaae-4e3a-4576-9783-1ef16cf009fe)) + (pad "1" smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 3 "+1V8") (tstamp b426a817-51b4-4f30-8123-c71a14e91a65)) + (pad "2" smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 1 "GNDREF") (tstamp 8e9a53f6-8c6e-4d80-bf06-8b86d3775819)) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Connector_PinHeader_2.54mm:PinHeader_2x06_P2.54mm_Vertical" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-000060f191e6) + (at 150.21 104.24 -90) + (descr "Through hole straight pin header, 2x06, 2.54mm pitch, double rows") + (tags "Through hole pin header THT 2x06 2.54mm double row") + (path "/00000000-0000-0000-0000-000060fddd89") + (attr through_hole) + (fp_text reference "J4" (at -0.62 15.4 180) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp bfe11d1b-9c0e-4b70-bff5-96760bc4af1a) + ) + (fp_text value "Connector_Generic_Conn_02x06_Top_Bottom" (at 1.27 15.03 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 8fb17af5-fa37-449b-8967-ae14d56d56e3) + ) + (fp_text user "${REFERENCE}" (at 1.27 6.35) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp ff3d216f-f013-43fa-b0ca-1d6c007db02a) + ) + (fp_line (start -1.33 -1.33) (end 0 -1.33) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 76e20ba5-4db2-4634-8834-29c0b4aaf795)) + (fp_line (start -1.33 0) (end -1.33 -1.33) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 46316d75-3078-4e73-a385-bd31701f0942)) + (fp_line (start -1.33 1.27) (end -1.33 14.03) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c6d82a28-2ca9-4fec-9cf7-9534f5f8fcb1)) + (fp_line (start -1.33 1.27) (end 1.27 1.27) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7b6eba14-1a41-40a1-8216-9fa09124ba26)) + (fp_line (start -1.33 14.03) (end 3.87 14.03) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f513619b-54b5-4bf2-b35b-8970d7cb9bdd)) + (fp_line (start 1.27 -1.33) (end 3.87 -1.33) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 26860102-0d60-4009-bf61-56612753c4cf)) + (fp_line (start 1.27 1.27) (end 1.27 -1.33) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d39b3253-ab3d-4056-b4ee-f711a70dbdc7)) + (fp_line (start 3.87 -1.33) (end 3.87 14.03) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 99aa243e-78e6-49f3-a881-9df9081d3b7f)) + (fp_line (start -1.8 -1.8) (end -1.8 14.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c91e9182-7a3d-4e28-a05c-65bbc8d41caf)) + (fp_line (start -1.8 14.5) (end 4.35 14.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 498a5774-2cf6-46c9-ab58-5e69b02d01c2)) + (fp_line (start 4.35 -1.8) (end -1.8 -1.8) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c329cdfe-ff8f-4aa1-a43a-e3fa33bf9efe)) + (fp_line (start 4.35 14.5) (end 4.35 -1.8) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b07c8afe-0ed0-4560-b60c-bc46252f606b)) + (fp_line (start -1.27 0) (end 0 -1.27) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 40dc8458-b93e-45b4-bf4d-9268ec572b05)) + (fp_line (start -1.27 13.97) (end -1.27 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5efbf307-8ffc-4a13-a860-fa2b164dd7cd)) + (fp_line (start 0 -1.27) (end 3.81 -1.27) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6f9ed0e7-9057-49bd-9966-f3f77f434ab0)) + (fp_line (start 3.81 -1.27) (end 3.81 13.97) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f0f1356d-cd16-4469-b792-3333efaf9387)) + (fp_line (start 3.81 13.97) (end -1.27 13.97) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 51a10906-b6d7-4b2f-9106-cd9964b18db9)) + (pad "1" thru_hole rect (at 0 0 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") + (net 23 "/~{SP3_QSPI_CS}") (tstamp e1fb4331-378b-4b2f-bd98-23f3b9363d68)) + (pad "2" thru_hole oval (at 2.54 0 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") + (net 22 "/SP3_QSPI_IO0") (tstamp 83663503-9746-4685-bebe-97070d6957e4)) + (pad "3" thru_hole oval (at 0 2.54 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") + (net 21 "/SP3_QSPI_IO1") (tstamp 0187311a-d7ae-4fda-aafe-1d045af9ec93)) + (pad "4" thru_hole oval (at 2.54 2.54 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") + (net 20 "/SP3_QSPI_CLK") (tstamp dcafd3af-e288-45b9-ab92-340b9c4086c2)) + (pad "5" thru_hole oval (at 0 5.08 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") + (net 19 "Net-(J4-Pad5)") (tstamp 95d89db1-d2da-4854-81ef-0874f6a855f9)) + (pad "6" thru_hole oval (at 2.54 5.08 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") + (net 1 "GNDREF") (tstamp 80922eb8-9cdc-43f6-a820-1c28b0cce624)) + (pad "7" thru_hole oval (at 0 7.62 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") + (net 18 "Net-(J4-Pad7)") (tstamp 32c66c29-36f1-46a2-a443-26da81af6acd)) + (pad "8" thru_hole oval (at 2.54 7.62 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") + (net 17 "/SP3_QSPI_IO2") (tstamp b215ae84-8d75-4de5-8c21-62481287b7a1)) + (pad "9" thru_hole oval (at 0 10.16 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") + (net 16 "/SP3_QSPI_IO3") (tstamp b33d86df-dd4f-4790-b2b5-c961e12ac1e2)) + (pad "10" thru_hole oval (at 2.54 10.16 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") + (net 15 "Net-(J4-Pad10)") (tstamp a614f7f2-0031-4c45-8ef7-8b24b86b3c7d)) + (pad "11" thru_hole oval (at 0 12.7 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") + (net 14 "Net-(J4-Pad11)") (tstamp 9556496a-0fd4-4e8e-927e-424432a52c1c)) + (pad "12" thru_hole oval (at 2.54 12.7 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") + (net 1 "GNDREF") (tstamp bb776d06-deac-41c8-91db-eee674ed4056)) + (model "${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_2x06_P2.54mm_Vertical.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:CP_Elec_5x5.3" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-000060f1928e) + (at 129.35 105.3) + (descr "SMD capacitor, aluminum electrolytic, Nichicon, 5.0x5.3mm") + (tags "capacitor electrolytic") + (path "/00000000-0000-0000-0000-00006105a517") + (attr smd) + (fp_text reference "C2" (at 0 -3.7) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 939a8cbd-dfda-4e62-8dae-1fd24dbd8db8) + ) + (fp_text value "10uF" (at 0 3.7) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp fdb43900-83ba-40a2-9f44-f1c9821f0f37) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 0242df8a-8844-4b40-8b61-86547b24cb22) + ) + (fp_line (start -3.625 -1.685) (end -3 -1.685) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d05a3927-6edc-46c4-a645-fde512cc9b4c)) + (fp_line (start -3.3125 -1.9975) (end -3.3125 -1.3725) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 49b7abac-1831-4fed-9e45-f62f8d743a92)) + (fp_line (start -2.76 -1.695563) (end -2.76 -1.06) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1ee0bda7-fd57-4562-8562-96faf26020e6)) + (fp_line (start -2.76 -1.695563) (end -1.695563 -2.76) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cfa2cbfa-885f-4624-bb1e-efeb242b660a)) + (fp_line (start -2.76 1.695563) (end -2.76 1.06) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ea237afd-e72a-44a1-b6a2-77a3cd246715)) + (fp_line (start -2.76 1.695563) (end -1.695563 2.76) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cb0431ed-f4aa-4638-acbe-8493f9f5424a)) + (fp_line (start -1.695563 -2.76) (end 2.76 -2.76) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f1a3b76e-2189-4b9d-997c-4a35fbdb0ddf)) + (fp_line (start -1.695563 2.76) (end 2.76 2.76) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp abc9ddb0-b924-4b2c-81cc-5f0c8e849e1b)) + (fp_line (start 2.76 -2.76) (end 2.76 -1.06) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a16376e4-dafc-493f-ba98-25f5e5d6d86e)) + (fp_line (start 2.76 2.76) (end 2.76 1.06) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6c3aab1d-efcb-4d92-bce7-3c38aec63233)) + (fp_line (start -3.95 -1.05) (end -3.95 1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8397bcff-bacf-41ec-b987-849777faaa24)) + (fp_line (start -3.95 1.05) (end -2.9 1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dc2db1a2-70e4-42ba-b74e-55aa2c2e3ad6)) + (fp_line (start -2.9 -1.75) (end -2.9 -1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0c30d93c-cb96-4846-bc3f-71e724c716c7)) + (fp_line (start -2.9 -1.75) (end -1.75 -2.9) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 588308a0-925b-41e1-8473-16c9a24d4679)) + (fp_line (start -2.9 -1.05) (end -3.95 -1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5cc59c3d-fb9b-434e-a747-a6ef6cba2531)) + (fp_line (start -2.9 1.05) (end -2.9 1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 60fd90e5-47f3-4daa-a6b5-14a07063a186)) + (fp_line (start -2.9 1.75) (end -1.75 2.9) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e6217f7e-eac0-4f8c-a0c1-e32c1e3203fa)) + (fp_line (start -1.75 -2.9) (end 2.9 -2.9) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5956e00c-1351-45db-986b-76aefe87e261)) + (fp_line (start -1.75 2.9) (end 2.9 2.9) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9063020e-0ebd-4ea0-8fdb-9d61454ae4c7)) + (fp_line (start 2.9 -2.9) (end 2.9 -1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 002d766a-5335-4d50-b969-ae2a40de9581)) + (fp_line (start 2.9 -1.05) (end 3.95 -1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6e77a57b-8f9e-4144-a382-fae021be8125)) + (fp_line (start 2.9 1.05) (end 2.9 2.9) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bd8ff88e-9a02-4a3a-a953-08deaf4b7789)) + (fp_line (start 3.95 -1.05) (end 3.95 1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 610df1c5-09a3-4867-9d9f-acf70c780498)) + (fp_line (start 3.95 1.05) (end 2.9 1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c7595eca-97ef-4073-901e-794b44a27391)) + (fp_line (start -2.65 -1.65) (end -2.65 1.65) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ed5d2d1e-762c-4248-9a06-d2ae48887a92)) + (fp_line (start -2.65 -1.65) (end -1.65 -2.65) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 87aeb31a-036a-4ad7-beb5-04716ded28ad)) + (fp_line (start -2.65 1.65) (end -1.65 2.65) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d18538d7-78d7-4120-9846-6b5100127921)) + (fp_line (start -2.033956 -1.2) (end -1.533956 -1.2) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b1e10217-f96c-446e-a784-013d9dc644a4)) + (fp_line (start -1.783956 -1.45) (end -1.783956 -0.95) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 886bebdd-cc4e-4263-b74c-f0e6362918c2)) + (fp_line (start -1.65 -2.65) (end 2.65 -2.65) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6d024edc-c2aa-43d1-89a6-d9b5c70892a4)) + (fp_line (start -1.65 2.65) (end 2.65 2.65) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4f1f09cf-963c-4cc0-87c2-2be8ae32dff1)) + (fp_line (start 2.65 -2.65) (end 2.65 2.65) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 82443d3d-a996-4628-a1a3-267c8e933fcd)) + (fp_circle (center 0 0) (end 2.5 0) + (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 29e8f94e-dfb0-46f7-85fe-3972a2218aee)) + (pad "1" smd roundrect (at -2.2 0) (size 3 1.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.15625) + (net 3 "+1V8") (tstamp 093b7a54-fa85-4db8-b74e-d445f16e3162)) + (pad "2" smd roundrect (at 2.2 0) (size 3 1.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.15625) + (net 1 "GNDREF") (tstamp 2c037499-b201-4bd3-b8a2-e91d557f3555)) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/CP_Elec_5x5.3.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:CP_Elec_5x5.3" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-000060f19303) + (at 114.69 103.89 90) + (descr "SMD capacitor, aluminum electrolytic, Nichicon, 5.0x5.3mm") + (tags "capacitor electrolytic") + (path "/00000000-0000-0000-0000-000061059726") + (attr smd) + (fp_text reference "C1" (at -4.21 -2.59 180) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp e9a2b51b-b083-4990-8192-02ec213c4fc3) + ) + (fp_text value "10uF" (at 0 3.7 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp a1f2538c-829c-40ba-98f3-87ff68962ae6) + ) + (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp b7fed248-9fc2-46b1-b6b6-3c76822056b0) + ) + (fp_line (start -3.625 -1.685) (end -3 -1.685) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0303474d-671e-48f4-9e98-e8369fa69ffa)) + (fp_line (start -3.3125 -1.9975) (end -3.3125 -1.3725) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 21e6701a-34b2-41e4-8e65-14d580c56e04)) + (fp_line (start -2.76 -1.695563) (end -2.76 -1.06) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b57d5a84-aab3-4df9-bfd2-1c6384e7f43b)) + (fp_line (start -2.76 -1.695563) (end -1.695563 -2.76) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6de91613-cfe5-4629-8be6-8802f4cc8b74)) + (fp_line (start -2.76 1.695563) (end -2.76 1.06) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 818b13e0-5b01-4105-a735-95dbcc26abb3)) + (fp_line (start -2.76 1.695563) (end -1.695563 2.76) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 61b87605-694f-4f95-b36a-b2c64e37e952)) + (fp_line (start -1.695563 -2.76) (end 2.76 -2.76) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cbb0b35d-422d-4ee4-bb63-4b52db964496)) + (fp_line (start -1.695563 2.76) (end 2.76 2.76) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a6ab11cd-240a-46b6-b73e-9d188d9af530)) + (fp_line (start 2.76 -2.76) (end 2.76 -1.06) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3dc34170-4030-48fb-8541-ffb325ca51b3)) + (fp_line (start 2.76 2.76) (end 2.76 1.06) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 548cda44-7aae-43f6-aacf-109722385066)) + (fp_line (start -3.95 -1.05) (end -3.95 1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b4e28979-5f68-4210-8668-ce7265109935)) + (fp_line (start -3.95 1.05) (end -2.9 1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dd81d6e9-5ddd-4d86-b133-034eef44b1b1)) + (fp_line (start -2.9 -1.75) (end -2.9 -1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 68a25657-7a87-484b-942e-ee61cd8ba6fa)) + (fp_line (start -2.9 -1.75) (end -1.75 -2.9) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8e177084-1392-43df-b4eb-57b3d8563244)) + (fp_line (start -2.9 -1.05) (end -3.95 -1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d4fc5fb6-e849-4569-b865-f088ea67bf22)) + (fp_line (start -2.9 1.05) (end -2.9 1.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cc5c586f-c6a6-4e2f-a082-d2fb1f66c4b9)) + (fp_line (start -2.9 1.75) (end -1.75 2.9) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c4dee854-2402-4af8-9e9e-90be07ccb32f)) + (fp_line (start -1.75 -2.9) (end 2.9 -2.9) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c1e56d89-48ba-45df-913f-20ad0e7c54bc)) + (fp_line (start -1.75 2.9) (end 2.9 2.9) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp febe68c0-1e3c-4909-96ed-b0a151a90c74)) + (fp_line (start 2.9 -2.9) (end 2.9 -1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 11b62307-ade5-4538-9a3d-d32ef73390fa)) + (fp_line (start 2.9 -1.05) (end 3.95 -1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 645c98ba-d93e-4cc4-9f81-9b3736e33bdf)) + (fp_line (start 2.9 1.05) (end 2.9 2.9) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c0ce40ec-e7b5-4b97-bf45-16b50404719e)) + (fp_line (start 3.95 -1.05) (end 3.95 1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 595bc32f-ac88-4812-abb1-a8ff17e59320)) + (fp_line (start 3.95 1.05) (end 2.9 1.05) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1a664d42-740b-42b0-b44a-6c8ca68584a3)) + (fp_line (start -2.65 -1.65) (end -2.65 1.65) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0cb27106-c5ed-47c5-8b5e-94a8d7634e2e)) + (fp_line (start -2.65 -1.65) (end -1.65 -2.65) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 23cddcb3-1d32-47a6-9ee2-3d6d28ca0911)) + (fp_line (start -2.65 1.65) (end -1.65 2.65) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9845a0a6-9389-4bf8-a4d0-a6f98b2f64e3)) + (fp_line (start -2.033956 -1.2) (end -1.533956 -1.2) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 540cad63-a0c3-40df-aee6-d33bc6e44d55)) + (fp_line (start -1.783956 -1.45) (end -1.783956 -0.95) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d64ff4e7-e7da-4f6b-9ba0-783bb1e52b62)) + (fp_line (start -1.65 -2.65) (end 2.65 -2.65) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 23869e9b-bad5-40f3-b20f-5a6db6d8fa8c)) + (fp_line (start -1.65 2.65) (end 2.65 2.65) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 520de777-c317-4e81-8ec6-cb91c262b856)) + (fp_line (start 2.65 -2.65) (end 2.65 2.65) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c0d47031-a2ed-4301-a408-eee680497c79)) + (fp_circle (center 0 0) (end 2.5 0) + (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 03136de9-139e-4d3b-a46d-25e64016279d)) + (pad "1" smd roundrect (at -2.2 0 90) (size 3 1.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.15625) + (net 2 "+3V3") (tstamp 2ca1987a-7902-4dba-914b-f133eca331e4)) + (pad "2" smd roundrect (at 2.2 0 90) (size 3 1.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.15625) + (net 1 "GNDREF") (tstamp 4af61c20-29d3-4efa-a28a-5ed6015d473e)) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/CP_Elec_5x5.3.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-000060f19427) + (at 159.01 103.53 90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (path "/00000000-0000-0000-0000-000060f82eb3") + (attr smd) + (fp_text reference "R2" (at 2.03 -1.81 180) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 30712769-743c-4aa1-96c2-50a9faa094ba) + ) + (fp_text value "10k" (at 0 1.17 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp c288597f-61d7-47fb-8cf1-80d92637e5f6) + ) + (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") + (effects (font (size 0.26 0.26) (thickness 0.04))) + (tstamp 9eaeb428-1b83-435f-b639-95c5946328ec) + ) + (fp_line (start -0.153641 -0.38) (end 0.153641 -0.38) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3b93389e-0779-4a69-ab20-2e2c7e33dbb0)) + (fp_line (start -0.153641 0.38) (end 0.153641 0.38) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3f6f67aa-2068-4476-8e91-d4cf2553d7a3)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cecce39b-f150-4e19-938c-6e8f57f955e5)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7a4688cc-2e41-41cd-93a6-a58f5a92aca9)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 40986afd-91dd-449b-a555-a7bd3f83f87d)) + (fp_line (start 0.93 0.47) (end -0.93 0.47) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8b64be4e-777d-4887-b216-0caf71304f58)) + (fp_line (start -0.525 -0.27) (end 0.525 -0.27) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e184519b-c399-4c75-8ca3-8efc996fc1a0)) + (fp_line (start -0.525 0.27) (end -0.525 -0.27) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 061c4813-396b-4736-9e58-0d36cb122981)) + (fp_line (start 0.525 -0.27) (end 0.525 0.27) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2fc896b2-c5ff-4ff5-81d2-380323501c30)) + (fp_line (start 0.525 0.27) (end -0.525 0.27) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8b044095-c039-4194-b7ff-79e7f04fd7da)) + (pad "1" smd roundrect (at -0.51 0 90) (size 0.54 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 3 "+1V8") (tstamp 106b85d5-5f6f-4811-8b6e-fda383e694fc)) + (pad "2" smd roundrect (at 0.51 0 90) (size 0.54 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 5 "/SP_TRANS_EN") (tstamp 634f2230-310e-4993-ac82-1b92398f27fd)) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-000060f194b7) + (at 136.65 91.56 180) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (path "/00000000-0000-0000-0000-000060f03042") + (attr smd) + (fp_text reference "R5" (at 2.77 -0.07) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 85a3b82b-59a1-4247-84fa-c214e80ce2f1) + ) + (fp_text value "10k" (at 0 1.17) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 81172ce7-bead-471b-b676-d6cbbd92f1a3) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.26 0.26) (thickness 0.04))) + (tstamp add8151b-59c3-470b-89df-5ed4073cd20f) + ) + (fp_line (start -0.153641 -0.38) (end 0.153641 -0.38) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f1498c1a-0346-46df-b520-60db742dff9b)) + (fp_line (start -0.153641 0.38) (end 0.153641 0.38) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b9e99a21-f4aa-4996-b65e-21267fe7ddad)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1f284ed1-4b9c-42d1-99cf-158f5ea92440)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c214050c-5992-45d6-9c3d-9bb642c6e85f)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 30572628-8c89-4d2b-bfc2-60005c34919b)) + (fp_line (start 0.93 0.47) (end -0.93 0.47) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e32885e2-4f51-48ef-a1c1-225ab53043c9)) + (fp_line (start -0.525 -0.27) (end 0.525 -0.27) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c801194e-736d-4dcb-8833-7c9ea9bf1b31)) + (fp_line (start -0.525 0.27) (end -0.525 -0.27) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ff093b89-8a09-4177-ac50-ef4b064614a3)) + (fp_line (start 0.525 -0.27) (end 0.525 0.27) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 118552d3-ea5e-4753-aa95-3e22c6f807e9)) + (fp_line (start 0.525 0.27) (end -0.525 0.27) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6e66db2b-e305-4bee-aee7-b2d1b9a5772c)) + (pad "1" smd roundrect (at -0.51 0 180) (size 0.54 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 3 "+1V8") (tstamp b7d1caa1-dc5c-443c-9051-09f9713fef94)) + (pad "2" smd roundrect (at 0.51 0 180) (size 0.54 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 27 "/~{SP_FLASH_RESET_L_1V8}") (tstamp e3b8ada9-496a-432b-aea8-5f905dc31247)) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-000060f194ec) + (at 162.25 104.04) + (descr "Through hole straight pin header, 1x02, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x02 2.54mm single row") + (path "/00000000-0000-0000-0000-000060f82ead") + (attr through_hole) + (fp_text reference "J2" (at 2.75 3.66) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp c776e788-a67b-40ac-bba7-45bb3e8f1148) + ) + (fp_text value "Conn_01x02" (at 0 4.87) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp a91d2769-a5ee-4b87-9127-5b9ce7829d2c) + ) + (fp_text user "${REFERENCE}" (at 0 1.27 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 37c62b60-7781-4813-96d2-2d558c15925c) + ) + (fp_line (start -1.33 -1.33) (end 0 -1.33) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a3c5dd86-3191-4fee-ab9d-4308ab30b642)) + (fp_line (start -1.33 0) (end -1.33 -1.33) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 57988abe-5f5d-4786-90ef-921681e5b8ad)) + (fp_line (start -1.33 1.27) (end -1.33 3.87) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ec9943a2-88bc-4f70-91ad-990d46b7dd9e)) + (fp_line (start -1.33 1.27) (end 1.33 1.27) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a8a802e5-4256-4f31-be1a-06219cda1609)) + (fp_line (start -1.33 3.87) (end 1.33 3.87) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4bcda3b7-c6a7-4a41-beae-28da5b5f1635)) + (fp_line (start 1.33 1.27) (end 1.33 3.87) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cfa71921-22ae-4677-914f-c4a0a86828b8)) + (fp_line (start -1.8 -1.8) (end -1.8 4.35) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5c8bb2ea-5ddf-4259-8330-bef41769d64f)) + (fp_line (start -1.8 4.35) (end 1.8 4.35) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fba704c4-b8b8-4b45-9e49-ae53f232c1d2)) + (fp_line (start 1.8 -1.8) (end -1.8 -1.8) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9ab3efdd-3100-47a5-861c-fb4d124ba317)) + (fp_line (start 1.8 4.35) (end 1.8 -1.8) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7c4cb3b4-e1a5-4b6f-b902-cd05f6983c52)) + (fp_line (start -1.27 -0.635) (end -0.635 -1.27) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9ecedaa4-36d2-4e62-acc9-d4e6098d657f)) + (fp_line (start -1.27 3.81) (end -1.27 -0.635) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cee4c5d2-a1e2-4926-a664-8eb3b37f7fc4)) + (fp_line (start -0.635 -1.27) (end 1.27 -1.27) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7bb9e17c-e7ea-4cea-89d7-1a4e95e8ea18)) + (fp_line (start 1.27 -1.27) (end 1.27 3.81) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d61839d9-e23f-4373-b352-ea469005c08d)) + (fp_line (start 1.27 3.81) (end -1.27 3.81) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f3e03de8-00f8-4f63-9493-f0dff07d4c86)) + (pad "1" thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") + (net 5 "/SP_TRANS_EN") (tstamp 4329696d-b4cf-4558-bca5-1db161f1f476)) + (pad "2" thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") + (net 1 "GNDREF") (tstamp 6c1d795e-edc9-43a4-aea3-abb9005c4bd4)) + (model "${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x02_P2.54mm_Vertical.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-000060f19bb2) + (at 162.22 96.4) + (descr "Through hole straight pin header, 1x02, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x02 2.54mm single row") + (path "/00000000-0000-0000-0000-00006108a88c") + (attr through_hole) + (fp_text reference "J5" (at 2.68 0.1) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 407f2854-1493-42a6-8fb5-8672ce44819a) + ) + (fp_text value "Conn_01x02" (at 0 4.87) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp fa6df19e-a3f4-471d-b0de-aa22b4523220) + ) + (fp_text user "${REFERENCE}" (at 0 1.27 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp e4571aac-3d2f-4f9b-a763-445295a4f57c) + ) + (fp_line (start -1.33 -1.33) (end 0 -1.33) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2b16c1d0-5e17-45c5-8b1f-e33daa09af81)) + (fp_line (start -1.33 0) (end -1.33 -1.33) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3e00c262-3533-4e30-9c6a-9a0a0bc5cf82)) + (fp_line (start -1.33 1.27) (end -1.33 3.87) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2bbfc92f-62c1-4e8f-af9f-815688011235)) + (fp_line (start -1.33 1.27) (end 1.33 1.27) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8815d628-814b-4656-94da-dcfdd919c58c)) + (fp_line (start -1.33 3.87) (end 1.33 3.87) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 98251818-757b-405c-86e6-702d85af3918)) + (fp_line (start 1.33 1.27) (end 1.33 3.87) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 09e565a9-7016-41ef-908d-e964b1054e5d)) + (fp_line (start -1.8 -1.8) (end -1.8 4.35) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp caf7be8d-ace2-493f-b2d8-93db039fcfad)) + (fp_line (start -1.8 4.35) (end 1.8 4.35) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0b9f2157-d45e-4c84-b2f1-24b9cef915ea)) + (fp_line (start 1.8 -1.8) (end -1.8 -1.8) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7190a81c-25ee-4c2f-8c0c-e85c9948774f)) + (fp_line (start 1.8 4.35) (end 1.8 -1.8) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 59c9e2f8-cda6-4312-a163-ebb3bb882360)) + (fp_line (start -1.27 -0.635) (end -0.635 -1.27) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dd77a379-b57d-4c45-8752-8d5e611790f1)) + (fp_line (start -1.27 3.81) (end -1.27 -0.635) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cab4db8b-1dec-478c-92ec-e031cd8fec5c)) + (fp_line (start -0.635 -1.27) (end 1.27 -1.27) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 13c8ca14-2a82-4119-87af-527128aa4bcb)) + (fp_line (start 1.27 -1.27) (end 1.27 3.81) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f7bc7e85-7566-4fe5-b022-dbab9936dcec)) + (fp_line (start 1.27 3.81) (end -1.27 3.81) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4308f30d-4ca5-4726-b484-1348d5e7a629)) + (pad "1" thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") + (net 2 "+3V3") (tstamp 7f8fabcf-be10-462b-90e9-f7764e280399)) + (pad "2" thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") + (net 24 "/MANUAL_MUX_SELECT") (tstamp 982d4e86-394e-405d-95df-ea2478d73a60)) + (model "${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x02_P2.54mm_Vertical.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-000060f19c2b) + (at 159.04 106.73 -90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (path "/00000000-0000-0000-0000-000060f3df79") + (attr smd) + (fp_text reference "R1" (at 1.67 -0.26 180) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp b03bebcd-a19f-494e-84af-bd67d06b8d8f) + ) + (fp_text value "10k" (at 0 1.17 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp c702b35f-9e31-495a-8226-052a3976ee2e) + ) + (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") + (effects (font (size 0.26 0.26) (thickness 0.04))) + (tstamp 9ce33ddb-0640-4ecf-bc73-3f09c5c0247b) + ) + (fp_line (start -0.153641 -0.38) (end 0.153641 -0.38) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e67bc46d-08bb-4e0d-a8e0-c54fafcc92f5)) + (fp_line (start -0.153641 0.38) (end 0.153641 0.38) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 552de98d-9183-4f83-a6ef-29e4c2e2941b)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 53d4e919-b382-4ec7-99f0-8f7d0d830b3d)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6a0108b2-1eec-4078-b461-cd853bf5610d)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cfac45ab-6f93-45c3-acf4-65672047c0ad)) + (fp_line (start 0.93 0.47) (end -0.93 0.47) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c396f688-707e-460e-b048-685d2bb35ef3)) + (fp_line (start -0.525 -0.27) (end 0.525 -0.27) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 278ce094-be8b-4142-a360-282cbe2c1e48)) + (fp_line (start -0.525 0.27) (end -0.525 -0.27) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ee414c52-7b0a-43d7-b3cd-a11000bd0e32)) + (fp_line (start 0.525 -0.27) (end 0.525 0.27) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d0114392-5992-4bf0-928d-06d76d8aa9e3)) + (fp_line (start 0.525 0.27) (end -0.525 0.27) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b18eec18-75b1-4c6e-89b3-42c6bd41263d)) + (pad "1" smd roundrect (at -0.51 0 270) (size 0.54 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 4 "/~{SPI_MUX_EN_L}") (tstamp dcb8312a-a512-49b9-a532-40b461e1ea0a)) + (pad "2" smd roundrect (at 0.51 0 270) (size 0.54 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 1 "GNDREF") (tstamp 6af507ec-7070-49a2-a389-ac186feb4319)) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-000060f1a1d1) + (at 156.48 104.14) + (descr "Through hole straight pin header, 1x02, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x02 2.54mm single row") + (path "/00000000-0000-0000-0000-000060f17ab7") + (attr through_hole) + (fp_text reference "J1" (at -2.68 -1.04) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp cc2742a9-3f5e-48b2-8640-3b9e4d49aef5) + ) + (fp_text value "Conn_01x02" (at 0 4.87) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp fc5b0ddb-613c-4b5c-83ab-ac93f5573224) + ) + (fp_text user "${REFERENCE}" (at 0 1.27 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 90c217be-d83a-4fa8-aa94-45e316a6bd4f) + ) + (fp_line (start -1.33 -1.33) (end 0 -1.33) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 56144dc4-b2fd-43d7-b06a-274edaea34c8)) + (fp_line (start -1.33 0) (end -1.33 -1.33) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 47208a60-bfd7-4902-ad0d-bc1887a25f8b)) + (fp_line (start -1.33 1.27) (end -1.33 3.87) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 91f5c2bc-1516-443f-9daf-6522ed3259c4)) + (fp_line (start -1.33 1.27) (end 1.33 1.27) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0e73bf83-795e-46e4-a275-ba5c6d7a7713)) + (fp_line (start -1.33 3.87) (end 1.33 3.87) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5887948f-68d4-4933-9d8f-75532b5e4ab4)) + (fp_line (start 1.33 1.27) (end 1.33 3.87) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 41a22355-efd5-44f8-b200-003d41204d44)) + (fp_line (start -1.8 -1.8) (end -1.8 4.35) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 534c927c-c0cc-4386-a427-bbcc578c3f5b)) + (fp_line (start -1.8 4.35) (end 1.8 4.35) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f9ee7798-0818-44c2-95eb-a3637248f36b)) + (fp_line (start 1.8 -1.8) (end -1.8 -1.8) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 611fa957-4f9c-4fca-9559-5d4625633891)) + (fp_line (start 1.8 4.35) (end 1.8 -1.8) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1016d0b3-db50-4aad-a6f1-6ceb19239726)) + (fp_line (start -1.27 -0.635) (end -0.635 -1.27) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e20fc23a-3114-4d33-bf26-57cae16b10e0)) + (fp_line (start -1.27 3.81) (end -1.27 -0.635) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0a9ff6f0-f960-45e5-b66f-4c7540610bdd)) + (fp_line (start -0.635 -1.27) (end 1.27 -1.27) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fc96dbae-efe6-4c76-832a-868a4a8ecf8d)) + (fp_line (start 1.27 -1.27) (end 1.27 3.81) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5492d1eb-5451-4529-9ae8-63ecbe8cb13f)) + (fp_line (start 1.27 3.81) (end -1.27 3.81) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c68b5234-df72-484d-8d94-b3d813b16eef)) + (pad "1" thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") + (net 3 "+1V8") (tstamp c8645037-523f-46e6-8161-e507932df60a)) + (pad "2" thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") + (net 4 "/~{SPI_MUX_EN_L}") (tstamp 6a8482ca-3473-4c30-9d00-6f1605f037dc)) + (model "${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x02_P2.54mm_Vertical.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-000060f1a211) + (at 156.56 93.83) + (descr "Through hole straight pin header, 1x03, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x03 2.54mm single row") + (path "/00000000-0000-0000-0000-00006109058b") + (attr through_hole) + (fp_text reference "J6" (at 1.44 -2.53) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp fdfeb663-5ea4-4f67-89a1-8030c54a5b50) + ) + (fp_text value "Conn_01x03" (at 0 7.41) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp dccd95c4-1fae-4cc5-8236-b751045b08b9) + ) + (fp_text user "${REFERENCE}" (at 0 2.54 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 3d318ddd-a95e-411f-b954-22ae389f2912) + ) + (fp_line (start -1.33 -1.33) (end 0 -1.33) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 72f82ddf-ea91-400d-852b-292befb189ad)) + (fp_line (start -1.33 0) (end -1.33 -1.33) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3a3bd751-e2a2-4ca9-b1d3-0270da39bea1)) + (fp_line (start -1.33 1.27) (end -1.33 6.41) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 71f5025a-0942-4a71-bd61-b25b53cdf23a)) + (fp_line (start -1.33 1.27) (end 1.33 1.27) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 249a4feb-ef60-4b1a-8fa9-5687b00b7f48)) + (fp_line (start -1.33 6.41) (end 1.33 6.41) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 66ffabbd-c061-45e0-a20a-513d6d643375)) + (fp_line (start 1.33 1.27) (end 1.33 6.41) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3041a770-fdc0-4300-948e-9a381054e38f)) + (fp_line (start -1.8 -1.8) (end -1.8 6.85) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 13d8b77a-7012-48f6-a094-58e69dc47a96)) + (fp_line (start -1.8 6.85) (end 1.8 6.85) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 74ec1672-2d8b-4ede-a5c8-db0a5c97185f)) + (fp_line (start 1.8 -1.8) (end -1.8 -1.8) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 81fd6186-8bd6-4d77-a2fd-5486bc834063)) + (fp_line (start 1.8 6.85) (end 1.8 -1.8) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1a7684a0-8d14-462d-9196-4cd522ccaf44)) + (fp_line (start -1.27 -0.635) (end -0.635 -1.27) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2185bee6-7850-4ecd-9e4c-879046cb949b)) + (fp_line (start -1.27 6.35) (end -1.27 -0.635) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 37e3a925-abb4-43d4-85b6-af9569393629)) + (fp_line (start -0.635 -1.27) (end 1.27 -1.27) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7fb59760-6fa9-46a2-8fbe-9d06012f5031)) + (fp_line (start 1.27 -1.27) (end 1.27 6.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 35f9b134-43fc-4727-bd54-67f58a43f7dd)) + (fp_line (start 1.27 6.35) (end -1.27 6.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2b013d82-3b80-4d5d-a701-b3d37d60bddd)) + (pad "1" thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") + (net 6 "/SP_QSPI_XTRA10") (tstamp cf538f68-8a05-4c34-baf1-0a4c365d293d)) + (pad "2" thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") + (net 25 "/FLASH_MUX_SELECT") (tstamp 11075680-70b6-4930-8633-d7e6310c6804)) + (pad "3" thru_hole oval (at 0 5.08) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") + (net 24 "/MANUAL_MUX_SELECT") (tstamp 6171b68e-7116-49b1-af48-2e503a9ef77d)) + (model "${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x03_P2.54mm_Vertical.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-000060f1d552) + (at 118.13 99.09 180) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (path "/00000000-0000-0000-0000-000060f1a5f0") + (attr smd) + (fp_text reference "C5" (at 0 -1.16) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp a251f329-7980-4754-a7b2-1fb4294e4ad6) + ) + (fp_text value "1uF" (at 0 1.16) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp c9a2cf51-2409-457b-83bf-f5caf5dc5a51) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.25 0.25) (thickness 0.04))) + (tstamp 219677f9-e31c-4b84-bcaf-6051e026e543) + ) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7d0a3727-5388-4096-8aba-8943ff045709)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d21bc147-52b6-4f03-8ac0-87b35279adf3)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4ca8d8c4-7a4f-4747-a2b4-97ea22f13b87)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2186f3bd-f008-457a-901e-348b567e8992)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 86a70c66-5564-4bfe-8790-6a2bdbbda898)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bd25d97b-6b7a-4809-aa64-05b9f5fc8d16)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d305116f-7563-46a0-99d4-645c29e2f34c)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 873b8520-117a-4e96-b6f4-1fc8b63ed837)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4ce13205-d7f0-4870-b1b9-2df391697cb4)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 16e3d642-1d0d-4a59-bb0b-823767449e20)) + (pad "1" smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 3 "+1V8") (tstamp b1867d9b-7529-4357-869a-61f9dc737f46)) + (pad "2" smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 1 "GNDREF") (tstamp bd8cfee0-5a6c-42ed-9771-36cb37d30d1f)) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "MountingHole:MountingHole_3.2mm_M3_Pad" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-000060f1f0ea) + (at 170.43 99.77) + (descr "Mounting Hole 3.2mm, M3") + (tags "mounting hole 3.2mm m3") + (path "/00000000-0000-0000-0000-000060f345f9") + (attr exclude_from_pos_files exclude_from_bom) + (fp_text reference "H1" (at 0 -4.2) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp fff86e92-af1c-473c-9fcc-6df03e0a5707) + ) + (fp_text value "MountingHole_Pad" (at 0 4.2) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 14db4107-3881-4c4f-b9d8-533828d0c861) + ) + (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp ec65e5d0-e03a-449b-9dcd-c70de5449a14) + ) + (fp_circle (center 0 0) (end 3.2 0) + (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 75c3f67f-5d9a-4428-8e8a-4717973576fd)) + (fp_circle (center 0 0) (end 3.45 0) + (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp d1bfde99-436d-4b8d-99a8-1393096cb29f)) + (pad "1" thru_hole circle (at 0 0) (size 6.4 6.4) (drill 3.2) (layers "*.Cu" "*.Mask") + (net 1 "GNDREF") (tstamp 4c309f9d-570a-4390-a2bb-97a592d94ac4)) + ) + + (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-000060f1f2c8) + (at 113.37 99.23) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (path "/00000000-0000-0000-0000-000060f83101") + (attr smd) + (fp_text reference "C3" (at 2.36 0.16) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp e607b11c-e93b-4979-a2f7-9571cee3d2d4) + ) + (fp_text value "1uF" (at 0 1.16) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 3d8595e9-b690-41f8-a385-1aecfe562942) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.25 0.25) (thickness 0.04))) + (tstamp a4fd12e6-60bd-4a3e-9e73-bd6f0f54442c) + ) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 79828361-8c60-4ff1-93ab-c3ae44bed7da)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8dc57fd8-2e07-4379-8ca4-0f9fc2946c95)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1ab7b147-253b-47d8-874b-93abce40179a)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7ce2aab2-c109-4368-85e3-88f446da4a76)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 565bc088-8b27-4960-8472-04eb47a10e05)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d711fa26-0095-43b7-93b3-854b709d6d05)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 82955385-754d-47d5-a656-b06766f80f9d)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6a63ab99-7a6f-4290-b533-e9be72c4c834)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a1beec00-12c7-44d7-bc45-3ba320ac82a7)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 47798bf7-2c99-4115-892f-7a0565b059a9)) + (pad "1" smd roundrect (at -0.48 0) (size 0.56 0.62) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 2 "+3V3") (tstamp 16160e36-90fb-460b-a0bc-bf7bfb88a5f4)) + (pad "2" smd roundrect (at 0.48 0) (size 0.56 0.62) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 1 "GNDREF") (tstamp ed9c5f93-9519-4a47-b19c-e060181cc69a)) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-000060f1f5dc) + (at 162.78 101.68) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (path "/00000000-0000-0000-0000-00006108a892") + (attr smd) + (fp_text reference "R3" (at -2.08 -0.08) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 8b037dbc-6783-489e-8e36-7a9f1223c8ef) + ) + (fp_text value "10k" (at 0 1.17) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 9524eedf-f26a-4adf-8820-4ef27923b8fa) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.26 0.26) (thickness 0.04))) + (tstamp e7642516-582c-417b-b44e-b9a7bd0d1cc6) + ) + (fp_line (start -0.153641 -0.38) (end 0.153641 -0.38) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3e500cca-4016-419f-8e08-832d3283f0da)) + (fp_line (start -0.153641 0.38) (end 0.153641 0.38) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5be9ec98-0d4b-4175-8532-d58bdba3ce0c)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9e8f3a35-e22c-4adc-8106-d5c86bd33bbe)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8d0ad2a2-9514-4fcc-b76b-1062ab230fa5)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ea62a0a2-0255-420f-b0c8-b8f5d8ec09de)) + (fp_line (start 0.93 0.47) (end -0.93 0.47) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 85335fb3-2a17-4f6c-8b2b-f9c00f60258d)) + (fp_line (start -0.525 -0.27) (end 0.525 -0.27) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0a19b9f7-3316-4c84-adb6-2578b2f4295e)) + (fp_line (start -0.525 0.27) (end -0.525 -0.27) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 70369643-7286-4ce3-a6c3-b18ccaaf1ae9)) + (fp_line (start 0.525 -0.27) (end 0.525 0.27) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9e7d2f0b-748b-4dc6-b6da-2a557a7cc3eb)) + (fp_line (start 0.525 0.27) (end -0.525 0.27) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2ac86f41-47b8-482d-85fb-ebfd238aae71)) + (pad "1" smd roundrect (at -0.51 0) (size 0.54 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 24 "/MANUAL_MUX_SELECT") (tstamp c1cbe86b-8922-424c-b9c0-0feabea1035d)) + (pad "2" smd roundrect (at 0.51 0) (size 0.54 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 1 "GNDREF") (tstamp 1747b1da-695d-40f3-8c1d-95f7c751ad4b)) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-223" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-000060f1f5e2) + (at 121.52 104.43 -90) + (descr "module CMS SOT223 4 pins") + (tags "CMS SOT") + (path "/00000000-0000-0000-0000-000061055d86") + (attr smd) + (fp_text reference "U1" (at 3.24 3.21 180) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 4e5f1c4b-ea0a-4869-bd7e-75f086ca334a) + ) + (fp_text value "LM1117-1.8" (at 0 4.5 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 583d6e5b-8009-44c2-874c-f3923fd33888) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.8 0.8) (thickness 0.12))) + (tstamp e045f4f6-5e55-4bf3-bde0-34a7cdcb63c9) + ) + (fp_line (start -4.1 -3.41) (end 1.91 -3.41) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 68597379-7c9b-4d4f-be23-ecfd9d2fd2e1)) + (fp_line (start -1.85 3.41) (end 1.91 3.41) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d3461787-05bb-40af-ac3a-e41292cfadb4)) + (fp_line (start 1.91 -3.41) (end 1.91 -2.15) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 66f74bb1-c4d8-4fa8-8eb5-048b43224253)) + (fp_line (start 1.91 3.41) (end 1.91 2.15) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a3eadd48-ee6e-4956-ae2c-690a51a7cbc8)) + (fp_line (start -4.4 -3.6) (end -4.4 3.6) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e83c0978-d5b8-4e3d-b966-23f53bbf09ca)) + (fp_line (start -4.4 3.6) (end 4.4 3.6) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e4d30b87-a2f7-4d56-935b-87f01c7afe47)) + (fp_line (start 4.4 -3.6) (end -4.4 -3.6) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d215e2f5-b9a2-4135-aa28-f333c83a871b)) + (fp_line (start 4.4 3.6) (end 4.4 -3.6) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3422891f-dd02-4fcb-ba6b-6c8b730b820d)) + (fp_line (start -1.85 -2.3) (end -1.85 3.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6bf1d482-e025-4791-845a-494eff91a0cb)) + (fp_line (start -1.85 -2.3) (end -0.8 -3.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 501ebb6f-ba6b-481a-8beb-34d1c88a9061)) + (fp_line (start -1.85 3.35) (end 1.85 3.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 461e6857-69be-4be5-b78b-7cbf1fae7782)) + (fp_line (start -0.8 -3.35) (end 1.85 -3.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e68b520a-b77d-407c-a732-461db32eda1c)) + (fp_line (start 1.85 -3.35) (end 1.85 3.35) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6e644bed-f6ac-404a-bd4e-5d82955a2252)) + (pad "1" smd rect (at -3.15 -2.3 270) (size 2 1.5) (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "GNDREF") (tstamp ef6c0155-d50a-44a3-a75b-fdf087830b26)) + (pad "2" smd rect (at -3.15 0 270) (size 2 1.5) (layers "F.Cu" "F.Paste" "F.Mask") + (net 3 "+1V8") (tstamp 8d9d00cd-831d-4bda-924a-a5d4d06d1c9d)) + (pad "3" smd rect (at -3.15 2.3 270) (size 2 1.5) (layers "F.Cu" "F.Paste" "F.Mask") + (net 2 "+3V3") (tstamp f993b5da-2c08-478c-ae72-cfa40827953e)) + (pad "4" smd rect (at 3.15 0 270) (size 2 3.8) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 10073a78-3b56-4643-a80d-ea003aa0c082)) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-223.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-000060f1fb44) + (at 139.43 91.57) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (path "/00000000-0000-0000-0000-000060f04a83") + (attr smd) + (fp_text reference "R4" (at 1.87 -0.07) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 2254e84c-37ba-4e75-bbd4-a3051773cbfa) + ) + (fp_text value "10k" (at 0 1.17) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp b9a40574-d566-4d7a-8d78-3520ee189667) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.26 0.26) (thickness 0.04))) + (tstamp becf26ac-ddcc-48cd-863d-f685e52b6c41) + ) + (fp_line (start -0.153641 -0.38) (end 0.153641 -0.38) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b9a7ccdf-1343-48bc-aee3-b3be4e9996f9)) + (fp_line (start -0.153641 0.38) (end 0.153641 0.38) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a199b8dc-4d5a-4da9-a782-dc0178016050)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 35c3059d-f92f-4f56-a514-6cfc524b7534)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 02e10822-954c-4183-a0d2-ec5f4d8f068b)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1e45dd11-15c7-4a83-bdae-3a67a7cd01a6)) + (fp_line (start 0.93 0.47) (end -0.93 0.47) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a66719e6-a9ab-454f-b403-1543c30f21f0)) + (fp_line (start -0.525 -0.27) (end 0.525 -0.27) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6d082fe5-6737-48ef-be84-6ac9051fd449)) + (fp_line (start -0.525 0.27) (end -0.525 -0.27) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f3c7f8ee-bba8-4162-b626-4976e490ca41)) + (fp_line (start 0.525 -0.27) (end 0.525 0.27) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 53f1f97d-ed2a-4987-a732-3f6332c278a1)) + (fp_line (start 0.525 0.27) (end -0.525 0.27) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6e9bfb02-4e27-4c7a-9115-1f673f4c150f)) + (pad "1" smd roundrect (at -0.51 0) (size 0.54 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 3 "+1V8") (tstamp c6f133ba-643f-46fb-a81a-fb61185b77b8)) + (pad "2" smd roundrect (at 0.51 0) (size 0.54 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 26 "/SPI_FLASH_DQ3") (tstamp 41abccf3-8ab5-4baf-a2cb-b3fa435e6abd)) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_SO:TSSOP-20_4.4x6.5mm_P0.65mm" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-0000610a28ca) + (at 116.73 95.11 180) + (descr "TSSOP, 20 Pin (JEDEC MO-153 Var AC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "TSSOP SO") + (path "/00000000-0000-0000-0000-0000610b68db") + (attr smd) + (fp_text reference "U2" (at -2.83 -4.24) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 69731246-cdce-4fe7-8cda-dfb19a37f2e2) + ) + (fp_text value "ADG3308BRUZ" (at 0 4.2) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp de3b1321-f4af-4572-957a-f35ba1b53754) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp fc69868d-5917-4c2b-a81e-d763f2ff5b82) + ) + (fp_line (start 0 -3.385) (end -3.6 -3.385) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3574151b-0188-4a16-9258-a4fbf6e89471)) + (fp_line (start 0 -3.385) (end 2.2 -3.385) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bfa60f5b-f65c-47b2-9896-87bd162011ed)) + (fp_line (start 0 3.385) (end -2.2 3.385) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0adb40ea-5903-45c9-b90b-cfa4e284ff35)) + (fp_line (start 0 3.385) (end 2.2 3.385) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 54ddebf6-6c68-432a-9913-fdb5741bf2d3)) + (fp_line (start -3.85 -3.5) (end -3.85 3.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5d9749de-ca83-43fb-998c-f2976ab1de3e)) + (fp_line (start -3.85 3.5) (end 3.85 3.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c99e8517-32a5-4742-b4d6-0998bf74c5d2)) + (fp_line (start 3.85 -3.5) (end -3.85 -3.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2c37135b-20d0-4dec-b468-726e60793b9c)) + (fp_line (start 3.85 3.5) (end 3.85 -3.5) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7e497297-43b2-4801-9b83-182caf83046c)) + (fp_line (start -2.2 -2.25) (end -1.2 -3.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c2d76567-f230-463d-87f8-29b093b40602)) + (fp_line (start -2.2 3.25) (end -2.2 -2.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 61779cff-2da9-4e50-abcc-3cab9b74421f)) + (fp_line (start -1.2 -3.25) (end 2.2 -3.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 82189a79-fe6f-47de-b717-3a10f9daf734)) + (fp_line (start 2.2 -3.25) (end 2.2 3.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2ed1263f-8e73-446b-b741-b48bcb47f500)) + (fp_line (start 2.2 3.25) (end -2.2 3.25) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 75f0dee1-17db-4efa-a806-1964f67b4d4c)) + (pad "1" smd roundrect (at -2.8625 -2.925 180) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 3 "+1V8") (tstamp b116a3c1-3563-43b7-a137-ca659a3d0956)) + (pad "2" smd roundrect (at -2.8625 -2.275 180) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 33 "/SP_FLASH_CLK_1V8") (tstamp d03f2a01-eb4d-4c05-a104-957c846abc14)) + (pad "3" smd roundrect (at -2.8625 -1.625 180) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 27 "/~{SP_FLASH_RESET_L_1V8}") (tstamp 35ad6bdc-e844-4281-9cc7-e0add5fc5132)) + (pad "4" smd roundrect (at -2.8625 -0.975 180) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 32 "/~{SP_FLASH_CS_L_1V8}") (tstamp 49e72213-74a2-49d6-a11b-4ce42bcd42fc)) + (pad "5" smd roundrect (at -2.8625 -0.325 180) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 31 "/SP_FLASH_DQ0_1V8") (tstamp 4b630d42-4ea4-49ff-a625-41096e518469)) + (pad "6" smd roundrect (at -2.8625 0.325 180) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 30 "/SP_FLASH_DQ1_1V8") (tstamp 9fb9bd28-6e06-43cf-a25c-f301565b623d)) + (pad "7" smd roundrect (at -2.8625 0.975 180) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 29 "/SP_FLASH_DQ2_1V8") (tstamp bf566119-c34f-44d3-b19e-6f433e19519e)) + (pad "8" smd roundrect (at -2.8625 1.625 180) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 28 "/SP_FLASH_DQ3_1V8") (tstamp 96a4d068-c1f0-44da-b324-bf3652645abb)) + (pad "9" smd roundrect (at -2.8625 2.275 180) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 56 "Net-(U2-Pad9)") (tstamp ce296d76-dc25-4c2d-9c70-b2d6420e142a)) + (pad "10" smd roundrect (at -2.8625 2.925 180) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 5 "/SP_TRANS_EN") (tstamp 1051740f-08d1-45af-a83c-0403489fc8a0)) + (pad "11" smd roundrect (at 2.8625 2.925 180) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 1 "GNDREF") (tstamp 05c7881d-2460-4619-b7a1-ae7f5e47cf15)) + (pad "12" smd roundrect (at 2.8625 2.275 180) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 55 "Net-(U2-Pad12)") (tstamp bb6e61cd-ece3-4682-915b-c4c59ec02ea0)) + (pad "13" smd roundrect (at 2.8625 1.625 180) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 8 "/SP_QSPI_IO3") (tstamp 10a3e241-fed8-4b38-9034-a0c97055c0e9)) + (pad "14" smd roundrect (at 2.8625 0.975 180) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 10 "/SP_QSPI_IO2") (tstamp 8340a919-3bc0-451a-948b-a104223598e9)) + (pad "15" smd roundrect (at 2.8625 0.325 180) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 9 "/SP_QSPI_IO1") (tstamp 0f31cc7c-93e0-4a19-b5f5-dd8dece0fa96)) + (pad "16" smd roundrect (at 2.8625 -0.325 180) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 11 "/SP_QSPI_IO0") (tstamp 4fbc8c2a-fb18-4ac3-83a0-126708e7467b)) + (pad "17" smd roundrect (at 2.8625 -0.975 180) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 13 "/~{SP_QSPI_CS}") (tstamp 90cd6fd4-c78d-46ef-9b1a-3c666c0ab82a)) + (pad "18" smd roundrect (at 2.8625 -1.625 180) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 12 "/SP_QSPI_XTRA7") (tstamp b6d8f147-6d9c-4d00-9a5e-655d7275b535)) + (pad "19" smd roundrect (at 2.8625 -2.275 180) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 7 "/SP_QSPI_CLK") (tstamp 75e69daa-29db-4aa1-9792-df4750e20220)) + (pad "20" smd roundrect (at 2.8625 -2.925 180) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 2 "+3V3") (tstamp 289e2237-d974-478c-9f1d-6616ba2dadb6)) + (model "${KISYS3DMOD}/Package_SO.3dshapes/TSSOP-20_4.4x6.5mm_P0.65mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "spimux:BGA-25_5x5_6.0x8.0mm" (layer "F.Cu") + (tstamp 00000000-0000-0000-0000-0000610af9eb) + (at 138.61 95.58 90) + (path "/00000000-0000-0000-0000-000060eee84d") + (attr smd) + (fp_text reference "U4" (at 0.04 -5 90) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp b8d5cd71-8351-412f-88fb-55f328c94684) + ) + (fp_text value "MT25QU256ABA8E12" (at 0 4 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp de03ffef-e9ce-4b09-a0d2-cd1861704912) + ) + (fp_line (start -3.12 -3) (end -3.12 -2.62) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 075d60c6-0299-4d18-ad43-2807a0bfbaa0)) + (fp_line (start -3.12 4.12) (end -3.12 2.62) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 26b3a7fd-fadd-4c57-a726-084d8486c8e0)) + (fp_line (start -2 -4.12) (end -3.12 -3) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 96676c80-e5ac-427f-af4c-304c254c5f30)) + (fp_line (start -1.62 -4.12) (end -2 -4.12) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9612e67c-d7fb-45ba-a0a2-f79447cf8f48)) + (fp_line (start -1.62 4.12) (end -3.12 4.12) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cb2d8d84-b806-458e-9982-6a42b256f498)) + (fp_line (start 1.62 -4.12) (end 3.12 -4.12) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8475fe66-f457-4440-9dae-c406670b64dc)) + (fp_line (start 1.62 4.12) (end 3.12 4.12) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f8fd2577-063a-4c40-8961-8b2ac4db1176)) + (fp_line (start 3.12 -4.12) (end 3.12 -2.62) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 56d3d9e3-30e0-4af8-94bd-11defdbcbce7)) + (fp_line (start 3.12 4.12) (end 3.12 2.62) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7949558a-62b1-4377-95e3-4d5dc0b256a4)) + (fp_circle (center -3 -4) (end -2.9 -4) + (stroke (width 0.2) (type solid)) (fill none) (layer "F.SilkS") (tstamp 3953e951-a6f3-4d71-bfd5-ee119e4714fc)) + (fp_line (start -3.25 -4.25) (end 3.25 -4.25) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cce71953-ea55-4fcd-88f4-3934f6901f6d)) + (fp_line (start -3.25 4.25) (end -3.25 -4.25) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a3a4a2f6-0b2c-4f77-b758-bf38f14d3d5c)) + (fp_line (start 3.25 -4.25) (end 3.25 4.25) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 95dffcbb-8bbb-4ed3-baba-dae87193bdec)) + (fp_line (start 3.25 4.25) (end -3.25 4.25) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c0a0a6cf-1cf3-459d-8b0e-270a35e9d614)) + (fp_line (start -3 -3) (end -3 4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 754d94c5-4ffc-43b1-9620-0055605a8eb1)) + (fp_line (start -3 4) (end 3 4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9daeb239-248a-4dc6-9703-5e1a390697c8)) + (fp_line (start -2 -4) (end -3 -3) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8d93c77d-bd5f-48a4-894c-624a09126985)) + (fp_line (start 3 -4) (end -2 -4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 81a93092-bb0c-4bd8-8a9e-29fdddad17e4)) + (fp_line (start 3 4) (end 3 -4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7dc797a2-524d-4a35-a15e-539d4c8b31aa)) + (pad "A2" smd circle (at -1 -2 90) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") + (net 50 "Net-(U4-PadA2)") (tstamp fc37f462-ae3a-436f-a95c-b5254f305233)) + (pad "A3" smd circle (at 0 -2 90) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") + (net 48 "Net-(U4-PadA3)") (tstamp 5963becf-7a07-4f89-ae85-292d7e0582da)) + (pad "A4" smd circle (at 1 -2 90) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") + (net 27 "/~{SP_FLASH_RESET_L_1V8}") (tstamp b20eca75-a554-406d-85ee-c74a9fd273f1)) + (pad "A5" smd circle (at 2 -2 90) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") + (net 44 "Net-(U4-PadA5)") (tstamp 2586e558-303c-49e2-8637-c39f3f6451b2)) + (pad "B1" smd circle (at -2 -1 90) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") + (net 54 "Net-(U4-PadB1)") (tstamp 27424f9b-db42-46e8-8013-94bbbe82f12c)) + (pad "B2" smd circle (at -1 -1 90) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") + (net 34 "/SPI_FLASH_CLK") (tstamp daefe01c-0a73-4cc3-9498-4379e6dce687)) + (pad "B3" smd circle (at 0 -1 90) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "GNDREF") (tstamp b125d006-bca1-461d-83c0-a4a3a8097a44)) + (pad "B4" smd circle (at 1 -1 90) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") + (net 3 "+1V8") (tstamp e3aac78a-5e61-4e9c-8f49-00989ac0188b)) + (pad "B5" smd circle (at 2 -1 90) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") + (net 43 "Net-(U4-PadB5)") (tstamp 81e78e96-908f-48f4-8d6a-19d85450e05f)) + (pad "C1" smd circle (at -2 0 90) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") + (net 53 "Net-(U4-PadC1)") (tstamp bd00ba31-3702-49bd-aa42-e0f60ec242c6)) + (pad "C2" smd circle (at -1 0 90) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") + (net 35 "/~{SPI_FLASH_CS_L}") (tstamp d6d63378-80a7-4967-9082-a19db4628fb5)) + (pad "C3" smd circle (at 0 0 90) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") + (net 47 "Net-(U4-PadC3)") (tstamp 2e00967d-c735-46ac-b1f8-faa9d9164fd2)) + (pad "C4" smd circle (at 1 0 90) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") + (net 38 "/SPI_FLASH_DQ2") (tstamp 139a7ae1-73a9-4b2e-982e-483d670b10d9)) + (pad "C5" smd circle (at 2 0 90) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") + (net 42 "Net-(U4-PadC5)") (tstamp 41baa029-960b-41d6-bac5-e6c80fb31d62)) + (pad "D1" smd circle (at -2 1 90) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") + (net 52 "Net-(U4-PadD1)") (tstamp 4b635f98-5b10-44c6-932f-3b3234ee3887)) + (pad "D2" smd circle (at -1 1 90) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") + (net 37 "/SPI_FLASH_DQ1") (tstamp 37477d1c-ba15-47fa-b623-18b4fd95909e)) + (pad "D3" smd circle (at 0 1 90) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") + (net 36 "/SPI_FLASH_D0") (tstamp 2eac8495-f618-4bb4-afe7-ca78df0a98a1)) + (pad "D4" smd circle (at 1 1 90) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") + (net 26 "/SPI_FLASH_DQ3") (tstamp 86b01693-c864-4c2e-82b9-19114717ccf5)) + (pad "D5" smd circle (at 2 1 90) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") + (net 41 "Net-(U4-PadD5)") (tstamp f9260f64-fc83-41c0-8c4d-2f1ab531cdb6)) + (pad "E1" smd circle (at -2 2 90) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") + (net 51 "Net-(U4-PadE1)") (tstamp d0e29a4c-c7ad-49d3-9f5c-2e04dfedf8ba)) + (pad "E2" smd circle (at -1 2 90) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") + (net 49 "Net-(U4-PadE2)") (tstamp 50ec5b3f-4eca-4b24-8804-4bebd5eea7a5)) + (pad "E3" smd circle (at 0 2 90) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") + (net 46 "Net-(U4-PadE3)") (tstamp c314966f-0bfb-458c-b102-4f29e917160c)) + (pad "E4" smd circle (at 1 2 90) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") + (net 45 "Net-(U4-PadE4)") (tstamp e829d173-d255-4674-8c66-5e942721c6b0)) + (pad "E5" smd circle (at 2 2 90) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") + (net 40 "Net-(U4-PadE5)") (tstamp 62c1b7b5-a656-4964-9485-4e43342a5a13)) + ) + + (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") + (tstamp 00000000-0000-0000-0000-000060f1f277) + (at 137.2 95.19 -90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (path "/00000000-0000-0000-0000-000060ef094d") + (attr smd) + (fp_text reference "C4" (at 0.09 -2.26 90) (layer "B.SilkS") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 9e802bbc-67d7-433e-971e-4c778b8085e0) + ) + (fp_text value "1uF" (at 0 -1.16 90) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 8bb080cc-b073-42d3-94ab-3402cf71d1a4) + ) + (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") + (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) + (tstamp e01c3bda-8b09-4712-bba1-ee8492d52da6) + ) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6aae837b-c92c-495d-b591-7bde9555aec8)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a4f8b973-7f74-43cc-b037-411b218ffb81)) + (fp_line (start -0.91 -0.46) (end -0.91 0.46) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2c0cc012-eae3-4ee0-99f0-c4cb71a260ad)) + (fp_line (start -0.91 0.46) (end 0.91 0.46) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp de0f1777-d450-414e-afc3-0f58f83d79fe)) + (fp_line (start 0.91 -0.46) (end -0.91 -0.46) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 833f4e6e-b4e3-43de-869c-af5466cb325a)) + (fp_line (start 0.91 0.46) (end 0.91 -0.46) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 591d0e37-bd3c-4e0d-8264-5471c37bfde5)) + (fp_line (start -0.5 -0.25) (end -0.5 0.25) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 318c1dff-f7f5-427a-a6ac-21d16ba769b3)) + (fp_line (start -0.5 0.25) (end 0.5 0.25) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 69acc20a-7d9a-4e26-9fa5-0486617b2624)) + (fp_line (start 0.5 -0.25) (end -0.5 -0.25) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2c2758e7-7628-4faa-a8e7-b746eef92bbb)) + (fp_line (start 0.5 0.25) (end 0.5 -0.25) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7c7d1968-9a61-49bb-80b4-c84efababcd8)) + (pad "1" smd roundrect (at -0.48 0 270) (size 0.56 0.62) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 3 "+1V8") (tstamp ceb9eccf-fbc0-4c58-8f11-b82fabfd4e5a)) + (pad "2" smd roundrect (at 0.48 0 270) (size 0.56 0.62) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 1 "GNDREF") (tstamp ce0820f7-0227-4fcb-b898-d80c7e73ebe0)) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "grumpy:Oxide_Board_Identifier_23x6mm" (layer "B.Cu") + (tstamp 00000000-0000-0000-0000-000060f27540) + (at 152.7 99.7 180) + (attr exclude_from_pos_files exclude_from_bom) + (fp_text reference "G***" (at 0 0) (layer "B.SilkS") hide + (effects (font (size 1.524 1.524) (thickness 0.3)) (justify mirror)) + (tstamp 04b3e7d4-b8ed-468b-b896-06a6afef6a4b) + ) + (fp_text value "QSPI MUX" (at 6.2 0) (layer "B.SilkS") + (effects (font (size 1 1) (thickness 0.127)) (justify left mirror)) + (tstamp 300db840-1adf-47dd-bd41-8a206a725e1a) + ) + (fp_text user "S/N:" (at 2.6 -1.5) (layer "B.SilkS") + (effects (font (size 1 1) (thickness 0.127)) (justify left mirror)) + (tstamp 07462961-a283-4762-8a76-6f16f0dc0858) + ) + (fp_text user "P/N:" (at 2.6 0) (layer "B.SilkS") + (effects (font (size 1 1) (thickness 0.127)) (justify left mirror)) + (tstamp 81647c4d-3bbc-4f3f-ba1d-5f779a862b27) + ) + (fp_text user "Rev:" (at 13.8 0) (layer "B.SilkS") + (effects (font (size 1 1) (thickness 0.127)) (justify left mirror)) + (tstamp a75616bd-ed96-4c19-b8d4-00f7c563acf4) + ) + (fp_text user "Oxide Computer Co" (at 2.6 1.5) (layer "B.SilkS") + (effects (font (size 1 1) (thickness 0.127)) (justify left mirror)) + (tstamp b12ed34a-2de7-4bbf-b2e6-6870574bd3ac) + ) + (fp_text user "2" (at 17.2 -0.1) (layer "B.SilkS") + (effects (font (size 1 1) (thickness 0.127)) (justify left mirror)) + (tstamp fdf00d6d-14c1-4d29-bbdc-0fe0521ee004) + ) + (fp_poly + (pts + (xy 0.704515 2.45469) + (xy 1.218284 2.451747) + (xy 1.60456 2.444981) + (xy 1.884261 2.432873) + (xy 2.078307 2.413899) + (xy 2.207617 2.38654) + (xy 2.29311 2.349273) + (xy 2.355705 2.300577) + (xy 2.370667 2.286) + (xy 2.422552 2.225915) + (xy 2.462617 2.14832) + (xy 2.492382 2.032294) + (xy 2.51337 1.856921) + (xy 2.527101 1.601279) + (xy 2.535097 1.244451) + (xy 2.53888 0.765516) + (xy 2.53997 0.143557) + (xy 2.54 -0.042333) + (xy 2.539357 -0.704515) + (xy 2.536413 -1.218284) + (xy 2.529648 -1.60456) + (xy 2.517539 -1.884261) + (xy 2.498566 -2.078307) + (xy 2.471206 -2.207617) + (xy 2.433939 -2.29311) + (xy 2.385244 -2.355705) + (xy 2.370667 -2.370667) + (xy 2.310581 -2.422552) + (xy 2.232986 -2.462617) + (xy 2.116961 -2.492382) + (xy 1.941587 -2.51337) + (xy 1.685945 -2.527101) + (xy 1.329117 -2.535097) + (xy 0.850183 -2.53888) + (xy 0.228224 -2.53997) + (xy 0.042333 -2.54) + (xy -0.619848 -2.539357) + (xy -1.133618 -2.536413) + (xy -1.519893 -2.529648) + (xy -1.799595 -2.517539) + (xy -1.993641 -2.498566) + (xy -2.122951 -2.471206) + (xy -2.208444 -2.433939) + (xy -2.271038 -2.385244) + (xy -2.286 -2.370667) + (xy -2.337886 -2.310581) + (xy -2.37795 -2.232986) + (xy -2.407716 -2.116961) + (xy -2.428703 -1.941587) + (xy -2.442435 -1.685945) + (xy -2.450431 -1.329117) + (xy -2.454213 -0.850183) + (xy -2.455303 -0.228224) + (xy -2.455333 -0.042333) + (xy -2.455161 0.135609) + (xy -2.192676 0.135609) + (xy -2.17935 -0.367728) + (xy -2.05871 -0.858021) + (xy -1.828494 -1.313049) + (xy -1.486437 -1.710592) + (xy -1.030277 -2.028428) + (xy -0.593215 -2.206892) + (xy -0.329786 -2.263933) + (xy -0.087098 -2.279007) + (xy 0.088442 -2.253785) + (xy 0.107406 -2.23425) + (xy 0.423333 -2.23425) + (xy 0.472895 -2.293263) + (xy 0.60785 -2.232464) + (xy 0.807605 -2.064105) + (xy 0.941232 -1.926167) + (xy 1.270472 -1.566333) + (xy 1.590045 -1.926167) + (xy 1.806858 -2.143318) + (xy 1.982616 -2.269271) + (xy 2.092403 -2.289451) + (xy 2.116667 -2.23425) + (xy 2.06634 -2.147365) + (xy 1.935048 -1.971855) + (xy 1.770116 -1.768583) + (xy 1.423565 -1.354667) + (xy 1.772554 -0.937837) + (xy 1.96367 -0.685071) + (xy 2.043768 -0.519579) + (xy 2.028805 -0.463692) + (xy 1.925292 -0.429149) + (xy 1.908551 -0.436022) + (xy 1.843517 -0.512409) + (xy 1.705078 -0.677845) + (xy 1.582158 -0.825562) + (xy 1.283281 -1.185458) + (xy 0.947994 -0.793206) + (xy 0.742611 -0.57978) + (xy 0.584158 -0.467212) + (xy 0.515582 -0.460981) + (xy 0.507116 -0.559812) + (xy 0.629644 -0.763656) + (xy 0.767445 -0.937837) + (xy 1.116435 -1.354667) + (xy 0.769884 -1.768583) + (xy 0.590583 -1.990253) + (xy 0.465372 -2.15941) + (xy 0.423333 -2.23425) + (xy 0.107406 -2.23425) + (xy 0.150426 -2.189938) + (xy 0.148179 -2.180205) + (xy 0.050205 -2.106562) + (xy -0.157891 -2.040652) + (xy -0.281971 -2.017925) + (xy -0.806891 -1.866417) + (xy -1.244611 -1.591257) + (xy -1.586605 -1.218739) + (xy -1.824348 -0.775157) + (xy -1.949313 -0.286806) + (xy -1.952977 0.22002) + (xy -1.826812 0.719026) + (xy -1.562295 1.183918) + (xy -1.385455 1.385455) + (xy -0.934772 1.724574) + (xy -0.425358 1.920044) + (xy 0.111358 1.971545) + (xy 0.643942 1.87876) + (xy 1.140963 1.641372) + (xy 1.42539 1.413876) + (xy 1.756545 1.021913) + (xy 1.951767 0.591173) + (xy 2.019743 0.269259) + (xy 2.078874 0.017716) + (xy 2.15599 -0.126666) + (xy 2.229526 -0.14928) + (xy 2.277916 -0.035525) + (xy 2.286 0.088955) + (xy 2.228139 0.561312) + (xy 2.043387 0.993732) + (xy 1.714987 1.422014) + (xy 1.611977 1.529126) + (xy 1.18701 1.890004) + (xy 0.756202 2.104977) + (xy 0.271262 2.192068) + (xy -0.145819 2.185164) + (xy -0.728837 2.070208) + (xy -1.218122 1.834969) + (xy -1.611413 1.501669) + (xy -1.906444 1.092528) + (xy -2.100953 0.629768) + (xy -2.192676 0.135609) + (xy -2.455161 0.135609) + (xy -2.45469 0.619848) + (xy -2.451747 1.133618) + (xy -2.444981 1.519893) + (xy -2.432873 1.799595) + (xy -2.413899 1.993641) + (xy -2.38654 2.122951) + (xy -2.349273 2.208444) + (xy -2.300577 2.271038) + (xy -2.286 2.286) + (xy -2.225915 2.337886) + (xy -2.14832 2.37795) + (xy -2.032294 2.407716) + (xy -1.856921 2.428703) + (xy -1.601279 2.442435) + (xy -1.244451 2.450431) + (xy -0.765516 2.454213) + (xy -0.143557 2.455303) + (xy 0.042333 2.455333) + (xy 0.704515 2.45469) + ) + + (stroke (width 0.01) (type solid)) (fill solid) (layer "B.Cu") (tstamp 8dbc1628-4e5e-4c0f-b3da-21ff775a252b)) + (fp_poly + (pts + (xy 20.2 -2.305) + (xy 6.4 -2.305) + (xy 6.4 -0.805) + (xy 20.2 -0.805) + ) + + (stroke (width 0.127) (type solid)) (fill solid) (layer "B.SilkS") (tstamp bd3bbc75-5002-40a6-9189-b6c570197ed6)) + (fp_poly + (pts + (xy 0.26235 2.25846) + (xy 0.861672 2.106435) + (xy 1.39325 1.810614) + (xy 1.830187 1.389583) + (xy 2.079847 1.002348) + (xy 2.212608 0.680538) + (xy 2.290443 0.364563) + (xy 2.309486 0.094219) + (xy 2.265874 -0.090695) + (xy 2.191629 -0.149001) + (xy 2.10004 -0.126875) + (xy 2.042525 0.007935) + (xy 2.011131 0.211197) + (xy 1.873039 0.718964) + (xy 1.596304 1.171625) + (xy 1.209265 1.542198) + (xy 0.740261 1.8037) + (xy 0.21763 1.929151) + (xy 0.20571 1.930179) + (xy -0.353488 1.901078) + (xy -0.852785 1.732163) + (xy -1.276572 1.446299) + (xy -1.609245 1.066347) + (xy -1.835196 0.61517) + (xy -1.93882 0.11563) + (xy -1.904511 -0.409409) + (xy -1.731528 -0.907817) + (xy -1.443787 -1.325889) + (xy -1.053018 -1.670791) + (xy -0.602379 -1.914085) + (xy -0.135028 -2.027331) + (xy -0.025481 -2.032) + (xy 0.130533 -2.067493) + (xy 0.154375 -2.17315) + (xy 0.110304 -2.283722) + (xy 0.008504 -2.329613) + (xy -0.189973 -2.318126) + (xy -0.410907 -2.279151) + (xy -0.978729 -2.086115) + (xy -1.467913 -1.756207) + (xy -1.858165 -1.311522) + (xy -2.129191 -0.774153) + (xy -2.248367 -0.278814) + (xy -2.243722 0.288071) + (xy -2.091749 0.824057) + (xy -1.814218 1.307143) + (xy -1.432902 1.715328) + (xy -0.969569 2.02661) + (xy -0.445993 2.218988) + (xy 0.116058 2.27046) + (xy 0.26235 2.25846) + ) + + (stroke (width 0.01) (type solid)) (fill solid) (layer "B.SilkS") (tstamp f8503a7a-9951-48b1-838c-6932da850ab0)) + (fp_poly + (pts + (xy 0.704515 2.45469) + (xy 1.218284 2.451747) + (xy 1.60456 2.444981) + (xy 1.884261 2.432873) + (xy 2.078307 2.413899) + (xy 2.207617 2.38654) + (xy 2.29311 2.349273) + (xy 2.355705 2.300577) + (xy 2.370667 2.286) + (xy 2.422552 2.225915) + (xy 2.462617 2.14832) + (xy 2.492382 2.032294) + (xy 2.51337 1.856921) + (xy 2.527101 1.601279) + (xy 2.535097 1.244451) + (xy 2.53888 0.765516) + (xy 2.53997 0.143557) + (xy 2.54 -0.042333) + (xy 2.539357 -0.704515) + (xy 2.536413 -1.218284) + (xy 2.529648 -1.60456) + (xy 2.517539 -1.884261) + (xy 2.498566 -2.078307) + (xy 2.471206 -2.207617) + (xy 2.433939 -2.29311) + (xy 2.385244 -2.355705) + (xy 2.370667 -2.370667) + (xy 2.310581 -2.422552) + (xy 2.232986 -2.462617) + (xy 2.116961 -2.492382) + (xy 1.941587 -2.51337) + (xy 1.685945 -2.527101) + (xy 1.329117 -2.535097) + (xy 0.850183 -2.53888) + (xy 0.228224 -2.53997) + (xy 0.042333 -2.54) + (xy -0.619848 -2.539357) + (xy -1.133618 -2.536413) + (xy -1.519893 -2.529648) + (xy -1.799595 -2.517539) + (xy -1.993641 -2.498566) + (xy -2.122951 -2.471206) + (xy -2.208444 -2.433939) + (xy -2.271038 -2.385244) + (xy -2.286 -2.370667) + (xy -2.337886 -2.310581) + (xy -2.37795 -2.232986) + (xy -2.407716 -2.116961) + (xy -2.428703 -1.941587) + (xy -2.442435 -1.685945) + (xy -2.450431 -1.329117) + (xy -2.454213 -0.850183) + (xy -2.455303 -0.228224) + (xy -2.455333 -0.042333) + (xy -2.455161 0.135609) + (xy -2.192676 0.135609) + (xy -2.17935 -0.367728) + (xy -2.05871 -0.858021) + (xy -1.828494 -1.313049) + (xy -1.486437 -1.710592) + (xy -1.030277 -2.028428) + (xy -0.593215 -2.206892) + (xy -0.329786 -2.263933) + (xy -0.087098 -2.279007) + (xy 0.088442 -2.253785) + (xy 0.107406 -2.23425) + (xy 0.423333 -2.23425) + (xy 0.472895 -2.293263) + (xy 0.60785 -2.232464) + (xy 0.807605 -2.064105) + (xy 0.941232 -1.926167) + (xy 1.270472 -1.566333) + (xy 1.590045 -1.926167) + (xy 1.806858 -2.143318) + (xy 1.982616 -2.269271) + (xy 2.092403 -2.289451) + (xy 2.116667 -2.23425) + (xy 2.06634 -2.147365) + (xy 1.935048 -1.971855) + (xy 1.770116 -1.768583) + (xy 1.423565 -1.354667) + (xy 1.772554 -0.937837) + (xy 1.96367 -0.685071) + (xy 2.043768 -0.519579) + (xy 2.028805 -0.463692) + (xy 1.925292 -0.429149) + (xy 1.908551 -0.436022) + (xy 1.843517 -0.512409) + (xy 1.705078 -0.677845) + (xy 1.582158 -0.825562) + (xy 1.283281 -1.185458) + (xy 0.947994 -0.793206) + (xy 0.742611 -0.57978) + (xy 0.584158 -0.467212) + (xy 0.515582 -0.460981) + (xy 0.507116 -0.559812) + (xy 0.629644 -0.763656) + (xy 0.767445 -0.937837) + (xy 1.116435 -1.354667) + (xy 0.769884 -1.768583) + (xy 0.590583 -1.990253) + (xy 0.465372 -2.15941) + (xy 0.423333 -2.23425) + (xy 0.107406 -2.23425) + (xy 0.150426 -2.189938) + (xy 0.148179 -2.180205) + (xy 0.050205 -2.106562) + (xy -0.157891 -2.040652) + (xy -0.281971 -2.017925) + (xy -0.806891 -1.866417) + (xy -1.244611 -1.591257) + (xy -1.586605 -1.218739) + (xy -1.824348 -0.775157) + (xy -1.949313 -0.286806) + (xy -1.952977 0.22002) + (xy -1.826812 0.719026) + (xy -1.562295 1.183918) + (xy -1.385455 1.385455) + (xy -0.934772 1.724574) + (xy -0.425358 1.920044) + (xy 0.111358 1.971545) + (xy 0.643942 1.87876) + (xy 1.140963 1.641372) + (xy 1.42539 1.413876) + (xy 1.756545 1.021913) + (xy 1.951767 0.591173) + (xy 2.019743 0.269259) + (xy 2.078874 0.017716) + (xy 2.15599 -0.126666) + (xy 2.229526 -0.14928) + (xy 2.277916 -0.035525) + (xy 2.286 0.088955) + (xy 2.228139 0.561312) + (xy 2.043387 0.993732) + (xy 1.714987 1.422014) + (xy 1.611977 1.529126) + (xy 1.18701 1.890004) + (xy 0.756202 2.104977) + (xy 0.271262 2.192068) + (xy -0.145819 2.185164) + (xy -0.728837 2.070208) + (xy -1.218122 1.834969) + (xy -1.611413 1.501669) + (xy -1.906444 1.092528) + (xy -2.100953 0.629768) + (xy -2.192676 0.135609) + (xy -2.455161 0.135609) + (xy -2.45469 0.619848) + (xy -2.451747 1.133618) + (xy -2.444981 1.519893) + (xy -2.432873 1.799595) + (xy -2.413899 1.993641) + (xy -2.38654 2.122951) + (xy -2.349273 2.208444) + (xy -2.300577 2.271038) + (xy -2.286 2.286) + (xy -2.225915 2.337886) + (xy -2.14832 2.37795) + (xy -2.032294 2.407716) + (xy -1.856921 2.428703) + (xy -1.601279 2.442435) + (xy -1.244451 2.450431) + (xy -0.765516 2.454213) + (xy -0.143557 2.455303) + (xy 0.042333 2.455333) + (xy 0.704515 2.45469) + ) + + (stroke (width 0.01) (type solid)) (fill solid) (layer "B.Mask") (tstamp 97483418-0dfc-4a0b-99b5-db0e0458ce22)) + (fp_line (start -2.6 -3) (end -2.6 3) + (stroke (width 0.12) (type solid)) (layer "B.CrtYd") (tstamp 64eb985a-6e8e-4604-95ed-869f6b6bd3cb)) + (fp_line (start -2.6 3) (end 20.4 3) + (stroke (width 0.12) (type solid)) (layer "B.CrtYd") (tstamp 30cea27a-d89b-4b16-ba16-6961d8704353)) + (fp_line (start 20.4 -3) (end -2.6 -3) + (stroke (width 0.12) (type solid)) (layer "B.CrtYd") (tstamp d8320ba6-cc83-450c-9b8d-5edf75c334ef)) + (fp_line (start 20.4 3) (end 20.4 -3) + (stroke (width 0.12) (type solid)) (layer "B.CrtYd") (tstamp b47c9642-43d7-480c-895e-5c604048f51d)) + ) + + (gr_circle (center 149.1 101.2) (end 150.1 101.2) + (stroke (width 0.15) (type solid)) (fill none) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-000060f1f317)) + (gr_circle (center 143.1 101.2) (end 144.1 101.2) + (stroke (width 0.15) (type solid)) (fill none) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-000060f1f31a)) + (gr_circle (center 145.1 99.2) (end 146.1 99.2) + (stroke (width 0.15) (type solid)) (fill none) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-000060f1f31d)) + (gr_circle (center 151.1 101.2) (end 152.1 101.2) + (stroke (width 0.15) (type solid)) (fill none) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-000060f1f320)) + (gr_circle (center 151.1 99.2) (end 152.1 99.2) + (stroke (width 0.15) (type solid)) (fill none) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-000060f1f323)) + (gr_circle (center 147.1 99.2) (end 148.1 99.2) + (stroke (width 0.15) (type solid)) (fill none) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-000060f1f326)) + (gr_circle (center 143.1 99.2) (end 144.1 99.2) + (stroke (width 0.15) (type solid)) (fill none) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-000060f1f329)) + (gr_circle (center 153.1 101.2) (end 154.1 101.2) + (stroke (width 0.15) (type solid)) (fill none) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-000060f1f32f)) + (gr_circle (center 145.1 101.2) (end 146.1 101.2) + (stroke (width 0.15) (type solid)) (fill none) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-000060f1f332)) + (gr_circle (center 147.1 101.2) (end 148.1 101.2) + (stroke (width 0.15) (type solid)) (fill none) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-000060f1f335)) + (gr_circle (center 149.1 99.2) (end 150.1 99.2) + (stroke (width 0.15) (type solid)) (fill none) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-000060f1f338)) + (gr_line (start 154.1 98.2) (end 152.1 98.2) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-000060f1f33b)) + (gr_line (start 164 104.8) (end 164 103.1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-000060f1ffb9)) + (gr_line (start 112.4 92.9) (end 110.3 92.9) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-000060f2048a)) + (gr_circle (center 111.393774 98.3) (end 112.5 98.4) + (stroke (width 0.15) (type solid)) (fill none) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-000060f204be)) + (gr_circle (center 108.993774 100.5) (end 110.1 100.6) + (stroke (width 0.15) (type solid)) (fill none) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-000060f204d8)) + (gr_circle (center 111.393774 100.5) (end 112.5 100.6) + (stroke (width 0.15) (type solid)) (fill none) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-000060f204d9)) + (gr_line (start 110.8 105.8) (end 110.8 107.3) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-000060f205bc)) + (gr_line (start 110.8 107.3) (end 107.6 107.3) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-000060f205bd)) + (gr_line (start 107.6 107.3) (end 107.6 105.8) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-000060f205be)) + (gr_line (start 107.6 105.8) (end 110.8 105.8) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-000060f205bf)) + (gr_line (start 102.8 97.5) (end 106.4 97.5) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-000060f207db)) + (gr_line (start 102.9 102.8) (end 105.8 102.8) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 03b9e73c-bccc-4b51-87f5-cb3a5a102660)) + (gr_line (start 130.66 90.97) (end 129.08 90.97) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0b59b3ad-af68-4cdf-93d3-a75e62e5f336)) + (gr_line (start 102.8 100.1) (end 106.5 100.1) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 19fa503d-b0be-4f13-9824-221124665096)) + (gr_circle (center 108.993774 93.8) (end 110.1 93.9) + (stroke (width 0.15) (type solid)) (fill none) (layer "F.SilkS") (tstamp 1bddb2d4-48a4-45f7-b38b-a92766b435dd)) + (gr_line (start 103.1 107.8) (end 107.8 107.8) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 22173b28-9a4d-4f86-924c-622b87155238)) + (gr_line (start 107.6 103.3) (end 110.8 103.3) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 225c9926-a699-452a-a981-94c493690d98)) + (gr_line (start 103.1 105.1) (end 107.9 105.1) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 23db0cd7-b73a-4c64-8459-92eba4b8a946)) + (gr_line (start 110.3 94.9) (end 112.4 94.9) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 278a24f1-d417-4d6b-b51a-3da7537f1e44)) + (gr_line (start 110.3 92.9) (end 110.3 94.9) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 48dd8f76-ef9d-4e72-9519-1d6df6270cd5)) + (gr_line (start 152.1 98.2) (end 152.1 100.2) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 524bd9bc-c153-4c6b-bce5-b33ca0dab9c5)) + (gr_circle (center 111.393774 96.1) (end 112.5 96.2) + (stroke (width 0.15) (type solid)) (fill none) (layer "F.SilkS") (tstamp 675818e7-5050-45c8-b0f2-089794e15453)) + (gr_circle (center 108.993774 98.3) (end 110.1 98.4) + (stroke (width 0.15) (type solid)) (fill none) (layer "F.SilkS") (tstamp 70d37424-01eb-4d6f-bd3f-913f369d1a1e)) + (gr_line (start 164.1 103.1) (end 167.9 103.1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 74d25101-fc05-4cd2-a50c-59757d2f9b48)) + (gr_line (start 152.1 100.2) (end 154.1 100.2) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 76c271e9-4e11-4b86-a92f-bcab26a2b947)) + (gr_line (start 168 103.1) (end 168 104.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7b583a12-c0dc-48e4-a9a9-2587a6d4351f)) + (gr_line (start 106.5 100.1) (end 108.5 99.4) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 913faafb-5782-46a2-be25-d681bff5ea41)) + (gr_line (start 158.6 92.9) (end 158.6 96.4) + (stroke (width 0.4) (type solid)) (layer "F.SilkS") (tstamp 92ec40b9-c10d-4121-b0b0-f417a18a0986)) + (gr_line (start 107.6 104.8) (end 107.6 103.3) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 9696f264-78e1-44ab-8f4b-475b5d0065c9)) + (gr_circle (center 108.993774 96.1) (end 110.1 96.2) + (stroke (width 0.15) (type solid)) (fill none) (layer "F.SilkS") (tstamp 9b5716bf-a71b-4e42-994a-cc9d212d8a2a)) + (gr_line (start 112.4 94.9) (end 112.4 92.9) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 9f52fb6e-c221-4138-a42d-11a382d22372)) + (gr_line (start 154.1 100.2) (end 154.1 98.2) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp a12a309b-782e-466d-bc9d-db1e1d040255)) + (gr_line (start 129.08 90.97) (end 129.29 91.17) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a3f76773-21a0-4fe5-852d-51e5055aeee7)) + (gr_line (start 105.8 102.8) (end 108.7 101.6) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp b6afd51c-0de3-44d1-9b4a-e15e2ceffdee)) + (gr_line (start 110.8 103.3) (end 110.8 104.8) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp b85070ed-839d-46a0-a79b-d4002d40a460)) + (gr_line (start 102.9 95) (end 108.993774 94.989264) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp c955f82c-9c1d-41ba-b76b-4ee26b36aeb9)) + (gr_line (start 106.4 97.5) (end 108.8 97.2) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp d8e0e12e-d1c2-4adc-af1c-2829add59162)) + (gr_line (start 110.8 104.8) (end 107.6 104.8) + (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp dad6c90c-b466-47db-84a1-5ac27aa29868)) + (gr_line (start 129.08 90.97) (end 129.28 90.74) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f2183e1b-1dee-4f30-8c46-4875711121b2)) + (gr_line (start 167.9 104.8) (end 164.1 104.8) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fc9009c4-c505-42a6-8836-ce52e256fbe6)) + (gr_line (start 175 90) (end 100 90) + (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-000060f19b68)) + (gr_line (start 175 90) (end 175 110) + (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-000060f19b6b)) + (gr_line (start 175 110) (end 100 110) + (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-000060f1fe04)) + (gr_line (start 100 90) (end 100 110) + (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 376ea08c-d551-4ef2-8e5f-8fc76142f31c)) + (gr_text "D3" (at 145.1 99.2) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-000060f1f2ff) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "CK" (at 151.1 101.2) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-000060f1f302) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "CS" (at 153.1 99.2) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-000060f1f305) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "G " (at 143.1 101.2) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-000060f1f308) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "D1" (at 151.1 99.2) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-000060f1f30b) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "G " (at 149.1 101.2) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-000060f1f30e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "D2" (at 147.1 101.2) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-000060f1f311) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "D0" (at 153.1 101.2) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-000060f1f314) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "J1 Mux U3 Disable\nJ2 U2 Disable\nJ6 2+3: J5 Mux\nJ6 1+2: SP Mux\nJ5 Force AMD\n" (at 142.74 93.71) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-000060f1fb11) + (effects (font (size 0.8 1) (thickness 0.15)) (justify left)) + ) + (gr_text "D1" (at 111.4 98.4) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-000060f204bf) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "3V3" (at 109.2 106.6) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-000060f205fa) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "GND" (at 109.2 104.1) (layer "F.SilkS") (tstamp 29fa8c8e-0473-4e2e-9db9-88148441ff5d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "Jumper section:\nHold my beer\nI got this!" (at 168.3 93.22) (layer "F.SilkS") (tstamp 5b9d8211-3b7a-4e11-b52a-a3aeb5b79c11) + (effects (font (size 1 1) (thickness 0.15) italic)) + ) + (gr_text "10" (at 109 100.5) (layer "F.SilkS") (tstamp 5e4e3f74-b707-4479-b409-f3b4bb58d62e) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "D2" (at 109 96.2) (layer "F.SilkS") (tstamp 6907fa90-f79d-42b8-b9ec-7dd018814146) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "SP QSPI" (at 105.13 91.31) (layer "F.SilkS") (tstamp 69fceb3b-1d44-455e-a7df-f3cc02114867) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "CK" (at 111.4 100.6) (layer "F.SilkS") (tstamp 7a88e11f-47d2-443c-ac35-b9e704458188) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "~{CS}" (at 111.3 94) (layer "F.SilkS") (tstamp 8701cbfc-cb3f-4752-9506-e20f17e4e315) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "U2EN" (at 166 104) (layer "F.SilkS") (tstamp a2a45178-cdaf-4a06-9d14-34e77f6a0b60) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "D3" (at 109 98.4) (layer "F.SilkS") (tstamp cb531cf6-925a-44fb-96ed-6ede28286731) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "X7" (at 109 93.9) (layer "F.SilkS") (tstamp e5b451b8-b269-4329-92ea-810a8bb8ab8d) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "D0" (at 111.4 96.2) (layer "F.SilkS") (tstamp f0089052-714f-4cb8-85e9-665c00533ccb) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "AMD QSPI" (at 138 101.7) (layer "F.SilkS") (tstamp f7c62eb3-0faf-4089-801f-12aac6a9865d) + (effects (font (size 1 1) (thickness 0.15))) + ) + + (segment (start 159.04 107.24) (end 159.85 107.24) (width 0.16) (layer "F.Cu") (net 1) (tstamp 02cb35ee-b656-4205-8a24-f88eca57390a)) + (segment (start 125.68 91.35) (end 125.6 91.27) (width 0.16) (layer "F.Cu") (net 1) (tstamp 254976b4-ca60-40ec-adbe-17ea713b0a88)) + (segment (start 112.245 92.185) (end 111.37 91.31) (width 0.16) (layer "F.Cu") (net 1) (tstamp 27973112-e2dc-4c53-9164-feb97759cad6)) + (segment (start 163.29 102.31) (end 163.66 102.68) (width 0.16) (layer "F.Cu") (net 1) (tstamp 3d1bea73-dec6-4db3-904d-8aaafabdea78)) + (segment (start 137.61 95.58) (end 137.452494 95.58) (width 0.16) (layer "F.Cu") (net 1) (tstamp 51a3a43c-d32d-4427-b0ed-451fad97c8df)) + (segment (start 114.69 101.69) (end 113.11 101.69) (width 0.3) (layer "F.Cu") (net 1) (tstamp 72ba4336-f845-4300-a9f9-25e9231777b4)) + (segment (start 114.69 101.69) (end 116.23 101.69) (width 0.3) (layer "F.Cu") (net 1) (tstamp 75a91a7e-a84f-4304-b8af-977861f616f3)) + (segment (start 163.29 101.68) (end 163.29 102.31) (width 0.16) (layer "F.Cu") (net 1) (tstamp 8410041c-c9b5-4996-ac28-4d00204ebf3e)) + (segment (start 117.65 99.09) (end 117.65 97.89) (width 0.16) (layer "F.Cu") (net 1) (tstamp 95304019-9cc9-483d-bedb-340675bb21a6)) + (segment (start 135.95 96.08) (end 135.73 96.3) (width 0.16) (layer "F.Cu") (net 1) (tstamp 9b569602-97b6-435c-8cfb-f08110966f83)) + (segment (start 129.725 92.085) (end 129.93 91.88) (width 0.16) (layer "F.Cu") (net 1) (tstamp a623852b-8b76-4d0a-bd0c-d2593b47c70d)) + (segment (start 114.69 101.69) (end 114.69 99.66) (width 0.3) (layer "F.Cu") (net 1) (tstamp b52fcfeb-6164-4a77-9d1f-c1fedb073a28)) + (segment (start 113.85 99.23) (end 114.26 99.23) (width 0.16) (layer "F.Cu") (net 1) (tstamp c3e0c3a4-405c-45e1-aca4-17f770645b1e)) + (segment (start 129.725 93.2175) (end 129.725 92.085) (width 0.16) (layer "F.Cu") (net 1) (tstamp c84690cf-b43e-49b1-9fd5-65fceef2f562)) + (segment (start 114.26 99.23) (end 114.69 99.66) (width 0.16) (layer "F.Cu") (net 1) (tstamp c94031f3-3a0b-4b60-b8a8-e71f681aa09e)) + (segment (start 113.8675 92.185) (end 112.245 92.185) (width 0.16) (layer "F.Cu") (net 1) (tstamp d2626d8c-5732-4a21-9d2c-abc9433396e2)) + (segment (start 126.56 91.35) (end 125.68 91.35) (width 0.16) (layer "F.Cu") (net 1) (tstamp d7f18eb4-8814-4477-a616-238333c20500)) + (segment (start 136.952494 96.08) (end 135.95 96.08) (width 0.16) (layer "F.Cu") (net 1) (tstamp de44af19-6de7-4171-a370-3b44e8db3bc7)) + (segment (start 137.452494 95.58) (end 136.952494 96.08) (width 0.16) (layer "F.Cu") (net 1) (tstamp f5bb3a42-d3af-4466-baeb-7add98a74e35)) + (via (at 163.66 102.68) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 1) (tstamp 03a538f4-d21b-42e3-a26c-b0b7bc8434fa)) + (via (at 159.85 107.24) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 1) (tstamp 08fcd553-f166-4624-9471-cafc99f81144)) + (via (at 111.37 91.31) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 1) (tstamp 22575e65-c39b-401c-ab9c-27522feee9e4)) + (via (at 113.11 101.69) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 1) (tstamp 288c4a17-e0ed-4258-8ca1-bfa2e2693667)) + (via (at 131.53 103.67) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 1) (tstamp 42727ece-a948-40a4-848a-514c4709ef8e)) + (via (at 114.69 99.66) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 1) (tstamp 6640e98c-bf31-48ca-9f75-535ed9b4044e)) + (via (at 129.93 91.88) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 1) (tstamp 6c73282e-3aaf-4d1a-a5e6-e0bb09eca3eb)) + (via (at 124.84 107.83) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 1) (tstamp 74e2e152-4a89-4709-81d1-aea98945cdc1)) + (via (at 135.73 96.3) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 1) (tstamp 802bfd7e-70e2-428b-af38-ff699f195fa0)) + (via (at 116.23 101.69) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 1) (tstamp ac4b160b-3ce7-4886-a9c8-2671b4254be5)) + (via (at 131.56 107.55) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 1) (tstamp aca86f38-42f9-43a8-bac9-491720e4780b)) + (via (at 117.65 97.89) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 1) (tstamp c79ce3d2-615f-4745-bd88-925d53c381ea)) + (via (at 125.6 91.27) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 1) (tstamp fd5e7834-3fdc-4ff8-b773-d18495855d09)) + (segment (start 118.355001 90.884999) (end 124.454999 90.884999) (width 0.3) (layer "B.Cu") (net 1) (tstamp 0b6e47b4-dc64-42c3-ac23-9893142ddb3f)) + (segment (start 125.6 91.27) (end 126.509999 92.179999) (width 0.16) (layer "B.Cu") (net 1) (tstamp 0cb18e6f-594b-4b6f-9674-6c809a7e83cf)) + (segment (start 129.630001 92.179999) (end 129.93 91.88) (width 0.16) (layer "B.Cu") (net 1) (tstamp 87794b7f-b1d4-4461-b012-8f4e87df2d7f)) + (segment (start 117.88 91.36) (end 118.355001 90.884999) (width 0.3) (layer "B.Cu") (net 1) (tstamp 90545cff-ae4b-4e95-ba55-ec013ed49f6d)) + (segment (start 124.84 91.27) (end 125.6 91.27) (width 0.3) (layer "B.Cu") (net 1) (tstamp dd7eb3fd-efc8-4548-bfc1-f9e4022b6119)) + (segment (start 124.454999 90.884999) (end 124.84 91.27) (width 0.3) (layer "B.Cu") (net 1) (tstamp df7a7a79-bb18-4943-a27e-77d676be5751)) + (segment (start 126.509999 92.179999) (end 129.630001 92.179999) (width 0.16) (layer "B.Cu") (net 1) (tstamp e1a27cb8-3c32-454b-aed5-e8d702edf454)) + (segment (start 113.77 98.67) (end 113.8675 98.5725) (width 0.16) (layer "F.Cu") (net 2) (tstamp 0019709a-e1d3-453d-8e70-a24d31b61073)) + (segment (start 116.814998 106.09) (end 119.379999 108.655001) (width 0.16) (layer "F.Cu") (net 2) (tstamp 05b20b0e-b3f4-46c9-8ab4-8189303a20d4)) + (segment (start 113.01 98.67) (end 113.77 98.67) (width 0.16) (layer "F.Cu") (net 2) (tstamp 24c103cc-55c2-4ed1-93e4-e20c9eb73225)) + (segment (start 158.39 104.99) (end 157.62 104.22) (width 0.16) (layer "F.Cu") (net 2) (tstamp 2a5a5e3b-9d2c-4cc5-b012-67d4e17a7fdc)) + (segment (start 160.37 104.99) (end 158.39 104.99) (width 0.16) (layer "F.Cu") (net 2) (tstamp 2d4517b8-282c-4080-8b12-51d420f8c334)) + (segment (start 157.62 104.22) (end 157.62 102.25) (width 0.16) (layer "F.Cu") (net 2) (tstamp 2d82a9c8-9b13-41ad-a15b-53b11893ab52)) + (segment (start 160.99 107.856706) (end 160.99 105.61) (width 0.16) (layer "F.Cu") (net 2) (tstamp 39058f05-c536-4daa-aa2c-f02c1ee2cd76)) + (segment (start 119.544999 108.820001) (end 119.554998 108.83) (width 0.16) (layer "F.Cu") (net 2) (tstamp 3dd4f230-8c6d-4cdb-a921-899093f6899b)) + (segment (start 119.379999 108.772001) (end 119.427999 108.820001) (width 0.16) (layer "F.Cu") (net 2) (tstamp 452b1587-6024-4de6-8d39-810ff0a14079)) + (segment (start 159.49 98.12) (end 161.21 96.4) (width 0.16) (layer "F.Cu") (net 2) (tstamp 4d0e269b-3805-4aaa-a8e9-a4f42e0650ac)) + (segment (start 112.89 98.79) (end 113.01 98.67) (width 0.16) (layer "F.Cu") (net 2) (tstamp 4da2f726-c4c0-4184-84e4-a1a9aca3a20d)) + (segment (start 161.21 96.4) (end 162.22 96.4) (width 0.16) (layer "F.Cu") (net 2) (tstamp 50fecf8f-8e2b-4e32-abcc-70cadaf23230)) + (segment (start 160.99 105.61) (end 160.37 104.99) (width 0.16) (layer "F.Cu") (net 2) (tstamp 677c7785-c52f-48ea-a4c0-5013f14aac2e)) + (segment (start 113.8675 98.5725) (end 113.8675 98.035) (width 0.16) (layer "F.Cu") (net 2) (tstamp 73f5a282-0ae8-4f63-9fba-c218a9e47e8a)) + (segment (start 112.89 99.23) (end 112.89 98.79) (width 0.16) (layer "F.Cu") (net 2) (tstamp 85c0f5d0-1a4e-41ae-b306-e97ddd61a044)) + (segment (start 119.427999 108.820001) (end 119.544999 108.820001) (width 0.16) (layer "F.Cu") (net 2) (tstamp a4cad162-4531-400c-b507-956a320ec2a5)) + (segment (start 157.62 102.25) (end 159.49 100.38) (width 0.16) (layer "F.Cu") (net 2) (tstamp b63e0b3c-e822-40b9-8388-c6640d3e1645)) + (segment (start 160.016706 108.83) (end 160.99 107.856706) (width 0.16) (layer "F.Cu") (net 2) (tstamp c04511c8-894c-4116-8ed6-78a8b0840f9b)) + (segment (start 119.554998 108.83) (end 160.016706 108.83) (width 0.16) (layer "F.Cu") (net 2) (tstamp d3ad5ae5-e17b-4a42-a4f8-faa20700f07c)) + (segment (start 159.49 100.38) (end 159.49 98.12) (width 0.16) (layer "F.Cu") (net 2) (tstamp f1b54e55-52a8-4b00-9f09-c0efdf80b85e)) + (segment (start 119.379999 108.655001) (end 119.379999 108.772001) (width 0.16) (layer "F.Cu") (net 2) (tstamp f27f5ae1-c43a-45c2-9191-7e803da7f698)) + (segment (start 127.52 91.35) (end 128.28 91.35) (width 0.16) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-000060f18f02)) + (segment (start 156.48 104.14) (end 157.81 105.47) (width 0.3) (layer "F.Cu") (net 3) (tstamp 00113e6d-72b8-4a9a-ad16-bfdf7a09b640)) + (segment (start 160.569989 105.939989) (end 160.569989 107.725159) (width 0.3) (layer "F.Cu") (net 3) (tstamp 010a5f5c-89dc-4dc9-93f5-2d6bd42aeb73)) + (segment (start 159.01 104.04) (end 159.92 104.04) (width 0.16) (layer "F.Cu") (net 3) (tstamp 13eff97b-eb10-4a73-9c13-efff5b9cf820)) + (segment (start 129.25 104.15) (end 129.25 105.3) (width 0.16) (layer "F.Cu") (net 3) (tstamp 1ad0a784-462c-4aeb-9f23-80d3af1b0c82)) + (segment (start 121.52 99.78) (end 121.52 98.91) (width 0.3) (layer "F.Cu") (net 3) (tstamp 2b8236b7-f934-4f7a-8742-69723364e15a)) + (segment (start 138.91 91.56) (end 138.040033 91.56) (width 0.5) (layer "F.Cu") (net 3) (tstamp 3123f21c-f3ab-4bd9-8f8c-568a415c99f8)) + (segment (start 127.15 105.3) (end 125.03 105.3) (width 0.3) (layer "F.Cu") (net 3) (tstamp 489c5d43-e2ec-4230-b83d-05b799798f82)) + (segment (start 120.645 98.035) (end 119.5925 98.035) (width 0.3) (layer "F.Cu") (net 3) (tstamp 51e7a73d-1dc1-4069-bab5-af2ebec6c007)) + (segment (start 137.61 94.58) (end 138.12 94.07) (width 0.16) (layer "F.Cu") (net 3) (tstamp 65f6d0d7-305e-4601-b4c3-be4c62901414)) + (segment (start 133.71 103.61) (end 133.22 103.12) (width 0.16) (layer "F.Cu") (net 3) (tstamp 69da53b1-ab1f-4050-9756-447acc67ce79)) + (segment (start 160.1 105.47) (end 160.569989 105.939989) (width 0.3) (layer "F.Cu") (net 3) (tstamp 6b54cbbd-2395-4695-8621-8aac1b222a2d)) + (segment (start 121.52 101.28) (end 121.52 99.78) (width 0.3) (layer "F.Cu") (net 3) (tstamp 6def6465-9be0-4719-bbd9-3c732adf9ddc)) + (segment (start 133.71 108.29) (end 133.71 103.61) (width 0.16) (layer "F.Cu") (net 3) (tstamp 70b49d0e-0ef7-4777-9965-4ecba048c936)) + (segment (start 130.28 103.12) (end 129.25 104.15) (width 0.16) (layer "F.Cu") (net 3) (tstamp 75b42ca5-3507-460a-a6c9-f5b957f7a0c4)) + (segment (start 137.16 91.56) (end 138.019967 91.56) (width 0.5) (layer "F.Cu") (net 3) (tstamp 7a76ddd8-cbca-49ae-8c50-a462208d9aa7)) + (segment (start 127.15 105.3) (end 127.15 104.06) (width 0.3) (layer "F.Cu") (net 3) (tstamp 7afe21b8-aa8f-45e8-bc1e-1a6503405dbf)) + (segment (start 160.569989 107.725159) (end 159.990147 108.305001) (width 0.3) (layer "F.Cu") (net 3) (tstamp 7d9db152-39cf-4515-9c89-244201b7650f)) + (segment (start 121.52 98.91) (end 120.645 98.035) (width 0.3) (layer "F.Cu") (net 3) (tstamp 8993eb85-7fa0-4e0d-b47c-60f6d817b605)) + (segment (start 159.990147 108.305001) (end 133.725001 108.305001) (width 0.3) (layer "F.Cu") (net 3) (tstamp 8db3ea96-52ea-434e-addb-649baab542c6)) + (segment (start 138.019967 91.56) (end 138.03 91.549967) (width 0.5) (layer "F.Cu") (net 3) (tstamp 92021668-09d3-4765-996d-fcc56de71dd9)) + (segment (start 138.12 94.07) (end 138.12 92.99) (width 0.16) (layer "F.Cu") (net 3) (tstamp 9b6c47c1-9e2c-4f5f-b766-2cfadb3724d3)) + (segment (start 121.52 101.28) (end 121.52 102.84) (width 0.3) (layer "F.Cu") (net 3) (tstamp 9f9f837e-107f-4f05-9989-e6424b264011)) + (segment (start 118.61 99.09) (end 120.23 99.09) (width 0.16) (layer "F.Cu") (net 3) (tstamp ba299e93-7689-4341-8494-5732d69c58a7)) + (segment (start 127.775 93.2175) (end 127.775 94.365022) (width 0.16) (layer "F.Cu") (net 3) (tstamp bc7a7ec6-67ec-4298-afb2-8090a2ea483d)) + (segment (start 127.15 105.3) (end 129.25 105.3) (width 0.3) (layer "F.Cu") (net 3) (tstamp c74e50f2-3eaf-48c9-9a8d-59fe9c6bcc02)) + (segment (start 157.81 105.47) (end 160.1 105.47) (width 0.3) (layer "F.Cu") (net 3) (tstamp cde9c42b-89bf-41a1-a563-086097f5f818)) + (segment (start 127.15 105.3) (end 127.15 106.59) (width 0.3) (layer "F.Cu") (net 3) (tstamp d566ca9a-e3b4-4d11-aa95-02b51b08cd07)) + (segment (start 120.23 99.09) (end 120.92 99.78) (width 0.16) (layer "F.Cu") (net 3) (tstamp dcfae8ee-ca62-4bbf-8041-152951444aac)) + (segment (start 133.22 103.12) (end 130.28 103.12) (width 0.16) (layer "F.Cu") (net 3) (tstamp dee30007-a98a-464d-9f79-543c21afe2cd)) + (segment (start 120.92 99.78) (end 121.52 99.78) (width 0.16) (layer "F.Cu") (net 3) (tstamp eb89114d-d59b-46c8-b86a-cacf3f4f4407)) + (segment (start 138.040033 91.56) (end 138.03 91.549967) (width 0.5) (layer "F.Cu") (net 3) (tstamp edb53f67-cf38-4fb4-83f2-b1dcf4d4adc2)) + (via (at 128.28 91.35) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 00000000-0000-0000-0000-000060f18fcb)) + (via (at 121.52 102.84) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 30888519-f6b3-4cd7-b1a8-b3996c9dad03)) + (via (at 121.52 99.78) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 4782946a-1ff9-46c8-b535-38525dc520a4)) + (via (at 127.775 94.365022) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 566a5a1b-8658-4f88-8b7d-6cf6fc132efc)) + (via (at 138.160011 92.949989) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 6c248dce-5c12-40e0-93ca-80030c25b807)) + (via (at 159.92 104.04) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 84040c16-e694-4a3f-bd4b-bd2cadffbdfb)) + (via (at 127.15 104.06) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp ba1131cb-1480-46cd-bcd5-15faeb1c737c)) + (via (at 129.25 105.3) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp badf71b8-f917-4b98-b1d6-897dfa5c1427)) + (via (at 138.03 91.549967) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp ebc67063-8a4c-401f-bccc-521c32c8fc6d)) + (via (at 125.03 105.3) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp f5d77c3a-ca8f-4287-812c-63a882961832)) + (via (at 127.15 106.59) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp ff7d39fb-53aa-4cc0-a461-880232575b15)) + (segment (start 159.92 104.04) (end 156.58 104.04) (width 0.16) (layer "B.Cu") (net 3) (tstamp 66a71dc0-b56e-4e71-8455-02df76ce0d3b)) + (segment (start 138.035001 91.565001) (end 138.035001 92.824979) (width 0.5) (layer "B.Cu") (net 3) (tstamp e1e9ce5c-9b35-4213-a73a-2237f4d71a18)) + (segment (start 149.85 100.05) (end 156.48 106.68) (width 0.16) (layer "F.Cu") (net 4) (tstamp 085d1712-6661-4110-be2f-360ba4a990b2)) + (segment (start 156.48 106.68) (end 157.74 106.68) (width 0.16) (layer "F.Cu") (net 4) (tstamp 13a80a58-51ff-4bb5-8c05-f33801f7f780)) + (segment (start 129.725 98.9425) (end 129.725 99.845) (width 0.16) (layer "F.Cu") (net 4) (tstamp 61ce17de-ad83-4cad-b76b-c31ded669832)) + (segment (start 129.93 100.05) (end 149.85 100.05) (width 0.16) (layer "F.Cu") (net 4) (tstamp 814ba846-ead5-4785-b6ba-a4f3818f4561)) + (segment (start 158.2 106.22) (end 159.04 106.22) (width 0.16) (layer "F.Cu") (net 4) (tstamp 9492f5a1-2cdb-463b-895d-73b8b138b805)) + (segment (start 157.74 106.68) (end 158.2 106.22) (width 0.16) (layer "F.Cu") (net 4) (tstamp b16f6517-ec65-4915-bf03-61184e4e55db)) + (segment (start 129.725 99.845) (end 129.93 100.05) (width 0.16) (layer "F.Cu") (net 4) (tstamp cb4689b6-b2f1-45bc-b65c-0cdf3f99c58e)) + (segment (start 162.25 104.04) (end 161.04 104.04) (width 0.16) (layer "F.Cu") (net 5) (tstamp 0cc03a7e-4fd3-41e1-9e48-d277d9f3d1fc)) + (segment (start 101.21 108.27) (end 102.03001 109.09001) (width 0.16) (layer "F.Cu") (net 5) (tstamp 241a1bf5-e562-4826-8f17-b5409bfea8d5)) + (segment (start 101.21 99.7) (end 101.21 108.27) (width 0.16) (layer "F.Cu") (net 5) (tstamp 2fb60c66-ea5e-4c9a-b648-537b2d801833)) + (segment (start 117.22 92.19) (end 119.5875 92.19) (width 0.16) (layer "F.Cu") (net 5) (tstamp 6b115317-7c73-4071-a010-967cb2ea6942)) + (segment (start 163.61 108.07) (end 163.61 105.4) (width 0.16) (layer "F.Cu") (net 5) (tstamp 778484ac-a25d-42c9-a9c0-b0fb10c2bb86)) + (segment (start 119.245445 109.09001) (end 119.305446 109.150011) (width 0.16) (layer "F.Cu") (net 5) (tstamp 7e61e442-40d8-4c86-b97f-1f879e6ece94)) + (segment (start 102.03001 109.09001) (end 119.245445 109.09001) (width 0.16) (layer "F.Cu") (net 5) (tstamp 8f3497cc-7924-4559-ba6c-54ea0244b51b)) + (segment (start 160.02 103.02) (end 159.01 103.02) (width 0.16) (layer "F.Cu") (net 5) (tstamp 94fe70cd-908a-41e9-8bc3-e9bf6c9f2eb8)) + (segment (start 163.61 105.4) (end 162.25 104.04) (width 0.16) (layer "F.Cu") (net 5) (tstamp d24f1815-8e49-4e8d-a10f-74ab4a26afcc)) + (segment (start 161.04 104.04) (end 160.02 103.02) (width 0.16) (layer "F.Cu") (net 5) (tstamp df025d36-ad65-4412-8ef7-3b70a30feb49)) + (segment (start 119.305446 109.150011) (end 162.529989 109.150011) (width 0.16) (layer "F.Cu") (net 5) (tstamp ea730592-9660-40a8-829d-59d4a3f9cbbe)) + (segment (start 162.529989 109.150011) (end 163.61 108.07) (width 0.16) (layer "F.Cu") (net 5) (tstamp f9054402-cc2c-43e0-b143-d861f7d0ac4f)) + (via (at 117.22 92.19) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 5) (tstamp 7d1ce53e-edb3-46fb-aae8-ad6ad837d43c)) + (via (at 101.21 99.7) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 5) (tstamp ecdb9169-e993-4204-bbd5-0133496fc6cb)) + (segment (start 116.96 91.93) (end 117.22 92.19) (width 0.16) (layer "B.Cu") (net 5) (tstamp 10bb3190-a791-49f8-ae9e-1df6fc8044e4)) + (segment (start 102.89 91.93) (end 116.96 91.93) (width 0.16) (layer "B.Cu") (net 5) (tstamp 7b9d5e25-614f-49fd-893a-948aeb37d791)) + (segment (start 101.21 93.61) (end 102.89 91.93) (width 0.16) (layer "B.Cu") (net 5) (tstamp bd1769bc-2dd8-4f6f-bda4-633d74fe3606)) + (segment (start 101.21 99.7) (end 101.21 93.61) (width 0.16) (layer "B.Cu") (net 5) (tstamp ca6427e1-181d-4c51-a058-276c43bee5e9)) + (segment (start 151.84 90.65) (end 155.02 93.83) (width 0.16) (layer "F.Cu") (net 6) (tstamp 5d14eecd-38fe-47e3-8caa-732818cf47b4)) + (segment (start 155.02 93.83) (end 156.56 93.83) (width 0.16) (layer "F.Cu") (net 6) (tstamp 7c576bf1-b998-451d-a064-9626cc405900)) + (segment (start 101.48 90.65) (end 151.84 90.65) (width 0.16) (layer "F.Cu") (net 6) (tstamp 9dc26b8b-0148-4959-b0e9-49c5bdf38602)) + (segment (start 100.55 98.08) (end 100.55 91.58) (width 0.16) (layer "F.Cu") (net 6) (tstamp ad640dff-2696-4512-ab48-1e08f45ef885)) + (segment (start 103.83 101.36) (end 100.55 98.08) (width 0.16) (layer "F.Cu") (net 6) (tstamp b71ea5bd-3813-4e24-9d40-bd9eb51c80f9)) + (segment (start 100.55 91.58) (end 101.48 90.65) (width 0.16) (layer "F.Cu") (net 6) (tstamp fac3e34b-08ae-47fd-8772-e9601674bf48)) + (segment (start 106.37 101.36) (end 107.66 101.36) (width 0.16) (layer "F.Cu") (net 7) (tstamp 6e81970a-6266-4ec9-9aeb-14589d182c34)) + (segment (start 111.635 97.385) (end 113.8675 97.385) (width 0.16) (layer "F.Cu") (net 7) (tstamp d97f1ecf-bfe5-4c0c-8644-0bad8ba55791)) + (segment (start 107.66 101.36) (end 111.635 97.385) (width 0.16) (layer "F.Cu") (net 7) (tstamp eb39ea07-3c46-4125-aa4d-7c0b70b9545d)) + (segment (start 105.06 97.59) (end 108.01 97.59) (width 0.16) (layer "F.Cu") (net 8) (tstamp 021a03aa-fee1-4b4c-acdf-b15c59319f76)) + (segment (start 103.83 98.82) (end 105.06 97.59) (width 0.16) (layer "F.Cu") (net 8) (tstamp 217e7d7c-2663-4ac0-8d90-6ea52e2a69b1)) + (segment (start 108.77 96.83) (end 108.77 95.3) (width 0.16) (layer "F.Cu") (net 8) (tstamp 24515767-abf3-48a4-bdbf-9c500e62ba44)) + (segment (start 110.585 93.485) (end 113.8675 93.485) (width 0.16) (layer "F.Cu") (net 8) (tstamp 28059ceb-99a0-4abc-a86a-bb0be1fbb2e2)) + (segment (start 108.77 95.3) (end 110.585 93.485) (width 0.16) (layer "F.Cu") (net 8) (tstamp 529505c8-953b-4a4b-873d-8ed1116dc83b)) + (segment (start 108.01 97.59) (end 108.77 96.83) (width 0.16) (layer "F.Cu") (net 8) (tstamp a59d7b26-f895-4b6a-b560-e4ce3db52893)) + (segment (start 113.13 94.785) (end 113.8675 94.785) (width 0.16) (layer "F.Cu") (net 9) (tstamp 09512c12-c4ba-4a90-8da9-b707b5f7702f)) + (segment (start 106.37 98.82) (end 108.18 98.82) (width 0.16) (layer "F.Cu") (net 9) (tstamp 4cf1fbae-c95e-4fe8-820e-4d39c11a7a7f)) + (segment (start 108.18 98.82) (end 109.2 97.8) (width 0.16) (layer "F.Cu") (net 9) (tstamp 52dc0165-2912-46e3-9946-725d0684bf84)) + (segment (start 109.2 97.8) (end 109.2 95.6) (width 0.16) (layer "F.Cu") (net 9) (tstamp 8a33795d-e49b-4053-a0f1-e6b4898047bf)) + (segment (start 109.2 95.6) (end 109.976999 94.823001) (width 0.16) (layer "F.Cu") (net 9) (tstamp 92a03700-183e-4050-83ef-7dd69bf4a9ff)) + (segment (start 109.976999 94.823001) (end 113.091999 94.823001) (width 0.16) (layer "F.Cu") (net 9) (tstamp 9998682d-b880-4399-8c95-b39475fe73a9)) + (segment (start 113.091999 94.823001) (end 113.13 94.785) (width 0.16) (layer "F.Cu") (net 9) (tstamp f9818bdc-6f80-41cc-afea-5db8e10c5a64)) + (segment (start 113.8675 94.135) (end 110.954996 94.135) (width 0.16) (layer "F.Cu") (net 10) (tstamp 2729cd85-feb7-4726-b837-65d544c5f65a)) + (segment (start 110.954996 94.135) (end 110.799996 94.29) (width 0.16) (layer "F.Cu") (net 10) (tstamp 47506e55-e3c9-45a0-91c4-6df0ba7ec03a)) + (via (at 110.799996 94.29) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 10) (tstamp 6169f4bb-aa4b-40a1-b95a-b62742653d94)) + (segment (start 110.124997 94.964999) (end 110.799996 94.29) (width 0.16) (layer "B.Cu") (net 10) (tstamp 2efc25d1-0c5d-4c2e-b1a1-0f3a34f070f9)) + (segment (start 103.83 96.28) (end 105.145001 94.964999) (width 0.16) (layer "B.Cu") (net 10) (tstamp 339fefb5-7ef4-46a6-b086-d68bc7fdfda2)) + (segment (start 105.145001 94.964999) (end 110.124997 94.964999) (width 0.16) (layer "B.Cu") (net 10) (tstamp 5f62d89d-9d06-4dc5-b775-0459ad667a4f)) + (segment (start 113.8675 95.435) (end 110.395 95.435) (width 0.16) (layer "F.Cu") (net 11) (tstamp 1f2df931-202c-4ab8-86b9-cc881d9952cf)) + (via (at 110.504489 95.455116) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 11) (tstamp 4a92be29-ade0-48fd-8404-077eba78baa5)) + (segment (start 106.37 96.28) (end 109.679605 96.28) (width 0.16) (layer "B.Cu") (net 11) (tstamp 5c426291-9472-4922-8f79-53fcfba5f867)) + (segment (start 109.679605 96.28) (end 110.504489 95.455116) (width 0.16) (layer "B.Cu") (net 11) (tstamp fcbf34f1-aa55-4726-a123-30a06c768c1b)) + (segment (start 113.8675 96.735) (end 115.905 96.735) (width 0.16) (layer "F.Cu") (net 12) (tstamp 5abcdc76-3b74-4e0b-acca-3ad56699262a)) + (via (at 115.905 96.735) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 12) (tstamp e0ea1205-558a-4753-ad9b-5062125ff720)) + (segment (start 115.905 93.265) (end 115.1 92.46) (width 0.16) (layer "B.Cu") (net 12) (tstamp 131d4755-9b02-4d34-af50-e398c3eb021f)) + (segment (start 105.11 92.46) (end 103.83 93.74) (width 0.16) (layer "B.Cu") (net 12) (tstamp 5439e4fe-690b-453c-a68e-2054ac8d3864)) + (segment (start 115.905 96.735) (end 115.905 93.265) (width 0.16) (layer "B.Cu") (net 12) (tstamp 82812f45-30c8-4a21-a69e-77b64b0e8b7b)) + (segment (start 115.1 92.46) (end 105.11 92.46) (width 0.16) (layer "B.Cu") (net 12) (tstamp da33525d-b0cf-45dd-be2a-b4c5c4cec4cc)) + (segment (start 113.8675 96.085) (end 115.355 96.085) (width 0.16) (layer "F.Cu") (net 13) (tstamp 169c1b35-55b4-4e03-ba31-6e1d0d0b5fe0)) + (via (at 115.355 96.085) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 13) (tstamp 2815498f-a7bc-4414-8b0e-2f02f92fe215)) + (segment (start 107.453002 93.666998) (end 107.38 93.74) (width 0.16) (layer "B.Cu") (net 13) (tstamp 08095306-05d3-4a8b-87a4-e0f403333d30)) + (segment (start 107.38 93.74) (end 106.37 93.74) (width 0.16) (layer "B.Cu") (net 13) (tstamp 39c0a5a1-5bd0-4585-9ee1-5d66bea93140)) + (segment (start 112.936998 93.666998) (end 107.453002 93.666998) (width 0.16) (layer "B.Cu") (net 13) (tstamp 7c5c50f3-44b6-4f96-bdfe-a7c08361b663)) + (segment (start 115.355 96.085) (end 112.936998 93.666998) (width 0.16) (layer "B.Cu") (net 13) (tstamp e46661a7-c8bc-4712-95a1-f6561a72e38a)) + (segment (start 133.516989 96.406989) (end 134.15 97.04) (width 0.16) (layer "F.Cu") (net 16) (tstamp 70afa249-6c0e-4084-beb3-8f2d08d08b0d)) + (segment (start 125.825 93.2175) (end 125.825 95.485) (width 0.16) (layer "F.Cu") (net 16) (tstamp 72335595-2ad8-444d-9e00-2fe9be117a41)) + (segment (start 125.825 95.485) (end 126.746989 96.406989) (width 0.16) (layer "F.Cu") (net 16) (tstamp 98384a3a-b3e0-46b7-94b5-733831728c90)) + (segment (start 126.746989 96.406989) (end 133.516989 96.406989) (width 0.16) (layer "F.Cu") (net 16) (tstamp e3a6415a-f01e-47cb-b328-da1a90619356)) + (via (at 134.15 97.04) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 16) (tstamp 00000000-0000-0000-0000-000060f18fc2)) + (segment (start 134.15 102.62) (end 134.47 102.94) (width 0.16) (layer "B.Cu") (net 16) (tstamp 0fd376de-e6b8-4d4f-8b3c-744aff088ecf)) + (segment (start 134.47 102.94) (end 138.75 102.94) (width 0.16) (layer "B.Cu") (net 16) (tstamp 4e0b1840-7296-4b96-9ac1-10c705f345e3)) + (segment (start 134.15 97.04) (end 134.15 102.62) (width 0.16) (layer "B.Cu") (net 16) (tstamp 6c9fd039-8b8b-440e-922b-34737dcb2b1d)) + (segment (start 138.75 102.94) (end 140.05 104.24) (width 0.16) (layer "B.Cu") (net 16) (tstamp 748a73c4-1233-4c5d-84e0-26dca98f5291)) + (segment (start 127.541156 102.79) (end 140.95 102.79) (width 0.16) (layer "F.Cu") (net 17) (tstamp 3ca6fa37-2c9b-4460-b50b-03f4a2e2e69a)) + (segment (start 125.175 100.423844) (end 127.541156 102.79) (width 0.16) (layer "F.Cu") (net 17) (tstamp 5cae528d-f74e-4933-bd24-61fbef5dc8ec)) + (segment (start 141.31 103.15) (end 141.31 105.5) (width 0.16) (layer "F.Cu") (net 17) (tstamp 7332f861-9554-4f8f-a069-b752ef9b9ca7)) + (segment (start 140.95 102.79) (end 141.31 103.15) (width 0.16) (layer "F.Cu") (net 17) (tstamp 7a1e1cda-7674-4d90-a6a2-6f4e955b7467)) + (segment (start 141.31 105.5) (end 142.59 106.78) (width 0.16) (layer "F.Cu") (net 17) (tstamp 98279650-fd9b-4980-a640-399d8f3f2459)) + (segment (start 125.175 98.9425) (end 125.175 100.423844) (width 0.16) (layer "F.Cu") (net 17) (tstamp ff09cd06-3dfb-42d1-b5b3-20b41afb80c8)) + (segment (start 127.125 98.9425) (end 127.125 100.475) (width 0.16) (layer "F.Cu") (net 20) (tstamp 2904fbd7-db91-4a80-8ad3-1b5a2f7bf090)) + (segment (start 127.125 100.475) (end 128.3 101.65) (width 0.16) (layer "F.Cu") (net 20) (tstamp 33a6c250-4440-4f51-973b-883957c7523d)) + (segment (start 128.3 101.65) (end 147.31 101.65) (width 0.16) (layer "F.Cu") (net 20) (tstamp 584c654d-4bfe-45e8-be15-499434316c06)) + (segment (start 148.77 103.11) (end 148.77 105.68) (width 0.16) (layer "F.Cu") (net 20) (tstamp 68e6f4f4-bf8c-4221-a878-a044273678de)) + (segment (start 147.31 101.65) (end 148.77 103.11) (width 0.16) (layer "F.Cu") (net 20) (tstamp 8067bbf1-a792-4d4f-8ece-afcbad7be9b8)) + (segment (start 148.77 105.68) (end 147.67 106.78) (width 0.16) (layer "F.Cu") (net 20) (tstamp 9ec99d00-416a-4082-8191-e39fbef909fa)) + (segment (start 126.475 100.705) (end 127.97 102.2) (width 0.16) (layer "F.Cu") (net 21) (tstamp 29b287b7-3e3d-42bc-b6c8-0b36b63b92b2)) + (segment (start 147.67 102.84) (end 147.67 104.24) (width 0.16) (layer "F.Cu") (net 21) (tstamp a855ffdb-d029-43cb-abae-344d63a29bf5)) + (segment (start 127.97 102.2) (end 147.03 102.2) (width 0.16) (layer "F.Cu") (net 21) (tstamp d8c398cd-353d-4b70-a3c9-fe4a43cde46f)) + (segment (start 126.475 98.9425) (end 126.475 100.705) (width 0.16) (layer "F.Cu") (net 21) (tstamp e1440644-1a9a-4e52-b2b3-f86e5a852d5d)) + (segment (start 147.03 102.2) (end 147.67 102.84) (width 0.16) (layer "F.Cu") (net 21) (tstamp e1e30038-bd7d-4ea2-ac99-87a0fb164693)) + (segment (start 127.775 100.285) (end 128.57 101.08) (width 0.16) (layer "F.Cu") (net 22) (tstamp 1e165b36-12a4-45f4-ad2a-37ae24a2c18e)) + (segment (start 149.12 105.69) (end 150.21 106.78) (width 0.16) (layer "F.Cu") (net 22) (tstamp 59814a08-f7a7-4bc6-950d-aed1c8d14552)) + (segment (start 127.775 98.9425) (end 127.775 100.285) (width 0.16) (layer "F.Cu") (net 22) (tstamp 8d57100a-0057-4dff-9b79-6ad0219bfc0f)) + (segment (start 149.12 102.69) (end 149.12 105.69) (width 0.16) (layer "F.Cu") (net 22) (tstamp a06f977f-4852-47a2-8a1f-968b24c52f18)) + (segment (start 147.51 101.08) (end 149.12 102.69) (width 0.16) (layer "F.Cu") (net 22) (tstamp b522ca9b-070c-45dd-be71-05ef09374763)) + (segment (start 128.57 101.08) (end 147.51 101.08) (width 0.16) (layer "F.Cu") (net 22) (tstamp c6ed8b31-d0d4-42db-948e-db144af26cad)) + (segment (start 128.425 98.9425) (end 128.425 100.115) (width 0.16) (layer "F.Cu") (net 23) (tstamp 08afc655-048c-40a7-ba15-646ab6eb0a0d)) + (segment (start 150.21 102.48) (end 150.21 104.24) (width 0.16) (layer "F.Cu") (net 23) (tstamp 12f4efa8-d4d8-4635-9e44-1f670a5d4504)) + (segment (start 128.425 100.115) (end 128.83 100.52) (width 0.16) (layer "F.Cu") (net 23) (tstamp 7b0f807b-677a-4a9d-a760-72bb794b6a8b)) + (segment (start 148.25 100.52) (end 150.21 102.48) (width 0.16) (layer "F.Cu") (net 23) (tstamp 7f7afa37-37b9-4eea-a88f-c0af77758a94)) + (segment (start 128.83 100.52) (end 148.25 100.52) (width 0.16) (layer "F.Cu") (net 23) (tstamp c9a84729-41ce-4292-a8b3-f749f7b57140)) + (segment (start 162.22 98.94) (end 162.22 101.63) (width 0.16) (layer "F.Cu") (net 24) (tstamp b460f765-05b0-48ef-bc4d-e6444b1019b6)) + (segment (start 162.22 98.94) (end 156.59 98.94) (width 0.16) (layer "B.Cu") (net 24) (tstamp cffa381d-6a33-4b78-b6a2-37c33f8d148b)) + (segment (start 133.1775 98.9425) (end 153.9875 98.9425) (width 0.16) (layer "F.Cu") (net 25) (tstamp 00000000-0000-0000-0000-000060f1e2a0)) + (segment (start 132.325 98.9425) (end 133.1775 98.9425) (width 0.16) (layer "F.Cu") (net 25) (tstamp 4c78ef08-9fbc-4bb1-bf1f-6cc018fb0ad3)) + (segment (start 125.825 100.195) (end 125.825 100.265) (width 0.16) (layer "F.Cu") (net 25) (tstamp 648f46d3-ae2f-4f56-b71c-c8215542d387)) + (segment (start 125.825 98.9425) (end 125.825 100.195) (width 0.16) (layer "F.Cu") (net 25) (tstamp a9d1f431-3f7e-4747-abf2-8f98a6bf7f8c)) + (segment (start 153.9875 98.9425) (end 156.56 96.37) (width 0.16) (layer "F.Cu") (net 25) (tstamp ca627f9d-981a-4b61-9847-0a71afb03621)) + (segment (start 125.825 100.265) (end 125.81 100.28) (width 0.16) (layer "F.Cu") (net 25) (tstamp f49ee313-1a2b-42f3-96ec-04d576cc88f8)) + (via (at 125.81 100.28) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 25) (tstamp 87bc645e-914c-4134-8356-8170a6f6aef5)) + (via (at 133.1775 98.9425) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 25) (tstamp d1f277b0-85ee-4613-9c56-784ccd2eccb1)) + (segment (start 133.1775 98.9425) (end 131.84 100.28) (width 0.16) (layer "B.Cu") (net 25) (tstamp 83482c1e-0bd7-414d-8a8e-2e35401af69c)) + (segment (start 131.84 100.28) (end 125.81 100.28) (width 0.16) (layer "B.Cu") (net 25) (tstamp e97baf7a-ded7-491f-bb70-4bdb55a502e8)) + (segment (start 139.34 96.08) (end 141.16 96.08) (width 0.16) (layer "F.Cu") (net 26) (tstamp 04fda1ce-acbc-4e15-b6b6-558369ca3eb2)) + (segment (start 137.90081 92.409988) (end 137.850797 92.460001) (width 0.16) (layer "F.Cu") (net 26) (tstamp 1a7e7e35-6a0c-411e-aa11-43f7d4ddd8a6)) + (segment (start 130.665789 92.189211) (end 130.375 92.48) (width 0.16) (layer "F.Cu") (net 26) (tstamp 1baf1dc1-2873-4a3d-afc2-47a52fad85e1)) + (segment (start 141.53 92.33) (end 140.77 91.57) (width 0.16) (layer "F.Cu") (net 26) (tstamp 27d83435-932a-4680-b031-38c8512a1636)) + (segment (start 141.53 95.71) (end 141.53 92.33) (width 0.16) (layer "F.Cu") (net 26) (tstamp 3eecd326-fe17-4bd5-9ab1-dab2ff62dbfb)) + (segment (start 132.819211 92.189211) (end 130.665789 92.189211) (width 0.16) (layer "F.Cu") (net 26) (tstamp 4ae03bf8-2abc-46bb-9fc9-7c0e83e15129)) + (segment (start 133.09 92.46) (end 132.819211 92.189211) (width 0.16) (layer "F.Cu") (net 26) (tstamp 58eae18c-fa4b-4acb-a6c1-0e85d898df11)) + (segment (start 140.77 91.57) (end 139.94 91.57) (width 0.16) (layer "F.Cu") (net 26) (tstamp 5f75cd4a-7b75-4d0a-ba2b-f05a94e48819)) + (segment (start 139.119999 93.110775) (end 138.419212 92.409988) (width 0.16) (layer "F.Cu") (net 26) (tstamp 6730f075-d3a3-467a-88f7-316857bf33a9)) + (segment (start 139.61 94.58) (end 139.119999 94.089999) (width 0.16) (layer "F.Cu") (net 26) (tstamp 8388ee47-3e79-4c6c-9b1c-a1fd45a12ae2)) + (segment (start 139.11 95.08) (end 139.11 95.85) (width 0.16) (layer "F.Cu") (net 26) (tstamp 93b67a25-14e1-40ab-b9fb-1fb45e8dcee7)) + (segment (start 130.375 92.48) (end 130.375 93.2175) (width 0.16) (layer "F.Cu") (net 26) (tstamp 9cb48175-6aae-4299-80f0-c5dd6728ea79)) + (segment (start 137.850797 92.460001) (end 133.09 92.46) (width 0.16) (layer "F.Cu") (net 26) (tstamp abcfa2af-51ce-4b2d-8b29-4870d8551405)) + (segment (start 139.61 94.58) (end 139.11 95.08) (width 0.16) (layer "F.Cu") (net 26) (tstamp ac1b7736-4bed-40de-8a4c-cafd55d684f6)) + (segment (start 138.419212 92.409988) (end 137.90081 92.409988) (width 0.16) (layer "F.Cu") (net 26) (tstamp af676373-7108-4c8d-bdb6-e53264c894ca)) + (segment (start 141.16 96.08) (end 141.53 95.71) (width 0.16) (layer "F.Cu") (net 26) (tstamp b0c31434-f3c7-43f6-a4c0-e399abd47c88)) + (segment (start 139.11 95.85) (end 139.34 96.08) (width 0.16) (layer "F.Cu") (net 26) (tstamp bc16537b-538a-4ba7-bfd1-96d874dbb9cb)) + (segment (start 139.119999 94.089999) (end 139.119999 93.110775) (width 0.16) (layer "F.Cu") (net 26) (tstamp edfa815d-c6f9-4555-83b7-656b36736e92)) + (segment (start 136.14 91.56) (end 135.27 91.56) (width 0.16) (layer "F.Cu") (net 27) (tstamp 00000000-0000-0000-0000-000060f18f83)) + (segment (start 122.87 97.27) (end 123.78 98.18) (width 0.16) (layer "F.Cu") (net 27) (tstamp 12ff7f8a-84dc-4e98-9e26-1d7e2934a369)) + (segment (start 121.32 97.27) (end 122.87 97.27) (width 0.16) (layer "F.Cu") (net 27) (tstamp 22ca496a-5180-408a-a76c-40a70289fbfe)) + (segment (start 134.14 95.14) (end 134.7 94.58) (width 0.16) (layer "F.Cu") (net 27) (tstamp 63be4b5d-142f-4d05-87dd-17a2ee662134)) + (segment (start 134.7 94.58) (end 136.61 94.58) (width 0.16) (layer "F.Cu") (net 27) (tstamp 942e64e8-23a7-41ab-915b-4d24098c59e5)) + (segment (start 135.61 93.02) (end 135.61 94.56) (width 0.16) (layer "F.Cu") (net 27) (tstamp 9699eb64-4bcb-4bca-8074-603cdbfdfc72)) + (segment (start 120.785 96.735) (end 121.32 97.27) (width 0.16) (layer "F.Cu") (net 27) (tstamp ab8be439-fe6f-4b51-9f71-bdcc9e81c92f)) + (segment (start 119.5925 96.735) (end 120.785 96.735) (width 0.16) (layer "F.Cu") (net 27) (tstamp f5e678f0-8ad1-4594-a224-e8e28c2c7320)) + (via (at 135.27 91.56) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 27) (tstamp 00000000-0000-0000-0000-000060f18fc8)) + (via (at 134.14 95.14) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 27) (tstamp 00000000-0000-0000-0000-000060f18fd4)) + (via (at 123.78 98.18) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 27) (tstamp 27a5ab36-5e62-4dc0-aa81-38775126fb1c)) + (via (at 135.61 93.02) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 27) (tstamp aecb67a9-9316-4157-ade3-aa9caf8cbf18)) + (segment (start 134.14 95.14) (end 133.41 95.87) (width 0.16) (layer "B.Cu") (net 27) (tstamp 075375e4-c78b-4aa2-8b0a-fdddc473469b)) + (segment (start 135.27 92.68) (end 135.61 93.02) (width 0.16) (layer "B.Cu") (net 27) (tstamp 50afbbf2-df70-4f8f-a3b6-f9e51074738c)) + (segment (start 135.27 91.56) (end 135.27 92.68) (width 0.16) (layer "B.Cu") (net 27) (tstamp b84b1d97-3819-4172-bc4a-e00e005b2288)) + (segment (start 133.41 95.87) (end 126.09 95.87) (width 0.16) (layer "B.Cu") (net 27) (tstamp d62687a7-c8fa-400e-91b0-5d137a3ebf3c)) + (segment (start 126.09 95.87) (end 123.78 98.18) (width 0.16) (layer "B.Cu") (net 27) (tstamp e5c85b73-00e2-4b03-8623-426c2457e97a)) + (segment (start 131.675 93.2175) (end 131.675 94.435) (width 0.16) (layer "F.Cu") (net 28) (tstamp 00000000-0000-0000-0000-000060f195ec)) + (segment (start 121.18 93.5) (end 119.6075 93.5) (width 0.16) (layer "F.Cu") (net 28) (tstamp 15accba6-d3cf-47b6-8754-4785920c2872)) + (segment (start 122.285 94.605) (end 121.18 93.5) (width 0.16) (layer "F.Cu") (net 28) (tstamp 494d489b-bea5-4c4c-afc5-603362241c39)) + (via (at 131.675 94.435) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 28) (tstamp 00000000-0000-0000-0000-000060f18fb9)) + (via (at 122.285 94.605) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 28) (tstamp 00000000-0000-0000-0000-000060f18fbf)) + (segment (start 122.285 94.605) (end 127.224584 94.605) (width 0.16) (layer "B.Cu") (net 28) (tstamp 76660e93-138f-4a4f-a871-0199bc88df26)) + (segment (start 131.184983 94.925017) (end 131.675 94.435) (width 0.16) (layer "B.Cu") (net 28) (tstamp 8e45fb7d-feed-44da-8c3d-ec49bb3111c0)) + (segment (start 127.544599 94.925017) (end 131.184983 94.925017) (width 0.16) (layer "B.Cu") (net 28) (tstamp eb0771dc-e1d1-471c-8cf7-0b8dfa992559)) + (segment (start 127.224584 94.605) (end 127.544599 94.925017) (width 0.16) (layer "B.Cu") (net 28) (tstamp f05634c4-a1f7-4b54-9efe-79c420bc98ce)) + (segment (start 123.14 95.25) (end 122.06 95.25) (width 0.16) (layer "F.Cu") (net 29) (tstamp 086a8fb7-acac-487c-85dc-abb30d44c0fc)) + (segment (start 122.06 95.25) (end 120.945 94.135) (width 0.16) (layer "F.Cu") (net 29) (tstamp 4056e5b5-2cc3-49b0-b62b-15cbe446689d)) + (segment (start 132.325 93.2175) (end 132.325 95.21699) (width 0.16) (layer "F.Cu") (net 29) (tstamp 76fe16b4-a028-4d61-89d2-c43d4f7d54cd)) + (segment (start 120.945 94.135) (end 119.5925 94.135) (width 0.16) (layer "F.Cu") (net 29) (tstamp b87fb590-e104-4e1a-901f-d50711e6919b)) + (via (at 123.14 95.25) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 29) (tstamp 00000000-0000-0000-0000-000060f18fc5)) + (via (at 132.325 95.21699) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 29) (tstamp 172e8f2d-c5a5-45b5-90ed-25f4bef69497)) + (segment (start 123.14 95.25) (end 132.3 95.25) (width 0.16) (layer "B.Cu") (net 29) (tstamp 00000000-0000-0000-0000-000060f195f2)) + (segment (start 131.256013 97.033011) (end 131.675 97.451998) (width 0.16) (layer "F.Cu") (net 30) (tstamp 4131514b-2ed7-48ef-a6bd-cd50d64ce764)) + (segment (start 119.5975 94.78) (end 120.83 94.78) (width 0.16) (layer "F.Cu") (net 30) (tstamp 41cff43b-439f-4be5-abd6-c12553d0acf2)) + (segment (start 120.83 94.78) (end 121.955 95.905) (width 0.16) (layer "F.Cu") (net 30) (tstamp 4498564d-c21b-47a1-8f6a-502d36ec8b38)) + (segment (start 125.323011 97.033011) (end 131.256013 97.033011) (width 0.16) (layer "F.Cu") (net 30) (tstamp 5ee3fc03-52bf-45fe-9aab-aa242af8d710)) + (segment (start 131.675 97.451998) (end 131.675 98.9425) (width 0.16) (layer "F.Cu") (net 30) (tstamp 73daf1ca-c2c3-4320-9ec7-3f6d62fb7764)) + (segment (start 121.955 95.905) (end 124.195 95.905) (width 0.16) (layer "F.Cu") (net 30) (tstamp 916fcad9-dffc-4b5b-8ba6-3afba6ef7142)) + (segment (start 124.195 95.905) (end 125.323011 97.033011) (width 0.16) (layer "F.Cu") (net 30) (tstamp ee186f11-21c6-4bcb-a2bc-dd9c70d6d99c)) + (segment (start 124.82 97.56) (end 123.58 96.32) (width 0.16) (layer "F.Cu") (net 31) (tstamp 4c56181e-fb15-4997-a386-605082292784)) + (segment (start 120.69 95.44) (end 119.5975 95.44) (width 0.16) (layer "F.Cu") (net 31) (tstamp 51fcf726-abc0-4621-b238-53741afa4e33)) + (segment (start 130.375 98.9425) (end 130.375 97.955) (width 0.16) (layer "F.Cu") (net 31) (tstamp 5526d46b-6d8c-458d-bbd3-68be6c05670a)) + (segment (start 129.98 97.56) (end 124.82 97.56) (width 0.16) (layer "F.Cu") (net 31) (tstamp 8b35aac7-62e7-4341-a5ea-dd7559f1e85e)) + (segment (start 123.58 96.32) (end 121.57 96.32) (width 0.16) (layer "F.Cu") (net 31) (tstamp c682c664-db0c-441b-93b0-5234d7accf3f)) + (segment (start 121.57 96.32) (end 120.69 95.44) (width 0.16) (layer "F.Cu") (net 31) (tstamp e9420fe9-2ee8-4aad-ab7b-7c8ed00df3b9)) + (segment (start 130.375 97.955) (end 129.98 97.56) (width 0.16) (layer "F.Cu") (net 31) (tstamp f1510ba5-80b7-4842-ba6a-8e9ed1d092f9)) + (segment (start 120.68 96.1) (end 119.6075 96.1) (width 0.16) (layer "F.Cu") (net 32) (tstamp 30943817-7a82-43cf-8637-057681667e6f)) + (segment (start 123.253004 96.87) (end 124.343004 97.96) (width 0.16) (layer "F.Cu") (net 32) (tstamp 42ffc5c4-d6ac-439d-abd0-d0c60f0e3b97)) + (segment (start 128.83 97.96) (end 129.075 98.205) (width 0.16) (layer "F.Cu") (net 32) (tstamp 550188c2-b127-40cf-84b9-9bd99cdb3307)) + (segment (start 124.343004 97.96) (end 128.83 97.96) (width 0.16) (layer "F.Cu") (net 32) (tstamp 9a277d88-24f8-4c3b-a10e-eb802f642e98)) + (segment (start 121.45 96.87) (end 123.253004 96.87) (width 0.16) (layer "F.Cu") (net 32) (tstamp bedeee64-0078-4a14-8324-80a38f997ee4)) + (segment (start 120.68 96.1) (end 121.45 96.87) (width 0.16) (layer "F.Cu") (net 32) (tstamp e2d5052e-9f39-4d98-86eb-adc6dd37c3f6)) + (segment (start 129.075 98.205) (end 129.075 98.9425) (width 0.16) (layer "F.Cu") (net 32) (tstamp e95ab881-50cc-4fed-bdca-033f4e9e454c)) + (segment (start 119.5925 97.385) (end 120.885 97.385) (width 0.16) (layer "F.Cu") (net 33) (tstamp 37cc2498-292c-4686-aacf-d3f48cdde957)) + (segment (start 120.885 97.385) (end 121.73 98.23) (width 0.16) (layer "F.Cu") (net 33) (tstamp 7b96ed88-550c-4c17-9237-ae0f97a6b806)) + (segment (start 121.73 98.23) (end 122.866998 98.23) (width 0.16) (layer "F.Cu") (net 33) (tstamp 801dd9d1-10de-4fac-8100-52580fae7386)) + (segment (start 131.025 98.9425) (end 131.025 97.566021) (width 0.16) (layer "F.Cu") (net 33) (tstamp f4da1f60-ac3c-4fed-bc8a-85b5dbce951e)) + (via (at 131.025 97.566021) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 33) (tstamp 315683fb-d0fa-45a8-bafd-83f1cea09188)) + (via (at 122.866998 98.23) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 33) (tstamp c0eb502e-ce17-4787-b134-c5c3596d9d47)) + (segment (start 129.721021 98.87) (end 131.025 97.566021) (width 0.16) (layer "B.Cu") (net 33) (tstamp 1662b454-7ec8-4487-9fcf-d3170f77ee47)) + (segment (start 123.506998 98.87) (end 129.721021 98.87) (width 0.16) (layer "B.Cu") (net 33) (tstamp 2066bd22-b00d-49f3-83a0-4612b5024aec)) + (segment (start 122.866998 98.23) (end 123.506998 98.87) (width 0.16) (layer "B.Cu") (net 33) (tstamp b2b9569b-766a-4b9c-a0c2-3f32bbe80f8b)) + (segment (start 125.175 95.635) (end 126.26 96.72) (width 0.16) (layer "F.Cu") (net 34) (tstamp 092002e3-453a-41ba-92da-11d971472fd9)) + (segment (start 125.175 93.2175) (end 125.175 95.635) (width 0.16) (layer "F.Cu") (net 34) (tstamp 36eba8be-4c8e-45d4-8d57-9433eeb09509)) + (segment (start 132.67 97.62) (end 136.87 97.62) (width 0.16) (layer "F.Cu") (net 34) (tstamp 4f3fe7a4-6bf8-48f5-813e-997b08e9eef9)) + (segment (start 137.61 96.88) (end 137.61 96.58) (width 0.16) (layer "F.Cu") (net 34) (tstamp 678576ba-eb31-4471-aa2e-6df81d46e3b1)) + (segment (start 126.26 96.72) (end 131.77 96.72) (width 0.16) (layer "F.Cu") (net 34) (tstamp a6b7df58-a16b-4fe6-83b2-215382f975e3)) + (segment (start 131.77 96.72) (end 132.67 97.62) (width 0.16) (layer "F.Cu") (net 34) (tstamp c2bd8e7f-f6a9-44f2-a605-c461a32fb18f)) + (segment (start 136.87 97.62) (end 137.61 96.88) (width 0.16) (layer "F.Cu") (net 34) (tstamp c9d0cb4e-376b-4dce-a287-50fa4d725343)) + (segment (start 126.475 92.265) (end 126.820011 91.919989) (width 0.16) (layer "F.Cu") (net 35) (tstamp 13632927-45fd-48c1-b22e-63464d6b5c8d)) + (segment (start 141.67 90.97) (end 142.42 91.72) (width 0.16) (layer "F.Cu") (net 35) (tstamp 13c005ab-3bea-438d-9814-da7bcffd283c)) + (segment (start 128.510011 91.919989) (end 129.46 90.97) (width 0.16) (layer "F.Cu") (net 35) (tstamp 28446dd5-178d-44b6-868f-89828c2641e4)) + (segment (start 129.46 90.97) (end 141.67 90.97) (width 0.16) (layer "F.Cu") (net 35) (tstamp 3e90f37e-9862-4dab-a782-6dff5f56a941)) + (segment (start 142.42 96.61) (end 141.95 97.08) (width 0.16) (layer "F.Cu") (net 35) (tstamp 48bd18ab-1df1-47a7-8f0d-96b2626b6c11)) + (segment (start 126.820011 91.919989) (end 128.510011 91.919989) (width 0.16) (layer "F.Cu") (net 35) (tstamp b5476c69-39be-4325-af82-bc431d684d3a)) + (segment (start 139.11 97.08) (end 138.61 96.58) (width 0.16) (layer "F.Cu") (net 35) (tstamp b9dcfc22-eba7-48ff-81fe-d74adb4b51c7)) + (segment (start 126.475 93.2175) (end 126.475 92.265) (width 0.16) (layer "F.Cu") (net 35) (tstamp c18bc843-711a-4749-a08f-86fa940d0a20)) + (segment (start 141.95 97.08) (end 139.11 97.08) (width 0.16) (layer "F.Cu") (net 35) (tstamp c44702e0-15af-405e-b5be-1cb8fd5a1dd9)) + (segment (start 142.42 91.72) (end 142.42 96.61) (width 0.16) (layer "F.Cu") (net 35) (tstamp d909e73b-0bd1-438c-a788-b9637865739f)) + (segment (start 138.551764 92.089977) (end 137.768258 92.089977) (width 0.16) (layer "F.Cu") (net 36) (tstamp 02c1c6d7-c175-4c43-bc26-5941327e613f)) + (segment (start 140.100001 93.344799) (end 138.895192 92.13999) (width 0.16) (layer "F.Cu") (net 36) (tstamp 37a48667-5ce2-48a5-9032-ec9d17af721b)) + (segment (start 138.601777 92.13999) (end 138.551764 92.089977) (width 0.16) (layer "F.Cu") (net 36) (tstamp 59c33ecd-75fc-4400-b5cb-f505594ae5ef)) + (segment (start 127.365 92.24) (end 127.125 92.48) (width 0.16) (layer "F.Cu") (net 36) (tstamp 64f0d87b-b7c9-4044-ac9d-ca22a7a9ee8a)) + (segment (start 139.61 95.58) (end 140.100001 95.089999) (width 0.16) (layer "F.Cu") (net 36) (tstamp 6b099217-a52a-4107-a7b4-7d0b622f899a)) + (segment (start 138.895192 92.13999) (end 138.601777 92.13999) (width 0.16) (layer "F.Cu") (net 36) (tstamp 7152bc1c-873d-4bc9-8bfc-bca875886f01)) + (segment (start 128.642563 92.24) (end 127.365 92.24) (width 0.16) (layer "F.Cu") (net 36) (tstamp 7808bdcd-232a-49e3-a998-a7d0223fd3b5)) + (segment (start 140.100001 95.089999) (end 140.100001 93.344799) (width 0.16) (layer "F.Cu") (net 36) (tstamp 92eb6378-ecc0-4899-9f94-91bfb6e4d191)) + (segment (start 129.582563 91.3) (end 128.642563 92.24) (width 0.16) (layer "F.Cu") (net 36) (tstamp 93d5b9be-d6a0-4093-a239-9f86ff349cc6)) + (segment (start 133.32999 92.13999) (end 132.49 91.3) (width 0.16) (layer "F.Cu") (net 36) (tstamp 967f6954-3b2d-4cb7-a239-45a17c5d9927)) + (segment (start 132.49 91.3) (end 129.582563 91.3) (width 0.16) (layer "F.Cu") (net 36) (tstamp bd23f25d-8930-4277-93af-d4d4eaafcfea)) + (segment (start 137.768258 92.089977) (end 137.718245 92.13999) (width 0.16) (layer "F.Cu") (net 36) (tstamp c4c9e518-fac5-41b9-8c9b-ee894092557f)) + (segment (start 127.125 92.48) (end 127.125 93.2175) (width 0.16) (layer "F.Cu") (net 36) (tstamp ce9a6291-77a2-42ef-b6b1-4b94c7f0ff12)) + (segment (start 137.718245 92.13999) (end 133.32999 92.13999) (width 0.16) (layer "F.Cu") (net 36) (tstamp e9dcf5c3-d274-490b-9efe-8b446c8db14a)) + (segment (start 139.61 96.58) (end 139.397336 96.58) (width 0.16) (layer "F.Cu") (net 37) (tstamp 3cd683b6-097f-4b56-a4ef-c8b56e8c4939)) + (segment (start 135.273001 97.063001) (end 134.284999 96.074999) (width 0.16) (layer "F.Cu") (net 37) (tstamp 41d80636-4bb1-4f6a-86c1-deeacd343e6b)) + (segment (start 136.841841 97.063001) (end 135.273001 97.063001) (width 0.16) (layer "F.Cu") (net 37) (tstamp 433c615a-ce83-4ec9-b16b-494da175f4a8)) + (segment (start 137.11 96.376011) (end 137.11 96.794842) (width 0.16) (layer "F.Cu") (net 37) (tstamp 706318ec-3d2c-40ed-bdf4-d8e3e9462893)) + (segment (start 134.284999 96.074999) (end 129.694999 96.074999) (width 0.16) (layer "F.Cu") (net 37) (tstamp 76a8d572-fc7f-419f-af06-0d5ce77a9e92)) + (segment (start 138.897336 96.08) (end 137.406011 96.08) (width 0.16) (layer "F.Cu") (net 37) (tstamp 91d52f48-3290-4b6a-8a34-b1e46bbb86e0)) + (segment (start 137.406011 96.08) (end 137.11 96.376011) (width 0.16) (layer "F.Cu") (net 37) (tstamp aa80caf9-21da-413c-bda0-fbe50a2125f4)) + (segment (start 129.694999 96.074999) (end 128.425 94.805) (width 0.16) (layer "F.Cu") (net 37) (tstamp b8dae3e8-78fa-494f-bce5-3b0a291289e8)) + (segment (start 139.397336 96.58) (end 138.897336 96.08) (width 0.16) (layer "F.Cu") (net 37) (tstamp ebf873e7-8ee9-44f4-b22e-6e1284b2ca3a)) + (segment (start 137.11 96.794842) (end 136.841841 97.063001) (width 0.16) (layer "F.Cu") (net 37) (tstamp ec97ca63-07ca-4078-9e5b-d96f1bdce165)) + (segment (start 128.425 94.805) (end 128.425 93.2175) (width 0.16) (layer "F.Cu") (net 37) (tstamp fef350b6-6433-47c1-9e7d-5062ab2cc134)) + (segment (start 138.1 95.09) (end 138.61 94.58) (width 0.16) (layer "F.Cu") (net 38) (tstamp 0b8d11d3-909f-4347-a368-1b4bc70e5539)) + (segment (start 130.35 95.75) (end 135.481156 95.75) (width 0.16) (layer "F.Cu") (net 38) (tstamp 378bf2c7-f449-4279-9fc9-cc78fd8c3896)) + (segment (start 136.141156 95.09) (end 138.1 95.09) (width 0.16) (layer "F.Cu") (net 38) (tstamp c3e7bdb9-f02f-49a0-96ca-0b4a6857c7a2)) + (segment (start 129.075 94.475) (end 130.35 95.75) (width 0.16) (layer "F.Cu") (net 38) (tstamp dd15cedd-d863-4700-8972-5a1190e8da73)) + (segment (start 135.481156 95.75) (end 136.141156 95.09) (width 0.16) (layer "F.Cu") (net 38) (tstamp e4cb4cb7-f3ce-4b80-b35c-3d40deb61892)) + (segment (start 129.075 93.2175) (end 129.075 94.475) (width 0.16) (layer "F.Cu") (net 38) (tstamp fd4cdda6-ef69-4a23-8ab5-fc8ccfbbdea4)) + + (zone (net 1) (net_name "GNDREF") (layer "F.Cu") (tstamp 00000000-0000-0000-0000-0000610aca07) (hatch edge 0.508) + (connect_pads (clearance 0.2)) + (min_thickness 0.254) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 124.75 100.1) + (xy 127.51 102.96) + (xy 133.4 102.96) + (xy 134.03 102.95) + (xy 134.03 108.68) + (xy 123.74 108.68) + (xy 123.73 106.36) + (xy 119.23 106.38) + (xy 120.54 104.23) + (xy 120.52 99.09) + (xy 124.75 99.09) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 124.623 99.647148) + (xy 124.57 99.641928) + (xy 124.10575 99.645) + (xy 123.947 99.80375) + (xy 123.947 101.153) + (xy 125.04625 101.153) + (xy 125.187411 101.011839) + (xy 127.239226 103.063655) + (xy 127.251971 103.079185) + (xy 127.2675 103.091929) + (xy 127.313944 103.130045) + (xy 127.38465 103.167838) + (xy 127.46137 103.191111) + (xy 127.521164 103.197) + (xy 127.521166 103.197) + (xy 127.541156 103.198969) + (xy 127.561145 103.197) + (xy 129.627416 103.197) + (xy 128.976356 103.848061) + (xy 128.960815 103.860815) + (xy 128.929327 103.899185) + (xy 128.909955 103.922789) + (xy 128.875186 103.987838) + (xy 128.872162 103.993495) + (xy 128.848889 104.070215) + (xy 128.843813 104.121754) + (xy 128.841031 104.15) + (xy 128.843 104.16999) + (xy 128.843 104.382165) + (xy 128.809119 104.340881) + (xy 128.721443 104.268927) + (xy 128.621414 104.21546) + (xy 128.512876 104.182535) + (xy 128.4 104.171418) + (xy 127.767121 104.171418) + (xy 127.777 104.121754) + (xy 127.777 103.998246) + (xy 127.752905 103.877111) + (xy 127.70564 103.763004) + (xy 127.637023 103.660311) + (xy 127.549689 103.572977) + (xy 127.446996 103.50436) + (xy 127.332889 103.457095) + (xy 127.211754 103.433) + (xy 127.088246 103.433) + (xy 126.967111 103.457095) + (xy 126.853004 103.50436) + (xy 126.750311 103.572977) + (xy 126.662977 103.660311) + (xy 126.59436 103.763004) + (xy 126.547095 103.877111) + (xy 126.523 103.998246) + (xy 126.523 104.121754) + (xy 126.532879 104.171418) + (xy 125.9 104.171418) + (xy 125.787124 104.182535) + (xy 125.678586 104.21546) + (xy 125.578557 104.268927) + (xy 125.490881 104.340881) + (xy 125.418927 104.428557) + (xy 125.36546 104.528586) + (xy 125.332535 104.637124) + (xy 125.32217 104.742361) + (xy 125.212889 104.697095) + (xy 125.091754 104.673) + (xy 124.968246 104.673) + (xy 124.847111 104.697095) + (xy 124.733004 104.74436) + (xy 124.630311 104.812977) + (xy 124.542977 104.900311) + (xy 124.47436 105.003004) + (xy 124.427095 105.117111) + (xy 124.403 105.238246) + (xy 124.403 105.361754) + (xy 124.427095 105.482889) + (xy 124.47436 105.596996) + (xy 124.542977 105.699689) + (xy 124.630311 105.787023) + (xy 124.733004 105.85564) + (xy 124.847111 105.902905) + (xy 124.968246 105.927) + (xy 125.091754 105.927) + (xy 125.212889 105.902905) + (xy 125.32217 105.857639) + (xy 125.332535 105.962876) + (xy 125.36546 106.071414) + (xy 125.418927 106.171443) + (xy 125.490881 106.259119) + (xy 125.578557 106.331073) + (xy 125.678586 106.38454) + (xy 125.787124 106.417465) + (xy 125.9 106.428582) + (xy 126.542824 106.428582) + (xy 126.523 106.528246) + (xy 126.523 106.651754) + (xy 126.547095 106.772889) + (xy 126.59436 106.886996) + (xy 126.662977 106.989689) + (xy 126.750311 107.077023) + (xy 126.853004 107.14564) + (xy 126.967111 107.192905) + (xy 127.088246 107.217) + (xy 127.211754 107.217) + (xy 127.332889 107.192905) + (xy 127.446996 107.14564) + (xy 127.549689 107.077023) + (xy 127.637023 106.989689) + (xy 127.70564 106.886996) + (xy 127.752905 106.772889) + (xy 127.777 106.651754) + (xy 127.777 106.528246) + (xy 127.757176 106.428582) + (xy 128.4 106.428582) + (xy 128.512876 106.417465) + (xy 128.621414 106.38454) + (xy 128.721443 106.331073) + (xy 128.809119 106.259119) + (xy 128.881073 106.171443) + (xy 128.93454 106.071414) + (xy 128.967465 105.962876) + (xy 128.977046 105.865598) + (xy 129.067111 105.902905) + (xy 129.188246 105.927) + (xy 129.311754 105.927) + (xy 129.413082 105.906845) + (xy 129.411928 106.1) + (xy 129.424188 106.224482) + (xy 129.460498 106.34418) + (xy 129.519463 106.454494) + (xy 129.598815 106.551185) + (xy 129.695506 106.630537) + (xy 129.80582 106.689502) + (xy 129.925518 106.725812) + (xy 130.05 106.738072) + (xy 131.26425 106.735) + (xy 131.423 106.57625) + (xy 131.423 105.427) + (xy 131.403 105.427) + (xy 131.403 105.173) + (xy 131.423 105.173) + (xy 131.423 104.02375) + (xy 131.26425 103.865) + (xy 130.113495 103.862089) + (xy 130.448584 103.527) + (xy 133.051416 103.527) + (xy 133.303001 103.778585) + (xy 133.303001 103.915213) + (xy 133.29418 103.910498) + (xy 133.174482 103.874188) + (xy 133.05 103.861928) + (xy 131.83575 103.865) + (xy 131.677 104.02375) + (xy 131.677 105.173) + (xy 131.697 105.173) + (xy 131.697 105.427) + (xy 131.677 105.427) + (xy 131.677 106.57625) + (xy 131.83575 106.735) + (xy 133.05 106.738072) + (xy 133.174482 106.725812) + (xy 133.29418 106.689502) + (xy 133.303 106.684787) + (xy 133.303 108.082625) + (xy 133.282179 108.121578) + (xy 133.254904 108.211493) + (xy 133.245694 108.305001) + (xy 133.254904 108.398509) + (xy 133.262333 108.423) + (xy 123.865894 108.423) + (xy 123.856999 106.359453) + (xy 123.854452 106.334687) + (xy 123.847122 106.310894) + (xy 123.835292 106.288988) + (xy 123.819415 106.269811) + (xy 123.800102 106.2541) + (xy 123.778095 106.242459) + (xy 123.754239 106.235335) + (xy 123.729436 106.233001) + (xy 119.456714 106.251991) + (xy 120.648454 104.296081) + (xy 120.659262 104.273653) + (xy 120.665487 104.249548) + (xy 120.666999 104.229506) + (xy 120.660614 102.588532) + (xy 120.705897 102.602268) + (xy 120.77 102.608582) + (xy 120.937197 102.608582) + (xy 120.917095 102.657111) + (xy 120.893 102.778246) + (xy 120.893 102.901754) + (xy 120.917095 103.022889) + (xy 120.96436 103.136996) + (xy 121.032977 103.239689) + (xy 121.120311 103.327023) + (xy 121.223004 103.39564) + (xy 121.337111 103.442905) + (xy 121.458246 103.467) + (xy 121.581754 103.467) + (xy 121.702889 103.442905) + (xy 121.816996 103.39564) + (xy 121.919689 103.327023) + (xy 122.007023 103.239689) + (xy 122.07564 103.136996) + (xy 122.122905 103.022889) + (xy 122.147 102.901754) + (xy 122.147 102.778246) + (xy 122.122905 102.657111) + (xy 122.102803 102.608582) + (xy 122.27 102.608582) + (xy 122.334103 102.602268) + (xy 122.395743 102.58357) + (xy 122.45255 102.553206) + (xy 122.482761 102.528413) + (xy 122.539463 102.634494) + (xy 122.618815 102.731185) + (xy 122.715506 102.810537) + (xy 122.82582 102.869502) + (xy 122.945518 102.905812) + (xy 123.07 102.918072) + (xy 123.53425 102.915) + (xy 123.693 102.75625) + (xy 123.693 101.407) + (xy 123.947 101.407) + (xy 123.947 102.75625) + (xy 124.10575 102.915) + (xy 124.57 102.918072) + (xy 124.694482 102.905812) + (xy 124.81418 102.869502) + (xy 124.924494 102.810537) + (xy 125.021185 102.731185) + (xy 125.100537 102.634494) + (xy 125.159502 102.52418) + (xy 125.195812 102.404482) + (xy 125.208072 102.28) + (xy 125.205 101.56575) + (xy 125.04625 101.407) + (xy 123.947 101.407) + (xy 123.693 101.407) + (xy 123.673 101.407) + (xy 123.673 101.153) + (xy 123.693 101.153) + (xy 123.693 99.80375) + (xy 123.53425 99.645) + (xy 123.07 99.641928) + (xy 122.945518 99.654188) + (xy 122.82582 99.690498) + (xy 122.715506 99.749463) + (xy 122.618815 99.828815) + (xy 122.539463 99.925506) + (xy 122.482761 100.031587) + (xy 122.45255 100.006794) + (xy 122.395743 99.97643) + (xy 122.334103 99.957732) + (xy 122.27 99.951418) + (xy 122.125187 99.951418) + (xy 122.147 99.841754) + (xy 122.147 99.718246) + (xy 122.122905 99.597111) + (xy 122.07564 99.483004) + (xy 122.007023 99.380311) + (xy 121.997 99.370288) + (xy 121.997 99.217) + (xy 124.623 99.217) + ) + ) + ) + (zone (net 2) (net_name "+3V3") (layer "F.Cu") (tstamp 00000000-0000-0000-0000-0000610aca0d) (hatch edge 0.508) + (priority 1) + (connect_pads (clearance 0.2)) + (min_thickness 0.254) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 112.81 97.7) + (xy 117.88 97.69) + (xy 117.86 99.13) + (xy 120.15 99.12) + (xy 120.15 104.13) + (xy 118.92 105.98) + (xy 117.67 108.09) + (xy 101.87 108.1) + (xy 101.87 105.24) + (xy 101.88 105.24) + (xy 108.89 105.25) + (xy 110.98 103.09) + (xy 116.09 103.1) + (xy 116.09 98.96) + (xy 112.84 98.96) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 117.023 97.828246) + (xy 117.023 97.951754) + (xy 117.047095 98.072889) + (xy 117.09436 98.186996) + (xy 117.162977 98.289689) + (xy 117.243001 98.369713) + (xy 117.243 98.535861) + (xy 117.178662 98.588662) + (xy 117.120388 98.65967) + (xy 117.077087 98.740681) + (xy 117.050422 98.828584) + (xy 117.041418 98.92) + (xy 117.041418 99.26) + (xy 117.050422 99.351416) + (xy 117.077087 99.439319) + (xy 117.120388 99.52033) + (xy 117.178662 99.591338) + (xy 117.24967 99.649612) + (xy 117.330681 99.692913) + (xy 117.418584 99.719578) + (xy 117.51 99.728582) + (xy 117.79 99.728582) + (xy 117.881416 99.719578) + (xy 117.969319 99.692913) + (xy 118.05033 99.649612) + (xy 118.121338 99.591338) + (xy 118.13 99.580783) + (xy 118.138662 99.591338) + (xy 118.20967 99.649612) + (xy 118.264316 99.67882) + (xy 118.22582 99.690498) + (xy 118.115506 99.749463) + (xy 118.018815 99.828815) + (xy 117.939463 99.925506) + (xy 117.880498 100.03582) + (xy 117.844188 100.155518) + (xy 117.831928 100.28) + (xy 117.835 100.99425) + (xy 117.99375 101.153) + (xy 119.093 101.153) + (xy 119.093 99.80375) + (xy 118.963756 99.674506) + (xy 119.01033 99.649612) + (xy 119.081338 99.591338) + (xy 119.139612 99.52033) + (xy 119.152082 99.497) + (xy 120.023 99.497) + (xy 120.023 99.647148) + (xy 119.97 99.641928) + (xy 119.50575 99.645) + (xy 119.347 99.80375) + (xy 119.347 101.153) + (xy 119.367 101.153) + (xy 119.367 101.407) + (xy 119.347 101.407) + (xy 119.347 102.75625) + (xy 119.50575 102.915) + (xy 119.97 102.918072) + (xy 120.023 102.912852) + (xy 120.023 104.091634) + (xy 118.814242 105.909685) + (xy 118.810735 105.915269) + (xy 117.597597 107.963046) + (xy 116.004484 107.964054) + (xy 116.020537 107.944494) + (xy 116.079502 107.83418) + (xy 116.115812 107.714482) + (xy 116.128072 107.59) + (xy 116.125 106.37575) + (xy 115.96625 106.217) + (xy 114.817 106.217) + (xy 114.817 106.237) + (xy 114.563 106.237) + (xy 114.563 106.217) + (xy 113.41375 106.217) + (xy 113.255 106.37575) + (xy 113.251928 107.59) + (xy 113.264188 107.714482) + (xy 113.300498 107.83418) + (xy 113.359463 107.944494) + (xy 113.376881 107.965717) + (xy 101.997 107.97292) + (xy 101.997 106.79689) + (xy 102.388524 106.79689) + (xy 102.433175 106.944099) + (xy 102.558359 107.20692) + (xy 102.732412 107.440269) + (xy 102.948645 107.635178) + (xy 103.198748 107.784157) + (xy 103.473109 107.881481) + (xy 103.703 107.760814) + (xy 103.703 106.567) + (xy 103.957 106.567) + (xy 103.957 107.760814) + (xy 104.186891 107.881481) + (xy 104.461252 107.784157) + (xy 104.711355 107.635178) + (xy 104.927588 107.440269) + (xy 105.1 107.20912) + (xy 105.272412 107.440269) + (xy 105.488645 107.635178) + (xy 105.738748 107.784157) + (xy 106.013109 107.881481) + (xy 106.243 107.760814) + (xy 106.243 106.567) + (xy 106.497 106.567) + (xy 106.497 107.760814) + (xy 106.726891 107.881481) + (xy 107.001252 107.784157) + (xy 107.251355 107.635178) + (xy 107.467588 107.440269) + (xy 107.641641 107.20692) + (xy 107.766825 106.944099) + (xy 107.811476 106.79689) + (xy 107.690155 106.567) + (xy 106.497 106.567) + (xy 106.243 106.567) + (xy 103.957 106.567) + (xy 103.703 106.567) + (xy 102.509845 106.567) + (xy 102.388524 106.79689) + (xy 101.997 106.79689) + (xy 101.997 105.367167) + (xy 102.811626 105.368329) + (xy 102.732412 105.439731) + (xy 102.558359 105.67308) + (xy 102.433175 105.935901) + (xy 102.388524 106.08311) + (xy 102.509845 106.313) + (xy 103.703 106.313) + (xy 103.703 106.293) + (xy 103.957 106.293) + (xy 103.957 106.313) + (xy 106.243 106.313) + (xy 106.243 106.293) + (xy 106.497 106.293) + (xy 106.497 106.313) + (xy 107.690155 106.313) + (xy 107.811476 106.08311) + (xy 107.766825 105.935901) + (xy 107.641641 105.67308) + (xy 107.467588 105.439731) + (xy 107.395629 105.374868) + (xy 108.889819 105.377) + (xy 108.914599 105.374595) + (xy 108.938433 105.367402) + (xy 108.960407 105.355697) + (xy 108.981269 105.338311) + (xy 109.705329 104.59) + (xy 113.251928 104.59) + (xy 113.255 105.80425) + (xy 113.41375 105.963) + (xy 114.563 105.963) + (xy 114.563 104.11375) + (xy 114.817 104.11375) + (xy 114.817 105.963) + (xy 115.96625 105.963) + (xy 116.125 105.80425) + (xy 116.128072 104.59) + (xy 116.115812 104.465518) + (xy 116.079502 104.34582) + (xy 116.020537 104.235506) + (xy 115.941185 104.138815) + (xy 115.844494 104.059463) + (xy 115.73418 104.000498) + (xy 115.614482 103.964188) + (xy 115.49 103.951928) + (xy 114.97575 103.955) + (xy 114.817 104.11375) + (xy 114.563 104.11375) + (xy 114.40425 103.955) + (xy 113.89 103.951928) + (xy 113.765518 103.964188) + (xy 113.64582 104.000498) + (xy 113.535506 104.059463) + (xy 113.438815 104.138815) + (xy 113.359463 104.235506) + (xy 113.300498 104.34582) + (xy 113.264188 104.465518) + (xy 113.251928 104.59) + (xy 109.705329 104.59) + (xy 111.033732 103.217106) + (xy 113.637952 103.222202) + (xy 113.658927 103.261443) + (xy 113.730881 103.349119) + (xy 113.818557 103.421073) + (xy 113.918586 103.47454) + (xy 114.027124 103.507465) + (xy 114.14 103.518582) + (xy 115.24 103.518582) + (xy 115.352876 103.507465) + (xy 115.461414 103.47454) + (xy 115.561443 103.421073) + (xy 115.649119 103.349119) + (xy 115.721073 103.261443) + (xy 115.739849 103.226315) + (xy 116.089751 103.227) + (xy 116.114533 103.224608) + (xy 116.138371 103.217428) + (xy 116.160351 103.205735) + (xy 116.179627 103.189978) + (xy 116.195458 103.170764) + (xy 116.207237 103.14883) + (xy 116.214511 103.12502) + (xy 116.217 103.1) + (xy 116.217 102.317) + (xy 116.291754 102.317) + (xy 116.412889 102.292905) + (xy 116.444044 102.28) + (xy 117.831928 102.28) + (xy 117.844188 102.404482) + (xy 117.880498 102.52418) + (xy 117.939463 102.634494) + (xy 118.018815 102.731185) + (xy 118.115506 102.810537) + (xy 118.22582 102.869502) + (xy 118.345518 102.905812) + (xy 118.47 102.918072) + (xy 118.93425 102.915) + (xy 119.093 102.75625) + (xy 119.093 101.407) + (xy 117.99375 101.407) + (xy 117.835 101.56575) + (xy 117.831928 102.28) + (xy 116.444044 102.28) + (xy 116.526996 102.24564) + (xy 116.629689 102.177023) + (xy 116.717023 102.089689) + (xy 116.78564 101.986996) + (xy 116.832905 101.872889) + (xy 116.857 101.751754) + (xy 116.857 101.628246) + (xy 116.832905 101.507111) + (xy 116.78564 101.393004) + (xy 116.717023 101.290311) + (xy 116.629689 101.202977) + (xy 116.526996 101.13436) + (xy 116.412889 101.087095) + (xy 116.291754 101.063) + (xy 116.217 101.063) + (xy 116.217 98.96) + (xy 116.21456 98.935224) + (xy 116.207333 98.911399) + (xy 116.195597 98.889443) + (xy 116.179803 98.870197) + (xy 116.160557 98.854403) + (xy 116.138601 98.842667) + (xy 116.114776 98.83544) + (xy 116.09 98.833) + (xy 114.82324 98.833) + (xy 114.840282 98.828109) + (xy 114.951471 98.770811) + (xy 115.049346 98.692922) + (xy 115.130144 98.597436) + (xy 115.190761 98.488021) + (xy 115.228868 98.368883) + (xy 115.24 98.26675) + (xy 115.08125 98.108) + (xy 113.9945 98.108) + (xy 113.9945 98.182) + (xy 113.7405 98.182) + (xy 113.7405 98.108) + (xy 113.7205 98.108) + (xy 113.7205 97.962) + (xy 113.7405 97.962) + (xy 113.7405 97.913582) + (xy 113.9945 97.913582) + (xy 113.9945 97.962) + (xy 115.08125 97.962) + (xy 115.221005 97.822245) + (xy 117.024901 97.818687) + ) + ) + ) + (zone (net 3) (net_name "+1V8") (layer "B.Cu") (tstamp 00000000-0000-0000-0000-0000610aca04) (hatch edge 0.508) + (priority 1) + (connect_pads (clearance 0.2)) + (min_thickness 0.254) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 139.52 90.61) + (xy 139.53 94.27) + (xy 139.54 95.1) + (xy 126.64 95.1) + (xy 121.44 95.09) + (xy 121.44 99.1) + (xy 122.87 99.09) + (xy 122.88 103.45) + (xy 128.8 103.44) + (xy 129.97 103.44) + (xy 129.97 107.24) + (xy 124.52 107.24) + (xy 124.53 106.14) + (xy 120.16 106.12) + (xy 118.61 104.63) + (xy 116.8 102.82) + (xy 118.036477 100.340211) + (xy 118.543523 96.77979) + (xy 118.59 90.55) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 139.393345 90.736637) + (xy 139.403 94.270347) + (xy 139.403009 94.27153) + (xy 139.41146 94.973) + (xy 138.12225 94.973) + (xy 137.98625 94.837) + (xy 137.327 94.837) + (xy 137.327 94.857) + (xy 137.073 94.857) + (xy 137.073 94.837) + (xy 136.41375 94.837) + (xy 136.27775 94.973) + (xy 134.746065 94.973) + (xy 134.742905 94.957111) + (xy 134.69564 94.843004) + (xy 134.627023 94.740311) + (xy 134.539689 94.652977) + (xy 134.436996 94.58436) + (xy 134.322889 94.537095) + (xy 134.201754 94.513) + (xy 134.078246 94.513) + (xy 133.957111 94.537095) + (xy 133.843004 94.58436) + (xy 133.740311 94.652977) + (xy 133.652977 94.740311) + (xy 133.58436 94.843004) + (xy 133.537095 94.957111) + (xy 133.533935 94.973) + (xy 132.902596 94.973) + (xy 132.88064 94.919994) + (xy 132.812023 94.817301) + (xy 132.724689 94.729967) + (xy 132.621996 94.66135) + (xy 132.507889 94.614085) + (xy 132.386754 94.58999) + (xy 132.283454 94.58999) + (xy 132.302 94.496754) + (xy 132.302 94.42425) + (xy 136.255 94.42425) + (xy 136.41375 94.583) + (xy 137.073 94.583) + (xy 137.073 93.95375) + (xy 137.327 93.95375) + (xy 137.327 94.583) + (xy 137.98625 94.583) + (xy 138.145 94.42425) + (xy 138.135235 94.302652) + (xy 138.098377 94.183122) + (xy 138.038908 94.073079) + (xy 137.959113 93.976753) + (xy 137.862059 93.897844) + (xy 137.751476 93.839386) + (xy 137.631613 93.803625) + (xy 137.507077 93.791935) + (xy 137.48575 93.795) + (xy 137.327 93.95375) + (xy 137.073 93.95375) + (xy 136.91425 93.795) + (xy 136.892923 93.791935) + (xy 136.768387 93.803625) + (xy 136.648524 93.839386) + (xy 136.537941 93.897844) + (xy 136.440887 93.976753) + (xy 136.361092 94.073079) + (xy 136.301623 94.183122) + (xy 136.264765 94.302652) + (xy 136.255 94.42425) + (xy 132.302 94.42425) + (xy 132.302 94.373246) + (xy 132.277905 94.252111) + (xy 132.23064 94.138004) + (xy 132.162023 94.035311) + (xy 132.074689 93.947977) + (xy 131.971996 93.87936) + (xy 131.857889 93.832095) + (xy 131.736754 93.808) + (xy 131.613246 93.808) + (xy 131.492111 93.832095) + (xy 131.378004 93.87936) + (xy 131.275311 93.947977) + (xy 131.187977 94.035311) + (xy 131.11936 94.138004) + (xy 131.072095 94.252111) + (xy 131.048 94.373246) + (xy 131.048 94.486416) + (xy 131.016399 94.518017) + (xy 127.713184 94.518017) + (xy 127.526519 94.331351) + (xy 127.513769 94.315815) + (xy 127.451795 94.264955) + (xy 127.38109 94.227162) + (xy 127.30437 94.203889) + (xy 127.244576 94.198) + (xy 127.244574 94.198) + (xy 127.224585 94.196031) + (xy 127.204596 94.198) + (xy 122.764712 94.198) + (xy 122.684689 94.117977) + (xy 122.581996 94.04936) + (xy 122.467889 94.002095) + (xy 122.346754 93.978) + (xy 122.223246 93.978) + (xy 122.102111 94.002095) + (xy 121.988004 94.04936) + (xy 121.885311 94.117977) + (xy 121.797977 94.205311) + (xy 121.72936 94.308004) + (xy 121.682095 94.422111) + (xy 121.658 94.543246) + (xy 121.658 94.666754) + (xy 121.682095 94.787889) + (xy 121.72936 94.901996) + (xy 121.770546 94.963635) + (xy 121.440244 94.963) + (xy 121.415463 94.965393) + (xy 121.391625 94.972574) + (xy 121.369646 94.984268) + (xy 121.35037 95.000025) + (xy 121.334539 95.01924) + (xy 121.322761 95.041174) + (xy 121.315488 95.064984) + (xy 121.313 95.09) + (xy 121.313 99.1) + (xy 121.31544 99.124776) + (xy 121.322667 99.148601) + (xy 121.334403 99.170557) + (xy 121.350197 99.189803) + (xy 121.369443 99.205597) + (xy 121.391399 99.217333) + (xy 121.415224 99.22456) + (xy 121.440888 99.226997) + (xy 122.743293 99.217889) + (xy 122.753 103.450291) + (xy 122.755497 103.475062) + (xy 122.762779 103.49887) + (xy 122.774565 103.520799) + (xy 122.790404 103.540008) + (xy 122.809685 103.555758) + (xy 122.831668 103.567444) + (xy 122.855509 103.574616) + (xy 122.880215 103.577) + (xy 128.800215 103.567) + (xy 129.843 103.567) + (xy 129.843 107.113) + (xy 124.64816 107.113) + (xy 124.656995 106.141154) + (xy 124.65478 106.116357) + (xy 124.64777 106.092468) + (xy 124.636234 106.070405) + (xy 124.620615 106.051018) + (xy 124.601514 106.035049) + (xy 124.579665 106.023114) + (xy 124.555908 106.015671) + (xy 124.530581 106.013001) + (xy 120.211386 105.993234) + (xy 118.698943 104.539337) + (xy 116.954454 102.794848) + (xy 118.150132 100.396882) + (xy 118.159004 100.37362) + (xy 118.162208 100.358117) + (xy 118.669254 96.797696) + (xy 118.670519 96.780737) + (xy 118.710945 91.361999) + (xy 124.25742 91.361999) + (xy 124.486149 91.590729) + (xy 124.501079 91.608921) + (xy 124.51927 91.62385) + (xy 124.519272 91.623852) + (xy 124.539943 91.640816) + (xy 124.573711 91.668529) + (xy 124.656577 91.712822) + (xy 124.746492 91.740097) + (xy 124.816577 91.747) + (xy 124.816585 91.747) + (xy 124.84 91.749306) + (xy 124.863415 91.747) + (xy 125.190288 91.747) + (xy 125.200311 91.757023) + (xy 125.303004 91.82564) + (xy 125.417111 91.872905) + (xy 125.538246 91.897) + (xy 125.651417 91.897) + (xy 126.208065 92.453649) + (xy 126.220814 92.469184) + (xy 126.263284 92.504038) + (xy 126.282787 92.520044) + (xy 126.353493 92.557837) + (xy 126.430213 92.58111) + (xy 126.490007 92.586999) + (xy 126.490009 92.586999) + (xy 126.509999 92.588968) + (xy 126.529988 92.586999) + (xy 129.610012 92.586999) + (xy 129.630001 92.588968) + (xy 129.64999 92.586999) + (xy 129.649993 92.586999) + (xy 129.709787 92.58111) + (xy 129.786507 92.557837) + (xy 129.857212 92.520044) + (xy 129.873106 92.507) + (xy 129.991754 92.507) + (xy 130.112889 92.482905) + (xy 130.226996 92.43564) + (xy 130.329689 92.367023) + (xy 130.417023 92.279689) + (xy 130.48564 92.176996) + (xy 130.532905 92.062889) + (xy 130.557 91.941754) + (xy 130.557 91.818246) + (xy 130.532905 91.697111) + (xy 130.48564 91.583004) + (xy 130.429007 91.498246) + (xy 134.643 91.498246) + (xy 134.643 91.621754) + (xy 134.667095 91.742889) + (xy 134.71436 91.856996) + (xy 134.782977 91.959689) + (xy 134.863 92.039712) + (xy 134.863001 92.660001) + (xy 134.861031 92.68) + (xy 134.86889 92.759785) + (xy 134.892162 92.836505) + (xy 134.929955 92.907211) + (xy 134.949459 92.930976) + (xy 134.980816 92.969185) + (xy 134.983 92.970977) + (xy 134.983 93.081754) + (xy 135.007095 93.202889) + (xy 135.05436 93.316996) + (xy 135.122977 93.419689) + (xy 135.210311 93.507023) + (xy 135.313004 93.57564) + (xy 135.427111 93.622905) + (xy 135.548246 93.647) + (xy 135.671754 93.647) + (xy 135.792889 93.622905) + (xy 135.906996 93.57564) + (xy 136.009689 93.507023) + (xy 136.097023 93.419689) + (xy 136.16564 93.316996) + (xy 136.212905 93.202889) + (xy 136.237 93.081754) + (xy 136.237 92.958246) + (xy 136.212905 92.837111) + (xy 136.16564 92.723004) + (xy 136.097023 92.620311) + (xy 136.009689 92.532977) + (xy 135.906996 92.46436) + (xy 135.792889 92.417095) + (xy 135.677 92.394043) + (xy 135.677 92.039712) + (xy 135.757023 91.959689) + (xy 135.82564 91.856996) + (xy 135.872905 91.742889) + (xy 135.897 91.621754) + (xy 135.897 91.498246) + (xy 135.872905 91.377111) + (xy 135.82564 91.263004) + (xy 135.757023 91.160311) + (xy 135.669689 91.072977) + (xy 135.566996 91.00436) + (xy 135.452889 90.957095) + (xy 135.331754 90.933) + (xy 135.208246 90.933) + (xy 135.087111 90.957095) + (xy 134.973004 91.00436) + (xy 134.870311 91.072977) + (xy 134.782977 91.160311) + (xy 134.71436 91.263004) + (xy 134.667095 91.377111) + (xy 134.643 91.498246) + (xy 130.429007 91.498246) + (xy 130.417023 91.480311) + (xy 130.329689 91.392977) + (xy 130.226996 91.32436) + (xy 130.112889 91.277095) + (xy 129.991754 91.253) + (xy 129.868246 91.253) + (xy 129.747111 91.277095) + (xy 129.633004 91.32436) + (xy 129.530311 91.392977) + (xy 129.442977 91.480311) + (xy 129.37436 91.583004) + (xy 129.327095 91.697111) + (xy 129.312 91.772999) + (xy 126.678583 91.772999) + (xy 126.227 91.321417) + (xy 126.227 91.208246) + (xy 126.202905 91.087111) + (xy 126.15564 90.973004) + (xy 126.087023 90.870311) + (xy 125.999689 90.782977) + (xy 125.896996 90.71436) + (xy 125.857095 90.697832) + ) + ) + ) + (zone (net 1) (net_name "GNDREF") (layer "B.Cu") (tstamp 00000000-0000-0000-0000-0000610aca0a) (hatch edge 0.508) + (connect_pads (clearance 0.2)) + (min_thickness 0.254) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 174.51 90.6) + (xy 174.49 109.18) + (xy 100.4 109.12) + (xy 100.38 90.59) + (xy 100.38 90.57) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 118.26184 90.704236) + (xy 118.216696 96.755408) + (xy 117.720209 100.241684) + (xy 116.507361 102.674084) + (xy 116.479283 102.756205) + (xy 116.473 102.82) + (xy 116.479283 102.883795) + (xy 116.497891 102.945137) + (xy 116.528109 103.001671) + (xy 116.568776 103.051224) + (xy 118.378776 104.861224) + (xy 118.383384 104.865742) + (xy 119.933384 106.355742) + (xy 119.977086 106.391056) + (xy 120.033481 106.421533) + (xy 120.094738 106.440421) + (xy 120.158503 106.446997) + (xy 124.200028 106.465494) + (xy 124.193014 107.237027) + (xy 124.199283 107.303795) + (xy 124.217891 107.365137) + (xy 124.248109 107.421671) + (xy 124.288776 107.471224) + (xy 124.338329 107.511891) + (xy 124.394863 107.542109) + (xy 124.456205 107.560717) + (xy 124.52 107.567) + (xy 129.97 107.567) + (xy 130.033795 107.560717) + (xy 130.095137 107.542109) + (xy 130.151671 107.511891) + (xy 130.201224 107.471224) + (xy 130.241891 107.421671) + (xy 130.272109 107.365137) + (xy 130.290717 107.303795) + (xy 130.297 107.24) + (xy 130.297 107.136891) + (xy 136.068519 107.136891) + (xy 136.165843 107.411252) + (xy 136.314822 107.661355) + (xy 136.509731 107.877588) + (xy 136.74308 108.051641) + (xy 137.005901 108.176825) + (xy 137.15311 108.221476) + (xy 137.383 108.100155) + (xy 137.383 106.907) + (xy 136.189186 106.907) + (xy 136.068519 107.136891) + (xy 130.297 107.136891) + (xy 130.297 103.44) + (xy 130.290717 103.376205) + (xy 130.272109 103.314863) + (xy 130.241891 103.258329) + (xy 130.201224 103.208776) + (xy 130.151671 103.168109) + (xy 130.095137 103.137891) + (xy 130.033795 103.119283) + (xy 129.97 103.113) + (xy 128.799448 103.113) + (xy 123.206249 103.122448) + (xy 123.199589 100.218246) + (xy 125.183 100.218246) + (xy 125.183 100.341754) + (xy 125.207095 100.462889) + (xy 125.25436 100.576996) + (xy 125.322977 100.679689) + (xy 125.410311 100.767023) + (xy 125.513004 100.83564) + (xy 125.627111 100.882905) + (xy 125.748246 100.907) + (xy 125.871754 100.907) + (xy 125.992889 100.882905) + (xy 126.106996 100.83564) + (xy 126.209689 100.767023) + (xy 126.289712 100.687) + (xy 131.820011 100.687) + (xy 131.84 100.688969) + (xy 131.859989 100.687) + (xy 131.859992 100.687) + (xy 131.919786 100.681111) + (xy 131.996506 100.657838) + (xy 132.067211 100.620045) + (xy 132.129185 100.569185) + (xy 132.141939 100.553644) + (xy 133.126084 99.5695) + (xy 133.239254 99.5695) + (xy 133.360389 99.545405) + (xy 133.474496 99.49814) + (xy 133.577189 99.429523) + (xy 133.664523 99.342189) + (xy 133.73314 99.239496) + (xy 133.743 99.215691) + (xy 133.743001 102.600001) + (xy 133.741031 102.62) + (xy 133.748201 102.692791) + (xy 133.74889 102.699786) + (xy 133.75595 102.723058) + (xy 133.772162 102.776505) + (xy 133.809955 102.847211) + (xy 133.821615 102.861418) + (xy 133.860816 102.909185) + (xy 133.87635 102.921934) + (xy 134.16807 103.213654) + (xy 134.180815 103.229185) + (xy 134.196343 103.241928) + (xy 134.242788 103.280045) + (xy 134.261413 103.29) + (xy 134.313494 103.317838) + (xy 134.390214 103.341111) + (xy 134.450008 103.347) + (xy 134.45001 103.347) + (xy 134.469999 103.348969) + (xy 134.489989 103.347) + (xy 136.73847 103.347) + (xy 136.595764 103.489706) + (xy 136.466956 103.682481) + (xy 136.378231 103.896682) + (xy 136.333 104.124076) + (xy 136.333 104.355924) + (xy 136.378231 104.583318) + (xy 136.466956 104.797519) + (xy 136.595764 104.990294) + (xy 136.759706 105.154236) + (xy 136.952481 105.283044) + (xy 137.114612 105.350201) + (xy 137.005901 105.383175) + (xy 136.74308 105.508359) + (xy 136.509731 105.682412) + (xy 136.314822 105.898645) + (xy 136.165843 106.148748) + (xy 136.068519 106.423109) + (xy 136.189186 106.653) + (xy 137.383 106.653) + (xy 137.383 106.633) + (xy 137.637 106.633) + (xy 137.637 106.653) + (xy 137.657 106.653) + (xy 137.657 106.907) + (xy 137.637 106.907) + (xy 137.637 108.100155) + (xy 137.86689 108.221476) + (xy 138.014099 108.176825) + (xy 138.27692 108.051641) + (xy 138.510269 107.877588) + (xy 138.705178 107.661355) + (xy 138.854157 107.411252) + (xy 138.938736 107.172821) + (xy 139.006956 107.337519) + (xy 139.135764 107.530294) + (xy 139.299706 107.694236) + (xy 139.492481 107.823044) + (xy 139.706682 107.911769) + (xy 139.934076 107.957) + (xy 140.165924 107.957) + (xy 140.393318 107.911769) + (xy 140.607519 107.823044) + (xy 140.800294 107.694236) + (xy 140.964236 107.530294) + (xy 141.093044 107.337519) + (xy 141.181769 107.123318) + (xy 141.227 106.895924) + (xy 141.227 106.664076) + (xy 141.413 106.664076) + (xy 141.413 106.895924) + (xy 141.458231 107.123318) + (xy 141.546956 107.337519) + (xy 141.675764 107.530294) + (xy 141.839706 107.694236) + (xy 142.032481 107.823044) + (xy 142.246682 107.911769) + (xy 142.474076 107.957) + (xy 142.705924 107.957) + (xy 142.933318 107.911769) + (xy 143.147519 107.823044) + (xy 143.340294 107.694236) + (xy 143.504236 107.530294) + (xy 143.633044 107.337519) + (xy 143.701264 107.172821) + (xy 143.785843 107.411252) + (xy 143.934822 107.661355) + (xy 144.129731 107.877588) + (xy 144.36308 108.051641) + (xy 144.625901 108.176825) + (xy 144.77311 108.221476) + (xy 145.003 108.100155) + (xy 145.003 106.907) + (xy 144.983 106.907) + (xy 144.983 106.653) + (xy 145.003 106.653) + (xy 145.003 106.633) + (xy 145.257 106.633) + (xy 145.257 106.653) + (xy 145.277 106.653) + (xy 145.277 106.907) + (xy 145.257 106.907) + (xy 145.257 108.100155) + (xy 145.48689 108.221476) + (xy 145.634099 108.176825) + (xy 145.89692 108.051641) + (xy 146.130269 107.877588) + (xy 146.325178 107.661355) + (xy 146.474157 107.411252) + (xy 146.558736 107.172821) + (xy 146.626956 107.337519) + (xy 146.755764 107.530294) + (xy 146.919706 107.694236) + (xy 147.112481 107.823044) + (xy 147.326682 107.911769) + (xy 147.554076 107.957) + (xy 147.785924 107.957) + (xy 148.013318 107.911769) + (xy 148.227519 107.823044) + (xy 148.420294 107.694236) + (xy 148.584236 107.530294) + (xy 148.713044 107.337519) + (xy 148.801769 107.123318) + (xy 148.847 106.895924) + (xy 148.847 106.664076) + (xy 149.033 106.664076) + (xy 149.033 106.895924) + (xy 149.078231 107.123318) + (xy 149.166956 107.337519) + (xy 149.295764 107.530294) + (xy 149.459706 107.694236) + (xy 149.652481 107.823044) + (xy 149.866682 107.911769) + (xy 150.094076 107.957) + (xy 150.325924 107.957) + (xy 150.553318 107.911769) + (xy 150.767519 107.823044) + (xy 150.960294 107.694236) + (xy 151.124236 107.530294) + (xy 151.253044 107.337519) + (xy 151.341769 107.123318) + (xy 151.387 106.895924) + (xy 151.387 106.664076) + (xy 151.367109 106.564076) + (xy 155.303 106.564076) + (xy 155.303 106.795924) + (xy 155.348231 107.023318) + (xy 155.436956 107.237519) + (xy 155.565764 107.430294) + (xy 155.729706 107.594236) + (xy 155.922481 107.723044) + (xy 156.136682 107.811769) + (xy 156.364076 107.857) + (xy 156.595924 107.857) + (xy 156.823318 107.811769) + (xy 157.037519 107.723044) + (xy 157.230294 107.594236) + (xy 157.394236 107.430294) + (xy 157.523044 107.237519) + (xy 157.611769 107.023318) + (xy 157.62896 106.93689) + (xy 160.808524 106.93689) + (xy 160.853175 107.084099) + (xy 160.978359 107.34692) + (xy 161.152412 107.580269) + (xy 161.368645 107.775178) + (xy 161.618748 107.924157) + (xy 161.893109 108.021481) + (xy 162.123 107.900814) + (xy 162.123 106.707) + (xy 162.377 106.707) + (xy 162.377 107.900814) + (xy 162.606891 108.021481) + (xy 162.881252 107.924157) + (xy 163.131355 107.775178) + (xy 163.347588 107.580269) + (xy 163.521641 107.34692) + (xy 163.646825 107.084099) + (xy 163.691476 106.93689) + (xy 163.570155 106.707) + (xy 162.377 106.707) + (xy 162.123 106.707) + (xy 160.929845 106.707) + (xy 160.808524 106.93689) + (xy 157.62896 106.93689) + (xy 157.657 106.795924) + (xy 157.657 106.564076) + (xy 157.611769 106.336682) + (xy 157.564726 106.22311) + (xy 160.808524 106.22311) + (xy 160.929845 106.453) + (xy 162.123 106.453) + (xy 162.123 106.433) + (xy 162.377 106.433) + (xy 162.377 106.453) + (xy 163.570155 106.453) + (xy 163.691476 106.22311) + (xy 163.646825 106.075901) + (xy 163.521641 105.81308) + (xy 163.347588 105.579731) + (xy 163.131355 105.384822) + (xy 162.881252 105.235843) + (xy 162.832592 105.218582) + (xy 163.1 105.218582) + (xy 163.164103 105.212268) + (xy 163.225743 105.19357) + (xy 163.28255 105.163206) + (xy 163.332343 105.122343) + (xy 163.373206 105.07255) + (xy 163.40357 105.015743) + (xy 163.422268 104.954103) + (xy 163.428582 104.89) + (xy 163.428582 103.19) + (xy 163.422268 103.125897) + (xy 163.40357 103.064257) + (xy 163.373206 103.00745) + (xy 163.332343 102.957657) + (xy 163.28255 102.916794) + (xy 163.225743 102.88643) + (xy 163.164103 102.867732) + (xy 163.1 102.861418) + (xy 161.4 102.861418) + (xy 161.335897 102.867732) + (xy 161.274257 102.88643) + (xy 161.21745 102.916794) + (xy 161.167657 102.957657) + (xy 161.126794 103.00745) + (xy 161.09643 103.064257) + (xy 161.077732 103.125897) + (xy 161.071418 103.19) + (xy 161.071418 104.89) + (xy 161.077732 104.954103) + (xy 161.09643 105.015743) + (xy 161.126794 105.07255) + (xy 161.167657 105.122343) + (xy 161.21745 105.163206) + (xy 161.274257 105.19357) + (xy 161.335897 105.212268) + (xy 161.4 105.218582) + (xy 161.667408 105.218582) + (xy 161.618748 105.235843) + (xy 161.368645 105.384822) + (xy 161.152412 105.579731) + (xy 160.978359 105.81308) + (xy 160.853175 106.075901) + (xy 160.808524 106.22311) + (xy 157.564726 106.22311) + (xy 157.523044 106.122481) + (xy 157.394236 105.929706) + (xy 157.230294 105.765764) + (xy 157.037519 105.636956) + (xy 156.823318 105.548231) + (xy 156.595924 105.503) + (xy 156.364076 105.503) + (xy 156.136682 105.548231) + (xy 155.922481 105.636956) + (xy 155.729706 105.765764) + (xy 155.565764 105.929706) + (xy 155.436956 106.122481) + (xy 155.348231 106.336682) + (xy 155.303 106.564076) + (xy 151.367109 106.564076) + (xy 151.341769 106.436682) + (xy 151.253044 106.222481) + (xy 151.124236 106.029706) + (xy 150.960294 105.865764) + (xy 150.767519 105.736956) + (xy 150.553318 105.648231) + (xy 150.325924 105.603) + (xy 150.094076 105.603) + (xy 149.866682 105.648231) + (xy 149.652481 105.736956) + (xy 149.459706 105.865764) + (xy 149.295764 106.029706) + (xy 149.166956 106.222481) + (xy 149.078231 106.436682) + (xy 149.033 106.664076) + (xy 148.847 106.664076) + (xy 148.801769 106.436682) + (xy 148.713044 106.222481) + (xy 148.584236 106.029706) + (xy 148.420294 105.865764) + (xy 148.227519 105.736956) + (xy 148.013318 105.648231) + (xy 147.785924 105.603) + (xy 147.554076 105.603) + (xy 147.326682 105.648231) + (xy 147.112481 105.736956) + (xy 146.919706 105.865764) + (xy 146.755764 106.029706) + (xy 146.626956 106.222481) + (xy 146.558736 106.387179) + (xy 146.474157 106.148748) + (xy 146.325178 105.898645) + (xy 146.130269 105.682412) + (xy 145.89692 105.508359) + (xy 145.634099 105.383175) + (xy 145.525388 105.350201) + (xy 145.687519 105.283044) + (xy 145.880294 105.154236) + (xy 146.044236 104.990294) + (xy 146.173044 104.797519) + (xy 146.261769 104.583318) + (xy 146.307 104.355924) + (xy 146.307 104.124076) + (xy 146.493 104.124076) + (xy 146.493 104.355924) + (xy 146.538231 104.583318) + (xy 146.626956 104.797519) + (xy 146.755764 104.990294) + (xy 146.919706 105.154236) + (xy 147.112481 105.283044) + (xy 147.326682 105.371769) + (xy 147.554076 105.417) + (xy 147.785924 105.417) + (xy 148.013318 105.371769) + (xy 148.227519 105.283044) + (xy 148.420294 105.154236) + (xy 148.584236 104.990294) + (xy 148.713044 104.797519) + (xy 148.801769 104.583318) + (xy 148.847 104.355924) + (xy 148.847 104.124076) + (xy 148.801769 103.896682) + (xy 148.713044 103.682481) + (xy 148.584236 103.489706) + (xy 148.48453 103.39) + (xy 149.031418 103.39) + (xy 149.031418 105.09) + (xy 149.037732 105.154103) + (xy 149.05643 105.215743) + (xy 149.086794 105.27255) + (xy 149.127657 105.322343) + (xy 149.17745 105.363206) + (xy 149.234257 105.39357) + (xy 149.295897 105.412268) + (xy 149.36 105.418582) + (xy 151.06 105.418582) + (xy 151.124103 105.412268) + (xy 151.185743 105.39357) + (xy 151.24255 105.363206) + (xy 151.292343 105.322343) + (xy 151.333206 105.27255) + (xy 151.36357 105.215743) + (xy 151.382268 105.154103) + (xy 151.388582 105.09) + (xy 151.388582 103.39) + (xy 151.382268 103.325897) + (xy 151.371379 103.29) + (xy 155.301418 103.29) + (xy 155.301418 104.99) + (xy 155.307732 105.054103) + (xy 155.32643 105.115743) + (xy 155.356794 105.17255) + (xy 155.397657 105.222343) + (xy 155.44745 105.263206) + (xy 155.504257 105.29357) + (xy 155.565897 105.312268) + (xy 155.63 105.318582) + (xy 157.33 105.318582) + (xy 157.394103 105.312268) + (xy 157.455743 105.29357) + (xy 157.51255 105.263206) + (xy 157.562343 105.222343) + (xy 157.603206 105.17255) + (xy 157.63357 105.115743) + (xy 157.652268 105.054103) + (xy 157.658582 104.99) + (xy 157.658582 104.447) + (xy 159.440288 104.447) + (xy 159.520311 104.527023) + (xy 159.623004 104.59564) + (xy 159.737111 104.642905) + (xy 159.858246 104.667) + (xy 159.981754 104.667) + (xy 160.102889 104.642905) + (xy 160.216996 104.59564) + (xy 160.319689 104.527023) + (xy 160.407023 104.439689) + (xy 160.47564 104.336996) + (xy 160.522905 104.222889) + (xy 160.547 104.101754) + (xy 160.547 103.978246) + (xy 160.522905 103.857111) + (xy 160.47564 103.743004) + (xy 160.407023 103.640311) + (xy 160.319689 103.552977) + (xy 160.216996 103.48436) + (xy 160.102889 103.437095) + (xy 159.981754 103.413) + (xy 159.858246 103.413) + (xy 159.737111 103.437095) + (xy 159.623004 103.48436) + (xy 159.520311 103.552977) + (xy 159.440288 103.633) + (xy 157.658582 103.633) + (xy 157.658582 103.29) + (xy 157.652268 103.225897) + (xy 157.63357 103.164257) + (xy 157.603206 103.10745) + (xy 157.562343 103.057657) + (xy 157.51255 103.016794) + (xy 157.455743 102.98643) + (xy 157.394103 102.967732) + (xy 157.33 102.961418) + (xy 155.63 102.961418) + (xy 155.565897 102.967732) + (xy 155.504257 102.98643) + (xy 155.44745 103.016794) + (xy 155.397657 103.057657) + (xy 155.356794 103.10745) + (xy 155.32643 103.164257) + (xy 155.307732 103.225897) + (xy 155.301418 103.29) + (xy 151.371379 103.29) + (xy 151.36357 103.264257) + (xy 151.333206 103.20745) + (xy 151.292343 103.157657) + (xy 151.24255 103.116794) + (xy 151.185743 103.08643) + (xy 151.124103 103.067732) + (xy 151.06 103.061418) + (xy 149.36 103.061418) + (xy 149.295897 103.067732) + (xy 149.234257 103.08643) + (xy 149.17745 103.116794) + (xy 149.127657 103.157657) + (xy 149.086794 103.20745) + (xy 149.05643 103.264257) + (xy 149.037732 103.325897) + (xy 149.031418 103.39) + (xy 148.48453 103.39) + (xy 148.420294 103.325764) + (xy 148.227519 103.196956) + (xy 148.013318 103.108231) + (xy 147.785924 103.063) + (xy 147.554076 103.063) + (xy 147.326682 103.108231) + (xy 147.112481 103.196956) + (xy 146.919706 103.325764) + (xy 146.755764 103.489706) + (xy 146.626956 103.682481) + (xy 146.538231 103.896682) + (xy 146.493 104.124076) + (xy 146.307 104.124076) + (xy 146.261769 103.896682) + (xy 146.173044 103.682481) + (xy 146.044236 103.489706) + (xy 145.880294 103.325764) + (xy 145.687519 103.196956) + (xy 145.473318 103.108231) + (xy 145.245924 103.063) + (xy 145.014076 103.063) + (xy 144.786682 103.108231) + (xy 144.572481 103.196956) + (xy 144.379706 103.325764) + (xy 144.215764 103.489706) + (xy 144.086956 103.682481) + (xy 143.998231 103.896682) + (xy 143.953 104.124076) + (xy 143.953 104.355924) + (xy 143.998231 104.583318) + (xy 144.086956 104.797519) + (xy 144.215764 104.990294) + (xy 144.379706 105.154236) + (xy 144.572481 105.283044) + (xy 144.734612 105.350201) + (xy 144.625901 105.383175) + (xy 144.36308 105.508359) + (xy 144.129731 105.682412) + (xy 143.934822 105.898645) + (xy 143.785843 106.148748) + (xy 143.701264 106.387179) + (xy 143.633044 106.222481) + (xy 143.504236 106.029706) + (xy 143.340294 105.865764) + (xy 143.147519 105.736956) + (xy 142.933318 105.648231) + (xy 142.705924 105.603) + (xy 142.474076 105.603) + (xy 142.246682 105.648231) + (xy 142.032481 105.736956) + (xy 141.839706 105.865764) + (xy 141.675764 106.029706) + (xy 141.546956 106.222481) + (xy 141.458231 106.436682) + (xy 141.413 106.664076) + (xy 141.227 106.664076) + (xy 141.181769 106.436682) + (xy 141.093044 106.222481) + (xy 140.964236 106.029706) + (xy 140.800294 105.865764) + (xy 140.607519 105.736956) + (xy 140.393318 105.648231) + (xy 140.165924 105.603) + (xy 139.934076 105.603) + (xy 139.706682 105.648231) + (xy 139.492481 105.736956) + (xy 139.299706 105.865764) + (xy 139.135764 106.029706) + (xy 139.006956 106.222481) + (xy 138.938736 106.387179) + (xy 138.854157 106.148748) + (xy 138.705178 105.898645) + (xy 138.510269 105.682412) + (xy 138.27692 105.508359) + (xy 138.014099 105.383175) + (xy 137.905388 105.350201) + (xy 138.067519 105.283044) + (xy 138.260294 105.154236) + (xy 138.424236 104.990294) + (xy 138.553044 104.797519) + (xy 138.641769 104.583318) + (xy 138.687 104.355924) + (xy 138.687 104.124076) + (xy 138.641769 103.896682) + (xy 138.553044 103.682481) + (xy 138.424236 103.489706) + (xy 138.28153 103.347) + (xy 138.581417 103.347) + (xy 138.980578 103.746162) + (xy 138.918231 103.896682) + (xy 138.873 104.124076) + (xy 138.873 104.355924) + (xy 138.918231 104.583318) + (xy 139.006956 104.797519) + (xy 139.135764 104.990294) + (xy 139.299706 105.154236) + (xy 139.492481 105.283044) + (xy 139.706682 105.371769) + (xy 139.934076 105.417) + (xy 140.165924 105.417) + (xy 140.393318 105.371769) + (xy 140.607519 105.283044) + (xy 140.800294 105.154236) + (xy 140.964236 104.990294) + (xy 141.093044 104.797519) + (xy 141.181769 104.583318) + (xy 141.227 104.355924) + (xy 141.227 104.124076) + (xy 141.413 104.124076) + (xy 141.413 104.355924) + (xy 141.458231 104.583318) + (xy 141.546956 104.797519) + (xy 141.675764 104.990294) + (xy 141.839706 105.154236) + (xy 142.032481 105.283044) + (xy 142.246682 105.371769) + (xy 142.474076 105.417) + (xy 142.705924 105.417) + (xy 142.933318 105.371769) + (xy 143.147519 105.283044) + (xy 143.340294 105.154236) + (xy 143.504236 104.990294) + (xy 143.633044 104.797519) + (xy 143.721769 104.583318) + (xy 143.767 104.355924) + (xy 143.767 104.124076) + (xy 143.721769 103.896682) + (xy 143.633044 103.682481) + (xy 143.504236 103.489706) + (xy 143.340294 103.325764) + (xy 143.147519 103.196956) + (xy 142.933318 103.108231) + (xy 142.705924 103.063) + (xy 142.474076 103.063) + (xy 142.246682 103.108231) + (xy 142.032481 103.196956) + (xy 141.839706 103.325764) + (xy 141.675764 103.489706) + (xy 141.546956 103.682481) + (xy 141.458231 103.896682) + (xy 141.413 104.124076) + (xy 141.227 104.124076) + (xy 141.181769 103.896682) + (xy 141.093044 103.682481) + (xy 140.964236 103.489706) + (xy 140.800294 103.325764) + (xy 140.607519 103.196956) + (xy 140.393318 103.108231) + (xy 140.165924 103.063) + (xy 139.934076 103.063) + (xy 139.706682 103.108231) + (xy 139.556162 103.170578) + (xy 139.051939 102.666356) + (xy 139.039185 102.650815) + (xy 138.977211 102.599955) + (xy 138.906506 102.562162) + (xy 138.829786 102.538889) + (xy 138.769992 102.533) + (xy 138.769989 102.533) + (xy 138.75 102.531031) + (xy 138.730011 102.533) + (xy 134.638584 102.533) + (xy 134.557 102.451416) + (xy 134.557 99.742279) + (xy 149.828 99.742279) + (xy 149.828002 99.742301) + (xy 149.828 99.742655) + (xy 149.828643 100.404837) + (xy 149.82865 100.404907) + (xy 149.828648 100.406417) + (xy 149.831592 100.920186) + (xy 149.831597 100.920236) + (xy 149.831638 100.924098) + (xy 149.838403 101.310373) + (xy 149.838629 101.312323) + (xy 149.838494 101.314288) + (xy 149.838663 101.31892) + (xy 149.850772 101.598621) + (xy 149.851713 101.605247) + (xy 149.851617 101.611952) + (xy 149.852037 101.616568) + (xy 149.87101 101.810614) + (xy 149.874138 101.826432) + (xy 149.875697 101.84249) + (xy 149.876625 101.847032) + (xy 149.903985 101.976342) + (xy 149.913395 102.0061) + (xy 149.922629 102.03602) + (xy 149.923497 102.038049) + (xy 149.92352 102.038122) + (xy 149.923557 102.038189) + (xy 149.924452 102.040282) + (xy 149.961719 102.125774) + (xy 149.965014 102.131681) + (xy 149.967359 102.138027) + (xy 149.980768 102.159926) + (xy 149.993283 102.182362) + (xy 149.997665 102.187519) + (xy 150.001196 102.193286) + (xy 150.004016 102.196964) + (xy 150.052711 102.259559) + (xy 150.063826 102.27128) + (xy 150.073745 102.284043) + (xy 150.076957 102.287385) + (xy 150.091534 102.302347) + (xy 150.100707 102.310084) + (xy 150.108862 102.318894) + (xy 150.112349 102.321948) + (xy 150.172435 102.373833) + (xy 150.176004 102.376351) + (xy 150.179096 102.379434) + (xy 150.202439 102.395007) + (xy 150.225375 102.411193) + (xy 150.229365 102.412971) + (xy 150.232998 102.415394) + (xy 150.237102 102.417549) + (xy 150.314697 102.457614) + (xy 150.317182 102.458603) + (xy 150.319455 102.460023) + (xy 150.347297 102.470593) + (xy 150.374896 102.481581) + (xy 150.377524 102.482069) + (xy 150.380033 102.483021) + (xy 150.384514 102.484203) + (xy 150.500539 102.513968) + (xy 150.519904 102.516962) + (xy 150.53899 102.521447) + (xy 150.543588 102.52203) + (xy 150.718962 102.543018) + (xy 150.727526 102.543201) + (xy 150.73598 102.544612) + (xy 150.740606 102.544892) + (xy 150.996248 102.558623) + (xy 150.999124 102.558496) + (xy 151.001984 102.558882) + (xy 151.006617 102.559018) + (xy 151.363446 102.567014) + (xy 151.363536 102.567007) + (xy 151.363626 102.567018) + (xy 151.368261 102.567087) + (xy 151.847195 102.57087) + (xy 151.847282 102.570862) + (xy 151.849235 102.570879) + (xy 152.471194 102.571969) + (xy 152.471221 102.571966) + (xy 152.471722 102.57197) + (xy 152.657613 102.572) + (xy 152.657635 102.571998) + (xy 152.657989 102.572) + (xy 153.32017 102.571357) + (xy 153.32024 102.57135) + (xy 153.32175 102.571352) + (xy 153.83552 102.568408) + (xy 153.83557 102.568403) + (xy 153.839432 102.568362) + (xy 154.225706 102.561597) + (xy 154.227656 102.561371) + (xy 154.229621 102.561506) + (xy 154.234253 102.561337) + (xy 154.513955 102.549228) + (xy 154.520581 102.548287) + (xy 154.527286 102.548383) + (xy 154.531902 102.547963) + (xy 154.725948 102.52899) + (xy 154.741766 102.525862) + (xy 154.757824 102.524303) + (xy 154.762366 102.523375) + (xy 154.891676 102.496015) + (xy 154.921434 102.486605) + (xy 154.951354 102.477371) + (xy 154.953383 102.476503) + (xy 154.953456 102.47648) + (xy 154.953523 102.476443) + (xy 154.955616 102.475548) + (xy 154.966322 102.470881) + (xy 167.908724 102.470881) + (xy 168.268912 102.960548) + (xy 168.932882 103.320849) + (xy 169.654385 103.544694) + (xy 170.405695 103.62348) + (xy 171.157938 103.554178) + (xy 171.882208 103.339452) + (xy 172.55067 102.987555) + (xy 172.591088 102.960548) + (xy 172.951276 102.470881) + (xy 170.43 99.949605) + (xy 167.908724 102.470881) + (xy 154.966322 102.470881) + (xy 155.041108 102.438281) + (xy 155.047015 102.434986) + (xy 155.053364 102.43264) + (xy 155.075271 102.419225) + (xy 155.097696 102.406717) + (xy 155.102852 102.402336) + (xy 155.108622 102.398803) + (xy 155.1123 102.395982) + (xy 155.174895 102.347287) + (xy 155.186615 102.336173) + (xy 155.199376 102.326255) + (xy 155.202718 102.323043) + (xy 155.21768 102.308466) + (xy 155.225417 102.299293) + (xy 155.234225 102.29114) + (xy 155.237279 102.287653) + (xy 155.289164 102.227567) + (xy 155.291682 102.223999) + (xy 155.29477 102.220901) + (xy 155.310352 102.197545) + (xy 155.326525 102.174628) + (xy 155.328303 102.170638) + (xy 155.33073 102.166999) + (xy 155.332885 102.162895) + (xy 155.372949 102.0853) + (xy 155.373938 102.082815) + (xy 155.375355 102.080547) + (xy 155.385912 102.052739) + (xy 155.396916 102.0251) + (xy 155.397404 102.02247) + (xy 155.398353 102.01997) + (xy 155.399536 102.015488) + (xy 155.429302 101.899464) + (xy 155.432298 101.880084) + (xy 155.436781 101.861008) + (xy 155.437364 101.85641) + (xy 155.458351 101.681036) + (xy 155.458534 101.672471) + (xy 155.459944 101.664022) + (xy 155.460225 101.659395) + (xy 155.473957 101.403753) + (xy 155.47383 101.400876) + (xy 155.474216 101.398016) + (xy 155.474352 101.393383) + (xy 155.482348 101.036554) + (xy 155.482341 101.036463) + (xy 155.482352 101.036373) + (xy 155.482421 101.031739) + (xy 155.486203 100.552805) + (xy 155.486195 100.552718) + (xy 155.486212 100.550765) + (xy 155.487302 99.928806) + (xy 155.487299 99.928779) + (xy 155.487303 99.928278) + (xy 155.487333 99.742387) + (xy 155.487331 99.742365) + (xy 155.487333 99.742012) + (xy 155.487161 99.56407) + (xy 155.487161 99.564068) + (xy 155.486997 99.395191) + (xy 155.516956 99.467519) + (xy 155.645764 99.660294) + (xy 155.809706 99.824236) + (xy 156.002481 99.953044) + (xy 156.216682 100.041769) + (xy 156.444076 100.087) + (xy 156.675924 100.087) + (xy 156.903318 100.041769) + (xy 157.117519 99.953044) + (xy 157.310294 99.824236) + (xy 157.474236 99.660294) + (xy 157.603044 99.467519) + (xy 157.652965 99.347) + (xy 161.114609 99.347) + (xy 161.176956 99.497519) + (xy 161.305764 99.690294) + (xy 161.469706 99.854236) + (xy 161.662481 99.983044) + (xy 161.876682 100.071769) + (xy 162.104076 100.117) + (xy 162.335924 100.117) + (xy 162.563318 100.071769) + (xy 162.777519 99.983044) + (xy 162.970294 99.854236) + (xy 163.078835 99.745695) + (xy 166.57652 99.745695) + (xy 166.645822 100.497938) + (xy 166.860548 101.222208) + (xy 167.212445 101.89067) + (xy 167.239452 101.931088) + (xy 167.729119 102.291276) + (xy 170.250395 99.77) + (xy 170.609605 99.77) + (xy 173.130881 102.291276) + (xy 173.620548 101.931088) + (xy 173.980849 101.267118) + (xy 174.204694 100.545615) + (xy 174.28348 99.794305) + (xy 174.214178 99.042062) + (xy 173.999452 98.317792) + (xy 173.647555 97.64933) + (xy 173.620548 97.608912) + (xy 173.130881 97.248724) + (xy 170.609605 99.77) + (xy 170.250395 99.77) + (xy 167.729119 97.248724) + (xy 167.239452 97.608912) + (xy 166.879151 98.272882) + (xy 166.655306 98.994385) + (xy 166.57652 99.745695) + (xy 163.078835 99.745695) + (xy 163.134236 99.690294) + (xy 163.263044 99.497519) + (xy 163.351769 99.283318) + (xy 163.397 99.055924) + (xy 163.397 98.824076) + (xy 163.351769 98.596682) + (xy 163.263044 98.382481) + (xy 163.134236 98.189706) + (xy 162.970294 98.025764) + (xy 162.777519 97.896956) + (xy 162.563318 97.808231) + (xy 162.335924 97.763) + (xy 162.104076 97.763) + (xy 161.876682 97.808231) + (xy 161.662481 97.896956) + (xy 161.469706 98.025764) + (xy 161.305764 98.189706) + (xy 161.176956 98.382481) + (xy 161.114609 98.533) + (xy 157.677817 98.533) + (xy 157.603044 98.352481) + (xy 157.474236 98.159706) + (xy 157.310294 97.995764) + (xy 157.117519 97.866956) + (xy 156.903318 97.778231) + (xy 156.675924 97.733) + (xy 156.444076 97.733) + (xy 156.216682 97.778231) + (xy 156.002481 97.866956) + (xy 155.809706 97.995764) + (xy 155.645764 98.159706) + (xy 155.516956 98.352481) + (xy 155.481548 98.437962) + (xy 155.47693 98.174293) + (xy 155.476704 98.172344) + (xy 155.476839 98.170381) + (xy 155.47667 98.165749) + (xy 155.464562 97.886047) + (xy 155.463621 97.879415) + (xy 155.463716 97.872711) + (xy 155.463297 97.868095) + (xy 155.444323 97.67405) + (xy 155.441196 97.658235) + (xy 155.439637 97.642178) + (xy 155.438709 97.637637) + (xy 155.41135 97.508327) + (xy 155.401944 97.47858) + (xy 155.392705 97.448645) + (xy 155.391838 97.446618) + (xy 155.391815 97.446546) + (xy 155.391779 97.44648) + (xy 155.390882 97.444384) + (xy 155.353615 97.358891) + (xy 155.35032 97.352983) + (xy 155.347973 97.346633) + (xy 155.334557 97.324725) + (xy 155.322051 97.302304) + (xy 155.31767 97.297148) + (xy 155.314135 97.291375) + (xy 155.311314 97.287697) + (xy 155.262618 97.225103) + (xy 155.251506 97.213386) + (xy 155.241588 97.200624) + (xy 155.238376 97.197282) + (xy 155.223799 97.18232) + (xy 155.214629 97.174585) + (xy 155.206475 97.165776) + (xy 155.202988 97.162723) + (xy 155.142903 97.110837) + (xy 155.139331 97.108316) + (xy 155.136235 97.10523) + (xy 155.112889 97.089655) + (xy 155.089964 97.073476) + (xy 155.085972 97.071698) + (xy 155.082333 97.06927) + (xy 155.07823 97.067115) + (xy 155.000634 97.027051) + (xy 154.998147 97.026061) + (xy 154.99588 97.024645) + (xy 154.968064 97.014085) + (xy 154.940434 97.003085) + (xy 154.937807 97.002598) + (xy 154.935303 97.001647) + (xy 154.930821 97.000464) + (xy 154.814796 96.970698) + (xy 154.795419 96.967702) + (xy 154.776341 96.963219) + (xy 154.771743 96.962636) + (xy 154.59637 96.941649) + (xy 154.587805 96.941466) + (xy 154.579356 96.940056) + (xy 154.574729 96.939775) + (xy 154.319087 96.926043) + (xy 154.31621 96.92617) + (xy 154.31335 96.925784) + (xy 154.308717 96.925648) + (xy 153.951889 96.917652) + (xy 153.951798 96.917659) + (xy 153.951707 96.917648) + (xy 153.947073 96.917579) + (xy 153.468138 96.913797) + (xy 153.468051 96.913805) + (xy 153.466098 96.913788) + (xy 152.844139 96.912698) + (xy 152.844112 96.912701) + (xy 152.843611 96.912697) + (xy 152.657721 96.912667) + (xy 152.657699 96.912669) + (xy 152.657344 96.912667) + (xy 151.995163 96.91331) + (xy 151.995093 96.913317) + (xy 151.993583 96.913315) + (xy 151.479814 96.916258) + (xy 151.479764 96.916263) + (xy 151.475901 96.916304) + (xy 151.089626 96.92307) + (xy 151.087677 96.923296) + (xy 151.085714 96.923161) + (xy 151.081082 96.92333) + (xy 150.80138 96.935438) + (xy 150.794748 96.936379) + (xy 150.788045 96.936284) + (xy 150.783429 96.936703) + (xy 150.589384 96.955677) + (xy 150.573569 96.958804) + (xy 150.557512 96.960363) + (xy 150.552971 96.961291) + (xy 150.423661 96.98865) + (xy 150.393914 96.998056) + (xy 150.363979 97.007295) + (xy 150.361952 97.008162) + (xy 150.36188 97.008185) + (xy 150.361814 97.008221) + (xy 150.359718 97.009118) + (xy 150.274225 97.046385) + (xy 150.268317 97.049681) + (xy 150.26197 97.052026) + (xy 150.24007 97.065436) + (xy 150.217638 97.077949) + (xy 150.212481 97.082331) + (xy 150.206711 97.085864) + (xy 150.203033 97.088684) + (xy 150.140438 97.13738) + (xy 150.128718 97.148494) + (xy 150.115957 97.158412) + (xy 150.112615 97.161624) + (xy 150.097653 97.176201) + (xy 150.089916 97.185374) + (xy 150.081108 97.193527) + (xy 150.078054 97.197014) + (xy 150.026169 97.257099) + (xy 150.023651 97.260668) + (xy 150.020566 97.263762) + (xy 150.004983 97.287121) + (xy 149.988809 97.310039) + (xy 149.987033 97.314027) + (xy 149.984606 97.317664) + (xy 149.982451 97.321768) + (xy 149.942386 97.399363) + (xy 149.941397 97.401847) + (xy 149.939976 97.404122) + (xy 149.9294 97.431981) + (xy 149.918419 97.459562) + (xy 149.917932 97.46219) + (xy 149.916979 97.464699) + (xy 149.915796 97.469181) + (xy 149.886031 97.585207) + (xy 149.883036 97.604579) + (xy 149.878553 97.623657) + (xy 149.87797 97.628255) + (xy 149.856982 97.803628) + (xy 149.856799 97.812192) + (xy 149.855388 97.820646) + (xy 149.855108 97.825273) + (xy 149.841377 98.080914) + (xy 149.841504 98.08379) + (xy 149.841118 98.08665) + (xy 149.840982 98.091283) + (xy 149.832986 98.448111) + (xy 149.832993 98.448202) + (xy 149.832982 98.448292) + (xy 149.832913 98.452927) + (xy 149.82913 98.931862) + (xy 149.829138 98.931949) + (xy 149.829121 98.933902) + (xy 149.828031 99.555861) + (xy 149.828034 99.555888) + (xy 149.82803 99.556389) + (xy 149.828 99.742279) + (xy 134.557 99.742279) + (xy 134.557 97.519712) + (xy 134.637023 97.439689) + (xy 134.70564 97.336996) + (xy 134.752905 97.222889) + (xy 134.777 97.101754) + (xy 134.777 96.978246) + (xy 134.752905 96.857111) + (xy 134.70564 96.743004) + (xy 134.637023 96.640311) + (xy 134.549689 96.552977) + (xy 134.446996 96.48436) + (xy 134.332889 96.437095) + (xy 134.211754 96.413) + (xy 134.088246 96.413) + (xy 133.967111 96.437095) + (xy 133.853004 96.48436) + (xy 133.750311 96.552977) + (xy 133.662977 96.640311) + (xy 133.59436 96.743004) + (xy 133.547095 96.857111) + (xy 133.523 96.978246) + (xy 133.523 97.101754) + (xy 133.547095 97.222889) + (xy 133.59436 97.336996) + (xy 133.662977 97.439689) + (xy 133.743 97.519712) + (xy 133.743 98.669309) + (xy 133.73314 98.645504) + (xy 133.664523 98.542811) + (xy 133.577189 98.455477) + (xy 133.474496 98.38686) + (xy 133.360389 98.339595) + (xy 133.239254 98.3155) + (xy 133.115746 98.3155) + (xy 132.994611 98.339595) + (xy 132.880504 98.38686) + (xy 132.777811 98.455477) + (xy 132.690477 98.542811) + (xy 132.62186 98.645504) + (xy 132.574595 98.759611) + (xy 132.5505 98.880746) + (xy 132.5505 98.993916) + (xy 131.671417 99.873) + (xy 126.289712 99.873) + (xy 126.209689 99.792977) + (xy 126.106996 99.72436) + (xy 125.992889 99.677095) + (xy 125.871754 99.653) + (xy 125.748246 99.653) + (xy 125.627111 99.677095) + (xy 125.513004 99.72436) + (xy 125.410311 99.792977) + (xy 125.322977 99.880311) + (xy 125.25436 99.983004) + (xy 125.207095 100.097111) + (xy 125.183 100.218246) + (xy 123.199589 100.218246) + (xy 123.197106 99.135692) + (xy 123.205068 99.143655) + (xy 123.217813 99.159185) + (xy 123.279787 99.210045) + (xy 123.350492 99.247838) + (xy 123.427212 99.271111) + (xy 123.487006 99.277) + (xy 123.487008 99.277) + (xy 123.506998 99.278969) + (xy 123.526987 99.277) + (xy 129.701032 99.277) + (xy 129.721021 99.278969) + (xy 129.74101 99.277) + (xy 129.741013 99.277) + (xy 129.800807 99.271111) + (xy 129.877527 99.247838) + (xy 129.948232 99.210045) + (xy 130.010206 99.159185) + (xy 130.02296 99.143644) + (xy 130.973584 98.193021) + (xy 131.086754 98.193021) + (xy 131.207889 98.168926) + (xy 131.321996 98.121661) + (xy 131.424689 98.053044) + (xy 131.512023 97.96571) + (xy 131.58064 97.863017) + (xy 131.627905 97.74891) + (xy 131.652 97.627775) + (xy 131.652 97.504267) + (xy 131.627905 97.383132) + (xy 131.58064 97.269025) + (xy 131.512023 97.166332) + (xy 131.424689 97.078998) + (xy 131.321996 97.010381) + (xy 131.207889 96.963116) + (xy 131.086754 96.939021) + (xy 130.963246 96.939021) + (xy 130.842111 96.963116) + (xy 130.728004 97.010381) + (xy 130.625311 97.078998) + (xy 130.537977 97.166332) + (xy 130.46936 97.269025) + (xy 130.422095 97.383132) + (xy 130.398 97.504267) + (xy 130.398 97.617437) + (xy 129.552438 98.463) + (xy 124.341437 98.463) + (xy 124.382905 98.362889) + (xy 124.407 98.241754) + (xy 124.407 98.128583) + (xy 126.258585 96.277) + (xy 133.390011 96.277) + (xy 133.41 96.278969) + (xy 133.429989 96.277) + (xy 133.429992 96.277) + (xy 133.489786 96.271111) + (xy 133.566506 96.247838) + (xy 133.637211 96.210045) + (xy 133.699185 96.159185) + (xy 133.711939 96.143645) + (xy 133.899834 95.95575) + (xy 136.255 95.95575) + (xy 136.264765 96.077348) + (xy 136.301623 96.196878) + (xy 136.361092 96.306921) + (xy 136.440887 96.403247) + (xy 136.537941 96.482156) + (xy 136.648524 96.540614) + (xy 136.768387 96.576375) + (xy 136.892923 96.588065) + (xy 136.91425 96.585) + (xy 137.073 96.42625) + (xy 137.073 95.797) + (xy 137.327 95.797) + (xy 137.327 96.42625) + (xy 137.48575 96.585) + (xy 137.507077 96.588065) + (xy 137.631613 96.576375) + (xy 137.751476 96.540614) + (xy 137.862059 96.482156) + (xy 137.959113 96.403247) + (xy 138.038908 96.306921) + (xy 138.067466 96.254076) + (xy 155.383 96.254076) + (xy 155.383 96.485924) + (xy 155.428231 96.713318) + (xy 155.516956 96.927519) + (xy 155.645764 97.120294) + (xy 155.809706 97.284236) + (xy 156.002481 97.413044) + (xy 156.216682 97.501769) + (xy 156.444076 97.547) + (xy 156.675924 97.547) + (xy 156.903318 97.501769) + (xy 157.117519 97.413044) + (xy 157.310294 97.284236) + (xy 157.474236 97.120294) + (xy 157.603044 96.927519) + (xy 157.691769 96.713318) + (xy 157.737 96.485924) + (xy 157.737 96.254076) + (xy 157.691769 96.026682) + (xy 157.603044 95.812481) + (xy 157.474236 95.619706) + (xy 157.40453 95.55) + (xy 161.041418 95.55) + (xy 161.041418 97.25) + (xy 161.047732 97.314103) + (xy 161.06643 97.375743) + (xy 161.096794 97.43255) + (xy 161.137657 97.482343) + (xy 161.18745 97.523206) + (xy 161.244257 97.55357) + (xy 161.305897 97.572268) + (xy 161.37 97.578582) + (xy 163.07 97.578582) + (xy 163.134103 97.572268) + (xy 163.195743 97.55357) + (xy 163.25255 97.523206) + (xy 163.302343 97.482343) + (xy 163.343206 97.43255) + (xy 163.37357 97.375743) + (xy 163.392268 97.314103) + (xy 163.398582 97.25) + (xy 163.398582 97.069119) + (xy 167.908724 97.069119) + (xy 170.43 99.590395) + (xy 172.951276 97.069119) + (xy 172.591088 96.579452) + (xy 171.927118 96.219151) + (xy 171.205615 95.995306) + (xy 170.454305 95.91652) + (xy 169.702062 95.985822) + (xy 168.977792 96.200548) + (xy 168.30933 96.552445) + (xy 168.268912 96.579452) + (xy 167.908724 97.069119) + (xy 163.398582 97.069119) + (xy 163.398582 95.55) + (xy 163.392268 95.485897) + (xy 163.37357 95.424257) + (xy 163.343206 95.36745) + (xy 163.302343 95.317657) + (xy 163.25255 95.276794) + (xy 163.195743 95.24643) + (xy 163.134103 95.227732) + (xy 163.07 95.221418) + (xy 161.37 95.221418) + (xy 161.305897 95.227732) + (xy 161.244257 95.24643) + (xy 161.18745 95.276794) + (xy 161.137657 95.317657) + (xy 161.096794 95.36745) + (xy 161.06643 95.424257) + (xy 161.047732 95.485897) + (xy 161.041418 95.55) + (xy 157.40453 95.55) + (xy 157.310294 95.455764) + (xy 157.117519 95.326956) + (xy 156.903318 95.238231) + (xy 156.675924 95.193) + (xy 156.444076 95.193) + (xy 156.216682 95.238231) + (xy 156.002481 95.326956) + (xy 155.809706 95.455764) + (xy 155.645764 95.619706) + (xy 155.516956 95.812481) + (xy 155.428231 96.026682) + (xy 155.383 96.254076) + (xy 138.067466 96.254076) + (xy 138.098377 96.196878) + (xy 138.135235 96.077348) + (xy 138.145 95.95575) + (xy 137.98625 95.797) + (xy 137.327 95.797) + (xy 137.073 95.797) + (xy 136.41375 95.797) + (xy 136.255 95.95575) + (xy 133.899834 95.95575) + (xy 134.088584 95.767) + (xy 134.201754 95.767) + (xy 134.322889 95.742905) + (xy 134.436996 95.69564) + (xy 134.539689 95.627023) + (xy 134.627023 95.539689) + (xy 134.69564 95.436996) + (xy 134.699781 95.427) + (xy 136.29775 95.427) + (xy 136.41375 95.543) + (xy 137.073 95.543) + (xy 137.073 95.523) + (xy 137.327 95.523) + (xy 137.327 95.543) + (xy 137.98625 95.543) + (xy 138.10225 95.427) + (xy 139.54 95.427) + (xy 139.607654 95.419925) + (xy 139.668768 95.400579) + (xy 139.724934 95.369682) + (xy 139.773993 95.328422) + (xy 139.814059 95.278383) + (xy 139.843594 95.221489) + (xy 139.861462 95.159926) + (xy 139.866976 95.096061) + (xy 139.856995 94.267637) + (xy 139.853477 92.98) + (xy 155.381418 92.98) + (xy 155.381418 94.68) + (xy 155.387732 94.744103) + (xy 155.40643 94.805743) + (xy 155.436794 94.86255) + (xy 155.477657 94.912343) + (xy 155.52745 94.953206) + (xy 155.584257 94.98357) + (xy 155.645897 95.002268) + (xy 155.71 95.008582) + (xy 157.41 95.008582) + (xy 157.474103 95.002268) + (xy 157.535743 94.98357) + (xy 157.59255 94.953206) + (xy 157.642343 94.912343) + (xy 157.683206 94.86255) + (xy 157.71357 94.805743) + (xy 157.732268 94.744103) + (xy 157.738582 94.68) + (xy 157.738582 92.98) + (xy 157.732268 92.915897) + (xy 157.71357 92.854257) + (xy 157.683206 92.79745) + (xy 157.642343 92.747657) + (xy 157.59255 92.706794) + (xy 157.535743 92.67643) + (xy 157.474103 92.657732) + (xy 157.41 92.651418) + (xy 155.71 92.651418) + (xy 155.645897 92.657732) + (xy 155.584257 92.67643) + (xy 155.52745 92.706794) + (xy 155.477657 92.747657) + (xy 155.436794 92.79745) + (xy 155.40643 92.854257) + (xy 155.387732 92.915897) + (xy 155.381418 92.98) + (xy 139.853477 92.98) + (xy 139.847283 90.712972) + (xy 174.382863 90.726949) + (xy 174.363137 109.052897) + (xy 100.526863 108.993103) + (xy 100.521752 104.25689) + (xy 102.388524 104.25689) + (xy 102.433175 104.404099) + (xy 102.558359 104.66692) + (xy 102.732412 104.900269) + (xy 102.948645 105.095178) + (xy 103.198748 105.244157) + (xy 103.437179 105.328736) + (xy 103.272481 105.396956) + (xy 103.079706 105.525764) + (xy 102.915764 105.689706) + (xy 102.786956 105.882481) + (xy 102.698231 106.096682) + (xy 102.653 106.324076) + (xy 102.653 106.555924) + (xy 102.698231 106.783318) + (xy 102.786956 106.997519) + (xy 102.915764 107.190294) + (xy 103.079706 107.354236) + (xy 103.272481 107.483044) + (xy 103.486682 107.571769) + (xy 103.714076 107.617) + (xy 103.945924 107.617) + (xy 104.173318 107.571769) + (xy 104.387519 107.483044) + (xy 104.580294 107.354236) + (xy 104.744236 107.190294) + (xy 104.873044 106.997519) + (xy 104.961769 106.783318) + (xy 105.007 106.555924) + (xy 105.007 106.324076) + (xy 104.961769 106.096682) + (xy 104.873044 105.882481) + (xy 104.744236 105.689706) + (xy 104.580294 105.525764) + (xy 104.387519 105.396956) + (xy 104.222821 105.328736) + (xy 104.461252 105.244157) + (xy 104.711355 105.095178) + (xy 104.927588 104.900269) + (xy 105.1 104.66912) + (xy 105.272412 104.900269) + (xy 105.488645 105.095178) + (xy 105.738748 105.244157) + (xy 105.977179 105.328736) + (xy 105.812481 105.396956) + (xy 105.619706 105.525764) + (xy 105.455764 105.689706) + (xy 105.326956 105.882481) + (xy 105.238231 106.096682) + (xy 105.193 106.324076) + (xy 105.193 106.555924) + (xy 105.238231 106.783318) + (xy 105.326956 106.997519) + (xy 105.455764 107.190294) + (xy 105.619706 107.354236) + (xy 105.812481 107.483044) + (xy 106.026682 107.571769) + (xy 106.254076 107.617) + (xy 106.485924 107.617) + (xy 106.713318 107.571769) + (xy 106.927519 107.483044) + (xy 107.120294 107.354236) + (xy 107.284236 107.190294) + (xy 107.413044 106.997519) + (xy 107.501769 106.783318) + (xy 107.547 106.555924) + (xy 107.547 106.324076) + (xy 107.501769 106.096682) + (xy 107.413044 105.882481) + (xy 107.284236 105.689706) + (xy 107.120294 105.525764) + (xy 106.927519 105.396956) + (xy 106.762821 105.328736) + (xy 107.001252 105.244157) + (xy 107.251355 105.095178) + (xy 107.467588 104.900269) + (xy 107.641641 104.66692) + (xy 107.766825 104.404099) + (xy 107.811476 104.25689) + (xy 107.690155 104.027) + (xy 106.497 104.027) + (xy 106.497 104.047) + (xy 106.243 104.047) + (xy 106.243 104.027) + (xy 103.957 104.027) + (xy 103.957 104.047) + (xy 103.703 104.047) + (xy 103.703 104.027) + (xy 102.509845 104.027) + (xy 102.388524 104.25689) + (xy 100.521752 104.25689) + (xy 100.520982 103.54311) + (xy 102.388524 103.54311) + (xy 102.509845 103.773) + (xy 103.703 103.773) + (xy 103.703 103.753) + (xy 103.957 103.753) + (xy 103.957 103.773) + (xy 106.243 103.773) + (xy 106.243 103.753) + (xy 106.497 103.753) + (xy 106.497 103.773) + (xy 107.690155 103.773) + (xy 107.811476 103.54311) + (xy 107.766825 103.395901) + (xy 107.641641 103.13308) + (xy 107.467588 102.899731) + (xy 107.251355 102.704822) + (xy 107.001252 102.555843) + (xy 106.762821 102.471264) + (xy 106.927519 102.403044) + (xy 107.120294 102.274236) + (xy 107.284236 102.110294) + (xy 107.413044 101.917519) + (xy 107.501769 101.703318) + (xy 107.547 101.475924) + (xy 107.547 101.244076) + (xy 107.501769 101.016682) + (xy 107.413044 100.802481) + (xy 107.284236 100.609706) + (xy 107.120294 100.445764) + (xy 106.927519 100.316956) + (xy 106.713318 100.228231) + (xy 106.485924 100.183) + (xy 106.254076 100.183) + (xy 106.026682 100.228231) + (xy 105.812481 100.316956) + (xy 105.619706 100.445764) + (xy 105.455764 100.609706) + (xy 105.326956 100.802481) + (xy 105.238231 101.016682) + (xy 105.193 101.244076) + (xy 105.193 101.475924) + (xy 105.238231 101.703318) + (xy 105.326956 101.917519) + (xy 105.455764 102.110294) + (xy 105.619706 102.274236) + (xy 105.812481 102.403044) + (xy 105.977179 102.471264) + (xy 105.738748 102.555843) + (xy 105.488645 102.704822) + (xy 105.272412 102.899731) + (xy 105.1 103.13088) + (xy 104.927588 102.899731) + (xy 104.711355 102.704822) + (xy 104.461252 102.555843) + (xy 104.222821 102.471264) + (xy 104.387519 102.403044) + (xy 104.580294 102.274236) + (xy 104.744236 102.110294) + (xy 104.873044 101.917519) + (xy 104.961769 101.703318) + (xy 105.007 101.475924) + (xy 105.007 101.244076) + (xy 104.961769 101.016682) + (xy 104.873044 100.802481) + (xy 104.744236 100.609706) + (xy 104.580294 100.445764) + (xy 104.387519 100.316956) + (xy 104.173318 100.228231) + (xy 103.945924 100.183) + (xy 103.714076 100.183) + (xy 103.486682 100.228231) + (xy 103.272481 100.316956) + (xy 103.079706 100.445764) + (xy 102.915764 100.609706) + (xy 102.786956 100.802481) + (xy 102.698231 101.016682) + (xy 102.653 101.244076) + (xy 102.653 101.475924) + (xy 102.698231 101.703318) + (xy 102.786956 101.917519) + (xy 102.915764 102.110294) + (xy 103.079706 102.274236) + (xy 103.272481 102.403044) + (xy 103.437179 102.471264) + (xy 103.198748 102.555843) + (xy 102.948645 102.704822) + (xy 102.732412 102.899731) + (xy 102.558359 103.13308) + (xy 102.433175 103.395901) + (xy 102.388524 103.54311) + (xy 100.520982 103.54311) + (xy 100.516767 99.638246) + (xy 100.583 99.638246) + (xy 100.583 99.761754) + (xy 100.607095 99.882889) + (xy 100.65436 99.996996) + (xy 100.722977 100.099689) + (xy 100.810311 100.187023) + (xy 100.913004 100.25564) + (xy 101.027111 100.302905) + (xy 101.148246 100.327) + (xy 101.271754 100.327) + (xy 101.392889 100.302905) + (xy 101.506996 100.25564) + (xy 101.609689 100.187023) + (xy 101.697023 100.099689) + (xy 101.76564 99.996996) + (xy 101.812905 99.882889) + (xy 101.837 99.761754) + (xy 101.837 99.638246) + (xy 101.812905 99.517111) + (xy 101.76564 99.403004) + (xy 101.697023 99.300311) + (xy 101.617 99.220288) + (xy 101.617 98.704076) + (xy 102.653 98.704076) + (xy 102.653 98.935924) + (xy 102.698231 99.163318) + (xy 102.786956 99.377519) + (xy 102.915764 99.570294) + (xy 103.079706 99.734236) + (xy 103.272481 99.863044) + (xy 103.486682 99.951769) + (xy 103.714076 99.997) + (xy 103.945924 99.997) + (xy 104.173318 99.951769) + (xy 104.387519 99.863044) + (xy 104.580294 99.734236) + (xy 104.744236 99.570294) + (xy 104.873044 99.377519) + (xy 104.961769 99.163318) + (xy 105.007 98.935924) + (xy 105.007 98.704076) + (xy 105.193 98.704076) + (xy 105.193 98.935924) + (xy 105.238231 99.163318) + (xy 105.326956 99.377519) + (xy 105.455764 99.570294) + (xy 105.619706 99.734236) + (xy 105.812481 99.863044) + (xy 106.026682 99.951769) + (xy 106.254076 99.997) + (xy 106.485924 99.997) + (xy 106.713318 99.951769) + (xy 106.927519 99.863044) + (xy 107.120294 99.734236) + (xy 107.284236 99.570294) + (xy 107.413044 99.377519) + (xy 107.501769 99.163318) + (xy 107.547 98.935924) + (xy 107.547 98.704076) + (xy 107.501769 98.476682) + (xy 107.413044 98.262481) + (xy 107.284236 98.069706) + (xy 107.120294 97.905764) + (xy 106.927519 97.776956) + (xy 106.713318 97.688231) + (xy 106.485924 97.643) + (xy 106.254076 97.643) + (xy 106.026682 97.688231) + (xy 105.812481 97.776956) + (xy 105.619706 97.905764) + (xy 105.455764 98.069706) + (xy 105.326956 98.262481) + (xy 105.238231 98.476682) + (xy 105.193 98.704076) + (xy 105.007 98.704076) + (xy 104.961769 98.476682) + (xy 104.873044 98.262481) + (xy 104.744236 98.069706) + (xy 104.580294 97.905764) + (xy 104.387519 97.776956) + (xy 104.173318 97.688231) + (xy 103.945924 97.643) + (xy 103.714076 97.643) + (xy 103.486682 97.688231) + (xy 103.272481 97.776956) + (xy 103.079706 97.905764) + (xy 102.915764 98.069706) + (xy 102.786956 98.262481) + (xy 102.698231 98.476682) + (xy 102.653 98.704076) + (xy 101.617 98.704076) + (xy 101.617 93.778583) + (xy 103.058585 92.337) + (xy 104.657415 92.337) + (xy 104.323838 92.670578) + (xy 104.173318 92.608231) + (xy 103.945924 92.563) + (xy 103.714076 92.563) + (xy 103.486682 92.608231) + (xy 103.272481 92.696956) + (xy 103.079706 92.825764) + (xy 102.915764 92.989706) + (xy 102.786956 93.182481) + (xy 102.698231 93.396682) + (xy 102.653 93.624076) + (xy 102.653 93.855924) + (xy 102.698231 94.083318) + (xy 102.786956 94.297519) + (xy 102.915764 94.490294) + (xy 103.079706 94.654236) + (xy 103.272481 94.783044) + (xy 103.486682 94.871769) + (xy 103.714076 94.917) + (xy 103.945924 94.917) + (xy 104.173318 94.871769) + (xy 104.387519 94.783044) + (xy 104.580294 94.654236) + (xy 104.744236 94.490294) + (xy 104.873044 94.297519) + (xy 104.961769 94.083318) + (xy 105.007 93.855924) + (xy 105.007 93.624076) + (xy 104.961769 93.396682) + (xy 104.899422 93.246162) + (xy 105.191418 92.954167) + (xy 105.191418 94.557999) + (xy 105.16499 94.557999) + (xy 105.145 94.55603) + (xy 105.125011 94.557999) + (xy 105.125009 94.557999) + (xy 105.065215 94.563888) + (xy 104.997729 94.58436) + (xy 104.988495 94.587161) + (xy 104.917789 94.624954) + (xy 104.885611 94.651362) + (xy 104.855816 94.675814) + (xy 104.843071 94.691344) + (xy 104.323838 95.210578) + (xy 104.173318 95.148231) + (xy 103.945924 95.103) + (xy 103.714076 95.103) + (xy 103.486682 95.148231) + (xy 103.272481 95.236956) + (xy 103.079706 95.365764) + (xy 102.915764 95.529706) + (xy 102.786956 95.722481) + (xy 102.698231 95.936682) + (xy 102.653 96.164076) + (xy 102.653 96.395924) + (xy 102.698231 96.623318) + (xy 102.786956 96.837519) + (xy 102.915764 97.030294) + (xy 103.079706 97.194236) + (xy 103.272481 97.323044) + (xy 103.486682 97.411769) + (xy 103.714076 97.457) + (xy 103.945924 97.457) + (xy 104.173318 97.411769) + (xy 104.387519 97.323044) + (xy 104.580294 97.194236) + (xy 104.744236 97.030294) + (xy 104.873044 96.837519) + (xy 104.961769 96.623318) + (xy 105.007 96.395924) + (xy 105.007 96.164076) + (xy 104.961769 95.936682) + (xy 104.899422 95.786162) + (xy 105.313586 95.371999) + (xy 105.613471 95.371999) + (xy 105.455764 95.529706) + (xy 105.326956 95.722481) + (xy 105.238231 95.936682) + (xy 105.193 96.164076) + (xy 105.193 96.395924) + (xy 105.238231 96.623318) + (xy 105.326956 96.837519) + (xy 105.455764 97.030294) + (xy 105.619706 97.194236) + (xy 105.812481 97.323044) + (xy 106.026682 97.411769) + (xy 106.254076 97.457) + (xy 106.485924 97.457) + (xy 106.713318 97.411769) + (xy 106.927519 97.323044) + (xy 107.120294 97.194236) + (xy 107.284236 97.030294) + (xy 107.413044 96.837519) + (xy 107.475391 96.687) + (xy 109.659616 96.687) + (xy 109.679605 96.688969) + (xy 109.699594 96.687) + (xy 109.699597 96.687) + (xy 109.759391 96.681111) + (xy 109.836111 96.657838) + (xy 109.906816 96.620045) + (xy 109.96879 96.569185) + (xy 109.981544 96.553644) + (xy 110.453073 96.082116) + (xy 110.566243 96.082116) + (xy 110.687378 96.058021) + (xy 110.801485 96.010756) + (xy 110.904178 95.942139) + (xy 110.991512 95.854805) + (xy 111.060129 95.752112) + (xy 111.107394 95.638005) + (xy 111.131489 95.51687) + (xy 111.131489 95.393362) + (xy 111.107394 95.272227) + (xy 111.060129 95.15812) + (xy 110.991512 95.055427) + (xy 110.904178 94.968093) + (xy 110.827712 94.917) + (xy 110.86175 94.917) + (xy 110.982885 94.892905) + (xy 111.096992 94.84564) + (xy 111.199685 94.777023) + (xy 111.287019 94.689689) + (xy 111.355636 94.586996) + (xy 111.402901 94.472889) + (xy 111.426996 94.351754) + (xy 111.426996 94.228246) + (xy 111.402901 94.107111) + (xy 111.389185 94.073998) + (xy 112.768415 94.073998) + (xy 114.728 96.033585) + (xy 114.728 96.146754) + (xy 114.752095 96.267889) + (xy 114.79936 96.381996) + (xy 114.867977 96.484689) + (xy 114.955311 96.572023) + (xy 115.058004 96.64064) + (xy 115.172111 96.687905) + (xy 115.278 96.708967) + (xy 115.278 96.796754) + (xy 115.302095 96.917889) + (xy 115.34936 97.031996) + (xy 115.417977 97.134689) + (xy 115.505311 97.222023) + (xy 115.608004 97.29064) + (xy 115.722111 97.337905) + (xy 115.843246 97.362) + (xy 115.966754 97.362) + (xy 116.087889 97.337905) + (xy 116.201996 97.29064) + (xy 116.304689 97.222023) + (xy 116.392023 97.134689) + (xy 116.46064 97.031996) + (xy 116.507905 96.917889) + (xy 116.532 96.796754) + (xy 116.532 96.673246) + (xy 116.507905 96.552111) + (xy 116.46064 96.438004) + (xy 116.392023 96.335311) + (xy 116.312 96.255288) + (xy 116.312 93.284989) + (xy 116.313969 93.265) + (xy 116.312 93.245008) + (xy 116.306111 93.185214) + (xy 116.282838 93.108494) + (xy 116.268545 93.081754) + (xy 116.245045 93.037788) + (xy 116.22367 93.011743) + (xy 116.194185 92.975815) + (xy 116.178649 92.963066) + (xy 115.552583 92.337) + (xy 116.609956 92.337) + (xy 116.617095 92.372889) + (xy 116.66436 92.486996) + (xy 116.732977 92.589689) + (xy 116.820311 92.677023) + (xy 116.923004 92.74564) + (xy 117.037111 92.792905) + (xy 117.158246 92.817) + (xy 117.281754 92.817) + (xy 117.402889 92.792905) + (xy 117.516996 92.74564) + (xy 117.619689 92.677023) + (xy 117.707023 92.589689) + (xy 117.77564 92.486996) + (xy 117.822905 92.372889) + (xy 117.847 92.251754) + (xy 117.847 92.128246) + (xy 117.822905 92.007111) + (xy 117.77564 91.893004) + (xy 117.707023 91.790311) + (xy 117.619689 91.702977) + (xy 117.516996 91.63436) + (xy 117.402889 91.587095) + (xy 117.281754 91.563) + (xy 117.158246 91.563) + (xy 117.142603 91.566111) + (xy 117.116506 91.552162) + (xy 117.039786 91.528889) + (xy 116.979992 91.523) + (xy 116.979989 91.523) + (xy 116.96 91.521031) + (xy 116.940011 91.523) + (xy 102.909989 91.523) + (xy 102.89 91.521031) + (xy 102.87001 91.523) + (xy 102.870008 91.523) + (xy 102.810214 91.528889) + (xy 102.733494 91.552162) + (xy 102.662789 91.589955) + (xy 102.600815 91.640815) + (xy 102.58807 91.656345) + (xy 100.936351 93.308066) + (xy 100.920816 93.320815) + (xy 100.901145 93.344785) + (xy 100.869955 93.382789) + (xy 100.832162 93.453495) + (xy 100.80889 93.530215) + (xy 100.801031 93.61) + (xy 100.803001 93.629999) + (xy 100.803 99.220288) + (xy 100.722977 99.300311) + (xy 100.65436 99.403004) + (xy 100.607095 99.517111) + (xy 100.583 99.638246) + (xy 100.516767 99.638246) + (xy 100.507116 90.697051) + ) + ) + ) +) diff --git a/spimux.kicad_prl b/spimux.kicad_prl new file mode 100644 index 0000000..cbded53 --- /dev/null +++ b/spimux.kicad_prl @@ -0,0 +1,80 @@ +{ + "board": { + "active_layer": 0, + "active_layer_preset": "", + "auto_track_width": true, + "hidden_netclasses": [], + "hidden_nets": [], + "high_contrast_mode": 0, + "net_color_mode": 1, + "opacity": { + "images": 0.6, + "pads": 1.0, + "tracks": 1.0, + "vias": 1.0, + "zones": 0.6 + }, + "selection_filter": { + "dimensions": true, + "footprints": true, + "graphics": true, + "keepouts": true, + "lockedItems": false, + "otherItems": true, + "pads": true, + "text": true, + "tracks": true, + "vias": true, + "zones": true + }, + "visible_items": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 32, + 33, + 34, + 35, + 36, + 39, + 40 + ], + "visible_layers": "000ffff_80000001", + "zone_display_mode": 0 + }, + "meta": { + "filename": "spimux.kicad_prl", + "version": 3 + }, + "project": { + "files": [] + } +} diff --git a/spimux.kicad_pro b/spimux.kicad_pro new file mode 100644 index 0000000..268487d --- /dev/null +++ b/spimux.kicad_pro @@ -0,0 +1,704 @@ +{ + "board": { + "3dviewports": [], + "design_settings": { + "defaults": { + "board_outline_line_width": 0.049999999999999996, + "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.09999999999999999, + "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.12, + "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.19999999999999998 + } + }, + "diff_pair_dimensions": [], + "drc_exclusions": [], + "meta": { + "filename": "board_design_settings.json", + "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" + }, + "rule_severitieslegacy_courtyards_overlap": true, + "rule_severitieslegacy_no_courtyard_defined": false, + "rules": { + "max_error": 0.005, + "min_clearance": 0.0, + "min_connection": 0.0, + "min_copper_edge_clearance": 0.024999999999999998, + "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.19999999999999998, + "min_track_width": 0.16, + "min_via_annular_width": 0.09999999999999999, + "min_via_diameter": 0.5, + "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": [], + "via_dimensions": [], + "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": "error", + "unannotated": "error", + "unit_value_mismatch": "error", + "unresolved_variable": "error", + "wire_dangling": "error" + } + }, + "libraries": { + "pinned_footprint_libs": [], + "pinned_symbol_libs": [] + }, + "meta": { + "filename": "spimux.kicad_pro", + "version": 1 + }, + "net_settings": { + "classes": [ + { + "bus_width": 12, + "clearance": 0.153, + "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.16, + "via_diameter": 0.6, + "via_drill": 0.3, + "wire_width": 6 + } + ], + "meta": { + "version": 3 + }, + "net_colors": null, + "netclass_assignments": null, + "netclass_patterns": [ + { + "netclass": "Default", + "pattern": "+1V8" + }, + { + "netclass": "Default", + "pattern": "+3V3" + }, + { + "netclass": "Default", + "pattern": "/FLASH_MUX_SELECT" + }, + { + "netclass": "Default", + "pattern": "/MANUAL_MUX_SELECT" + }, + { + "netclass": "Default", + "pattern": "/SP3_QSPI_CLK" + }, + { + "netclass": "Default", + "pattern": "/SP3_QSPI_IO0" + }, + { + "netclass": "Default", + "pattern": "/SP3_QSPI_IO1" + }, + { + "netclass": "Default", + "pattern": "/SP3_QSPI_IO2" + }, + { + "netclass": "Default", + "pattern": "/SP3_QSPI_IO3" + }, + { + "netclass": "Default", + "pattern": "/SPI_FLASH_CLK" + }, + { + "netclass": "Default", + "pattern": "/SPI_FLASH_D0" + }, + { + "netclass": "Default", + "pattern": "/SPI_FLASH_DQ1" + }, + { + "netclass": "Default", + "pattern": "/SPI_FLASH_DQ2" + }, + { + "netclass": "Default", + "pattern": "/SPI_FLASH_DQ3" + }, + { + "netclass": "Default", + "pattern": "/SP_FLASH_CLK_1V8" + }, + { + "netclass": "Default", + "pattern": "/SP_FLASH_DQ0_1V8" + }, + { + "netclass": "Default", + "pattern": "/SP_FLASH_DQ1_1V8" + }, + { + "netclass": "Default", + "pattern": "/SP_FLASH_DQ2_1V8" + }, + { + "netclass": "Default", + "pattern": "/SP_FLASH_DQ3_1V8" + }, + { + "netclass": "Default", + "pattern": "/SP_QSPI_CLK" + }, + { + "netclass": "Default", + "pattern": "/SP_QSPI_IO0" + }, + { + "netclass": "Default", + "pattern": "/SP_QSPI_IO1" + }, + { + "netclass": "Default", + "pattern": "/SP_QSPI_IO2" + }, + { + "netclass": "Default", + "pattern": "/SP_QSPI_IO3" + }, + { + "netclass": "Default", + "pattern": "/SP_QSPI_XTRA10" + }, + { + "netclass": "Default", + "pattern": "/SP_QSPI_XTRA7" + }, + { + "netclass": "Default", + "pattern": "/SP_TRANS_EN" + }, + { + "netclass": "Default", + "pattern": "/~{SP3_QSPI_CS}" + }, + { + "netclass": "Default", + "pattern": "/~{SPI_FLASH_CS_L}" + }, + { + "netclass": "Default", + "pattern": "/~{SPI_MUX_EN_L}" + }, + { + "netclass": "Default", + "pattern": "/~{SP_FLASH_CS_L_1V8}" + }, + { + "netclass": "Default", + "pattern": "/~{SP_FLASH_RESET_L_1V8}" + }, + { + "netclass": "Default", + "pattern": "/~{SP_QSPI_CS}" + }, + { + "netclass": "Default", + "pattern": "GNDREF" + }, + { + "netclass": "Default", + "pattern": "Net-(J4-Pad10)" + }, + { + "netclass": "Default", + "pattern": "Net-(J4-Pad11)" + }, + { + "netclass": "Default", + "pattern": "Net-(J4-Pad5)" + }, + { + "netclass": "Default", + "pattern": "Net-(J4-Pad7)" + }, + { + "netclass": "Default", + "pattern": "Net-(U2-Pad12)" + }, + { + "netclass": "Default", + "pattern": "Net-(U2-Pad9)" + }, + { + "netclass": "Default", + "pattern": "Net-(U3-Pad3)" + }, + { + "netclass": "Default", + "pattern": "Net-(U4-PadA2)" + }, + { + "netclass": "Default", + "pattern": "Net-(U4-PadA3)" + }, + { + "netclass": "Default", + "pattern": "Net-(U4-PadA5)" + }, + { + "netclass": "Default", + "pattern": "Net-(U4-PadB1)" + }, + { + "netclass": "Default", + "pattern": "Net-(U4-PadB5)" + }, + { + "netclass": "Default", + "pattern": "Net-(U4-PadC1)" + }, + { + "netclass": "Default", + "pattern": "Net-(U4-PadC3)" + }, + { + "netclass": "Default", + "pattern": "Net-(U4-PadC5)" + }, + { + "netclass": "Default", + "pattern": "Net-(U4-PadD1)" + }, + { + "netclass": "Default", + "pattern": "Net-(U4-PadD5)" + }, + { + "netclass": "Default", + "pattern": "Net-(U4-PadE1)" + }, + { + "netclass": "Default", + "pattern": "Net-(U4-PadE2)" + }, + { + "netclass": "Default", + "pattern": "Net-(U4-PadE3)" + }, + { + "netclass": "Default", + "pattern": "Net-(U4-PadE4)" + }, + { + "netclass": "Default", + "pattern": "Net-(U4-PadE5)" + } + ] + }, + "pcbnew": { + "last_paths": { + "gencad": "", + "idf": "", + "netlist": "", + "specctra_dsn": "", + "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": 100.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.25, + "pin_symbol_size": 0.0, + "text_offset_ratio": 0.08 + }, + "legacy_lib_dir": "", + "legacy_lib_list": [], + "meta": { + "version": 1 + }, + "net_format_name": "", + "page_layout_descr_file": "", + "plot_directory": "", + "spice_adjust_passive_values": false, + "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": [ + [ + "b2f994e5-f3ef-40e8-bcfa-e3d434de3f53", + "" + ] + ], + "text_variables": {} +} diff --git a/spimux.kicad_sch b/spimux.kicad_sch new file mode 100644 index 0000000..a21bea4 --- /dev/null +++ b/spimux.kicad_sch @@ -0,0 +1,3278 @@ +(kicad_sch (version 20230121) (generator eeschema) + + (uuid b2f994e5-f3ef-40e8-bcfa-e3d434de3f53) + + (paper "B") + + (lib_symbols + (symbol "Analog_Switch:TS3A27518EPW" (in_bom yes) (on_board yes) + (property "Reference" "U" (at -13.97 19.05 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "TS3A27518EPW" (at 8.89 19.05 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_SO:TSSOP-24_4.4x7.8mm_P0.65mm" (at 0 25.4 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ts3a27518e.pdf" (at 0 -2.54 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "SPI qSPI multiplexer demux" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "6-channel analog mux, TSSOP-24" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "TSSOP*4.4x7.8mm*P0.65mm*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "TS3A27518EPW_0_1" + (rectangle (start 15.24 -17.78) (end -15.24 17.78) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + ) + (symbol "TS3A27518EPW_1_1" + (pin bidirectional line (at 17.78 12.7 180) (length 2.54) + (name "NC2" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -17.78 5.08 0) (length 2.54) + (name "COM5" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 17.78 -2.54 180) (length 2.54) + (name "NO1" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -17.78 2.54 0) (length 2.54) + (name "COM6" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 17.78 -5.08 180) (length 2.54) + (name "NO2" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -17.78 -10.16 0) (length 2.54) + (name "IN2" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 17.78 -7.62 180) (length 2.54) + (name "NO3" (effects (font (size 1.27 1.27)))) + (number "15" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 17.78 -15.24 180) (length 2.54) + (name "NO6" (effects (font (size 1.27 1.27)))) + (number "16" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 17.78 -10.16 180) (length 2.54) + (name "NO4" (effects (font (size 1.27 1.27)))) + (number "17" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 17.78 -12.7 180) (length 2.54) + (name "NO5" (effects (font (size 1.27 1.27)))) + (number "18" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 17.78 5.08 180) (length 2.54) + (name "NC5" (effects (font (size 1.27 1.27)))) + (number "19" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 17.78 15.24 180) (length 2.54) + (name "NC1" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -17.78 -2.54 0) (length 2.54) + (name "~{EN}" (effects (font (size 1.27 1.27)))) + (number "20" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 17.78 7.62 180) (length 2.54) + (name "NC4" (effects (font (size 1.27 1.27)))) + (number "21" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 17.78 2.54 180) (length 2.54) + (name "NC6" (effects (font (size 1.27 1.27)))) + (number "22" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 17.78 10.16 180) (length 2.54) + (name "NC3" (effects (font (size 1.27 1.27)))) + (number "23" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -17.78 -7.62 0) (length 2.54) + (name "IN1" (effects (font (size 1.27 1.27)))) + (number "24" (effects (font (size 1.27 1.27)))) + ) + (pin no_connect line (at -15.24 -15.24 0) (length 2.54) hide + (name "N.C." (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -17.78 15.24 0) (length 2.54) + (name "COM1" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 -20.32 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -17.78 12.7 0) (length 2.54) + (name "COM2" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -17.78 10.16 0) (length 2.54) + (name "COM3" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 20.32 270) (length 2.54) + (name "VCC" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -17.78 7.62 0) (length 2.54) + (name "COM4" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Connector_Generic:Conn_01x02" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (property "Reference" "J" (at 0 2.54 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Conn_01x02" (at 0 -5.08 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" "connector" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "Conn_01x02_1_1" + (rectangle (start -1.27 -2.413) (end 0 -2.667) + (stroke (width 0.1524) (type default)) + (fill (type none)) + ) + (rectangle (start -1.27 0.127) (end 0 -0.127) + (stroke (width 0.1524) (type default)) + (fill (type none)) + ) + (rectangle (start -1.27 1.27) (end 1.27 -3.81) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + (pin passive line (at -5.08 0 0) (length 3.81) + (name "Pin_1" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -2.54 0) (length 3.81) + (name "Pin_2" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Connector_Generic:Conn_01x03" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (property "Reference" "J" (at 0 5.08 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Conn_01x03" (at 0 -5.08 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" "connector" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Generic connector, 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" "Connector*:*_1x??_*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "Conn_01x03_1_1" + (rectangle (start -1.27 -2.413) (end 0 -2.667) + (stroke (width 0.1524) (type default)) + (fill (type none)) + ) + (rectangle (start -1.27 0.127) (end 0 -0.127) + (stroke (width 0.1524) (type default)) + (fill (type none)) + ) + (rectangle (start -1.27 2.667) (end 0 2.413) + (stroke (width 0.1524) (type default)) + (fill (type none)) + ) + (rectangle (start -1.27 3.81) (end 1.27 -3.81) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + (pin passive line (at -5.08 2.54 0) (length 3.81) + (name "Pin_1" (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_3" (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: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 "Mechanical:MountingHole_Pad" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (property "Reference" "H" (at 0 6.35 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "MountingHole_Pad" (at 0 4.445 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" "mounting hole" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Mounting Hole with connection" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "MountingHole*Pad*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "MountingHole_Pad_0_1" + (circle (center 0 1.27) (radius 1.27) + (stroke (width 1.27) (type default)) + (fill (type none)) + ) + ) + (symbol "MountingHole_Pad_1_1" + (pin input line (at 0 -2.54 90) (length 2.54) + (name "1" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "gimletlet-cache:Connector_Generic_Conn_02x06_Top_Bottom" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (property "Reference" "J" (at 1.27 7.62 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Connector_Generic_Conn_02x06_Top_Bottom" (at 1.27 -10.16 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_fp_filters" "Connector*:*_2x??_*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "Connector_Generic_Conn_02x06_Top_Bottom_1_1" + (rectangle (start -1.27 -7.493) (end 0 -7.747) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (rectangle (start -1.27 -4.953) (end 0 -5.207) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (rectangle (start -1.27 -2.413) (end 0 -2.667) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (rectangle (start -1.27 0.127) (end 0 -0.127) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (rectangle (start -1.27 2.667) (end 0 2.413) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (rectangle (start -1.27 5.207) (end 0 4.953) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (rectangle (start -1.27 6.35) (end 3.81 -8.89) + (stroke (width 0.254) (type solid)) + (fill (type background)) + ) + (rectangle (start 3.81 -7.493) (end 2.54 -7.747) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (rectangle (start 3.81 -4.953) (end 2.54 -5.207) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (rectangle (start 3.81 -2.413) (end 2.54 -2.667) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (rectangle (start 3.81 0.127) (end 2.54 -0.127) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (rectangle (start 3.81 2.667) (end 2.54 2.413) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (rectangle (start 3.81 5.207) (end 2.54 4.953) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (pin passive line (at -5.08 5.08 0) (length 3.81) + (name "Pin_1" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -2.54 180) (length 3.81) + (name "Pin_10" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -5.08 180) (length 3.81) + (name "Pin_11" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -7.62 180) (length 3.81) + (name "Pin_12" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 2.54 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 0 0) (length 3.81) + (name "Pin_3" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -2.54 0) (length 3.81) + (name "Pin_4" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -5.08 0) (length 3.81) + (name "Pin_5" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -7.62 0) (length 3.81) + (name "Pin_6" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 5.08 180) (length 3.81) + (name "Pin_7" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 2.54 180) (length 3.81) + (name "Pin_8" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 0 180) (length 3.81) + (name "Pin_9" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "oxide_spimux:ADG3308BRUZ" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (property "Reference" "U" (at 1.27 3.81 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "ADG3308BRUZ" (at 11.43 -31.75 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) + ) + (symbol "ADG3308BRUZ_0_1" + (rectangle (start 0 2.54) (end 22.86 -30.48) + (stroke (width 0) (type solid)) + (fill (type background)) + ) + ) + (symbol "ADG3308BRUZ_1_1" + (pin power_in line (at 25.4 0 180) (length 2.54) + (name "VCCA" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -2.54 -25.4 0) (length 2.54) + (name "EN" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 25.4 -25.4 180) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -2.54 -21.59 0) (length 2.54) + (name "Y8" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -2.54 -19.05 0) (length 2.54) + (name "Y7" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -2.54 -16.51 0) (length 2.54) + (name "Y6" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -2.54 -13.97 0) (length 2.54) + (name "Y5" (effects (font (size 1.27 1.27)))) + (number "15" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -2.54 -11.43 0) (length 2.54) + (name "Y4" (effects (font (size 1.27 1.27)))) + (number "16" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -2.54 -8.89 0) (length 2.54) + (name "Y3" (effects (font (size 1.27 1.27)))) + (number "17" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -2.54 -6.35 0) (length 2.54) + (name "Y2" (effects (font (size 1.27 1.27)))) + (number "18" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -2.54 -3.81 0) (length 2.54) + (name "Y1" (effects (font (size 1.27 1.27)))) + (number "19" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 25.4 -3.81 180) (length 2.54) + (name "A1" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at -2.54 0 0) (length 2.54) + (name "VCCY" (effects (font (size 1.27 1.27)))) + (number "20" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 25.4 -6.35 180) (length 2.54) + (name "A2" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 25.4 -8.89 180) (length 2.54) + (name "A3" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 25.4 -11.43 180) (length 2.54) + (name "A4" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 25.4 -13.97 180) (length 2.54) + (name "A5" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 25.4 -16.51 180) (length 2.54) + (name "A6" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 25.4 -19.05 180) (length 2.54) + (name "A7" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 25.4 -21.59 180) (length 2.54) + (name "A8" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "oxide_spimux:MT25QU256ABA8E12" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (property "Reference" "U" (at 3.81 5.08 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "MT25QU256ABA8E12" (at 13.97 -34.29 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) + ) + (symbol "MT25QU256ABA8E12_0_1" + (rectangle (start 2.54 3.81) (end 25.4 -33.02) + (stroke (width 0) (type solid)) + (fill (type background)) + ) + ) + (symbol "MT25QU256ABA8E12_1_1" + (pin no_connect line (at 25.4 -30.48 180) (length 2.54) hide + (name "NC" (effects (font (size 1.27 1.27)))) + (number "A2" (effects (font (size 1.27 1.27)))) + ) + (pin no_connect line (at 0 -22.86 0) (length 2.54) hide + (name "RFU1" (effects (font (size 1.27 1.27)))) + (number "A3" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 0 -5.08 0) (length 2.54) + (name "~{RESET}" (effects (font (size 1.27 1.27)))) + (number "A4" (effects (font (size 1.27 1.27)))) + ) + (pin no_connect line (at 0 -25.4 0) (length 2.54) hide + (name "RFU2" (effects (font (size 1.27 1.27)))) + (number "A5" (effects (font (size 1.27 1.27)))) + ) + (pin no_connect line (at 25.4 0 180) (length 2.54) hide + (name "RFU3" (effects (font (size 1.27 1.27)))) + (number "B1" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 0 -20.32 0) (length 2.54) + (name "C" (effects (font (size 1.27 1.27)))) + (number "B2" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 -30.48 0) (length 2.54) + (name "VSS" (effects (font (size 1.27 1.27)))) + (number "B3" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 0 0) (length 2.54) + (name "VCC" (effects (font (size 1.27 1.27)))) + (number "B4" (effects (font (size 1.27 1.27)))) + ) + (pin no_connect line (at 25.4 -2.54 180) (length 2.54) hide + (name "RFU4" (effects (font (size 1.27 1.27)))) + (number "B5" (effects (font (size 1.27 1.27)))) + ) + (pin no_connect line (at 25.4 -5.08 180) (length 2.54) hide + (name "RFU5" (effects (font (size 1.27 1.27)))) + (number "C1" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 0 -17.78 0) (length 2.54) + (name "~{S}" (effects (font (size 1.27 1.27)))) + (number "C2" (effects (font (size 1.27 1.27)))) + ) + (pin no_connect line (at 25.4 -7.62 180) (length 2.54) hide + (name "RFU6" (effects (font (size 1.27 1.27)))) + (number "C3" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 0 -10.16 0) (length 2.54) + (name "~{W}/DQ2" (effects (font (size 1.27 1.27)))) + (number "C4" (effects (font (size 1.27 1.27)))) + ) + (pin no_connect line (at 25.4 -10.16 180) (length 2.54) hide + (name "RFU7" (effects (font (size 1.27 1.27)))) + (number "C5" (effects (font (size 1.27 1.27)))) + ) + (pin no_connect line (at 25.4 -12.7 180) (length 2.54) hide + (name "RFU8" (effects (font (size 1.27 1.27)))) + (number "D1" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 0 -12.7 0) (length 2.54) + (name "DQ1" (effects (font (size 1.27 1.27)))) + (number "D2" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 0 -15.24 0) (length 2.54) + (name "DQ0" (effects (font (size 1.27 1.27)))) + (number "D3" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 0 -7.62 0) (length 2.54) + (name "DQ3/~{HOLD}" (effects (font (size 1.27 1.27)))) + (number "D4" (effects (font (size 1.27 1.27)))) + ) + (pin no_connect line (at 25.4 -15.24 180) (length 2.54) hide + (name "RFU9" (effects (font (size 1.27 1.27)))) + (number "D5" (effects (font (size 1.27 1.27)))) + ) + (pin no_connect line (at 25.4 -17.78 180) (length 2.54) hide + (name "RFU10" (effects (font (size 1.27 1.27)))) + (number "E1" (effects (font (size 1.27 1.27)))) + ) + (pin no_connect line (at 25.4 -20.32 180) (length 2.54) hide + (name "RFU11" (effects (font (size 1.27 1.27)))) + (number "E2" (effects (font (size 1.27 1.27)))) + ) + (pin no_connect line (at 25.4 -22.86 180) (length 2.54) hide + (name "RFU12" (effects (font (size 1.27 1.27)))) + (number "E3" (effects (font (size 1.27 1.27)))) + ) + (pin no_connect line (at 25.4 -25.4 180) (length 2.54) hide + (name "RFU13" (effects (font (size 1.27 1.27)))) + (number "E4" (effects (font (size 1.27 1.27)))) + ) + (pin no_connect line (at 25.4 -27.94 180) (length 2.54) hide + (name "RFU14" (effects (font (size 1.27 1.27)))) + (number "E5" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "power:+1V8" (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" "+1V8" (at 0 3.556 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 \"+1V8\"" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "+1V8_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 "+1V8_1_1" + (pin power_in line (at 0 0 90) (length 0) hide + (name "+1V8" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "power:GNDREF" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -6.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GNDREF" (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 \"GNDREF\" , reference supply ground" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "GNDREF_0_1" + (polyline + (pts + (xy -0.635 -1.905) + (xy 0.635 -1.905) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.127 -2.54) + (xy 0.127 -2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -1.27) + (xy 0 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 1.27 -1.27) + (xy -1.27 -1.27) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + ) + (symbol "GNDREF_1_1" + (pin power_in line (at 0 0 270) (length 0) hide + (name "GNDREF" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "spimux-rescue:+3.3V-power" (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" "+3.3V-power" (at 0 3.556 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) + ) + (symbol "+3.3V-power_0_1" + (polyline + (pts + (xy -0.762 1.27) + (xy 0 2.54) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 0) + (xy 0 2.54) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 2.54) + (xy 0.762 1.27) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + ) + (symbol "+3.3V-power_1_1" + (pin power_in line (at 0 0 90) (length 0) hide + (name "+3V3" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "spimux-rescue:CP1_Small-Device" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) + (property "Reference" "C" (at 0.254 1.778 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Device_CP1_Small" (at 0.254 -2.032 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" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "CP_*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "CP1_Small-Device_0_1" + (polyline + (pts + (xy -1.524 0.508) + (xy 1.524 0.508) + ) + (stroke (width 0.3048) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.27 1.524) + (xy -0.762 1.524) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.016 1.27) + (xy -1.016 1.778) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (arc (start 1.524 -0.762) (mid 0 -0.3734) (end -1.524 -0.762) + (stroke (width 0.3048) (type solid)) + (fill (type none)) + ) + ) + (symbol "CP1_Small-Device_1_1" + (pin passive line (at 0 2.54 270) (length 2.032) + (name "~" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -2.54 90) (length 2.032) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "spimux-rescue:LM1117-1.8-Regulator_Linear" (pin_names (offset 0.254)) (in_bom yes) (on_board yes) + (property "Reference" "U" (at -3.81 3.175 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Regulator_Linear_LM1117-1.8" (at 0 3.175 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" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "SOT?223* TO?263* TO?252* TO?220*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "LM1117-1.8-Regulator_Linear_0_1" + (rectangle (start -5.08 -5.08) (end 5.08 1.905) + (stroke (width 0.254) (type solid)) + (fill (type background)) + ) + ) + (symbol "LM1117-1.8-Regulator_Linear_1_1" + (pin power_in line (at 0 -7.62 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin power_out line (at 7.62 0 180) (length 2.54) + (name "VO" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at -7.62 0 0) (length 2.54) + (name "VI" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + ) + ) + ) + + (junction (at 90.17 66.04) (diameter 0) (color 0 0 0 0) + (uuid 181385dd-1eab-4966-adb2-225ac22130cb) + ) + (junction (at 73.66 55.88) (diameter 0) (color 0 0 0 0) + (uuid 18c62b74-74bc-4841-ba38-73ea17f14a47) + ) + (junction (at 29.21 219.71) (diameter 0) (color 0 0 0 0) + (uuid 1906bba5-79fb-4e77-8711-2bcde2b57630) + ) + (junction (at 339.09 92.71) (diameter 0) (color 0 0 0 0) + (uuid 1eaa2dc6-013e-4436-8a25-bbb81dac6a42) + ) + (junction (at 320.04 143.51) (diameter 0) (color 0 0 0 0) + (uuid 2cace8de-c07f-4f19-8312-2272233fff66) + ) + (junction (at 137.16 218.44) (diameter 0) (color 0 0 0 0) + (uuid 42640dea-a2e0-4764-b135-7dc3d4340e65) + ) + (junction (at 345.44 90.17) (diameter 0) (color 0 0 0 0) + (uuid 58d00408-57a7-40b9-adb7-f2673ac4097a) + ) + (junction (at 320.04 132.08) (diameter 0) (color 0 0 0 0) + (uuid 5d427c08-7e1b-4e00-b2d9-1456c08ec121) + ) + (junction (at 105.41 55.88) (diameter 0) (color 0 0 0 0) + (uuid 93cb8519-8246-4bc8-81d9-4b99dae4854a) + ) + (junction (at 285.75 118.11) (diameter 0) (color 0 0 0 0) + (uuid 9b1d883f-0348-4b75-9435-450c17cb79ef) + ) + (junction (at 90.17 67.31) (diameter 0) (color 0 0 0 0) + (uuid a55ad1e8-e631-4b75-a04b-72bf0df9329f) + ) + (junction (at 48.26 242.57) (diameter 0) (color 0 0 0 0) + (uuid ace57619-9d43-4de0-98bd-95307d97cdde) + ) + (junction (at 153.67 138.43) (diameter 0) (color 0 0 0 0) + (uuid bea0294f-16c8-498f-888f-138279a363aa) + ) + (junction (at 351.79 76.2) (diameter 0) (color 0 0 0 0) + (uuid c47575ad-b267-4851-b718-5d0b9ea327c2) + ) + (junction (at 345.44 76.2) (diameter 0) (color 0 0 0 0) + (uuid df454783-cf26-47ad-9e0d-ff4c280e656d) + ) + + (no_connect (at 49.53 157.48) (uuid 308e8c68-10b3-4dc9-b564-1028bf775745)) + (no_connect (at 49.53 167.64) (uuid 3b53098d-e5cb-4ff9-a437-c706aced3135)) + (no_connect (at 172.72 110.49) (uuid 7a227420-f926-4d87-a4a6-7430eaee9f3f)) + (no_connect (at 36.83 167.64) (uuid 871a7e05-2eaf-47a9-8334-1b41fe4f5a68)) + (no_connect (at 49.53 165.1) (uuid c9e2fc0c-47b6-4183-8876-2de68e8718e5)) + (no_connect (at 144.78 110.49) (uuid e369ed6b-5a0c-4ba5-9812-06c6f4ffe3d8)) + + (wire (pts (xy 48.26 245.11) (xy 48.26 247.65)) + (stroke (width 0) (type default)) + (uuid 04a657ab-e873-419c-84d4-2522879423b1) + ) + (wire (pts (xy 105.41 67.31) (xy 90.17 67.31)) + (stroke (width 0) (type default)) + (uuid 05c9e21e-7a97-4990-93e2-c2a7904c6f02) + ) + (wire (pts (xy 142.24 213.36) (xy 165.1 213.36)) + (stroke (width 0) (type default)) + (uuid 079d7a05-5b3e-4d45-8a77-69b6dc555591) + ) + (wire (pts (xy 24.13 115.57) (xy 36.83 115.57)) + (stroke (width 0) (type default)) + (uuid 0d4caeee-bf31-4e52-a036-c68ef235c096) + ) + (wire (pts (xy 48.26 229.87) (xy 48.26 232.41)) + (stroke (width 0) (type default)) + (uuid 0f8862f3-a3db-433d-8b37-6efcd2b90ab2) + ) + (wire (pts (xy 339.09 76.2) (xy 339.09 77.47)) + (stroke (width 0) (type default)) + (uuid 100a857b-8ba2-4c87-b5d3-651ccfa97e95) + ) + (wire (pts (xy 229.87 170.18) (xy 229.87 167.64)) + (stroke (width 0) (type default)) + (uuid 130b76ae-a2f0-4be2-ad3c-5841a0e6e305) + ) + (wire (pts (xy 314.96 132.08) (xy 314.96 133.35)) + (stroke (width 0) (type default)) + (uuid 147ee45e-c51d-48a3-9bf2-7db553079657) + ) + (wire (pts (xy 345.44 76.2) (xy 345.44 77.47)) + (stroke (width 0) (type default)) + (uuid 157a57ea-578d-492e-ad59-837d9de9efaf) + ) + (wire (pts (xy 284.48 92.71) (xy 339.09 92.71)) + (stroke (width 0) (type default)) + (uuid 181a498f-cd39-4707-b915-1c5816ac3496) + ) + (wire (pts (xy 71.12 119.38) (xy 71.12 120.65)) + (stroke (width 0) (type default)) + (uuid 1859834a-5123-4518-9872-a7189bddba9e) + ) + (wire (pts (xy 62.23 160.02) (xy 49.53 160.02)) + (stroke (width 0) (type default)) + (uuid 1ae9db66-725e-436a-a09e-b22031e8e7bb) + ) + (wire (pts (xy 129.54 107.95) (xy 144.78 107.95)) + (stroke (width 0) (type default)) + (uuid 1be748ae-8df6-419b-949d-14345ddd94b7) + ) + (wire (pts (xy 129.54 114.3) (xy 144.78 114.3)) + (stroke (width 0) (type default)) + (uuid 1c046618-8c4f-4880-89dd-e9f5d651ad58) + ) + (wire (pts (xy 49.53 107.95) (xy 114.3 107.95)) + (stroke (width 0) (type default)) + (uuid 2250c0c3-c14b-41b3-bce1-93f7912a75ea) + ) + (wire (pts (xy 17.78 120.65) (xy 36.83 120.65)) + (stroke (width 0) (type default)) + (uuid 2c6f9791-4a03-4a4f-a0be-92f543519d8f) + ) + (wire (pts (xy 129.54 97.79) (xy 144.78 97.79)) + (stroke (width 0) (type default)) + (uuid 2d7a8932-6a3f-4374-9026-cdb87cacd88b) + ) + (wire (pts (xy 48.26 219.71) (xy 29.21 219.71)) + (stroke (width 0) (type default)) + (uuid 2e0f631e-3c5d-4ee9-8488-094ca54e7d38) + ) + (wire (pts (xy 24.13 157.48) (xy 36.83 157.48)) + (stroke (width 0) (type default)) + (uuid 2e170061-40c1-45e2-b23d-9c7e8844553e) + ) + (wire (pts (xy 339.09 76.2) (xy 345.44 76.2)) + (stroke (width 0) (type default)) + (uuid 2ed22021-4121-45ed-a2fd-66bcb067513d) + ) + (wire (pts (xy 194.31 102.87) (xy 172.72 102.87)) + (stroke (width 0) (type default)) + (uuid 30a300a1-011a-4d91-abb0-c4913d242349) + ) + (wire (pts (xy 306.07 118.11) (xy 285.75 118.11)) + (stroke (width 0) (type default)) + (uuid 330d83b9-b47e-4dab-b5bb-030562cd921b) + ) + (wire (pts (xy 196.85 95.25) (xy 196.85 105.41)) + (stroke (width 0) (type default)) + (uuid 35b4f676-0563-4ef5-a18a-8051af74fd84) + ) + (wire (pts (xy 129.54 92.71) (xy 144.78 92.71)) + (stroke (width 0) (type default)) + (uuid 3607da70-188d-4627-9dae-16ac82e18e91) + ) + (wire (pts (xy 129.54 100.33) (xy 144.78 100.33)) + (stroke (width 0) (type default)) + (uuid 39921e1c-5662-48b7-baf0-f9ce744faf37) + ) + (wire (pts (xy 199.39 92.71) (xy 248.92 92.71)) + (stroke (width 0) (type default)) + (uuid 3b14ce56-1a92-4d3a-aca9-398dd4fca2c6) + ) + (wire (pts (xy 29.21 212.09) (xy 29.21 217.17)) + (stroke (width 0) (type default)) + (uuid 3b6c737f-219b-47a0-bac7-52587867659a) + ) + (wire (pts (xy 266.7 128.27) (xy 266.7 132.08)) + (stroke (width 0) (type default)) + (uuid 3d1717a1-1b9f-4b64-8bd2-6a87265d70ba) + ) + (wire (pts (xy 172.72 107.95) (xy 199.39 107.95)) + (stroke (width 0) (type default)) + (uuid 3d6f62eb-8bef-4620-b4d3-bd89dcbe7805) + ) + (wire (pts (xy 62.23 162.56) (xy 49.53 162.56)) + (stroke (width 0) (type default)) + (uuid 3f79b724-d686-4519-a188-66e2ed956281) + ) + (wire (pts (xy 194.31 97.79) (xy 194.31 102.87)) + (stroke (width 0) (type default)) + (uuid 41b02cd3-6a3b-4850-a16b-ca71d11613e6) + ) + (wire (pts (xy 285.75 118.11) (xy 284.48 118.11)) + (stroke (width 0) (type default)) + (uuid 43514662-6ca9-411a-9826-461a4e0aca17) + ) + (wire (pts (xy 351.79 85.09) (xy 355.6 85.09)) + (stroke (width 0) (type default)) + (uuid 44e2d507-7fea-41d3-9709-9e0d9dbc80b5) + ) + (wire (pts (xy 53.34 118.11) (xy 49.53 118.11)) + (stroke (width 0) (type default)) + (uuid 45cb5340-3b96-40dd-a80a-ab062d9f7047) + ) + (wire (pts (xy 144.78 95.25) (xy 114.3 95.25)) + (stroke (width 0) (type default)) + (uuid 46cf6fa9-0f52-4697-858d-51c3a04665de) + ) + (wire (pts (xy 153.67 137.16) (xy 153.67 138.43)) + (stroke (width 0) (type default)) + (uuid 47de51d7-51cf-4aef-96b8-1b950e74b60f) + ) + (polyline (pts (xy 15.24 254) (xy 15.24 195.58)) + (stroke (width 0) (type default)) + (uuid 4820678a-07cd-4d40-a7ac-abe1fee4c22d) + ) + + (wire (pts (xy 351.79 115.57) (xy 351.79 123.19)) + (stroke (width 0) (type default)) + (uuid 49827478-f7c5-487e-8673-f4189b2a712e) + ) + (wire (pts (xy 144.78 88.9) (xy 139.7 88.9)) + (stroke (width 0) (type default)) + (uuid 4db0288a-9be8-4a91-8af3-3f3975c747c3) + ) + (wire (pts (xy 24.13 160.02) (xy 36.83 160.02)) + (stroke (width 0) (type default)) + (uuid 4db4efac-7eec-4d2a-bd9e-b9d42451d513) + ) + (wire (pts (xy 320.04 132.08) (xy 325.12 132.08)) + (stroke (width 0) (type default)) + (uuid 4dd49c93-6b59-45bb-94c1-9dc4c3e4c4c0) + ) + (wire (pts (xy 53.34 118.11) (xy 53.34 124.46)) + (stroke (width 0) (type default)) + (uuid 4f291776-285a-460a-90c4-2fcd2e7c0c7f) + ) + (wire (pts (xy 325.12 133.35) (xy 325.12 132.08)) + (stroke (width 0) (type default)) + (uuid 528195dd-3a1c-477a-861d-53f94ef01213) + ) + (wire (pts (xy 48.26 240.03) (xy 48.26 242.57)) + (stroke (width 0) (type default)) + (uuid 52fe5a0f-88c2-4fb4-b510-6b5a865e314b) + ) + (wire (pts (xy 97.79 55.88) (xy 105.41 55.88)) + (stroke (width 0) (type default)) + (uuid 546e7b04-1c5e-409f-bce9-a9149ff8adb9) + ) + (wire (pts (xy 284.48 115.57) (xy 285.75 115.57)) + (stroke (width 0) (type default)) + (uuid 5471dab9-6724-4ee3-b705-13abe6ea436b) + ) + (wire (pts (xy 33.02 170.18) (xy 33.02 175.26)) + (stroke (width 0) (type default)) + (uuid 569aff14-bdcc-4a3e-ae92-de383f69c917) + ) + (wire (pts (xy 114.3 95.25) (xy 114.3 107.95)) + (stroke (width 0) (type default)) + (uuid 58690f10-03d8-4dc8-a429-54486669fd51) + ) + (wire (pts (xy 73.66 55.88) (xy 73.66 58.42)) + (stroke (width 0) (type default)) + (uuid 58c44453-d59f-4770-864c-805203af811c) + ) + (wire (pts (xy 90.17 66.04) (xy 90.17 67.31)) + (stroke (width 0) (type default)) + (uuid 5b38f796-756a-46ec-888d-f93ddedb9b86) + ) + (wire (pts (xy 133.35 215.9) (xy 137.16 215.9)) + (stroke (width 0) (type default)) + (uuid 5bae1b66-9982-41b7-8f36-499e676695a6) + ) + (wire (pts (xy 137.16 227.33) (xy 137.16 229.87)) + (stroke (width 0) (type default)) + (uuid 5f2d34e5-199b-4c65-9686-854616fd2a0b) + ) + (wire (pts (xy 142.24 215.9) (xy 165.1 215.9)) + (stroke (width 0) (type default)) + (uuid 5f814fe4-ca9d-48bf-879d-30a70bdba307) + ) + (wire (pts (xy 284.48 97.79) (xy 355.6 97.79)) + (stroke (width 0) (type default)) + (uuid 64434389-bc59-4097-9cc6-289e272d5d53) + ) + (wire (pts (xy 105.41 63.5) (xy 105.41 67.31)) + (stroke (width 0) (type default)) + (uuid 673712ce-fb84-4a9a-ad27-1a6c8c78ecbb) + ) + (wire (pts (xy 29.21 228.6) (xy 29.21 231.14)) + (stroke (width 0) (type default)) + (uuid 67ed671c-80a6-44a1-9edf-1077f90cd1ab) + ) + (wire (pts (xy 199.39 92.71) (xy 199.39 107.95)) + (stroke (width 0) (type default)) + (uuid 686644f5-add1-420d-b6bd-00caf5c45aec) + ) + (wire (pts (xy 176.53 114.3) (xy 176.53 119.38)) + (stroke (width 0) (type default)) + (uuid 69096db4-8b8d-4b0c-badf-8225925444b6) + ) + (wire (pts (xy 196.85 95.25) (xy 248.92 95.25)) + (stroke (width 0) (type default)) + (uuid 6b4c04a5-6341-4e07-8bca-0a9a625b4440) + ) + (wire (pts (xy 139.7 88.9) (xy 139.7 86.36)) + (stroke (width 0) (type default)) + (uuid 6c4cd1e4-f94d-45b5-a569-14067cb996fa) + ) + (wire (pts (xy 133.35 218.44) (xy 137.16 218.44)) + (stroke (width 0) (type default)) + (uuid 6d38652d-c4fe-42fc-a613-1c7588ad152e) + ) + (wire (pts (xy 320.04 144.78) (xy 320.04 143.51)) + (stroke (width 0) (type default)) + (uuid 6df898e6-e505-45f1-aa17-ce11f7f4306b) + ) + (wire (pts (xy 24.13 110.49) (xy 36.83 110.49)) + (stroke (width 0) (type default)) + (uuid 6fa342fa-9e66-46c2-9c78-be90ba690fed) + ) + (wire (pts (xy 34.29 118.11) (xy 34.29 124.46)) + (stroke (width 0) (type default)) + (uuid 734db796-1315-40a9-b687-6711dc88427f) + ) + (wire (pts (xy 339.09 85.09) (xy 339.09 92.71)) + (stroke (width 0) (type default)) + (uuid 73b0b9d1-abf5-44ce-911a-e83f46b42854) + ) + (wire (pts (xy 213.36 102.87) (xy 248.92 102.87)) + (stroke (width 0) (type default)) + (uuid 756784f6-b9a2-41e5-888b-85f2a8785c49) + ) + (wire (pts (xy 172.72 88.9) (xy 176.53 88.9)) + (stroke (width 0) (type default)) + (uuid 75d05503-d1fd-4856-96b8-3ad16e2041dc) + ) + (wire (pts (xy 228.6 110.49) (xy 248.92 110.49)) + (stroke (width 0) (type default)) + (uuid 75f3dc2a-fc72-47c0-a8cd-da8343036cc5) + ) + (wire (pts (xy 196.85 105.41) (xy 172.72 105.41)) + (stroke (width 0) (type default)) + (uuid 78db6124-3290-4223-96c7-1955f3189dac) + ) + (wire (pts (xy 53.34 170.18) (xy 53.34 175.26)) + (stroke (width 0) (type default)) + (uuid 79879086-3b59-4459-a3bc-e29d005e4073) + ) + (wire (pts (xy 228.6 115.57) (xy 248.92 115.57)) + (stroke (width 0) (type default)) + (uuid 7b559d70-9bb3-4cf4-9c55-319dcfa453db) + ) + (wire (pts (xy 172.72 92.71) (xy 191.77 92.71)) + (stroke (width 0) (type default)) + (uuid 7c043d20-93a5-4ce8-b17b-be7efbbdcb45) + ) + (wire (pts (xy 355.6 115.57) (xy 351.79 115.57)) + (stroke (width 0) (type default)) + (uuid 7d0cb917-e7b7-4595-b393-bf7738929e5f) + ) + (wire (pts (xy 284.48 100.33) (xy 355.6 100.33)) + (stroke (width 0) (type default)) + (uuid 7d780afd-33c6-479c-8597-547740aa74dd) + ) + (wire (pts (xy 25.4 219.71) (xy 29.21 219.71)) + (stroke (width 0) (type default)) + (uuid 7dd46ef7-ef35-496d-b35f-098537a45b90) + ) + (wire (pts (xy 285.75 115.57) (xy 285.75 118.11)) + (stroke (width 0) (type default)) + (uuid 7ec74a14-2ae1-4f68-b950-6418aa76df55) + ) + (wire (pts (xy 105.41 52.07) (xy 105.41 55.88)) + (stroke (width 0) (type default)) + (uuid 7f587280-f24d-42da-9e60-b5a105c3cd1e) + ) + (wire (pts (xy 194.31 97.79) (xy 248.92 97.79)) + (stroke (width 0) (type default)) + (uuid 80a4ab5d-8647-465f-ac95-4a438edd5781) + ) + (wire (pts (xy 284.48 105.41) (xy 355.6 105.41)) + (stroke (width 0) (type default)) + (uuid 84cf1fc3-c37a-4d13-acaf-9ce8edcb2970) + ) + (wire (pts (xy 163.83 127) (xy 163.83 129.54)) + (stroke (width 0) (type default)) + (uuid 852e78b3-d400-4f2c-a213-176ee690abf8) + ) + (wire (pts (xy 82.55 55.88) (xy 73.66 55.88)) + (stroke (width 0) (type default)) + (uuid 869eb554-70ce-44df-8715-481b30a71f14) + ) + (wire (pts (xy 49.53 120.65) (xy 71.12 120.65)) + (stroke (width 0) (type default)) + (uuid 86b4e2b0-609a-4cc6-90de-e7eb5da79604) + ) + (wire (pts (xy 284.48 110.49) (xy 302.26 110.49)) + (stroke (width 0) (type default)) + (uuid 898e7afb-ca63-4ffb-8d7a-ab5c1dc8333f) + ) + (polyline (pts (xy 203.2 195.58) (xy 203.2 254)) + (stroke (width 0) (type default)) + (uuid 8a8c55af-364b-46b4-b903-dd85d2f7a2ba) + ) + + (wire (pts (xy 49.53 170.18) (xy 53.34 170.18)) + (stroke (width 0) (type default)) + (uuid 8cdb63f3-505d-4c0a-85a4-9bce98c4ce6b) + ) + (wire (pts (xy 34.29 118.11) (xy 36.83 118.11)) + (stroke (width 0) (type default)) + (uuid 8d639bdc-759f-409c-8ca7-a795dfb42879) + ) + (wire (pts (xy 172.72 97.79) (xy 191.77 97.79)) + (stroke (width 0) (type default)) + (uuid 8e9b5ca2-494b-4510-acc6-7de007a7eaa2) + ) + (wire (pts (xy 284.48 95.25) (xy 355.6 95.25)) + (stroke (width 0) (type default)) + (uuid 928fdda6-fec9-49c2-961a-9db9c6131a70) + ) + (wire (pts (xy 351.79 76.2) (xy 351.79 85.09)) + (stroke (width 0) (type default)) + (uuid 92c6a312-0465-45bb-9255-12a8b65b7ad8) + ) + (wire (pts (xy 24.13 107.95) (xy 36.83 107.95)) + (stroke (width 0) (type default)) + (uuid 94b493a3-bd0a-4baf-9033-d9f5e1b7396a) + ) + (wire (pts (xy 73.66 66.04) (xy 90.17 66.04)) + (stroke (width 0) (type default)) + (uuid 95a98553-0ff6-4b4c-9da4-afc8551c9035) + ) + (wire (pts (xy 24.13 165.1) (xy 36.83 165.1)) + (stroke (width 0) (type default)) + (uuid 95c5481c-c231-42e1-8f8a-0b4b9adc0ca3) + ) + (wire (pts (xy 49.53 115.57) (xy 67.31 115.57)) + (stroke (width 0) (type default)) + (uuid 9b27ac21-d77e-4129-a33c-7861fdf71be0) + ) + (wire (pts (xy 314.96 143.51) (xy 320.04 143.51)) + (stroke (width 0) (type default)) + (uuid 9b7c1b64-76a3-4ecb-a0cd-e988d1dbdcca) + ) + (wire (pts (xy 345.44 85.09) (xy 345.44 90.17)) + (stroke (width 0) (type default)) + (uuid 9ca48d34-f307-4c91-a1d3-88acc2c51263) + ) + (wire (pts (xy 137.16 219.71) (xy 137.16 218.44)) + (stroke (width 0) (type default)) + (uuid 9e670e4c-0bfe-4855-ba3b-e17dc1f58cbe) + ) + (wire (pts (xy 129.54 105.41) (xy 144.78 105.41)) + (stroke (width 0) (type default)) + (uuid a5260bbb-a610-468a-be0b-d9675fb791b2) + ) + (wire (pts (xy 62.23 113.03) (xy 49.53 113.03)) + (stroke (width 0) (type default)) + (uuid a5755e16-03d2-40ff-ba52-c180f3e5f25a) + ) + (wire (pts (xy 153.67 138.43) (xy 153.67 139.7)) + (stroke (width 0) (type default)) + (uuid a7392932-be7b-4c84-ab70-869753b7f973) + ) + (wire (pts (xy 29.21 220.98) (xy 29.21 219.71)) + (stroke (width 0) (type default)) + (uuid a9d91247-9648-4a76-b31e-9c3b5ee4dd9e) + ) + (wire (pts (xy 62.23 110.49) (xy 49.53 110.49)) + (stroke (width 0) (type default)) + (uuid ab2aae35-87e3-4994-a77a-4b072bd3c778) + ) + (wire (pts (xy 228.6 113.03) (xy 248.92 113.03)) + (stroke (width 0) (type default)) + (uuid ac05544c-33f0-456b-80b3-c4fb0a83a0f3) + ) + (wire (pts (xy 325.12 143.51) (xy 325.12 140.97)) + (stroke (width 0) (type default)) + (uuid acdf2955-9e1f-4b53-84e7-8cb030cba06e) + ) + (wire (pts (xy 351.79 74.93) (xy 351.79 76.2)) + (stroke (width 0) (type default)) + (uuid aefb9681-4702-4bab-acda-101e27b0bde0) + ) + (wire (pts (xy 314.96 132.08) (xy 320.04 132.08)) + (stroke (width 0) (type default)) + (uuid b26fb20a-f98b-44bf-9124-5cc5a8947da4) + ) + (wire (pts (xy 153.67 127) (xy 153.67 129.54)) + (stroke (width 0) (type default)) + (uuid b3bf9cf0-bb04-41d1-935f-d4de28b8138f) + ) + (wire (pts (xy 163.83 138.43) (xy 153.67 138.43)) + (stroke (width 0) (type default)) + (uuid b5e812c5-a8dd-4470-9d04-67b0f185544f) + ) + (wire (pts (xy 345.44 76.2) (xy 351.79 76.2)) + (stroke (width 0) (type default)) + (uuid bc44e9a8-ce04-4e6d-92e8-ebddbe85cabb) + ) + (wire (pts (xy 228.6 120.65) (xy 248.92 120.65)) + (stroke (width 0) (type default)) + (uuid bd8e081c-e91e-4588-9a55-040fbcfb5866) + ) + (wire (pts (xy 129.54 102.87) (xy 144.78 102.87)) + (stroke (width 0) (type default)) + (uuid bf8f72e7-105f-4f45-971a-21dfbf0478e3) + ) + (wire (pts (xy 339.09 92.71) (xy 355.6 92.71)) + (stroke (width 0) (type default)) + (uuid c08916b2-e18d-43c1-abac-944a3beb5c61) + ) + (wire (pts (xy 24.13 113.03) (xy 36.83 113.03)) + (stroke (width 0) (type default)) + (uuid c25a1d5d-f471-4baa-8a64-67e9ff763a86) + ) + (wire (pts (xy 137.16 208.28) (xy 137.16 215.9)) + (stroke (width 0) (type default)) + (uuid c29ae2a1-e762-460e-a482-f22cece4a3b9) + ) + (wire (pts (xy 48.26 242.57) (xy 62.23 242.57)) + (stroke (width 0) (type default)) + (uuid c7bc8ec0-a058-415b-b5b3-e5d5803b115b) + ) + (wire (pts (xy 137.16 218.44) (xy 165.1 218.44)) + (stroke (width 0) (type default)) + (uuid cbca50a6-a13f-4408-8e4f-ed7a1898720f) + ) + (wire (pts (xy 191.77 95.25) (xy 172.72 95.25)) + (stroke (width 0) (type default)) + (uuid cd4212ed-6694-42ef-a94d-25a5f59a633c) + ) + (wire (pts (xy 163.83 137.16) (xy 163.83 138.43)) + (stroke (width 0) (type default)) + (uuid ce92ef7d-74a4-4fe2-9ca9-5fdf1249d1a7) + ) + (wire (pts (xy 44.45 245.11) (xy 48.26 245.11)) + (stroke (width 0) (type default)) + (uuid ceb8cb0c-e4cc-4533-a402-afa7b9f9832e) + ) + (wire (pts (xy 176.53 88.9) (xy 176.53 86.36)) + (stroke (width 0) (type default)) + (uuid cff96fc2-5f16-4873-b842-0926799f600b) + ) + (wire (pts (xy 17.78 119.38) (xy 17.78 120.65)) + (stroke (width 0) (type default)) + (uuid d3ada0d0-0ab4-4c7b-b410-dd310d249f66) + ) + (wire (pts (xy 320.04 129.54) (xy 320.04 132.08)) + (stroke (width 0) (type default)) + (uuid d3eb5198-d298-4a23-92b3-321ab65e30b8) + ) + (wire (pts (xy 73.66 55.88) (xy 73.66 52.07)) + (stroke (width 0) (type default)) + (uuid d4ab7042-8be2-4d4d-9342-1ae03de3b9cc) + ) + (wire (pts (xy 228.6 118.11) (xy 248.92 118.11)) + (stroke (width 0) (type default)) + (uuid d5392f4e-776f-4b34-9f1b-7f32fcd3bfe5) + ) + (polyline (pts (xy 15.24 195.58) (xy 203.2 195.58)) + (stroke (width 0) (type default)) + (uuid d6f4a9f9-8fed-47dd-b851-946e160f4ffe) + ) + + (wire (pts (xy 172.72 114.3) (xy 176.53 114.3)) + (stroke (width 0) (type default)) + (uuid da344dbd-6012-4565-af6b-be1dc3754722) + ) + (wire (pts (xy 105.41 55.88) (xy 105.41 58.42)) + (stroke (width 0) (type default)) + (uuid daa83bae-7d43-4625-8e31-80986b6eafd6) + ) + (wire (pts (xy 314.96 140.97) (xy 314.96 143.51)) + (stroke (width 0) (type default)) + (uuid dc6e1dbc-995d-416c-99eb-f29bd6457b62) + ) + (wire (pts (xy 345.44 90.17) (xy 355.6 90.17)) + (stroke (width 0) (type default)) + (uuid df21b3a5-b5c8-438f-850b-b33fec83e9d1) + ) + (wire (pts (xy 213.36 105.41) (xy 248.92 105.41)) + (stroke (width 0) (type default)) + (uuid e504d61c-39a1-4042-b3f5-f4cb2f8fe102) + ) + (wire (pts (xy 266.7 74.93) (xy 266.7 87.63)) + (stroke (width 0) (type default)) + (uuid e6672ac3-9b78-449c-8579-bbd2ed30a76b) + ) + (wire (pts (xy 24.13 162.56) (xy 36.83 162.56)) + (stroke (width 0) (type default)) + (uuid e68e5ea1-0e94-48b7-b9cb-61baa46ccfdd) + ) + (wire (pts (xy 44.45 242.57) (xy 48.26 242.57)) + (stroke (width 0) (type default)) + (uuid ebc245a8-75ed-4080-a4c4-e225c570612d) + ) + (wire (pts (xy 248.92 100.33) (xy 172.72 100.33)) + (stroke (width 0) (type default)) + (uuid ec575d54-6aeb-4df9-aac1-3e38c095a44f) + ) + (wire (pts (xy 320.04 143.51) (xy 325.12 143.51)) + (stroke (width 0) (type default)) + (uuid ec68ca3f-95f5-4b96-a018-904d0dc23358) + ) + (wire (pts (xy 90.17 67.31) (xy 90.17 69.85)) + (stroke (width 0) (type default)) + (uuid ee6ad383-d21d-4607-bd0e-388e7ac7dc44) + ) + (wire (pts (xy 284.48 102.87) (xy 355.6 102.87)) + (stroke (width 0) (type default)) + (uuid f00ea8e4-3a08-47b9-8ba3-9a26992e6f39) + ) + (wire (pts (xy 36.83 170.18) (xy 33.02 170.18)) + (stroke (width 0) (type default)) + (uuid f058b32f-2108-4f30-9f7b-078920639d08) + ) + (wire (pts (xy 309.88 90.17) (xy 345.44 90.17)) + (stroke (width 0) (type default)) + (uuid f4828ff4-e639-4aa1-a27b-643c32c75922) + ) + (wire (pts (xy 228.6 123.19) (xy 248.92 123.19)) + (stroke (width 0) (type default)) + (uuid f60c5539-42d8-4031-8abd-7b591396b8f1) + ) + (wire (pts (xy 90.17 63.5) (xy 90.17 66.04)) + (stroke (width 0) (type default)) + (uuid f63f5c74-fd4c-4fc7-a73a-597e47f9e8e0) + ) + (wire (pts (xy 73.66 63.5) (xy 73.66 66.04)) + (stroke (width 0) (type default)) + (uuid f7443fc6-3fec-4515-8a39-272b56e6f6bf) + ) + (wire (pts (xy 25.4 217.17) (xy 29.21 217.17)) + (stroke (width 0) (type default)) + (uuid fd164a14-60bd-4ab8-a64e-515df56a1f6c) + ) + + (text "(~{SP_FLASH_RESET_L})" (at 85.09 107.95 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 02c72a95-4f1a-4716-98cd-2d50aa72069d) + ) + (text "Dupont header for connection to an SP3 dev system.\nPin-out kept consistent with the Qspi but expects 1V8 voltage levels here" + (at 24.13 149.86 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 260fd357-4c7a-4579-b593-fc9f86c10ede) + ) + (text "Matches gimletlet QSPI Header.\nXTRA7 is ~{FLASH_RESET_L\nXTRA10} is SP_FLASH_MUX_SELECT" + (at 30.48 96.52 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 483412c7-a923-4e15-86b5-6168adca8f24) + ) + (text "Manual Override Headers" (at 86.36 193.04 0) + (effects (font (size 2.54 2.54)) (justify left bottom)) + (uuid 4e1e8e37-655d-4540-afe3-56ffecc9df1a) + ) + (text "Jumper required!\nInstall between Pins 1 and 2 for SP mux control\nInstall between Pins 2 and 3 for J5 jumper control" + (at 149.86 208.28 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 58fa77ca-e10d-4b6b-9e4c-97713b0bd37d) + ) + (text "QSPI Mux:\nNC=SP connection (IN1 + IN2 Low)\nNO=SP3 connection (IN1 + IN2 High)" + (at 227.33 82.55 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 5f59b724-67d0-4a35-abba-7a3062e9f6df) + ) + (text "Install jumper to disable SPI_MUX outputs.\nUse dupont wire on pin2 for for ~{MUX_EN_L} control" + (at 34.29 214.63 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 6c8efe1a-eaef-4066-92d2-f0eb2173a65f) + ) + (text "Install Jumper to force Mux to AMD (SP3)\nbut only if J6 is Jumpered between pins\n2 and 3 also." + (at 93.98 210.82 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 710a5988-b9f9-4a45-8389-e03fc917d50d) + ) + (text "SP Connection" (at 33.02 86.36 0) + (effects (font (size 2.54 2.54)) (justify left bottom)) + (uuid 7f64bfad-92fd-4231-b396-0da0258b4dbc) + ) + (text "Decoupling for Mux and Flash\n" (at 309.88 154.94 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 9d99e7cd-222b-49c7-8a08-fe2a9f0d4e5e) + ) + (text "AMD (SP3) Connection" (at 29.21 144.78 0) + (effects (font (size 2.54 2.54)) (justify left bottom)) + (uuid b2375ca2-62e5-4475-b2ae-9ddbc6cc8d4a) + ) + (text "Decoupling for ADG330BBCPZ\n" (at 147.32 151.13 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid cd722d17-e332-4e85-bad5-33df4a23b92e) + ) + (text "Install jumper to disable SPI Level translator outputs.\nUse dupont wire on pin1 for for SP_TRANS_EN control" + (at 53.34 248.92 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid ec47bec1-49b9-43b1-89c5-4c520e9f1eba) + ) + (text "Generate 1V8 from SP header's 3V3 input using an LDO" + (at 49.53 38.1 0) + (effects (font (size 2.54 2.54)) (justify left bottom)) + (uuid f892b77a-6ae4-45a4-9750-0b3284826c6a) + ) + + (label "SP_FLASH_DQ3_1V8" (at 213.36 92.71 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 02ac06b4-7a2a-4558-9e1e-818d58a124b2) + ) + (label "SP_QSPI_IO3" (at 130.81 107.95 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 04c01791-4732-421e-a5e3-4397edd1a359) + ) + (label "SP_QSPI_XTRA10" (at 143.51 213.36 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 0b1e1067-c877-4ea3-a190-bcceb51c5cab) + ) + (label "SP3_QSPI_IO3" (at 229.87 110.49 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 19e5665d-cf15-4608-903c-597779e687b8) + ) + (label "SP3_QSPI_IO2" (at 49.53 160.02 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 1dae69cf-bdcb-4780-a162-32fd45c7b1c2) + ) + (label "SPI_FLASH_D0" (at 311.15 100.33 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 2352d369-49fb-48d2-b6ad-78136616acf6) + ) + (label "SP_QSPI_XTRA7" (at 50.8 107.95 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 26e28f9a-ea50-411c-819e-db8a35d71f96) + ) + (label "~{SP_QSPI_CS}" (at 130.81 97.79 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 290c07d2-95ce-49c8-bb8e-eea4ba89e9de) + ) + (label "SP_QSPI_IO0" (at 130.81 100.33 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 2d191b7c-75f0-4ac2-884f-027fca9f9649) + ) + (label "SPI_FLASH_DQ1" (at 311.15 97.79 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 2d6c8366-e343-4629-a518-1f055af0daa5) + ) + (label "SP_FLASH_DQ0_1V8" (at 213.36 100.33 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 2df93f4a-e66f-4227-b082-65ed32b8d2d5) + ) + (label "SP3_QSPI_IO0" (at 229.87 118.11 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 31604347-94a4-4f92-acb5-765a31c18f2f) + ) + (label "~{SPI_MUX_EN_L}" (at 287.02 110.49 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 333715de-c97a-46c7-9c5d-2ea546c804c4) + ) + (label "SP_TRANS_EN" (at 130.81 114.3 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 41e16e0b-9227-4e6d-95b7-4dc91d80e1a9) + ) + (label "SP3_QSPI_IO3" (at 49.53 162.56 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 42795a82-05bd-4bbe-8db4-40ae8436c8d2) + ) + (label "SP_QSPI_CLK" (at 25.4 115.57 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 4b7048d7-d8f8-4a22-afe4-9f34aefdc5a7) + ) + (label "SP3_QSPI_IO2" (at 229.87 113.03 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 52b2fcd7-678d-4029-8018-69be44383732) + ) + (label "SPI_FLASH_CLK" (at 311.15 105.41 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 586c1bd4-613c-4e35-a250-7fe28276ae3a) + ) + (label "SP_QSPI_IO1" (at 25.4 113.03 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 600133fe-bb92-4c75-966e-89da53b0681e) + ) + (label "~{SP3_QSPI_CS}" (at 24.13 157.48 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 6284ba55-923a-4e8c-8f64-8c6151e4fa9a) + ) + (label "~{SP_FLASH_RESET_L_1V8}" (at 311.15 90.17 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 6e0c24a9-0e89-4135-97ab-442fdc9a2e56) + ) + (label "SP_TRANS_EN" (at 49.53 242.57 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 7379d031-ca2e-405c-923a-f708b93f1e85) + ) + (label "~{SPI_FLASH_CS_L}" (at 311.15 102.87 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 74bb4e4b-04ca-4da4-ba0c-459aee15e0c5) + ) + (label "FLASH_MUX_SELECT" (at 287.02 118.11 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 7ca471ac-bd4f-4187-9709-93b7a5685864) + ) + (label "SP_QSPI_IO3" (at 50.8 113.03 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 8df0b715-b453-4325-9184-dc0592fcb008) + ) + (label "~{SP_FLASH_RESET_L_1V8}" (at 172.72 95.25 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 8e466868-e7cc-4d34-a560-8e2f00433506) + ) + (label "SP_FLASH_CLK_1V8" (at 213.36 105.41 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 976c63a2-db19-4835-b6b0-433c5fb20e0d) + ) + (label "SPI_FLASH_DQ2" (at 311.15 95.25 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 9ce9aaf2-e9c9-4a99-be1a-92c4aff92320) + ) + (label "FLASH_MUX_SELECT" (at 143.51 215.9 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid a4de627a-7c40-479d-8abd-75e7941ad65a) + ) + (label "SP_QSPI_IO2" (at 130.81 105.41 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid a9e279b8-5709-4cd1-80ac-007ec9e64d54) + ) + (label "~{SP_FLASH_CS_L_1V8}" (at 172.72 97.79 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid afd61225-ccf0-459e-9895-1453b509a7b6) + ) + (label "~{SPI_MUX_EN_L}" (at 34.29 219.71 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid b69453bd-950d-4ff5-80a1-5c7693d99165) + ) + (label "SP3_QSPI_CLK" (at 229.87 123.19 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid b766d5d1-ae4f-4417-ad5c-8bc17f10dd4e) + ) + (label "SP_FLASH_DQ1_1V8" (at 213.36 97.79 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid b91b4591-4f64-4e17-a747-016835858c27) + ) + (label "SP_QSPI_CLK" (at 130.81 92.71 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid bdcb6970-6783-4b50-af3f-9daf98f3b90b) + ) + (label "SP3_QSPI_IO1" (at 229.87 115.57 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid bfe67125-75f6-4b4a-97e6-abacd278f081) + ) + (label "SP3_QSPI_IO0" (at 24.13 160.02 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid c9ad9cad-a029-40f9-a195-a78a69c05778) + ) + (label "~{SP_FLASH_CS_L_1V8}" (at 213.36 102.87 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid ccbbf41b-b7f9-40ab-a7e4-6bc1671caf87) + ) + (label "SP_QSPI_IO0" (at 25.4 110.49 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid cf8e5e09-9252-417e-ac6a-ddecbede4c34) + ) + (label "SP3_QSPI_IO1" (at 24.13 162.56 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid d4a5f551-8ceb-42a1-83c1-3bb94482c9a8) + ) + (label "SP_FLASH_DQ2_1V8" (at 213.36 95.25 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid d72647d6-468f-4633-9158-a9ae6cf96b28) + ) + (label "SP_QSPI_IO2" (at 50.8 110.49 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid d7d536b3-dc91-4534-a41c-857cdeeaceb4) + ) + (label "MANUAL_MUX_SELECT" (at 142.24 218.44 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid dad5be2b-3a48-4d9e-90aa-e90d9951c936) + ) + (label "SP_QSPI_XTRA10" (at 50.8 115.57 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid e2b9a67c-bb6b-484d-8c19-33e1c42720ad) + ) + (label "~{SP3_QSPI_CS}" (at 229.87 120.65 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid e4f0965b-4c4b-4ab3-a589-5d9a0ccd1038) + ) + (label "SP3_QSPI_CLK" (at 24.13 165.1 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid e6f7485f-fd3c-4a81-90d9-81af9793b174) + ) + (label "SPI_FLASH_DQ3" (at 311.15 92.71 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid eb228dfb-a153-40ae-9217-2dc5eb773836) + ) + (label "~{SP_QSPI_CS}" (at 25.4 107.95 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid f19842a1-60d9-4072-a9b7-fa66eb14dd1c) + ) + (label "SP_FLASH_CLK_1V8" (at 172.72 92.71 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid f28c2a78-8a8a-4798-bda6-320571d29598) + ) + (label "SP_QSPI_IO1" (at 130.81 102.87 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid fee514ff-cee2-47cf-96e6-2e608faf2d71) + ) + + (symbol (lib_id "Analog_Switch:TS3A27518EPW") (at 266.7 107.95 0) (mirror y) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-000060edf7a1) + (property "Reference" "U3" (at 252.73 87.63 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "TS3A27518EPW" (at 256.54 127 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_SO:TSSOP-24_4.4x7.8mm_P0.65mm" (at 266.7 82.55 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ts3a27518e.pdf" (at 266.7 110.49 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "MPN" "TS3A27518EPWR" (at 266.7 107.95 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Source" "Mouser" (at 266.7 107.95 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 081c2079-a00f-466b-9d9e-d8e530ac6c21)) + (pin "10" (uuid cac7cfec-3697-4a95-ae0b-f531e769ea35)) + (pin "11" (uuid ead56343-98c0-4f0d-8e80-4627b14a2373)) + (pin "12" (uuid 2220b90c-8c1b-4cec-89af-f383fc400375)) + (pin "13" (uuid 01d30ca2-5c2b-42d4-aaba-e6299a1a9426)) + (pin "14" (uuid 3df974c9-3f36-4bf7-a81a-9c64ce1ddf2d)) + (pin "15" (uuid 66529f8e-6f23-467e-999a-26a9e6696038)) + (pin "16" (uuid 1245bfd2-bfa6-4734-b2a0-bd769064769c)) + (pin "17" (uuid ec054d7b-1e30-49ba-9073-4aa7536312aa)) + (pin "18" (uuid bfb802f9-10ab-4892-8ea7-228408f64dc9)) + (pin "19" (uuid baddcddf-418c-4574-9169-6c70b35265d7)) + (pin "2" (uuid c096a7ea-2b8c-4bda-b6c6-ad6a4030a11a)) + (pin "20" (uuid 8e783d11-713b-4385-a9a5-fa898de45680)) + (pin "21" (uuid 1c2576ae-edd9-4d7c-a27b-f021e56b8657)) + (pin "22" (uuid 8b263f08-b13d-4705-bb9d-25eff3a67afa)) + (pin "23" (uuid 6249c58a-8327-4948-b8bc-6653c732ed83)) + (pin "24" (uuid 82f9f4b7-9a58-474f-834b-545dd13809ce)) + (pin "3" (uuid 39d9c80c-6aed-4fc8-b617-d38833f4b62a)) + (pin "4" (uuid 3e67b0c3-36cb-4205-b5c9-1d176edd6a0b)) + (pin "5" (uuid c774ecd2-b852-4c02-8052-b236b3fa2806)) + (pin "6" (uuid d05dabcf-c278-47c8-b44a-2b18daf45c0a)) + (pin "7" (uuid 87a867c6-1489-4d23-8915-a0e7884373e2)) + (pin "8" (uuid 2541b5a5-cf74-4b45-880c-623fb652a1b1)) + (pin "9" (uuid 3e37bb13-980b-4fd4-97d4-60b851069c27)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "U3") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "oxide_spimux:MT25QU256ABA8E12") (at 355.6 85.09 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-000060eee84d) + (property "Reference" "U4" (at 358.14 78.74 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "MT25QU256ABA8E12" (at 359.41 119.38 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "spimux:BGA-25_5x5_6.0x8.0mm" (at 355.6 85.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 355.6 85.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "A2" (uuid 95bc1cf5-9d45-4df8-b680-95fd1d88d321)) + (pin "A3" (uuid 8a3a6490-8cc7-4108-8d72-ddaa4529b7c3)) + (pin "A4" (uuid 360a07ed-5086-4090-a46b-a66af9c46e59)) + (pin "A5" (uuid afc14195-79e1-4b91-904f-391ccde06b8f)) + (pin "B1" (uuid c31092db-79b8-40e4-878b-a8fa9f76b8c8)) + (pin "B2" (uuid 2423ea19-f919-41f7-9426-06856fe5eec4)) + (pin "B3" (uuid 754ca7a8-7805-4a51-aa44-5de34361d901)) + (pin "B4" (uuid ebdd4c35-f90b-4b3a-81ba-6ae05797c272)) + (pin "B5" (uuid 43ad4d0a-c87e-4b08-9333-5a4a5dec26d8)) + (pin "C1" (uuid a7e6551f-e6a6-439f-84ae-870bd2427c1c)) + (pin "C2" (uuid 33e4dc10-c7bc-48c8-ba64-78fe4f10b6ea)) + (pin "C3" (uuid 72dda1bf-9c64-407e-8161-b3b6c2d051b8)) + (pin "C4" (uuid 71cc319b-3d8c-4c2b-9405-e093dd14d95a)) + (pin "C5" (uuid 76c12b68-6e9f-4bd6-84a9-14826abca493)) + (pin "D1" (uuid 101e994e-09e8-41ca-add3-0adc46a68729)) + (pin "D2" (uuid d162a6ff-f1eb-4c6a-b885-62c3014208ff)) + (pin "D3" (uuid 9ea9ce70-d7b7-42ef-8788-2814a576b191)) + (pin "D4" (uuid ff29d1d7-20cf-4ed9-84c0-4eaedb657ba6)) + (pin "D5" (uuid bd2150bf-64b5-47ad-82ce-9e67625607fc)) + (pin "E1" (uuid 5b797bac-da61-48a0-82f8-5b18e7749174)) + (pin "E2" (uuid b6d2b0cd-ad00-41de-8b2a-d35ed5cfd283)) + (pin "E3" (uuid d96aad37-1aa5-46e7-920a-947a75ab7b76)) + (pin "E4" (uuid 5032999e-de40-4647-9206-66c5bfc822f0)) + (pin "E5" (uuid f2bcb36d-faa0-4c72-b4b3-02d099a17799)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "U4") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C") (at 163.83 133.35 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-000060ef094d) + (property "Reference" "C4" (at 166.751 132.1816 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "1uF" (at 166.751 134.493 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Capacitor_SMD:C_0402_1005Metric" (at 164.7952 137.16 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 163.83 133.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid fc527ab1-00a3-4b95-88ee-e22a5c737648)) + (pin "2" (uuid 1a3a5d5f-26a1-41bf-87b2-96d4f61a895c)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "C4") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+1V8") (at 163.83 127 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-000060ef1953) + (property "Reference" "#PWR019" (at 163.83 130.81 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+1V8" (at 164.211 122.6058 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 163.83 127 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 163.83 127 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid b00162a8-4bd3-4121-830e-90bfbfe827a7)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "#PWR019") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GNDREF") (at 351.79 123.19 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-000060efc3a2) + (property "Reference" "#PWR027" (at 351.79 129.54 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GNDREF" (at 351.917 127.5842 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 351.79 123.19 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 351.79 123.19 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 610f8e74-176a-4107-a70e-92d95e91ee48)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "#PWR027") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GNDREF") (at 266.7 132.08 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-000060efd08d) + (property "Reference" "#PWR023" (at 266.7 138.43 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GNDREF" (at 266.827 136.4742 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 266.7 132.08 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 266.7 132.08 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid b868cee7-c736-4dad-8504-83260890ff0a)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "#PWR023") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+1V8") (at 351.79 74.93 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-000060eff459) + (property "Reference" "#PWR026" (at 351.79 78.74 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+1V8" (at 352.171 70.5358 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 351.79 74.93 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 351.79 74.93 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 129b0a36-864d-4b1d-9c65-957c7c2f6bc6)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "#PWR026") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+1V8") (at 266.7 74.93 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-000060f00620) + (property "Reference" "#PWR022" (at 266.7 78.74 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+1V8" (at 267.081 70.5358 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 266.7 74.93 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 266.7 74.93 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 6732d281-728d-4abd-9259-a31f4ca35cc6)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "#PWR022") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_US") (at 345.44 81.28 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-000060f03042) + (property "Reference" "R5" (at 347.1672 80.1116 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "10k" (at 347.1672 82.423 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 346.456 81.534 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 345.44 81.28 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 114d5925-cbf4-4a68-9309-d93c5cdec067)) + (pin "2" (uuid d192e9a8-d479-47a0-a67b-58a49b5e7033)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "R5") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_US") (at 339.09 81.28 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-000060f04a83) + (property "Reference" "R4" (at 340.8172 80.1116 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "10k" (at 340.8172 82.423 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 340.106 81.534 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 339.09 81.28 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid aa630d64-5c20-47f7-9c1c-8f40f202bed3)) + (pin "2" (uuid 5a9ece5e-2f92-4fb5-8d4c-b027cc339c8f)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "R4") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Connector_Generic:Conn_01x02") (at 20.32 217.17 0) (mirror y) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-000060f17ab7) + (property "Reference" "J1" (at 22.4028 211.6582 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Conn_01x02" (at 22.4028 213.9696 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical" (at 20.32 217.17 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 20.32 217.17 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "MPN" "PRPC024SAAN-RC" (at 20.32 217.17 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 3de0c1fe-1319-45bd-b611-c239f5914c09)) + (pin "2" (uuid ad008160-7838-4b0a-8ed5-95f2589ef496)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "J1") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C") (at 314.96 137.16 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-000060f1a5f0) + (property "Reference" "C5" (at 317.881 135.9916 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "1uF" (at 317.881 138.303 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Capacitor_SMD:C_0402_1005Metric" (at 315.9252 140.97 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 314.96 137.16 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid feb74aec-fe4a-4912-b0b2-2704b8a666e5)) + (pin "2" (uuid ec6d34cc-f15e-4b49-b574-b559ff435694)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "C5") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+1V8") (at 29.21 212.09 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-000060f1b414) + (property "Reference" "#PWR02" (at 29.21 215.9 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+1V8" (at 29.591 207.6958 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 29.21 212.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 29.21 212.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 0271c94e-c5df-44a8-8a5a-d67b084e868b)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "#PWR02") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C") (at 325.12 137.16 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-000060f1c3d0) + (property "Reference" "C6" (at 328.041 135.9916 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "1uF" (at 328.041 138.303 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Capacitor_SMD:C_0402_1005Metric" (at 326.0852 140.97 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 325.12 137.16 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid d31c0240-f53a-4717-b37a-6b56ceaf2fb8)) + (pin "2" (uuid 0ebc728c-18c7-4a8c-aeca-8ab0e38ab597)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "C6") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+1V8") (at 320.04 129.54 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-000060f1c783) + (property "Reference" "#PWR024" (at 320.04 133.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+1V8" (at 320.421 125.1458 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 320.04 129.54 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 320.04 129.54 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 3d7e7934-3034-4a5c-92f4-2724135ae394)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "#PWR024") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GNDREF") (at 320.04 144.78 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-000060f1d235) + (property "Reference" "#PWR025" (at 320.04 151.13 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GNDREF" (at 320.167 149.1742 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 320.04 144.78 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 320.04 144.78 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 5bf4fcf3-bcb3-4fd2-b57f-4a288003c5ff)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "#PWR025") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "gimletlet-cache:Connector_Generic_Conn_02x06_Top_Bottom") (at 41.91 113.03 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-000060f224f8) + (property "Reference" "J3" (at 43.18 102.4382 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "QSPI PMOD" (at 43.18 104.7496 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "pmod:PMOD_12pin_peripheral_horizontal" (at 41.91 113.03 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 41.91 113.03 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 5709d14b-b8a1-473c-b86d-6fec9e0bf00d)) + (pin "10" (uuid 341312ab-050d-42e6-8825-782ce5a60e59)) + (pin "11" (uuid b0ba6804-6918-43ad-af53-c0bbb132511a)) + (pin "12" (uuid 111ccb8b-01bc-42b5-898e-b401a82eb9f3)) + (pin "2" (uuid 7c7b6cc2-d20d-4435-bda7-49ca5d4f6b27)) + (pin "3" (uuid 5b5bef5c-b861-40fb-9703-e3ee3b373269)) + (pin "4" (uuid c4fc1bb6-a6bc-4a44-b5fb-d841f8cf353b)) + (pin "5" (uuid bd803813-4ddb-414a-8c3f-a301d0d6cc0e)) + (pin "6" (uuid ddddfdef-d544-462d-aa19-5826cc94a4aa)) + (pin "7" (uuid 000528e1-847c-47c6-97fd-dd6e684b7ad0)) + (pin "8" (uuid 95bd20d3-d9de-451c-9aee-b7be70ad94ff)) + (pin "9" (uuid 655cb7d2-816a-405f-9430-4cbd40a1028e)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "J3") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GNDREF") (at 29.21 231.14 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-000060f26b32) + (property "Reference" "#PWR03" (at 29.21 237.49 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GNDREF" (at 29.337 235.5342 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 29.21 231.14 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 29.21 231.14 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 23819d74-7019-46f2-bfe6-8ec14693bff1)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "#PWR03") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GNDREF") (at 53.34 124.46 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-000060f2e5a0) + (property "Reference" "#PWR08" (at 53.34 130.81 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GNDREF" (at 53.467 128.8542 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 53.34 124.46 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 53.34 124.46 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 8d607893-2ed9-45d9-8601-28e2010f54c1)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "#PWR08") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GNDREF") (at 34.29 124.46 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-000060f2f7eb) + (property "Reference" "#PWR05" (at 34.29 130.81 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GNDREF" (at 34.417 128.8542 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 34.29 124.46 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 34.29 124.46 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 7bf85203-4e45-42fd-961e-d6ab069fe4e6)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "#PWR05") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "spimux-rescue:+3.3V-power") (at 71.12 119.38 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-000060f3215d) + (property "Reference" "#PWR010" (at 71.12 123.19 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3.3V" (at 71.501 114.9858 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 71.12 119.38 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 71.12 119.38 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 881f5bc6-53af-40d7-80f2-b921669ecda2)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "#PWR010") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "spimux-rescue:+3.3V-power") (at 17.78 119.38 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-000060f33274) + (property "Reference" "#PWR01" (at 17.78 123.19 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3.3V" (at 18.161 114.9858 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 17.78 119.38 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 17.78 119.38 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 64ff42af-b350-4ddb-90fe-eaee34b5e36d)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "#PWR01") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Mechanical:MountingHole_Pad") (at 229.87 165.1 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-000060f345f9) + (property "Reference" "H1" (at 232.41 163.8554 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "MountingHole_Pad" (at 232.41 166.1668 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "MountingHole:MountingHole_3.2mm_M3_Pad" (at 229.87 165.1 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 229.87 165.1 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 846f48d9-07b6-47d1-9960-c780d36b2ed1)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "H1") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GNDREF") (at 229.87 170.18 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-000060f35a7b) + (property "Reference" "#PWR0101" (at 229.87 176.53 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GNDREF" (at 229.997 174.5742 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 229.87 170.18 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 229.87 170.18 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid bf16989c-e2c3-4343-8936-c75c08dfe3ec)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "#PWR0101") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_US") (at 29.21 224.79 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-000060f3df79) + (property "Reference" "R1" (at 30.9372 223.6216 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "10k" (at 30.9372 225.933 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 30.226 225.044 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 29.21 224.79 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 13ed9791-9c6d-4e9a-940e-33dbadc628bf)) + (pin "2" (uuid a10639af-02e5-4587-82f2-5411ed28fa0d)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "R1") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+1V8") (at 176.53 86.36 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-000060f73730) + (property "Reference" "#PWR020" (at 176.53 90.17 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+1V8" (at 176.911 81.9658 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 176.53 86.36 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 176.53 86.36 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 8dbf3277-af8f-47ce-817f-a9ebe2d50643)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "#PWR020") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "spimux-rescue:+3.3V-power") (at 139.7 86.36 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-000060f7443a) + (property "Reference" "#PWR016" (at 139.7 90.17 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3.3V" (at 140.081 81.9658 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 139.7 86.36 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 139.7 86.36 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 3b08d378-6ab1-417c-bb74-68680042b308)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "#PWR016") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GNDREF") (at 176.53 119.38 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-000060f796b7) + (property "Reference" "#PWR021" (at 176.53 125.73 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GNDREF" (at 176.657 123.7742 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 176.53 119.38 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 176.53 119.38 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 4fe8106b-b8ce-4f74-b24a-6c7de15edb4f)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "#PWR021") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "spimux-rescue:+3.3V-power") (at 153.67 127 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-000060f81cf5) + (property "Reference" "#PWR017" (at 153.67 130.81 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3.3V" (at 154.051 122.6058 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 153.67 127 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 153.67 127 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid ae46984f-4b71-43c1-b328-d349fbc1ee6e)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "#PWR017") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GNDREF") (at 153.67 139.7 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-000060f825bd) + (property "Reference" "#PWR018" (at 153.67 146.05 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GNDREF" (at 153.797 144.0942 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 153.67 139.7 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 153.67 139.7 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 11fad734-b05a-4617-83c0-f69d341014c4)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "#PWR018") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+1V8") (at 48.26 229.87 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-000060f82ea1) + (property "Reference" "#PWR06" (at 48.26 233.68 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+1V8" (at 48.641 225.4758 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 48.26 229.87 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 48.26 229.87 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 5952c0b7-28b9-4e3e-a49c-0c7ba9025343)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "#PWR06") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GNDREF") (at 48.26 247.65 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-000060f82ea7) + (property "Reference" "#PWR07" (at 48.26 254 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GNDREF" (at 48.387 252.0442 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 48.26 247.65 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 48.26 247.65 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 34ad4b27-a350-4390-ad36-d403b6486e4d)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "#PWR07") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Connector_Generic:Conn_01x02") (at 39.37 242.57 0) (mirror y) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-000060f82ead) + (property "Reference" "J2" (at 41.4528 237.0582 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Conn_01x02" (at 41.4528 239.3696 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical" (at 39.37 242.57 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 39.37 242.57 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "MPN" "PRPC024SAAN-RC" (at 39.37 242.57 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid ca420b78-7345-4c20-bab7-442a5067817e)) + (pin "2" (uuid 0c5be27c-c53a-4a7b-8046-fce60217bef4)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "J2") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_US") (at 48.26 236.22 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-000060f82eb3) + (property "Reference" "R2" (at 49.9872 235.0516 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "10k" (at 49.9872 237.363 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 49.276 236.474 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 48.26 236.22 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 2ddd1aaa-32a7-4a90-a33f-98db03bcaf80)) + (pin "2" (uuid 21d25ed7-eba2-4ec2-ad38-c7cfe62a4736)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "R2") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C") (at 153.67 133.35 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-000060f83101) + (property "Reference" "C3" (at 156.591 132.1816 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "1uF" (at 156.591 134.493 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Capacitor_SMD:C_0402_1005Metric" (at 154.6352 137.16 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 153.67 133.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 0c8f3711-a73a-4c98-a5d3-2a6576322f6c)) + (pin "2" (uuid c85c50fa-f327-4d54-bb53-a260fe836336)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "C3") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "gimletlet-cache:Connector_Generic_Conn_02x06_Top_Bottom") (at 41.91 162.56 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-000060fddd89) + (property "Reference" "J4" (at 43.18 151.9682 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Connector_Generic_Conn_02x06_Top_Bottom" (at 43.18 154.2796 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_2x06_P2.54mm_Vertical" (at 41.91 162.56 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 41.91 162.56 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid b9429109-2af6-4f88-a4aa-dcee1d6b6b49)) + (pin "10" (uuid 554540b6-71be-4393-b1ad-bcf502fb6bc5)) + (pin "11" (uuid d986d0b5-1f3a-4f72-bc44-9ba7d07c718a)) + (pin "12" (uuid 0dc70d5c-61c1-44e6-9777-7b74a18e3682)) + (pin "2" (uuid 3cb5edb1-23d9-43e3-b05f-c67e2ed7a349)) + (pin "3" (uuid 664644e0-37bb-4ddd-8f87-d653fb5c1ffb)) + (pin "4" (uuid 381a0ee9-c623-4118-aa6a-e81d1776716e)) + (pin "5" (uuid d56aac8b-36b7-4c4e-8c75-fef86e11954b)) + (pin "6" (uuid 7dd243bd-0be5-4bf8-9d12-c07e9b3d0729)) + (pin "7" (uuid a0832089-7b0d-4d25-afa3-b3ff00f1215e)) + (pin "8" (uuid f1828e3e-f30d-40c9-a146-1bd37880d2c7)) + (pin "9" (uuid 6fd669b9-da68-4efb-a520-3dc6504cd5be)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "J4") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GNDREF") (at 53.34 175.26 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-000060fdf5d7) + (property "Reference" "#PWR09" (at 53.34 181.61 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GNDREF" (at 53.467 179.6542 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 53.34 175.26 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 53.34 175.26 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid a206506d-1cc6-4288-aea3-f6ec06d58c21)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "#PWR09") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GNDREF") (at 33.02 175.26 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-000060fe1c7b) + (property "Reference" "#PWR04" (at 33.02 181.61 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GNDREF" (at 33.147 179.6542 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 33.02 175.26 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 33.02 175.26 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 1b3c4c8c-4e0a-49d5-b7c8-c3f5a7033152)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "#PWR04") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "spimux-rescue:LM1117-1.8-Regulator_Linear") (at 90.17 55.88 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-000061055d86) + (property "Reference" "U1" (at 90.17 49.7332 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "LM1117-1.8" (at 90.17 52.0446 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-223" (at 90.17 55.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm1117.pdf" (at 90.17 55.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "MPN" "LM1117MPX-18NOPB" (at 90.17 55.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid b6ea331f-08d9-4e6c-8926-6f78859d9783)) + (pin "2" (uuid f57e2466-e954-4dac-8441-b7854c86ceaf)) + (pin "3" (uuid de7dafff-e034-4758-8f84-dee2d9afd28b)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "U1") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GNDREF") (at 90.17 69.85 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-0000610570d9) + (property "Reference" "#PWR012" (at 90.17 76.2 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GNDREF" (at 90.297 74.2442 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 90.17 69.85 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 90.17 69.85 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid ac245463-c3c3-41a2-b364-75555f327699)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "#PWR012") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+1V8") (at 105.41 52.07 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-000061057e19) + (property "Reference" "#PWR013" (at 105.41 55.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+1V8" (at 105.791 47.6758 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 105.41 52.07 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 105.41 52.07 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 1d40aab7-4485-4472-b21b-f4cbbddbfd67)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "#PWR013") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "spimux-rescue:+3.3V-power") (at 73.66 52.07 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-000061058924) + (property "Reference" "#PWR011" (at 73.66 55.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3.3V" (at 74.041 47.6758 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 73.66 52.07 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 73.66 52.07 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 8cc11b73-ed15-43dc-8b59-baa143f3fba4)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "#PWR011") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "spimux-rescue:CP1_Small-Device") (at 73.66 60.96 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-000061059726) + (property "Reference" "C1" (at 75.9714 59.7916 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "10uF" (at 75.9714 62.103 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Capacitor_SMD:CP_Elec_5x5.3" (at 73.66 60.96 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 73.66 60.96 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "MPN" "EDK106M050A9DAA" (at 73.66 60.96 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Source" "Digikey" (at 73.66 60.96 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 4c58b80b-d722-4448-9eca-c10eefe96792)) + (pin "2" (uuid 55708644-0255-4375-a67a-cea159a94818)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "C1") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "spimux-rescue:CP1_Small-Device") (at 105.41 60.96 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-00006105a517) + (property "Reference" "C2" (at 107.7214 59.7916 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "10uF" (at 107.7214 62.103 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Capacitor_SMD:CP_Elec_5x5.3" (at 105.41 60.96 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 105.41 60.96 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "MPN" "EDK106M050A9DAA" (at 105.41 60.96 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Source" "Digikey" (at 105.41 60.96 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 6a86539a-1d5e-4a85-a23c-a5d5c4c28493)) + (pin "2" (uuid aca1f187-315b-4843-8bbb-acfd8bd9b2d4)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "C2") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GNDREF") (at 137.16 229.87 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-00006108a886) + (property "Reference" "#PWR015" (at 137.16 236.22 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GNDREF" (at 137.287 234.2642 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 137.16 229.87 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 137.16 229.87 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid d5b07673-bfbf-45ea-af6b-bb6554f99ca7)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "#PWR015") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Connector_Generic:Conn_01x02") (at 128.27 215.9 0) (mirror y) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-00006108a88c) + (property "Reference" "J5" (at 130.3528 210.3882 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Conn_01x02" (at 130.3528 212.6996 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical" (at 128.27 215.9 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 128.27 215.9 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "MPN" "PRPC024SAAN-RC" (at 128.27 215.9 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 93a0acf6-b463-4334-81f0-e248d08bd081)) + (pin "2" (uuid 30a49312-4932-446d-b94c-192b94656a05)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "J5") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_US") (at 137.16 223.52 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-00006108a892) + (property "Reference" "R3" (at 138.8872 222.3516 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "10k" (at 138.8872 224.663 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 138.176 223.774 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 137.16 223.52 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid da6b787a-5913-46eb-8ac4-d0559a703040)) + (pin "2" (uuid ae3c922c-a949-4bf9-af2f-78ab23b14e63)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "R3") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "spimux-rescue:+3.3V-power") (at 137.16 208.28 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-00006108f8da) + (property "Reference" "#PWR014" (at 137.16 212.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3.3V" (at 137.541 203.8858 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 137.16 208.28 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 137.16 208.28 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 3c3307f7-2b1b-4355-9075-5d4b831fcd5c)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "#PWR014") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Connector_Generic:Conn_01x03") (at 170.18 215.9 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-00006109058b) + (property "Reference" "J6" (at 172.212 214.8332 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Conn_01x03" (at 172.212 217.1446 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical" (at 170.18 215.9 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 170.18 215.9 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "MPN" "PRPC024SAAN-RC" (at 170.18 215.9 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 46f0efa4-010c-45a9-b623-9e828f3e1ee1)) + (pin "2" (uuid 7b5d1f7c-d6cf-416e-8749-cd7b60405517)) + (pin "3" (uuid cfd731d5-60b2-4065-b5b3-0f3d411ce5cd)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "J6") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "oxide_spimux:ADG3308BRUZ") (at 147.32 88.9 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 00000000-0000-0000-0000-0000610b68db) + (property "Reference" "U2" (at 158.75 82.169 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "ADG3308BRUZ" (at 158.75 84.4804 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_SO:TSSOP-20_4.4x6.5mm_P0.65mm" (at 147.32 88.9 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 147.32 88.9 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid c8a2b7c8-1422-476e-88dd-1e4b68914474)) + (pin "10" (uuid 21604cb4-d390-40e9-a9d2-1e05ed3ac6f9)) + (pin "11" (uuid 76ef7daf-d681-42e9-8b86-f7b007ee8775)) + (pin "12" (uuid a69771dc-e195-4639-a84e-40e3b5ac320f)) + (pin "13" (uuid fe24c18c-5aa3-463f-9f31-dc762aac525f)) + (pin "14" (uuid de46bbc3-c3ef-418a-b0d3-605217069684)) + (pin "15" (uuid 9ff33a9d-ebcc-4589-b9d4-622ded055dfc)) + (pin "16" (uuid a38e81bf-bfa7-4d3a-8ae5-0c61251a3496)) + (pin "17" (uuid c025e550-d8cb-4097-94bd-663ff02aa140)) + (pin "18" (uuid dc022b34-be78-47ca-93ff-7750f34b5817)) + (pin "19" (uuid 63c4e448-0ad8-4bce-bf38-a6ec626dd458)) + (pin "2" (uuid 2e06e7b5-c2d7-41bf-affa-1213e60577d1)) + (pin "20" (uuid 52def7e0-a4cc-4c92-b03b-05f873d9b643)) + (pin "3" (uuid fe0ed313-74a6-4e8b-a15d-8c9fef6dbcd8)) + (pin "4" (uuid 9515d19d-7c1f-471e-9c94-cf12f3c40606)) + (pin "5" (uuid 07816a97-6bd6-4e98-8655-41bdfe3000d2)) + (pin "6" (uuid 793c449a-ca77-4e47-9146-f55df554c5c4)) + (pin "7" (uuid 7d912736-6fe9-44ee-b997-f35a949ae400)) + (pin "8" (uuid 8010dcbc-73b8-42d4-a09a-d1b17df08fbc)) + (pin "9" (uuid ec6d4e3f-f445-4492-aa9b-115ddbad2ccf)) + (instances + (project "spimux" + (path "/b2f994e5-f3ef-40e8-bcfa-e3d434de3f53" + (reference "U2") (unit 1) + ) + ) + ) + ) + + (sheet_instances + (path "/" (page "1")) + ) +) diff --git a/sym-lib-table b/sym-lib-table new file mode 100644 index 0000000..28d78f4 --- /dev/null +++ b/sym-lib-table @@ -0,0 +1,7 @@ +(sym_lib_table + (version 7) + (lib (name "oxide_spimux")(type "Legacy")(uri "${KIPRJMOD}/oxide_spimux.lib")(options "")(descr "")) + (lib (name "gimletlet-cache")(type "Legacy")(uri "${KIPRJMOD}/../gimletlet-2/gimletlet-cache.lib")(options "")(descr "")) + (lib (name "ignitionlet-cache")(type "Legacy")(uri "${KIPRJMOD}/../ignitionlet/ignitionlet-cache.lib")(options "")(descr "")) + (lib (name "spimux-rescue")(type "KiCad")(uri "${KIPRJMOD}/spimux-rescue.kicad_sym")(options "")(descr "")) +)