diff --git a/qclk/qclk.kicad_dru b/qclk/qclk.kicad_dru new file mode 100644 index 0000000..c42eb3c --- /dev/null +++ b/qclk/qclk.kicad_dru @@ -0,0 +1,133 @@ +(version 1) +# Custom Design Rules (DRC) for KiCAD 7.0 (Stored in '.kicad_dru' file). +# +# Matching JLCPCB capabilities: https://jlcpcb.com/capabilities/pcb-capabilities +# +# KiCad documentation: https://docs.kicad.org/master/id/pcbnew/pcbnew_advanced.html#custom_design_rules +# +# Inspiration +# - https://gist.github.com/darkxst/f713268e5469645425eed40115fb8b49 (with comments) +# - https://gist.github.com/denniskupec/e163d13b0a64c2044bd259f64659485e (with comments) + +# TODO new rule: NPTH pads. +# Inner diameter of pad should be 0.4-0.5 mm larger than NPTH drill diameter. +# JLCPCB: "We make NPTH via dry sealing film process, if customer would like a NPTH but around with pad/copper, our engineer will dig out around pad/copper about 0.2mm-0.25mm, otherwise the metal potion will be flowed into the hole and it becomes a PTH. (there will be no copper dig out optimization for single board)." + +# TODO: new rule for plated slots: min diameter/width 0.5mm +# JLCPCB: "The minimum plated slot width is 0.5mm, which is drawn with a pad." + +# TODO new rule: non-plated slots: min diameter/width 1.0mm +# JLCPCB: "The minimum Non-Plated Slot Width is 1.0mm, please draw the slot outline in the mechanical layer(GML or GKO)"" + +(rule "Track width, outer layer (1oz copper)" + (layer outer) + (condition "A.Type == 'track'") + (constraint track_width (min 0.127mm)) +) + +(rule "Track spacing, outer layer (1oz copper)" + (layer outer) + (condition "A.Type == 'track' && B.Type == A.Type") + (constraint clearance (min 0.127mm)) +) + +(rule "Track width, inner layer" + (layer inner) + (condition "A.Type == 'track'") + (constraint track_width (min 0.09mm)) +) + +(rule "Track spacing, inner layer" + (layer inner) + (condition "A.Type == 'track' && B.Type == A.Type") + (constraint clearance (min 0.09mm)) +) + +(rule "Silkscreen text" + (layer "?.Silkscreen") + (condition "A.Type == 'Text' || A.Type == 'Text Box'") + (constraint text_thickness (min 0.15mm)) + (constraint text_height (min 1mm)) +) + +(rule "Pad to Silkscreen" + (layer outer) + (condition "A.Type == 'pad' && B.Layer == '?.Silkscreen'") + (constraint silk_clearance (min 0.15mm)) +) + +(rule "Edge (routed) to track clearance" + (condition "A.Type == 'track'") + (constraint edge_clearance (min 0.3mm)) +) + +#(rule "Edge (v-cut) to track clearance" +# (condition "A.Type == 'track'") +# (constraint edge_clearance (min 0.4mm)) +#) + +# JLCPCB restrictions ambiguous: +# Illustration: 0.2 mm, 1&2 layer: 0.3 mm, multilayer: "(0.15mm more costly)" +# This rule handles diameter minimum and maximum for ALL holes. +# Other specialized rules handle restrictions (e.g. Via, PTH, NPTH) +(rule "Hole diameter" + (constraint hole_size (min 0.2mm) (max 6.3mm)) +) + +(rule "Hole (NPTH) diameter" + (layer outer) + (condition "!A.isPlated()") + (constraint hole_size (min 0.5mm)) +) + +# TODO: Hole to board edge ≥ 1 mm. Min. board size 10 × 10 mm +(rule "Hole (castellated) diameter" + (layer outer) + (condition "A.Type == 'pad' && A.Fabrication_Property == 'Castellated pad'") + (constraint hole_size (min 0.6mm)) +) + +# JLCPCB: "Via diameter should be 0.1mm(0.15mm preferred) larger than Via hole size" (illustration shows diameters for both dimensions) +# JLCPCB: PTH: "The annular ring size will be enlarged to 0.15mm in production." +(rule "Annular ring width (via and PTH)" + (layer outer) + (condition "A.isPlated()") + (constraint annular_width (min 0.075mm)) +) + +(rule "Clearance: hole to hole (perimeter), different nets" + (layer outer) + (condition "A.Net != B.Net") + (constraint hole_to_hole (min 0.5mm)) +) + +(rule "Clearance: hole to hole (perimeter), same net" + (layer outer) + (condition "A.Net == B.Net") + (constraint hole_to_hole (min 0.254mm)) +) + +(rule "Clearance: track to NPTH hole (perimeter)" +# (condition "A.Pad_Type == 'NPTH, mechanical' && B.Type == 'track' && A.Net != B.Net") + (condition "!A.isPlated() && B.Type == 'track' && A.Net != B.Net") + (constraint hole_clearance (min 0.254mm)) +) + +(rule "Clearance: track to PTH hole perimeter" + (condition "A.isPlated() && B.Type == 'track' && A.Net != B.Net") + (constraint hole_clearance (min 0.33mm)) +) + +# TODO: try combining with rule "Clearance: PTH to track, different nets" +(rule "Clearance: track to pad" + (condition "A.Type == 'pad' && B.Type == 'track' && A.Net != B.Net") + (constraint clearance (min 0.2mm)) +) + +(rule "Clearance: pad/via to pad/via" + (layer outer) +# (condition "(A.Type == 'Pad' || A.Type == 'Via') && (B.Type == 'Pad' || B.Type == 'Via') && A.Net != B.Net") + (condition "A.isPlated() && B.isPlated() && A.Net != B.Net") + (constraint clearance (min 0.127mm)) +) + diff --git a/qclk/qclk.kicad_pcb b/qclk/qclk.kicad_pcb index 8cf033f..5c46619 100644 --- a/qclk/qclk.kicad_pcb +++ b/qclk/qclk.kicad_pcb @@ -83,79 +83,194 @@ (net 1 "GND") (net 2 "+12V") (net 3 "+5V") - (net 4 "Net-(Q1-B)") - (net 5 "Net-(Q1-E)") - (net 6 "Net-(Q2-E)") - (net 7 "Net-(Q2-B)") - (net 8 "Net-(Q3-E)") - (net 9 "Net-(Q3-B)") - (net 10 "Net-(Q4-E)") - (net 11 "Net-(Q4-B)") - (net 12 "Net-(U3-A)") - (net 13 "Net-(U2-O1)") - (net 14 "Net-(U3-B)") - (net 15 "Net-(U2-O2)") - (net 16 "Net-(U3-C)") - (net 17 "Net-(U2-O3)") - (net 18 "Net-(U2-O4)") - (net 19 "Net-(U3-D)") - (net 20 "Net-(U2-O5)") - (net 21 "Net-(U3-E)") - (net 22 "Net-(U2-O6)") - (net 23 "Net-(U3-F)") - (net 24 "Net-(U3-G)") - (net 25 "Net-(U2-O7)") - (net 26 "Net-(U2-O8)") - (net 27 "Net-(U3-DP)") - (net 28 "unconnected-(U1-USB_DP-PadTP3)") - (net 29 "Net-(U1-GPIO2)") - (net 30 "Net-(U1-GPIO5)") - (net 31 "unconnected-(U1-GPIO15-Pad20)") - (net 32 "unconnected-(U1-GPIO12-Pad16)") - (net 33 "unconnected-(U1-GPIO13-Pad17)") - (net 34 "Net-(U1-GPIO7)") - (net 35 "unconnected-(U1-~{BOOTSEL}-PadTP6)") - (net 36 "Net-(U1-GPIO4)") - (net 37 "unconnected-(U1-USB_DM-PadTP2)") - (net 38 "unconnected-(U1-GPIO17-Pad22)") - (net 39 "unconnected-(U1-3V3-Pad36)") - (net 40 "unconnected-(U1-GPIO22-Pad29)") - (net 41 "unconnected-(U1-GPIO14-Pad19)") - (net 42 "unconnected-(U1-GPIO26_ADC0-Pad31)") - (net 43 "unconnected-(U1-ADC_VREF-Pad35)") - (net 44 "unconnected-(U1-GPIO16-Pad21)") - (net 45 "unconnected-(U1-GPIO10-Pad14)") - (net 46 "unconnected-(U1-GPIO11-Pad15)") - (net 47 "Net-(U1-GPIO3)") - (net 48 "unconnected-(U1-~{SMPS_PS}-PadTP4)") - (net 49 "unconnected-(U1-VBUS-Pad40)") - (net 50 "Net-(U1-GPIO8)") - (net 51 "Net-(U1-GPIO6)") - (net 52 "unconnected-(U1-LED_OUT-PadTP5)") - (net 53 "unconnected-(U1-USB_GND-PadTP1)") - (net 54 "unconnected-(U1-GPIO27_ADC1-Pad32)") - (net 55 "Net-(U1-GPIO9)") - (net 56 "unconnected-(U1-3V3_EN-Pad37)") - (net 57 "unconnected-(U1-GPIO28_ADC2-Pad34)") - (net 58 "Net-(U1-RUN)") - (net 59 "Net-(U1-GPIO21)") - (net 60 "Net-(U1-GPIO20)") - (net 61 "Net-(U1-GPIO19)") - (net 62 "Net-(U1-GPIO18)") - (net 63 "Net-(J3-Pin_2)") - (net 64 "Net-(J3-Pin_1)") - (net 65 "Net-(J1-Pin_1)") - (net 66 "Net-(J1-Pin_3)") - (footprint "Package_TO_SOT_THT:TO-92_Inline" + (net 4 "Net-(U3-A)") + (net 5 "Net-(U2-O1)") + (net 6 "Net-(U3-B)") + (net 7 "Net-(U2-O2)") + (net 8 "Net-(U3-C)") + (net 9 "Net-(U2-O3)") + (net 10 "Net-(U2-O4)") + (net 11 "Net-(U3-D)") + (net 12 "Net-(U2-O5)") + (net 13 "Net-(U3-E)") + (net 14 "Net-(U2-O6)") + (net 15 "Net-(U3-F)") + (net 16 "Net-(U3-G)") + (net 17 "Net-(U2-O7)") + (net 18 "Net-(U2-O8)") + (net 19 "Net-(U3-DP)") + (net 20 "unconnected-(U1-USB_DP-PadTP3)") + (net 21 "Net-(U1-GPIO2)") + (net 22 "Net-(U1-GPIO5)") + (net 23 "unconnected-(U1-GPIO15-Pad20)") + (net 24 "unconnected-(U1-GPIO12-Pad16)") + (net 25 "unconnected-(U1-GPIO13-Pad17)") + (net 26 "Net-(U1-GPIO7)") + (net 27 "unconnected-(U1-~{BOOTSEL}-PadTP6)") + (net 28 "Net-(U1-GPIO4)") + (net 29 "unconnected-(U1-USB_DM-PadTP2)") + (net 30 "unconnected-(U1-GPIO17-Pad22)") + (net 31 "unconnected-(U1-3V3-Pad36)") + (net 32 "unconnected-(U1-GPIO22-Pad29)") + (net 33 "unconnected-(U1-GPIO14-Pad19)") + (net 34 "unconnected-(U1-GPIO26_ADC0-Pad31)") + (net 35 "unconnected-(U1-ADC_VREF-Pad35)") + (net 36 "unconnected-(U1-GPIO16-Pad21)") + (net 37 "unconnected-(U1-GPIO10-Pad14)") + (net 38 "unconnected-(U1-GPIO11-Pad15)") + (net 39 "Net-(U1-GPIO3)") + (net 40 "unconnected-(U1-~{SMPS_PS}-PadTP4)") + (net 41 "unconnected-(U1-VBUS-Pad40)") + (net 42 "Net-(U1-GPIO8)") + (net 43 "Net-(U1-GPIO6)") + (net 44 "unconnected-(U1-LED_OUT-PadTP5)") + (net 45 "unconnected-(U1-USB_GND-PadTP1)") + (net 46 "unconnected-(U1-GPIO27_ADC1-Pad32)") + (net 47 "Net-(U1-GPIO9)") + (net 48 "unconnected-(U1-3V3_EN-Pad37)") + (net 49 "unconnected-(U1-GPIO28_ADC2-Pad34)") + (net 50 "Net-(U1-RUN)") + (net 51 "Net-(U1-GPIO21)") + (net 52 "Net-(U1-GPIO20)") + (net 53 "Net-(U1-GPIO19)") + (net 54 "Net-(U1-GPIO18)") + (net 55 "Net-(J3-Pin_2)") + (net 56 "Net-(J3-Pin_1)") + (net 57 "Net-(J1-Pin_1)") + (net 58 "Net-(J1-Pin_3)") + (net 59 "Net-(Q1-D)") + (net 60 "Net-(Q1-G)") + (net 61 "Net-(Q2-D)") + (net 62 "Net-(Q3-D)") + (net 63 "Net-(Q3-G)") + (net 64 "Net-(Q4-D)") + (net 65 "Net-(Q5-D)") + (net 66 "Net-(Q5-G)") + (net 67 "Net-(Q6-D)") + (net 68 "Net-(Q7-G)") + (net 69 "Net-(Q7-D)") + (net 70 "Net-(Q8-D)") + (footprint "MountingHole:MountingHole_2.2mm_M2" + (layer "F.Cu") + (uuid "0028e60c-d05a-495e-9922-75270e65aa44") + (at 270.51 76.2) + (descr "Mounting Hole 2.2mm, no annular, M2") + (tags "mounting hole 2.2mm no annular m2") + (property "Reference" "H4" + (at 0 -3.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "34f17d2f-5cd2-4195-a9ef-f475da224505") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.2 0) + (layer "F.Fab") + (uuid "fdb1b3d1-a53d-47ab-aa9b-f34f654aa832") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4fb8d292-04fa-4373-bc92-e7e7a015d7b8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "06f93e76-e63f-4218-a28c-9a0657b3b55d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "46ac8987-faac-43a8-9c4b-c80197029a52") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "MountingHole*") + (path "/080ef8d2-7339-43d6-a1aa-aceb0a975d6a") + (sheetname "Root") + (sheetfile "qclk.kicad_sch") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "77a0a2ed-7a46-483d-ae77-654b76365515") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "765be740-cd78-46bf-8645-b8eb63ab29e4") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "734fc88e-028b-4a97-bc35-a2b94c9a4d67") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "0b72c41e-415d-48c4-aaa8-c2df819e2c66") + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") (uuid "00348286-20a1-48dc-b695-929a0849f06a") - (at 58.42 147.32 90) - (descr "TO-92 leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf)") - (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (at 52.39 142.5725 90) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") (property "Reference" "Q1" - (at 1.27 -3.56 -90) + (at 0 -2.4 90) (layer "F.SilkS") - (uuid "87642621-bd5c-4e4c-a2fe-da8c9f298611") + (uuid "74bd456e-3704-4b27-95e0-b06bcb0f6b35") (effects (font (size 1 1) @@ -163,10 +278,10 @@ ) ) ) - (property "Value" "BC548" - (at 1.27 2.79 -90) + (property "Value" "2N7002" + (at 0 2.4 90) (layer "F.Fab") - (uuid "dcfc81e1-3c42-40bd-b6ea-b64be10f0bb5") + (uuid "118bd91d-7ff0-4827-9186-da2540983e01") (effects (font (size 1 1) @@ -174,43 +289,43 @@ ) ) ) - (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 90) (unlocked yes) (layer "F.Fab") (hide yes) - (uuid "a6535990-a1e1-44b7-9793-cc776b7b48b9") + (uuid "9726d330-8c20-48a1-8da3-8e285eb85e1d") (effects (font (size 1.27 1.27) ) ) ) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC550-D.pdf" + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/NDS7002A-D.PDF" (at 0 0 90) (unlocked yes) (layer "F.Fab") (hide yes) - (uuid "36bbdd03-c9e5-4245-a939-e7998c5d61c1") + (uuid "9cd5e167-d662-4d1d-9e54-d659d2f38236") (effects (font (size 1.27 1.27) ) ) ) - (property "Description" "0.1A Ic, 30V Vce, Small Signal NPN Transistor, TO-92" + (property "Description" "0.115A Id, 60V Vds, N-Channel MOSFET, SOT-23" (at 0 0 90) (unlocked yes) (layer "F.Fab") (hide yes) - (uuid "9095e3ef-bd31-42fe-8e68-ebe9639f031a") + (uuid "0f58e54f-22a0-4d51-baa4-ac03150dfa29") (effects (font (size 1.27 1.27) ) ) ) - (property "LCSC" "C713615" + (property "LCSC" "C8545" (at 0 0 90) (unlocked yes) (layer "F.Fab") @@ -223,160 +338,195 @@ ) ) ) - (property ki_fp_filters "TO?92*") - (path "/7d712342-7f20-43f0-9180-de1cf02829c6") + (property ki_fp_filters "SOT?23*") + (path "/c66d5477-43f8-453e-bbbb-ee9b57c1ef73") (sheetname "Root") (sheetfile "qclk.kicad_sch") - (attr through_hole) + (attr smd) (fp_line - (start -0.53 1.85) - (end 3.07 1.85) + (start 0 -1.56) + (end 0.65 -1.56) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") - (uuid "f8a5c7ba-22a6-4419-b00a-33347cd6bd97") + (uuid "29cb5cac-e3fc-4438-bd22-9a32eb1a7af4") ) - (fp_arc - (start 1.27 -2.6) - (mid 3.672087 -0.994977) - (end 3.108478 1.838478) + (fp_line + (start 0 -1.56) + (end -0.65 -1.56) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") - (uuid "2829b523-882c-4e59-b876-90a23e785e1c") + (uuid "9148430a-a27a-47f5-abbd-6c4a5b3ae010") ) - (fp_arc - (start -0.568478 1.838478) - (mid -1.132087 -0.994977) - (end 1.27 -2.6) + (fp_line + (start 0 1.56) + (end 0.65 1.56) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") - (uuid "6fadc976-f632-4be7-8754-cd2c4a45018e") + (uuid "4c64e7ca-44a5-495b-b6a5-df09a5d4299a") ) (fp_line - (start -1.46 -2.73) - (end 4 -2.73) + (start 0 1.56) + (end -0.65 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "71fe3786-e71e-44f6-8d5e-2bad0c9c03a8") + ) + (fp_poly + (pts + (xy -1.1625 -1.51) (xy -1.4025 -1.84) (xy -0.9225 -1.84) (xy -1.1625 -1.51) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "3321d6f8-7f87-4150-bf0a-25b2c70003a2") + ) + (fp_line + (start 1.92 -1.7) + (end -1.92 -1.7) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") - (uuid "6639df4e-f724-4b24-b3d4-fdf2a8367c70") + (uuid "1a7d2e3e-cab6-4ca0-be09-44250ed224ba") ) (fp_line - (start -1.46 -2.73) - (end -1.46 2.01) + (start -1.92 -1.7) + (end -1.92 1.7) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") - (uuid "06c5d5a1-61d1-46c5-a7d4-6e95c1bbdca6") + (uuid "82fdaeb2-66f7-469f-97cf-ab4a538d1fe5") ) (fp_line - (start 4 2.01) - (end 4 -2.73) + (start 1.92 1.7) + (end 1.92 -1.7) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") - (uuid "6e632456-9a9d-4c2b-8241-9fe0206bd02e") + (uuid "e88f791e-bfaf-4fc8-80b3-822efa3ddfef") ) (fp_line - (start 4 2.01) - (end -1.46 2.01) + (start -1.92 1.7) + (end 1.92 1.7) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") - (uuid "b3d6d655-59b7-4115-a4be-d42d847806a2") + (uuid "98d6d055-16c7-469c-adec-2f5852adc87a") ) (fp_line - (start -0.5 1.75) - (end 3 1.75) + (start 0.65 -1.45) + (end 0.65 1.45) (stroke (width 0.1) (type solid) ) (layer "F.Fab") - (uuid "ea41cef9-2a7c-4aac-9b98-fddbc398effb") + (uuid "e4f8253c-3fdc-494c-8ad1-eedfc2930dff") ) - (fp_arc - (start 1.27 -2.48) - (mid 3.561221 -0.949055) - (end 3.023625 1.753625) + (fp_line + (start -0.325 -1.45) + (end 0.65 -1.45) (stroke (width 0.1) (type solid) ) (layer "F.Fab") - (uuid "c88b2785-9bae-4ee3-b10c-f21dc988f8d6") + (uuid "53c6c642-47dc-4ede-80cf-fabcce7161b7") ) - (fp_arc - (start -0.483625 1.753625) - (mid -1.021221 -0.949055) - (end 1.27 -2.48) + (fp_line + (start -0.65 -1.125) + (end -0.325 -1.45) (stroke (width 0.1) (type solid) ) (layer "F.Fab") - (uuid "79f11ecd-c22b-4136-9414-43884fef331f") + (uuid "af327fe1-7df0-4227-af75-a093b5de38a2") + ) + (fp_line + (start 0.65 1.45) + (end -0.65 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "43efe454-c42f-4066-be6e-dabe410eaa31") + ) + (fp_line + (start -0.65 1.45) + (end -0.65 -1.125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a2799dcd-0a71-490b-a143-c47cf99bbce3") ) (fp_text user "${REFERENCE}" - (at 1.27 0 -90) + (at 0 0 90) (layer "F.Fab") - (uuid "0f004e00-0775-4b04-9424-607fe9a01585") + (uuid "6f30d081-2ac8-4df7-aa75-e6de0e651f84") (effects (font - (size 1 1) - (thickness 0.15) + (size 0.32 0.32) + (thickness 0.05) ) ) ) - (pad "1" thru_hole rect - (at 0 0 90) - (size 1.05 1.5) - (drill 0.75) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 2 "+12V") - (pinfunction "C") - (pintype "passive") - (uuid "6fcbe73f-5e55-479a-8abf-e2fc3774acdc") - ) - (pad "2" thru_hole oval - (at 1.27 0 90) - (size 1.05 1.5) - (drill 0.75) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 4 "Net-(Q1-B)") - (pinfunction "B") + (pad "1" smd roundrect + (at -0.9375 -0.95 90) + (size 1.475 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 60 "Net-(Q1-G)") + (pinfunction "G") (pintype "input") - (uuid "2ad19ac3-e2fc-4bfc-baff-ab6565a85d49") + (uuid "debb5a50-408e-4fa3-ba67-dc371375523e") ) - (pad "3" thru_hole oval - (at 2.54 0 90) - (size 1.05 1.5) - (drill 0.75) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 5 "Net-(Q1-E)") - (pinfunction "E") + (pad "2" smd roundrect + (at -0.9375 0.95 90) + (size 1.475 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (pinfunction "S") (pintype "passive") - (uuid "2bc840de-3f28-487c-88a2-e78557f44b2b") + (uuid "b9e82a7b-3997-4348-97f1-7e53ac383b01") ) - (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/TO-92_Inline.wrl" + (pad "3" smd roundrect + (at 0.9375 0 90) + (size 1.475 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 59 "Net-(Q1-D)") + (pinfunction "D") + (pintype "passive") + (uuid "16bcca0a-39de-458c-93b0-88f6c9613f74") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" (offset (xyz 0 0 0) ) @@ -388,16 +538,16 @@ ) ) ) - (footprint "Resistor_SMD:R_1206_3216Metric" + (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") (uuid "031d2116-51e0-4284-a5c0-d5d0d4973cfe") - (at 227.5225 144.78 180) - (descr "Resistor SMD 1206 (3216 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") + (at 110.8475 148.59 180) + (descr "Resistor SMD 0805 (2012 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") (property "Reference" "R12" - (at 0 -1.82 180) + (at 0 -1.65 180) (layer "F.SilkS") - (uuid "d630408b-c6b8-4328-baba-e540ba0a5f80") + (uuid "b424d184-5c38-48d5-bdbe-d4d2a7fa5aad") (effects (font (size 1 1) @@ -405,10 +555,10 @@ ) ) ) - (property "Value" "10K" - (at 0 1.82 180) + (property "Value" "100" + (at 0 1.65 180) (layer "F.Fab") - (uuid "59718381-188e-4776-8077-b1cbed9e7ec9") + (uuid "971ec24b-db92-4811-a0d2-90145004ee19") (effects (font (size 1 1) @@ -416,12 +566,12 @@ ) ) ) - (property "Footprint" "Resistor_SMD:R_1206_3216Metric" + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 0 0 180) (unlocked yes) (layer "F.Fab") (hide yes) - (uuid "5976202e-ac64-44ed-9be0-cdbe232eefd4") + (uuid "9e370572-ddce-42cc-8743-56283a43e282") (effects (font (size 1.27 1.27) @@ -433,7 +583,7 @@ (unlocked yes) (layer "F.Fab") (hide yes) - (uuid "9e2517eb-2470-471b-9834-6ba95785dd9f") + (uuid "3ebe2917-c861-4a27-ae1c-4f2b9857a6d8") (effects (font (size 1.27 1.27) @@ -445,14 +595,14 @@ (unlocked yes) (layer "F.Fab") (hide yes) - (uuid "57a2cf3b-78f6-4ef1-9525-19d7d62ec5d0") + (uuid "03f3952c-b481-4068-9d97-f709fead05de") (effects (font (size 1.27 1.27) ) ) ) - (property "LCSC" "C17888" + (property "LCSC" "C317241" (at 0 0 180) (unlocked yes) (layer "F.Fab") @@ -466,140 +616,528 @@ ) ) (property ki_fp_filters "R_*") - (path "/8e93dc55-b463-424a-9c07-d121f55b5611") + (path "/50920013-702d-4d4f-b76d-26a93c594455") (sheetname "Root") (sheetfile "qclk.kicad_sch") (attr smd) (fp_line - (start -0.727064 0.91) - (end 0.727064 0.91) + (start -0.227064 0.735) + (end 0.227064 0.735) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") - (uuid "1c999699-3fa8-430a-b767-3a19998c631e") + (uuid "bbf5d5b7-cb94-4a0b-8aea-dfc226d516cf") ) (fp_line - (start -0.727064 -0.91) - (end 0.727064 -0.91) + (start -0.227064 -0.735) + (end 0.227064 -0.735) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") - (uuid "ea5762cd-5e80-4dc6-947f-2094574095b5") + (uuid "632684f2-2324-411b-ae3f-58d796d8b2a3") ) (fp_line - (start 2.28 1.12) - (end -2.28 1.12) + (start 1.68 0.95) + (end -1.68 0.95) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") - (uuid "be59316c-e5a4-4e13-9d13-6e0f9044b663") + (uuid "4be4b648-f4df-4b96-8f08-d9d7df54e791") ) (fp_line - (start 2.28 -1.12) - (end 2.28 1.12) + (start 1.68 -0.95) + (end 1.68 0.95) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") - (uuid "d5dc3a24-6dc2-440e-921c-3837e6ad0f9f") + (uuid "7be4e473-365b-4b0a-8ed7-899f74a134e9") ) (fp_line - (start -2.28 1.12) - (end -2.28 -1.12) + (start -1.68 0.95) + (end -1.68 -0.95) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") - (uuid "46cc8fd6-7712-4e16-9ef3-015673e5b4de") + (uuid "a3aa39cf-823c-4be2-8e80-06b9f5d7d548") ) (fp_line - (start -2.28 -1.12) - (end 2.28 -1.12) + (start -1.68 -0.95) + (end 1.68 -0.95) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") - (uuid "5c6bf7a4-f589-4902-86f8-865a1ee6a2d3") + (uuid "c016fb86-7cf9-4c90-a670-2825ce646306") ) (fp_line - (start 1.6 0.8) - (end -1.6 0.8) + (start 1 0.625) + (end -1 0.625) (stroke (width 0.1) (type solid) ) (layer "F.Fab") - (uuid "f60bcc8a-15cf-4e98-b2f6-03f25cb0695d") + (uuid "29e99f25-6104-4a6f-a058-612244a82492") ) (fp_line - (start 1.6 -0.8) - (end 1.6 0.8) + (start 1 -0.625) + (end 1 0.625) (stroke (width 0.1) (type solid) ) (layer "F.Fab") - (uuid "65380ca9-07cb-4de4-93c8-c72e3868e920") + (uuid "8aab8db6-0837-4795-a57f-4b9ee4ae201d") ) (fp_line - (start -1.6 0.8) - (end -1.6 -0.8) + (start -1 0.625) + (end -1 -0.625) (stroke (width 0.1) (type solid) ) (layer "F.Fab") - (uuid "aa5533d7-43e8-4e6a-babc-7c82ab6c2334") + (uuid "d101908a-e3cc-48e5-9111-0a0681e42152") ) (fp_line - (start -1.6 -0.8) - (end 1.6 -0.8) + (start -1 -0.625) + (end 1 -0.625) (stroke (width 0.1) (type solid) ) (layer "F.Fab") - (uuid "dbf94e91-5f3f-4de8-965f-3bc105c8d602") + (uuid "a10c4a99-0a7d-4423-9102-fe1a0a890f87") ) (fp_text user "${REFERENCE}" (at 0 0 180) (layer "F.Fab") - (uuid "1b9126ba-6f8f-4b04-af07-9a957004fc60") + (uuid "1ff11832-314c-4add-857e-e202cbaec9cc") (effects (font - (size 0.8 0.8) - (thickness 0.12) + (size 0.5 0.5) + (thickness 0.08) ) ) ) (pad "1" smd roundrect - (at -1.4625 0 180) - (size 1.125 1.75) + (at -0.9125 0 180) + (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.222222) - (net 59 "Net-(U1-GPIO21)") + (roundrect_rratio 0.243902) + (net 53 "Net-(U1-GPIO19)") (pintype "passive") - (uuid "b91476e0-a465-49f2-8e1e-913390d59e36") + (uuid "fdd592c5-e260-4c8d-a6bb-8a20517dec62") ) (pad "2" smd roundrect - (at 1.4625 0 180) - (size 1.125 1.75) + (at 0.9125 0 180) + (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.222222) - (net 11 "Net-(Q4-B)") + (roundrect_rratio 0.243902) + (net 63 "Net-(Q3-G)") (pintype "passive") - (uuid "f0e3e49e-9ada-4ec8-91d9-3359e5064521") + (uuid "467867b9-a307-4124-bde3-da8139286f1b") ) - (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl" + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "MountingHole:MountingHole_2.2mm_M2" + (layer "F.Cu") + (uuid "08d8f1d1-4150-425b-9857-1849ead91ef0") + (at 270.51 148.59) + (descr "Mounting Hole 2.2mm, no annular, M2") + (tags "mounting hole 2.2mm no annular m2") + (property "Reference" "H3" + (at 0 -3.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "c4264a6a-a350-4357-b0df-aa1820e33575") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.2 0) + (layer "F.Fab") + (uuid "f486496f-497a-4092-abb6-09506d2f5acf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "86bd866a-48b8-4b80-b490-3ceb96d17464") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "af2592e3-c1e6-4869-b8e1-f6a517e828a0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d6c59285-8a7c-454c-b984-2525a51a645a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "MountingHole*") + (path "/4cae8c2f-13c6-4857-8353-541e7d0fbad6") + (sheetname "Root") + (sheetfile "qclk.kicad_sch") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "85098298-e034-43a5-9e72-41a0f9e39cae") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "78dc0fca-70e3-4ecf-a4f0-b672b2c62c2c") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "c1c5f1c9-046b-42ee-a9bf-ca16f2f1ee79") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "855b4b40-9189-4d2d-a715-3e66a1895a48") + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "F.Cu") + (uuid "0ceb9159-73ea-496f-89ec-cbfc068ff07a") + (at 159.07 142.5725 90) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q5" + (at 0 -2.4 -90) + (layer "F.SilkS") + (uuid "74bc73ac-c74f-4710-bb98-ceb82a8ee377") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "2N7002" + (at 0 2.4 -90) + (layer "F.Fab") + (uuid "ce7d1afa-84c6-45d1-ada1-05eea8671506") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4c83e624-ef9e-470c-a7bd-98b7466dbcfd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/NDS7002A-D.PDF" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9011ac54-827e-4d0b-8f6f-48ffe2566754") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "0.115A Id, 60V Vds, N-Channel MOSFET, SOT-23" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dfd5915b-f9c2-4660-862f-8f7ea10189c7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "LCSC" "C8545" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "76f128e9-c2ff-4465-a8e2-dde6a2cecc74") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "SOT?23*") + (path "/ed351f63-a6c2-4d19-ab92-128daf192fc5") + (sheetname "Root") + (sheetfile "qclk.kicad_sch") + (attr smd) + (fp_line + (start 0 -1.56) + (end 0.65 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "78c6e853-1272-4cc5-9bf8-4659aca0a4ed") + ) + (fp_line + (start 0 -1.56) + (end -0.65 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4cf1b202-a2b1-43cd-a66e-fe52108620e6") + ) + (fp_line + (start 0 1.56) + (end 0.65 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dc2325eb-93c7-4051-9d8d-d3b9255ef733") + ) + (fp_line + (start 0 1.56) + (end -0.65 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "315dc698-20fa-40c5-aca0-5dc5059fe0a5") + ) + (fp_poly + (pts + (xy -1.1625 -1.51) (xy -1.4025 -1.84) (xy -0.9225 -1.84) (xy -1.1625 -1.51) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e181d2b3-d471-4f2c-9ce5-9ad2f816932c") + ) + (fp_line + (start 1.92 -1.7) + (end -1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "895f6c33-1a05-480e-b664-105b13a3a57f") + ) + (fp_line + (start -1.92 -1.7) + (end -1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3795ec86-7f01-4f6e-847e-d37982406f71") + ) + (fp_line + (start 1.92 1.7) + (end 1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b63999ac-5c80-41fe-a07f-541b7c6bc353") + ) + (fp_line + (start -1.92 1.7) + (end 1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a6b46d0d-baed-4abd-bdf1-87f368ad518d") + ) + (fp_line + (start 0.65 -1.45) + (end 0.65 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d7ca06e8-42b1-47ce-864c-fdd7b520a06e") + ) + (fp_line + (start -0.325 -1.45) + (end 0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5706f7a9-44b7-4939-8d6a-9c32ecf0eea4") + ) + (fp_line + (start -0.65 -1.125) + (end -0.325 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a39d3973-bf63-4b81-9333-d5e6c8afa650") + ) + (fp_line + (start 0.65 1.45) + (end -0.65 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6e982719-42af-4244-9a17-6945a97863d8") + ) + (fp_line + (start -0.65 1.45) + (end -0.65 -1.125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2ba61753-3949-4cc4-aa0f-3e34c27fdfb6") + ) + (fp_text user "${REFERENCE}" + (at 0 0 -90) + (layer "F.Fab") + (uuid "f0ece803-d77c-48bb-b5e6-d16df6788b55") + (effects + (font + (size 0.32 0.32) + (thickness 0.05) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 -0.95 90) + (size 1.475 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 66 "Net-(Q5-G)") + (pinfunction "G") + (pintype "input") + (uuid "d40df964-8fad-4b64-b1e8-36376665430a") + ) + (pad "2" smd roundrect + (at -0.9375 0.95 90) + (size 1.475 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (pinfunction "S") + (pintype "passive") + (uuid "758f5ef3-78e9-4c9c-968e-847e92bbcd01") + ) + (pad "3" smd roundrect + (at 0.9375 0 90) + (size 1.475 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 65 "Net-(Q5-D)") + (pinfunction "D") + (pintype "passive") + (uuid "3be315d9-4332-4517-8cc9-535ce94037a2") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" (offset (xyz 0 0 0) ) @@ -827,7 +1365,7 @@ (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) - (net 8 "Net-(Q3-E)") + (net 67 "Net-(Q6-D)") (pinfunction "CA") (pintype "input") (uuid "8ae628e4-7db2-4dea-9a64-8e044929cc6a") @@ -838,7 +1376,7 @@ (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) - (net 21 "Net-(U3-E)") + (net 13 "Net-(U3-E)") (pinfunction "E") (pintype "input") (uuid "6e306386-b01e-4da8-9e1d-acfe51a7c556") @@ -849,7 +1387,7 @@ (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) - (net 19 "Net-(U3-D)") + (net 11 "Net-(U3-D)") (pinfunction "D") (pintype "input") (uuid "82c905f9-bb84-4761-8778-6d453d10edbe") @@ -860,7 +1398,7 @@ (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) - (net 16 "Net-(U3-C)") + (net 8 "Net-(U3-C)") (pinfunction "C") (pintype "input") (uuid "3b0274de-0161-4a71-8ea5-48e4a6f99500") @@ -871,7 +1409,7 @@ (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) - (net 8 "Net-(Q3-E)") + (net 67 "Net-(Q6-D)") (pinfunction "CA") (pintype "input") (uuid "9ba86741-7bfb-42bc-b6ce-2c8762565d97") @@ -882,7 +1420,7 @@ (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) - (net 14 "Net-(U3-B)") + (net 6 "Net-(U3-B)") (pinfunction "B") (pintype "input") (uuid "5410d488-fad7-4b53-bb24-7499a0f7ca65") @@ -893,7 +1431,7 @@ (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) - (net 12 "Net-(U3-A)") + (net 4 "Net-(U3-A)") (pinfunction "A") (pintype "input") (uuid "e9feea4c-4245-4e75-b90b-0fa8e4a1e835") @@ -904,7 +1442,7 @@ (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) - (net 27 "Net-(U3-DP)") + (net 19 "Net-(U3-DP)") (pinfunction "DP") (pintype "input") (uuid "ce436f0d-2671-4fad-ae4b-956de9b1c4f1") @@ -915,7 +1453,7 @@ (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) - (net 23 "Net-(U3-F)") + (net 15 "Net-(U3-F)") (pinfunction "F") (pintype "input") (uuid "1b959f70-d979-4674-b051-0e34c9c26fd5") @@ -926,7 +1464,7 @@ (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) - (net 24 "Net-(U3-G)") + (net 16 "Net-(U3-G)") (pinfunction "G") (pintype "input") (uuid "4e13d22a-60ac-4a50-ab59-cd3087bb0dba") @@ -943,6 +1481,452 @@ ) ) ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "1e74f320-7e9c-4d45-8966-0864ab18cfba") + (at 217.5275 148.59 180) + (descr "Resistor SMD 0805 (2012 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") + (property "Reference" "R18" + (at 0 -1.65 180) + (layer "F.SilkS") + (uuid "760ab981-e3d5-4c90-8459-93f46bccd833") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100" + (at 0 1.65 180) + (layer "F.Fab") + (uuid "2773f305-6870-4aca-a717-aad524efb473") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f2e8635f-6036-4f1d-b423-0fc47a643ea6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2c991abe-3d45-4723-a591-4f9dad8652d0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "953795e0-9393-413a-abc6-b38350174d95") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "LCSC" "C317241" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8746db30-c74b-44d9-9cbf-de2bfc804c17") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/0f54734e-f80b-42eb-b65d-869f2f15148a") + (sheetname "Root") + (sheetfile "qclk.kicad_sch") + (attr smd) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4bf1a2a6-147d-40c7-a954-7634d5050115") + ) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4924fb7e-3b91-4c69-866e-001a3d58478a") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cea27b6e-5f55-4dcf-bd46-c6fa43498fee") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "73397bd3-75d3-44de-8030-76d99e846227") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4e17f17b-47eb-443a-9408-084798d7978e") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "01311b38-7578-426d-a9cb-bf1fdc11add1") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e73511d9-1087-49d7-9820-a09092d2c1d4") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bbe13be2-ea66-472c-b614-11b59908a66b") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7fa61692-f897-4b34-a0a7-554c32f06905") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a77589d6-d511-42a1-918a-375e6fd08e3d") + ) + (fp_text user "${REFERENCE}" + (at 0 0 180) + (layer "F.Fab") + (uuid "2fb17280-699d-4f6a-859f-d6ebea40e07e") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0 180) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 51 "Net-(U1-GPIO21)") + (pintype "passive") + (uuid "7aaf283a-72ce-4e4c-97eb-37645866e81b") + ) + (pad "2" smd roundrect + (at 0.9125 0 180) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 68 "Net-(Q7-G)") + (pintype "passive") + (uuid "9ee9b310-0775-4a25-8af8-9311f669cc20") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "26439b25-b891-4805-856a-a25d1eaa8105") + (at 115.9275 147.32 180) + (descr "Resistor SMD 0805 (2012 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") + (property "Reference" "R14" + (at 0 -1.65 180) + (layer "F.SilkS") + (uuid "4ba1bb75-9dec-496d-8075-411235a60a78") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10K" + (at 0 1.65 180) + (layer "F.Fab") + (uuid "8e48dacc-78a4-4f86-ad23-ca8ece827ce0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bcb9a196-e560-43e0-aafe-cc4224f1ec4b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b1bfb042-b8fe-41b0-867d-ebfb87abac5c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1a57750e-642c-4dc3-a8bd-a5c451e51f1f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "LCSC" "C17414" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2072677a-26ec-404a-af9b-90d45c35101f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/d46775f4-d4d8-4c80-bb73-10a63634f66c") + (sheetname "Root") + (sheetfile "qclk.kicad_sch") + (attr smd) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ea378078-81d3-4ad3-9ee4-47f017daebd4") + ) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cac4a6d1-7808-44b1-88f7-e8e229b8b152") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "67fdcacf-7359-430f-8b1e-a2e6aca1059c") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7843c4e4-d883-4e14-a27a-513b3beb9297") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ea8df134-1908-4fd5-86c1-1c0ab517a0c9") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "73155773-031f-4146-a3b9-94ee2f35c1c9") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "128ee183-4835-4d72-9f73-977eeb610329") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4ab18dcd-aaee-4209-a9d7-613eb8c3c690") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c3be2b6e-33ca-4f04-b683-f0b75d0b811f") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "750d5023-3622-40bf-b9c6-7d518cf72826") + ) + (fp_text user "${REFERENCE}" + (at 0 0 180) + (layer "F.Fab") + (uuid "3ac4bc74-b1c9-4441-8d1c-736832c6927c") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0 180) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 2 "+12V") + (pintype "passive") + (uuid "f3181e06-4b47-4129-a6fc-8a731e4f25ff") + ) + (pad "2" smd roundrect + (at 0.9125 0 180) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 62 "Net-(Q3-D)") + (pintype "passive") + (uuid "1a7407d5-cb21-40dc-a695-b28c585ede38") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) (footprint "Resistor_SMD:R_1206_3216Metric" (layer "F.Cu") (uuid "2a85c4cd-4b24-4420-baa3-bd6fe43e33c4") @@ -1007,7 +1991,7 @@ ) ) ) - (property "LCSC" "C17888" + (property "LCSC" "C335007" (at 0 0 180) (unlocked yes) (layer "F.Fab") @@ -1141,7 +2125,7 @@ (size 1.125 1.75) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.222222) - (net 17 "Net-(U2-O3)") + (net 9 "Net-(U2-O3)") (pintype "passive") (uuid "a8803296-646b-4d8c-bb34-2399bed0d69f") ) @@ -1150,7 +2134,7 @@ (size 1.125 1.75) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.222222) - (net 16 "Net-(U3-C)") + (net 8 "Net-(U3-C)") (pintype "passive") (uuid "8643134c-7b80-4d51-8967-0469644efa9d") ) @@ -1166,6 +2150,563 @@ ) ) ) + (footprint "MountingHole:MountingHole_2.2mm_M2" + (layer "F.Cu") + (uuid "2aa5bbb7-bf94-4efe-80c3-27913fe4a9a4") + (at 21.59 148.59) + (descr "Mounting Hole 2.2mm, no annular, M2") + (tags "mounting hole 2.2mm no annular m2") + (property "Reference" "H2" + (at 0 -3.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "0c978e7c-99fe-4997-8389-0e29bbe72918") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.2 0) + (layer "F.Fab") + (uuid "919d918c-79d0-472f-a7a6-224818f66d7a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6622a07b-c3d5-4600-bbd3-85a5b8b85fe9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "eb4f94ce-d161-47ae-82df-2241f5a166dc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e0b633bb-5fe7-4340-9b6c-4474367e732e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "MountingHole*") + (path "/34d50bff-e1d1-40ef-b690-bee30a036503") + (sheetname "Root") + (sheetfile "qclk.kicad_sch") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "184299c8-db92-4c65-ab18-5597c0bd6d50") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "0244aaa5-48af-40c0-bfae-8dda1401bb22") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "e421fa4f-4670-472a-8bdd-bf0de4aa5ce4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "02ed22ed-0c7c-48d6-a1df-1a608a43fd12") + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "2d828447-81a5-44dd-90e8-030e2da51ac5") + (at 222.6075 147.32 180) + (descr "Resistor SMD 0805 (2012 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") + (property "Reference" "R20" + (at 0 -1.65 180) + (layer "F.SilkS") + (uuid "e31fcb55-aa9c-4291-ae31-bdef948cb5ae") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10K" + (at 0 1.65 180) + (layer "F.Fab") + (uuid "1198a680-53ec-43bf-ab9d-066e59d25b2b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b67240e1-79e1-4c28-afb0-918b3cd47c91") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6ebed594-d34a-4e9e-beb1-b5986858f1f1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8bb43520-9bb7-44ee-8e4e-9c5114707de2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "LCSC" "C17414" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "222af53d-cf8f-44ef-9a34-b5ffc96dfec6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/cef41b6c-d9ed-4116-a3e5-11da726dd23d") + (sheetname "Root") + (sheetfile "qclk.kicad_sch") + (attr smd) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "94618471-eb15-4d87-a735-5da0a46c33cc") + ) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b5c76b51-f76d-4e99-b662-7265d4be75df") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "13a35f79-e500-4f14-91c2-6bf51162e9f7") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "19d6ed9a-f97c-4c40-b193-e8ef27753531") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5857d390-0bcf-4b4d-aa20-31b253ff4f24") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9874fc18-d5d1-4741-9c98-ec4fb456d3db") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "21a2a4fd-3794-403f-bb4f-57c907957363") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "19f8ba82-1a1a-4954-9870-a5dcef6d2df5") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "69eef34e-915f-4184-a8d4-1ffddb0b4f8e") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "66e311b7-d038-4c2c-8a39-a38938cf8481") + ) + (fp_text user "${REFERENCE}" + (at 0 0 180) + (layer "F.Fab") + (uuid "4f2e37af-a898-418f-8c23-fc7c42ee9d8b") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0 180) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 2 "+12V") + (pintype "passive") + (uuid "92222fc2-fb49-47ab-af69-42705b457463") + ) + (pad "2" smd roundrect + (at 0.9125 0 180) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 69 "Net-(Q7-D)") + (pintype "passive") + (uuid "f2ad5207-f163-4c81-bc5c-73556c2fd005") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "40a4ec85-8328-4b4b-9ecf-892cbf772eac") + (at 169.2675 147.32 180) + (descr "Resistor SMD 0805 (2012 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") + (property "Reference" "R17" + (at 0 -1.65 180) + (layer "F.SilkS") + (uuid "97e21f87-7f2b-4b32-ac2a-feacd71eeff3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10K" + (at 0 1.65 180) + (layer "F.Fab") + (uuid "217c1ed4-61f7-4032-9738-3e9052f1e20e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "42b698d7-1b6b-40a7-b0fa-19540a6856eb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e3df2526-3e36-4ad5-a792-994bbf24c010") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a0aa6a92-e170-4e94-8943-0e6fe0b3b87f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "LCSC" "C17414" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5a97f5b9-7803-48a6-86e3-013d25d49e9c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/9ec0e2e4-1476-4f42-9f8c-fba7405cb51f") + (sheetname "Root") + (sheetfile "qclk.kicad_sch") + (attr smd) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b51105ef-f440-4905-a78a-d60fb21c04da") + ) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "47fa8a00-462b-42fb-b90e-c32e988ecdd7") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6fa05b82-4c74-4a6c-85ab-9cf5e4ac7752") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dfbdff3f-36a1-4915-97eb-50f43029090a") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "831a7d44-0957-4bb2-9c32-f89ec8846db5") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8fc6cf16-ffed-47ff-9664-401637e0c103") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "907efb7e-a6be-4272-a27e-123f0ea4f4a0") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f9aea8f8-9c52-4100-8d56-0085593ad29e") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3bab4a5e-cd75-4f2e-bde5-d21513cd6a31") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "872b2d0b-09b0-4480-bb39-c3fbc41bb15b") + ) + (fp_text user "${REFERENCE}" + (at 0 0 180) + (layer "F.Fab") + (uuid "fb8ea241-cdc3-47c7-bc03-b81589f46376") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0 180) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 2 "+12V") + (pintype "passive") + (uuid "189d13b9-9ce5-4a90-8e0a-d546b291069a") + ) + (pad "2" smd roundrect + (at 0.9125 0 180) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 65 "Net-(Q5-D)") + (pintype "passive") + (uuid "7e7b4156-47fe-49f2-8b59-835ff44b28d8") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) (footprint "stuff:23101BH" (layer "F.Cu") (uuid "43c6440c-fd5e-40ce-aa27-249be44dd76b") @@ -1382,7 +2923,7 @@ (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) - (net 10 "Net-(Q4-E)") + (net 70 "Net-(Q8-D)") (pinfunction "CA") (pintype "input") (uuid "13001a79-51dd-469a-924d-9255983d5bc7") @@ -1393,7 +2934,7 @@ (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) - (net 21 "Net-(U3-E)") + (net 13 "Net-(U3-E)") (pinfunction "E") (pintype "input") (uuid "4149e17c-c3d2-4706-afa5-bf12e957a03a") @@ -1404,7 +2945,7 @@ (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) - (net 19 "Net-(U3-D)") + (net 11 "Net-(U3-D)") (pinfunction "D") (pintype "input") (uuid "3f0e3a89-851e-4ff3-ade8-7b2eda2c514e") @@ -1415,7 +2956,7 @@ (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) - (net 16 "Net-(U3-C)") + (net 8 "Net-(U3-C)") (pinfunction "C") (pintype "input") (uuid "a3cc85ee-729b-468e-86e7-35167614b89a") @@ -1426,7 +2967,7 @@ (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) - (net 10 "Net-(Q4-E)") + (net 70 "Net-(Q8-D)") (pinfunction "CA") (pintype "input") (uuid "d2819901-aef3-4104-9d3c-2ce7601eecb2") @@ -1437,7 +2978,7 @@ (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) - (net 14 "Net-(U3-B)") + (net 6 "Net-(U3-B)") (pinfunction "B") (pintype "input") (uuid "40d85ef6-5530-42da-ae7e-4e9a87345f74") @@ -1448,7 +2989,7 @@ (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) - (net 12 "Net-(U3-A)") + (net 4 "Net-(U3-A)") (pinfunction "A") (pintype "input") (uuid "b66440f0-c839-4a33-b456-006e08a28779") @@ -1459,7 +3000,7 @@ (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) - (net 27 "Net-(U3-DP)") + (net 19 "Net-(U3-DP)") (pinfunction "DP") (pintype "input") (uuid "06d26e53-5cdc-480d-916e-2377d4650a9b") @@ -1470,7 +3011,7 @@ (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) - (net 23 "Net-(U3-F)") + (net 15 "Net-(U3-F)") (pinfunction "F") (pintype "input") (uuid "09e66ee1-72fb-4ff1-8ff2-f4968fdfc862") @@ -1481,7 +3022,7 @@ (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) - (net 24 "Net-(U3-G)") + (net 16 "Net-(U3-G)") (pinfunction "G") (pintype "input") (uuid "c59f7e15-35b6-4b54-ad5c-59f175694e57") @@ -1498,6 +3039,229 @@ ) ) ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "4782e88a-82e5-4a13-ac7c-2e6f860fa14c") + (at 212.4475 147.32) + (descr "Resistor SMD 0805 (2012 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") + (property "Reference" "R19" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "8f64d5f8-5fee-43fb-8d3c-9c3b10241f26") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10K" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "b1016bd3-adba-4e30-b370-4fe5efb4d773") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f74ba423-dd33-445e-89f9-8eaee0989038") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "838331cd-8b47-4802-a169-128cdba9ebad") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "02eba8a2-539f-49ac-bafe-08bee9500215") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "LCSC" "C17414" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "084ed02e-41a7-447a-9703-2dd090e115a0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/950983e9-1891-4daf-aa53-b9ee05ce7e49") + (sheetname "Root") + (sheetfile "qclk.kicad_sch") + (attr smd) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7be3c28d-7c6e-4a58-bb66-02b07a7ab798") + ) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bd3d8bb7-beaa-4591-93a5-3e8762df8c64") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4e8d2ff0-95fe-4d49-855c-c560012b265e") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "740c5e16-ef0b-4f9b-9969-81e0f2e4fe66") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "71710ece-e373-4b98-a30f-64438b8d2894") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "855b59cc-ac9e-425a-9e79-6c24e66a1d1a") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f22c7ab9-7dcd-4703-acd9-3c65d422d279") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "90b13be1-6bed-45f2-a7d1-4fefd121ab58") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9b6ba93a-2a92-42d0-a75e-9dfd9ea3b832") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "45e6c07b-dca9-4b0c-a666-935eeec72ddb") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "57207626-c316-4447-9694-32641b1432e0") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 68 "Net-(Q7-G)") + (pintype "passive") + (uuid "af4dad46-395b-49fb-9019-3179b1d50bfb") + ) + (pad "2" smd roundrect + (at 0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 1 "GND") + (pintype "passive") + (uuid "b44ecfa5-b703-4e29-846c-0cf6db1e4c25") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.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") (uuid "48e222d4-98b3-4dbc-bb47-e4beb1857ec7") @@ -1773,6 +3537,100 @@ ) ) ) + (footprint "stuff:jlcpcb_tool_hole" + (layer "F.Cu") + (uuid "4cd6e52a-de1a-4405-b99e-68930a74bf8f") + (at 21.59 143.51) + (property "Reference" "REF**" + (at 0 -0.5 0) + (unlocked yes) + (layer "F.SilkS") + (hide yes) + (uuid "dc026b4b-71b8-45f7-9dd3-026f5af6d97e") + (effects + (font + (size 1 1) + (thickness 0.1) + ) + ) + ) + (property "Value" "jlcpcb_tool_hole" + (at 0 1 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2dddabf1-6648-4cd5-bd3a-96c9dc0ee582") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "stuff:jlcpcb_tool_hole" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "589019a9-dc0d-4b91-986c-f7b103525100") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e7c4606e-9972-4b01-8a02-e538cab447d7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1f68ec2c-1ba5-45f2-8f2a-602e16e42f7c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (attr through_hole) + (fp_text user "${REFERENCE}" + (at 0 2.5 0) + (unlocked yes) + (layer "F.Fab") + (uuid "bbd963da-e781-45ee-af8d-9d05cb3abf38") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole circle + (at 0 0) + (size 1.152 1.152) + (drill 1.152) + (layers "*.Mask") + (remove_unused_layers no) + (solder_mask_margin 0.148) + (clearance 0.248) + (zone_connect 0) + (uuid "c49241f8-3985-4656-b133-aee8749ac54f") + ) + ) (footprint "Resistor_SMD:R_1206_3216Metric" (layer "F.Cu") (uuid "4d472aef-5060-4cfb-af5e-47bb1ed76258") @@ -1837,7 +3695,7 @@ ) ) ) - (property "LCSC" "C17888" + (property "LCSC" "C335007" (at 0 0 180) (unlocked yes) (layer "F.Fab") @@ -1971,7 +3829,7 @@ (size 1.125 1.75) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.222222) - (net 15 "Net-(U2-O2)") + (net 7 "Net-(U2-O2)") (pintype "passive") (uuid "a251f3fb-bd61-40b0-a811-94fc7b54b089") ) @@ -1980,7 +3838,7 @@ (size 1.125 1.75) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.222222) - (net 14 "Net-(U3-B)") + (net 6 "Net-(U3-B)") (pintype "passive") (uuid "09300a70-3fde-4c6b-8ad2-578a71749fb1") ) @@ -1996,16 +3854,16 @@ ) ) ) - (footprint "Resistor_SMD:R_1206_3216Metric" + (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") (uuid "5083ba4c-c944-4d53-a9a9-164fb8467952") - (at 173.7975 144.78 180) - (descr "Resistor SMD 1206 (3216 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") + (at 62.5875 147.32 180) + (descr "Resistor SMD 0805 (2012 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") (property "Reference" "R11" - (at 0 -1.82 180) + (at 0 -1.65 180) (layer "F.SilkS") - (uuid "89c0c272-3c2f-40e2-a1a5-fac76d19abb1") + (uuid "183a4614-5882-4a9b-8e30-fdf93e418d8c") (effects (font (size 1 1) @@ -2014,9 +3872,9 @@ ) ) (property "Value" "10K" - (at 0 1.82 180) + (at 0 1.65 180) (layer "F.Fab") - (uuid "3fd56a87-9f03-4839-be11-7a9b68261e1d") + (uuid "93e87d71-ab96-4886-b1d8-8bb12365bddb") (effects (font (size 1 1) @@ -2024,12 +3882,12 @@ ) ) ) - (property "Footprint" "Resistor_SMD:R_1206_3216Metric" + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 0 0 180) (unlocked yes) (layer "F.Fab") (hide yes) - (uuid "6a67e323-e894-45d9-815c-befaf6c80c15") + (uuid "e5307d40-85e8-4e9e-bdac-326e51994394") (effects (font (size 1.27 1.27) @@ -2041,7 +3899,7 @@ (unlocked yes) (layer "F.Fab") (hide yes) - (uuid "82a9b74a-a6bc-4894-b5b5-17e157f48392") + (uuid "cbbe218e-003d-431d-9176-b44c974d0af4") (effects (font (size 1.27 1.27) @@ -2053,14 +3911,14 @@ (unlocked yes) (layer "F.Fab") (hide yes) - (uuid "e356e530-34da-4da6-8e3f-95c7f9f70005") + (uuid "a3034bab-86ca-4385-85a1-75b88b964da8") (effects (font (size 1.27 1.27) ) ) ) - (property "LCSC" "C17888" + (property "LCSC" "C17414" (at 0 0 180) (unlocked yes) (layer "F.Fab") @@ -2074,140 +3932,140 @@ ) ) (property ki_fp_filters "R_*") - (path "/854dbd91-2779-47bb-b20e-8b770d12c41a") + (path "/f4b78709-617d-4698-9252-c594e0a03d77") (sheetname "Root") (sheetfile "qclk.kicad_sch") (attr smd) (fp_line - (start -0.727064 0.91) - (end 0.727064 0.91) + (start -0.227064 0.735) + (end 0.227064 0.735) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") - (uuid "42e6bf0d-65df-4e74-a0bd-f77690ae95b4") + (uuid "280f52ee-ca0b-44c4-bd77-e9ae351cb36c") ) (fp_line - (start -0.727064 -0.91) - (end 0.727064 -0.91) + (start -0.227064 -0.735) + (end 0.227064 -0.735) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") - (uuid "7121398e-5a55-4163-bdab-d05d12fd478b") + (uuid "2960adc2-10d6-4612-8b8e-8031f6360a6e") ) (fp_line - (start 2.28 1.12) - (end -2.28 1.12) + (start 1.68 0.95) + (end -1.68 0.95) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") - (uuid "3519669e-5c9c-4f51-b38d-7b9fccb20f2c") + (uuid "71829030-ae7d-47cb-8b80-d6b7a3440ab3") ) (fp_line - (start 2.28 -1.12) - (end 2.28 1.12) + (start 1.68 -0.95) + (end 1.68 0.95) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") - (uuid "d5cd4a1d-c5c9-4b33-8bf1-8973f1e8e790") + (uuid "2f82a8a8-ae61-4f76-8e6e-0b88038583a5") ) (fp_line - (start -2.28 1.12) - (end -2.28 -1.12) + (start -1.68 0.95) + (end -1.68 -0.95) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") - (uuid "dc8dacee-e23d-4cad-9717-4d85d4afa7d8") + (uuid "868b7f67-4334-4087-b6fc-f7d3c6688831") ) (fp_line - (start -2.28 -1.12) - (end 2.28 -1.12) + (start -1.68 -0.95) + (end 1.68 -0.95) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") - (uuid "d6c7161f-98c1-49d0-9e12-7c547a0b5b08") + (uuid "3a04d167-a4ef-406b-81f1-071d43bf808a") ) (fp_line - (start 1.6 0.8) - (end -1.6 0.8) + (start 1 0.625) + (end -1 0.625) (stroke (width 0.1) (type solid) ) (layer "F.Fab") - (uuid "76d657f8-fc7c-464b-9560-6f3e4ae847e4") + (uuid "cfa1ed6e-c14e-41af-9fc2-f17267674a31") ) (fp_line - (start 1.6 -0.8) - (end 1.6 0.8) + (start 1 -0.625) + (end 1 0.625) (stroke (width 0.1) (type solid) ) (layer "F.Fab") - (uuid "7b841039-af99-406e-ba24-05e51b072b6e") + (uuid "f543c6c4-0c80-4d75-9b4b-0153ce41b5f9") ) (fp_line - (start -1.6 0.8) - (end -1.6 -0.8) + (start -1 0.625) + (end -1 -0.625) (stroke (width 0.1) (type solid) ) (layer "F.Fab") - (uuid "4e26e5bf-39fa-41ec-a60d-184d40d44c1b") + (uuid "6b8207c7-85cb-43a9-bd35-73010957cbab") ) (fp_line - (start -1.6 -0.8) - (end 1.6 -0.8) + (start -1 -0.625) + (end 1 -0.625) (stroke (width 0.1) (type solid) ) (layer "F.Fab") - (uuid "381fe7f0-719b-4c1c-a6fa-b5fe89bb3733") + (uuid "554878fd-4a7f-4b54-a0b8-5ed8c711c709") ) (fp_text user "${REFERENCE}" (at 0 0 180) (layer "F.Fab") - (uuid "1a891b09-bfdf-4740-b4fc-b09014ca300c") + (uuid "741a522a-1c83-4e56-a474-aaf27868fcc8") (effects (font - (size 0.8 0.8) - (thickness 0.12) + (size 0.5 0.5) + (thickness 0.08) ) ) ) (pad "1" smd roundrect - (at -1.4625 0 180) - (size 1.125 1.75) + (at -0.9125 0 180) + (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.222222) - (net 60 "Net-(U1-GPIO20)") + (roundrect_rratio 0.243902) + (net 2 "+12V") (pintype "passive") - (uuid "aae3dfd5-91f7-4c72-becd-e1e26c51ceb4") + (uuid "01e0720e-7c76-4443-97f7-d62fc8659187") ) (pad "2" smd roundrect - (at 1.4625 0 180) - (size 1.125 1.75) + (at 0.9125 0 180) + (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.222222) - (net 9 "Net-(Q3-B)") + (roundrect_rratio 0.243902) + (net 59 "Net-(Q1-D)") (pintype "passive") - (uuid "0280f8d9-496c-4198-9757-6ca4718b2044") + (uuid "82db78e9-1e1d-4967-ba77-dfc38abb302a") ) - (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl" + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" (offset (xyz 0 0 0) ) @@ -2236,7 +4094,7 @@ ) ) ) - (property "Value" "430R" + (property "Value" "430" (at 0 1.82 180) (layer "F.Fab") (uuid "b5b11104-50aa-4494-b2c9-f036f38abfbf") @@ -2283,7 +4141,7 @@ ) ) ) - (property "LCSC" "C17888" + (property "LCSC" "C294787" (at 0 0 180) (unlocked yes) (layer "F.Fab") @@ -2417,7 +4275,7 @@ (size 1.125 1.75) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.222222) - (net 26 "Net-(U2-O8)") + (net 18 "Net-(U2-O8)") (pintype "passive") (uuid "10bd6ea7-9d67-4d6e-9a1d-d91992b85aec") ) @@ -2426,7 +4284,7 @@ (size 1.125 1.75) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.222222) - (net 27 "Net-(U3-DP)") + (net 19 "Net-(U3-DP)") (pintype "passive") (uuid "16119916-107c-42d7-a567-2ea17c8370e0") ) @@ -2442,6 +4300,229 @@ ) ) ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "647f5906-a176-493d-a49a-c4d408f51620") + (at 159.1075 147.32) + (descr "Resistor SMD 0805 (2012 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") + (property "Reference" "R16" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "f78b5b6f-d5b5-4263-afe3-5a4039fb657c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10K" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "8e80a816-9601-463e-838a-1bdeea7ef990") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ad90de89-468c-446e-aeff-08c5ad358a97") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7be71f20-ed1c-4707-b262-ba21206aff5e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "618c36f1-62d4-4c9c-a316-47815b41584a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "LCSC" "C17414" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2e63acf6-d5d8-43d0-8c9f-19567ed9666b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/3c66f952-de6c-4550-b69f-fba0ab6c53f5") + (sheetname "Root") + (sheetfile "qclk.kicad_sch") + (attr smd) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8363b996-30fd-4e23-b559-d7ce696945e8") + ) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aa5a14f5-8c38-4732-bcc8-880ad1a127db") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b3b88e44-6ccb-4781-ab5a-51b43033ad3c") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7b6522ce-c359-4a92-9afb-08c62ea31325") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "073408a0-d4bd-4396-9252-c0568d31c9aa") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "75220778-506d-427c-b79b-1770adc5e11f") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4b59420b-63b3-4fdf-b6bf-da04c32a59a4") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3d0da1af-5216-411e-bb08-89f5c78e5499") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cd8da09b-65fe-437d-bf60-1abb551c37ca") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "58517ab9-e76a-4359-9151-e9549dac535a") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "94602d99-2581-4658-a2fe-99ed6e0d42e2") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 66 "Net-(Q5-G)") + (pintype "passive") + (uuid "7f5fa64b-def5-4ff4-81df-13366eef1ef0") + ) + (pad "2" smd roundrect + (at 0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 1 "GND") + (pintype "passive") + (uuid "16ecdf0a-532c-46c3-9d7b-87a18e82a79d") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.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") (uuid "65188989-d130-4ccc-be0e-5984eaa2c0ca") @@ -2678,7 +4759,7 @@ (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) - (net 64 "Net-(J3-Pin_1)") + (net 56 "Net-(J3-Pin_1)") (pinfunction "Pin_1") (pintype "passive") (uuid "3408844b-f68d-4a83-b951-7f4874a1caad") @@ -2689,7 +4770,7 @@ (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) - (net 63 "Net-(J3-Pin_2)") + (net 55 "Net-(J3-Pin_2)") (pinfunction "Pin_2") (pintype "passive") (uuid "3c56bad5-3c5f-4a14-80f2-e30eb372bbe0") @@ -2942,7 +5023,7 @@ (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) - (net 65 "Net-(J1-Pin_1)") + (net 57 "Net-(J1-Pin_1)") (pinfunction "Pin_1") (pintype "passive") (uuid "577d1e2a-6652-4e37-84d1-0305f1040d7d") @@ -2964,7 +5045,7 @@ (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) - (net 66 "Net-(J1-Pin_3)") + (net 58 "Net-(J1-Pin_3)") (pinfunction "Pin_3") (pintype "passive") (uuid "019e7146-7af3-408a-93ca-d7d394ee3608") @@ -2981,6 +5062,506 @@ ) ) ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "F.Cu") + (uuid "6c0dbdf8-0c02-4072-9c69-e1853628d33a") + (at 222.57 142.5725 90) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q8" + (at 0 -2.4 -90) + (layer "F.SilkS") + (uuid "d273ae1f-159f-4770-aec3-2ed55822500b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "AO3401A" + (at 0 2.4 -90) + (layer "F.Fab") + (uuid "c7c2cec4-24c2-459d-9d91-6c322dccc290") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e539ca63-10e3-4bb5-98f9-3d3890525086") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3401A.pdf" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2261e0eb-0bd2-4ea0-ba9a-ff6badc6916a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "-4.0A Id, -30V Vds, P-Channel MOSFET, SOT-23" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7750c9e5-faba-4a66-add5-9c27dd3d24c4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "LCSC" "C15127" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0870d421-2026-426e-bbd7-5f0519d35eb5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "SOT?23*") + (path "/a37ded83-7c7e-45e8-90d1-6cdf7b8ae8b0") + (sheetname "Root") + (sheetfile "qclk.kicad_sch") + (attr smd) + (fp_line + (start 0 -1.56) + (end 0.65 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "052ae530-f19b-4cb2-ade0-8e4a2e686ce2") + ) + (fp_line + (start 0 -1.56) + (end -0.65 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3e6b4661-321d-4e9f-a408-5e8bb5d36aff") + ) + (fp_line + (start 0 1.56) + (end 0.65 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "77924f59-fff0-458f-9828-1592c36d97b7") + ) + (fp_line + (start 0 1.56) + (end -0.65 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7c4d1de4-1fc6-425f-81a0-2d958a59f72a") + ) + (fp_poly + (pts + (xy -1.1625 -1.51) (xy -1.4025 -1.84) (xy -0.9225 -1.84) (xy -1.1625 -1.51) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d2362e69-68b4-4245-b5dc-89493a634fa0") + ) + (fp_line + (start 1.92 -1.7) + (end -1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b821bdd9-ec20-4f1e-bca8-c03c38be878e") + ) + (fp_line + (start -1.92 -1.7) + (end -1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "110c3ad3-62d1-417c-a068-56fb725cc01e") + ) + (fp_line + (start 1.92 1.7) + (end 1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d7218dd0-b19f-44fb-b831-e7c5ae21892d") + ) + (fp_line + (start -1.92 1.7) + (end 1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7d9e66d8-3d57-4422-824f-40effa84c3e6") + ) + (fp_line + (start 0.65 -1.45) + (end 0.65 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bba82d55-4fe5-4a1a-990b-f617bfcb343a") + ) + (fp_line + (start -0.325 -1.45) + (end 0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cfe5dd98-a33d-4363-9722-98b99ffee754") + ) + (fp_line + (start -0.65 -1.125) + (end -0.325 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3ba78c79-41a3-42e3-97a5-8b10fb2dec1b") + ) + (fp_line + (start 0.65 1.45) + (end -0.65 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b32e9e77-f265-42c2-9899-653680ef1ff8") + ) + (fp_line + (start -0.65 1.45) + (end -0.65 -1.125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3621d682-18e3-4dd4-8c16-491834b38886") + ) + (fp_text user "${REFERENCE}" + (at 0 0 -90) + (layer "F.Fab") + (uuid "2933c1c2-b225-4f44-a48c-0f449e47b514") + (effects + (font + (size 0.32 0.32) + (thickness 0.05) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 -0.95 90) + (size 1.475 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 69 "Net-(Q7-D)") + (pinfunction "G") + (pintype "input") + (uuid "596c51d3-5b4a-48c4-8e1d-8dd9f3af7466") + ) + (pad "2" smd roundrect + (at -0.9375 0.95 90) + (size 1.475 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+12V") + (pinfunction "S") + (pintype "passive") + (uuid "cf05d06c-4201-436b-ae4d-9be1870d5e37") + ) + (pad "3" smd roundrect + (at 0.9375 0 90) + (size 1.475 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 70 "Net-(Q8-D)") + (pinfunction "D") + (pintype "passive") + (uuid "1f856f33-64d1-43d3-98ce-f52a80c38830") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "7d35e489-b006-4663-9e44-1952f720b20a") + (at 105.7675 147.32) + (descr "Resistor SMD 0805 (2012 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") + (property "Reference" "R13" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "6ce227f0-cabc-4a9a-9846-ebba6ef10768") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10K" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "f38bc1b6-f36e-43a5-9245-568a1714a075") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0a150e70-985f-4eb6-9c82-952bd59174db") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "99a5925a-4ff2-405d-a252-e411cb4bdcb1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d7fae827-f9cb-4270-8f76-c2142aa1f081") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "LCSC" "C17414" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7f34f5d3-0a8e-4ecd-adde-3d194457aca1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/6eb8f4ad-c94f-45d2-bc38-6553040b3375") + (sheetname "Root") + (sheetfile "qclk.kicad_sch") + (attr smd) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e791e362-8182-4d60-936b-19f2e99fb4ef") + ) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "383f2fb5-abab-4ca3-b156-c726dc4d818c") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8d76a997-a5d1-4d7c-869f-12bafca36cd9") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "26cb1072-be22-4a60-af97-b1d94aef59f2") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7bc7e7bc-02c5-4d81-b16a-a3f23ea5e9cb") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8c33c526-1d8e-4984-ac26-935ceb249d2c") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "85f06a4d-e2a7-4139-aeee-ab87f8260f18") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "38006966-4e3c-4d69-913d-e9000dd7725a") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0140166b-6101-4970-b182-fe31e3de35ca") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "77bf52f3-cf16-4716-bd4a-8041f914525f") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "20850c8b-c523-4ab7-966e-2b06c15a5f8d") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 63 "Net-(Q3-G)") + (pintype "passive") + (uuid "95a4c47e-e1a4-48d3-925c-c8c21f24b9e1") + ) + (pad "2" smd roundrect + (at 0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 1 "GND") + (pintype "passive") + (uuid "87eeb50d-a843-440c-beb3-12a0ce062d49") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) (footprint "Resistor_SMD:R_1206_3216Metric" (layer "F.Cu") (uuid "8a2f508e-5331-4f16-9f03-62532744da9d") @@ -2998,7 +5579,7 @@ ) ) ) - (property "Value" "240R" + (property "Value" "240" (at 0 1.82 0) (layer "F.Fab") (uuid "c5f6c1e0-b838-4a4c-9570-0304ca7dbb93") @@ -3045,7 +5626,7 @@ ) ) ) - (property "LCSC" "C17888" + (property "LCSC" "C335007" (at 0 0 0) (unlocked yes) (layer "F.Fab") @@ -3179,7 +5760,7 @@ (size 1.125 1.75) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.222222) - (net 22 "Net-(U2-O6)") + (net 14 "Net-(U2-O6)") (pintype "passive") (uuid "0fd99dc2-a645-47da-a45f-d2eab6e8e70f") ) @@ -3188,7 +5769,7 @@ (size 1.125 1.75) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.222222) - (net 23 "Net-(U3-F)") + (net 15 "Net-(U3-F)") (pintype "passive") (uuid "c07a7389-6e25-417a-9379-5e33751712c9") ) @@ -3667,7 +6248,7 @@ (at -3 -1.875) (size 1 0.75) (layers "F.Cu" "F.Paste" "F.Mask") - (net 58 "Net-(U1-RUN)") + (net 50 "Net-(U1-RUN)") (pinfunction "1") (pintype "passive") (uuid "2f6ddc4d-662d-4a91-a3cf-5a0b80e8fd22") @@ -3676,7 +6257,7 @@ (at 3 -1.875) (size 1 0.75) (layers "F.Cu" "F.Paste" "F.Mask") - (net 58 "Net-(U1-RUN)") + (net 50 "Net-(U1-RUN)") (pinfunction "1") (pintype "passive") (uuid "19051bac-b7d6-4a8f-b9a3-5451606f900e") @@ -3711,6 +6292,100 @@ ) ) ) + (footprint "stuff:jlcpcb_tool_hole" + (layer "F.Cu") + (uuid "9afcf8a3-cc71-407a-8ace-92253fc9dbae") + (at 25.4 64.77) + (property "Reference" "REF**" + (at 0 -0.5 0) + (unlocked yes) + (layer "F.SilkS") + (hide yes) + (uuid "657a2b19-229b-41d0-8cfd-5eadf72aaf94") + (effects + (font + (size 1 1) + (thickness 0.1) + ) + ) + ) + (property "Value" "jlcpcb_tool_hole" + (at 0 1 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5dbc2632-dd4a-4a29-a813-1cf4bd9cde8b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "stuff:jlcpcb_tool_hole" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6b1f0e4e-59e8-4993-b0ce-252d21820aa2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6ad8d244-4cd7-4dd4-9a00-3bf75cd8f0e6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0bee2e29-1c3c-4ade-b251-ce8afab66242") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (attr through_hole) + (fp_text user "${REFERENCE}" + (at 0 2.5 0) + (unlocked yes) + (layer "F.Fab") + (uuid "19e64095-521e-4765-acd1-39e6f7555539") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole circle + (at 0 0) + (size 1.152 1.152) + (drill 1.152) + (layers "*.Mask") + (remove_unused_layers no) + (solder_mask_margin 0.148) + (clearance 0.248) + (zone_connect 0) + (uuid "828250a1-46af-4188-b3a4-5215d8c757c3") + ) + ) (footprint "stuff:23101BH" (layer "F.Cu") (uuid "9c0c4656-79cf-47d6-8387-699026c350b2") @@ -3927,7 +6602,7 @@ (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) - (net 6 "Net-(Q2-E)") + (net 64 "Net-(Q4-D)") (pinfunction "CA") (pintype "input") (uuid "cea7def8-088d-4dfc-b244-456fc9c7b081") @@ -3938,7 +6613,7 @@ (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) - (net 21 "Net-(U3-E)") + (net 13 "Net-(U3-E)") (pinfunction "E") (pintype "input") (uuid "341bc2fd-1e00-4910-b03f-501523ed5d0a") @@ -3949,7 +6624,7 @@ (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) - (net 19 "Net-(U3-D)") + (net 11 "Net-(U3-D)") (pinfunction "D") (pintype "input") (uuid "d9397232-f71b-435d-8466-53eabf0b0df1") @@ -3960,7 +6635,7 @@ (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) - (net 16 "Net-(U3-C)") + (net 8 "Net-(U3-C)") (pinfunction "C") (pintype "input") (uuid "397e1e60-c1a0-473c-a705-3ff5847d8c11") @@ -3971,7 +6646,7 @@ (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) - (net 6 "Net-(Q2-E)") + (net 64 "Net-(Q4-D)") (pinfunction "CA") (pintype "input") (uuid "70b4556c-fa5c-44e3-a7d0-46e12ea4f284") @@ -3982,7 +6657,7 @@ (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) - (net 14 "Net-(U3-B)") + (net 6 "Net-(U3-B)") (pinfunction "B") (pintype "input") (uuid "6787aa53-d661-4214-a560-c4208a3393ae") @@ -3993,7 +6668,7 @@ (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) - (net 12 "Net-(U3-A)") + (net 4 "Net-(U3-A)") (pinfunction "A") (pintype "input") (uuid "b4069341-61ae-46fd-993b-b43d49d12687") @@ -4004,7 +6679,7 @@ (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) - (net 27 "Net-(U3-DP)") + (net 19 "Net-(U3-DP)") (pinfunction "DP") (pintype "input") (uuid "332d687c-a9aa-4766-ac7e-bf8b787cd9f4") @@ -4015,7 +6690,7 @@ (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) - (net 23 "Net-(U3-F)") + (net 15 "Net-(U3-F)") (pinfunction "F") (pintype "input") (uuid "839c7bc5-f286-42e2-ba70-c9646a3a3a3c") @@ -4026,7 +6701,7 @@ (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) - (net 24 "Net-(U3-G)") + (net 16 "Net-(U3-G)") (pinfunction "G") (pintype "input") (uuid "ee521cc8-fe79-4927-8203-4c1241188a91") @@ -4060,7 +6735,7 @@ ) ) ) - (property "Value" "240R" + (property "Value" "240" (at 0 1.82 180) (layer "F.Fab") (uuid "d04fcb14-08ff-47f3-a138-4fd4208a06c1") @@ -4107,7 +6782,7 @@ ) ) ) - (property "LCSC" "C17888" + (property "LCSC" "C335007" (at 0 0 180) (unlocked yes) (layer "F.Fab") @@ -4241,7 +6916,7 @@ (size 1.125 1.75) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.222222) - (net 20 "Net-(U2-O5)") + (net 12 "Net-(U2-O5)") (pintype "passive") (uuid "70939c1e-1a85-413d-bb32-dd74418567bb") ) @@ -4250,7 +6925,7 @@ (size 1.125 1.75) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.222222) - (net 21 "Net-(U3-E)") + (net 13 "Net-(U3-E)") (pintype "passive") (uuid "b107fd57-035e-4506-9cfa-6b99ba2c052e") ) @@ -4266,6 +6941,894 @@ ) ) ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "F.Cu") + (uuid "a59a0909-dac4-47c0-80bc-dbd5c21ad783") + (at 169.23 142.5725 90) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q6" + (at 0 -2.4 -90) + (layer "F.SilkS") + (uuid "b3fd3c27-5427-471a-bf0d-aac10abe2c6f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "AO3401A" + (at 0 2.4 -90) + (layer "F.Fab") + (uuid "4b7fb15b-06bd-45c1-893f-dd081bbbdbc3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9e0d917c-ee5c-49b5-a4e6-86a7ba556310") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3401A.pdf" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6a90e473-3a02-43e9-9e10-3930350aa4e4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "-4.0A Id, -30V Vds, P-Channel MOSFET, SOT-23" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5d68ae0b-935d-408f-95d2-7d8e0b46597b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "LCSC" "C15127" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f9518ce8-beeb-43fa-bdad-1382fd8eb41e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "SOT?23*") + (path "/34989592-6ce4-41dd-bf6f-fd7803a02519") + (sheetname "Root") + (sheetfile "qclk.kicad_sch") + (attr smd) + (fp_line + (start 0 -1.56) + (end 0.65 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d67ea677-57e0-49d7-8b56-cc396e8930f3") + ) + (fp_line + (start 0 -1.56) + (end -0.65 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cbea8037-c140-4397-a34f-7bfb32e59c0d") + ) + (fp_line + (start 0 1.56) + (end 0.65 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ec84109a-7f8c-49da-ac72-a09d208c158e") + ) + (fp_line + (start 0 1.56) + (end -0.65 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9bd81ad2-19a7-4d69-b15f-6cdcf83c2ad3") + ) + (fp_poly + (pts + (xy -1.1625 -1.51) (xy -1.4025 -1.84) (xy -0.9225 -1.84) (xy -1.1625 -1.51) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "8d7d3b80-79b9-4328-9cd5-b4f8af90c8b0") + ) + (fp_line + (start 1.92 -1.7) + (end -1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a789c3ba-9be9-440b-b9fb-ea4e70955275") + ) + (fp_line + (start -1.92 -1.7) + (end -1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0729c866-4075-4a27-81c5-dc3280c8c5f1") + ) + (fp_line + (start 1.92 1.7) + (end 1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f791f485-d4df-4975-87b5-219676ba7d4b") + ) + (fp_line + (start -1.92 1.7) + (end 1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "762fefd1-41cb-4347-81e1-918e6e80be8d") + ) + (fp_line + (start 0.65 -1.45) + (end 0.65 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a5e73269-25b4-452c-bfa9-577ae43d2900") + ) + (fp_line + (start -0.325 -1.45) + (end 0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "25b11d51-a97e-4e67-9bdc-dce68ab435f0") + ) + (fp_line + (start -0.65 -1.125) + (end -0.325 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "efc2fd5f-a5c6-4829-a17c-0f7792f29f1c") + ) + (fp_line + (start 0.65 1.45) + (end -0.65 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1c84aba4-864f-4f2e-a11e-190fa887a800") + ) + (fp_line + (start -0.65 1.45) + (end -0.65 -1.125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "20b20d3e-b837-4ab4-9491-151d82225100") + ) + (fp_text user "${REFERENCE}" + (at 0 0 -90) + (layer "F.Fab") + (uuid "ed11c3a3-2b3e-4314-b8bd-c65647b971c0") + (effects + (font + (size 0.32 0.32) + (thickness 0.05) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 -0.95 90) + (size 1.475 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 65 "Net-(Q5-D)") + (pinfunction "G") + (pintype "input") + (uuid "a32c83c4-b3d9-4924-8b7b-c3416c0f619b") + ) + (pad "2" smd roundrect + (at -0.9375 0.95 90) + (size 1.475 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+12V") + (pinfunction "S") + (pintype "passive") + (uuid "635e00c6-f258-4b91-9306-1e567ec6e482") + ) + (pad "3" smd roundrect + (at 0.9375 0 90) + (size 1.475 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 67 "Net-(Q6-D)") + (pinfunction "D") + (pintype "passive") + (uuid "b54108a3-e1eb-40c5-b36d-3890899f497c") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "F.Cu") + (uuid "a9502eda-c2ce-4b13-a607-66f9f3bdad19") + (at 212.41 142.5725 90) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q7" + (at 0 -2.4 -90) + (layer "F.SilkS") + (uuid "28fb70b8-54ca-4cea-b195-ac6838f90927") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "2N7002" + (at 0 2.4 -90) + (layer "F.Fab") + (uuid "3775d2c5-bc42-4d54-b58e-cdabcf225f84") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6a93034c-297d-41ac-b36d-d244e5186961") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/NDS7002A-D.PDF" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4820014c-9786-4d02-bc97-f0614202260f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "0.115A Id, 60V Vds, N-Channel MOSFET, SOT-23" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a63e4b6c-e0c7-4c27-84cc-6a53587bf226") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "LCSC" "C8545" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5d86401a-6bbd-461d-964f-a54ceb6fad12") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "SOT?23*") + (path "/a53a98fc-c253-4edb-bc3c-02e25eb0c156") + (sheetname "Root") + (sheetfile "qclk.kicad_sch") + (attr smd) + (fp_line + (start 0 -1.56) + (end 0.65 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0dd2e972-5d6d-46df-9c1a-8d0568be4a47") + ) + (fp_line + (start 0 -1.56) + (end -0.65 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2d220587-448d-4be2-8862-b19251a204f3") + ) + (fp_line + (start 0 1.56) + (end 0.65 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2cf802f8-83b2-427c-89a0-27413606e26d") + ) + (fp_line + (start 0 1.56) + (end -0.65 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2aef83ce-b45c-49d2-bea2-3b38ab44200e") + ) + (fp_poly + (pts + (xy -1.1625 -1.51) (xy -1.4025 -1.84) (xy -0.9225 -1.84) (xy -1.1625 -1.51) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "30852d34-1238-4802-97fc-b917f3f8dc99") + ) + (fp_line + (start 1.92 -1.7) + (end -1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "84194e0b-db15-4c2d-bc98-039a2244c82b") + ) + (fp_line + (start -1.92 -1.7) + (end -1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fd4eef1e-986a-44e8-8a08-bf1ae5d35006") + ) + (fp_line + (start 1.92 1.7) + (end 1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b309e97f-6652-4ff4-af38-ae7535b41d2b") + ) + (fp_line + (start -1.92 1.7) + (end 1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "48ab0e68-add7-48c3-b215-99bed1da673b") + ) + (fp_line + (start 0.65 -1.45) + (end 0.65 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c55e236b-0693-406f-8dde-c1e7db8e931b") + ) + (fp_line + (start -0.325 -1.45) + (end 0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b3628548-6ae4-42ee-8d69-0482bf1f35e6") + ) + (fp_line + (start -0.65 -1.125) + (end -0.325 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "07c5ff29-3192-410c-a46f-30c512811a98") + ) + (fp_line + (start 0.65 1.45) + (end -0.65 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "89778e10-187c-42cc-8746-1bf6a633b21e") + ) + (fp_line + (start -0.65 1.45) + (end -0.65 -1.125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cb4cc680-7a5e-4a25-9851-80cfc0b89f15") + ) + (fp_text user "${REFERENCE}" + (at 0 0 -90) + (layer "F.Fab") + (uuid "6a31c762-9926-4e80-805d-56f4f0e522ae") + (effects + (font + (size 0.32 0.32) + (thickness 0.05) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 -0.95 90) + (size 1.475 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 68 "Net-(Q7-G)") + (pinfunction "G") + (pintype "input") + (uuid "71cf9ba7-d7b4-4726-83e2-7415a8722fb4") + ) + (pad "2" smd roundrect + (at -0.9375 0.95 90) + (size 1.475 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (pinfunction "S") + (pintype "passive") + (uuid "e5889236-ffb3-4e3e-98cb-8e0d0ef82aec") + ) + (pad "3" smd roundrect + (at 0.9375 0 90) + (size 1.475 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 69 "Net-(Q7-D)") + (pinfunction "D") + (pintype "passive") + (uuid "afe7a226-e0b2-4eec-85d3-45504d5f8cf8") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "a9e82124-8de0-43bd-bc6e-4089d3d8ef79") + (at 164.1875 148.59 180) + (descr "Resistor SMD 0805 (2012 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") + (property "Reference" "R15" + (at 0 -1.65 180) + (layer "F.SilkS") + (uuid "15e18853-2f82-4745-b1f2-37e5e3a30ba1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100" + (at 0 1.65 180) + (layer "F.Fab") + (uuid "217b86be-72c7-4e4a-b607-0f4ba44b9074") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "74c18232-134f-4dec-8575-0fa816ad2d40") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f9540f68-6f3f-4636-ad4a-ca56c3fd4d21") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9535b141-33ab-41c8-8523-1c20a7138cd0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "LCSC" "C317241" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b555e47c-02db-4350-ab44-0eda150b0ed3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/19a169be-4855-4386-9d4d-6aa6aa815170") + (sheetname "Root") + (sheetfile "qclk.kicad_sch") + (attr smd) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "35be27b1-78cc-46e2-9036-2f695c8f1097") + ) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6bd18572-596d-4975-8589-a8983bb9d272") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d0aca592-579d-47dd-ac60-2c2ca0782b84") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fee494c8-2165-4ac8-a176-f76621750cc7") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "695f0916-7f95-4975-981d-126fb2c366f2") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c90521cb-d736-47f1-bf73-8ea40cc2f7c7") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8fcdfb8a-b858-42e8-a605-a6d31f63ae6d") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fa418727-00ce-4d6e-8059-ee8e788636a6") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6d1f8f35-c1cd-4d37-9574-9e8e14bdd610") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f3c77ceb-d4cf-48e3-a304-51830b210db0") + ) + (fp_text user "${REFERENCE}" + (at 0 0 180) + (layer "F.Fab") + (uuid "292fd1a9-46bf-4c5c-b28d-b66884e36d8f") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0 180) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 52 "Net-(U1-GPIO20)") + (pintype "passive") + (uuid "d3ab939b-951e-4b0e-871b-da839f8941e7") + ) + (pad "2" smd roundrect + (at 0.9125 0 180) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 66 "Net-(Q5-G)") + (pintype "passive") + (uuid "768ba1de-f001-456f-a53d-40bb285bd935") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "MountingHole:MountingHole_2.2mm_M2" + (layer "F.Cu") + (uuid "b0327f2d-6dc0-4990-820f-5b99f3311ace") + (at 21.59 64.77) + (descr "Mounting Hole 2.2mm, no annular, M2") + (tags "mounting hole 2.2mm no annular m2") + (property "Reference" "H1" + (at 0 -3.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "dd1e131f-8bf6-4af7-9041-de3a77a789b1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.2 0) + (layer "F.Fab") + (uuid "8c689e80-91df-4198-b0e8-0b6e509003b6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "194536f6-7a21-4d93-8e31-b9e822977b17") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1444c9c0-0c42-45aa-9b62-f24a33f3839d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d73ff3cf-8e15-42fd-b91e-f257023f96d8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "MountingHole*") + (path "/41a60a3a-bbe1-40aa-9306-01acacd2f259") + (sheetname "Root") + (sheetfile "qclk.kicad_sch") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "a5d40c3d-d1a4-46ef-8e7c-b806cf8fb7e3") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "d4653b2e-571d-46dc-83e3-0279672ed93f") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "4fbb1b79-b350-468c-9832-a491ee8f6bf6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "976b4cf6-774b-4cb5-9af7-5a167c80e921") + ) + ) (footprint "Resistor_SMD:R_1206_3216Metric" (layer "F.Cu") (uuid "b1f47413-59ce-4a72-8194-f4139fbc1e79") @@ -4330,7 +7893,7 @@ ) ) ) - (property "LCSC" "C17888" + (property "LCSC" "C335007" (at 0 0 180) (unlocked yes) (layer "F.Fab") @@ -4464,7 +8027,7 @@ (size 1.125 1.75) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.222222) - (net 13 "Net-(U2-O1)") + (net 5 "Net-(U2-O1)") (pintype "passive") (uuid "d69e39d9-f8ff-43c9-b992-205ba087bf60") ) @@ -4473,7 +8036,7 @@ (size 1.125 1.75) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.222222) - (net 12 "Net-(U3-A)") + (net 4 "Net-(U3-A)") (pintype "passive") (uuid "addca8db-121b-4103-ac28-e2bec12f4613") ) @@ -4489,16 +8052,16 @@ ) ) ) - (footprint "Resistor_SMD:R_1206_3216Metric" + (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") (uuid "b7759bbb-5ace-4051-a9a3-2e13c3828cc2") - (at 67.1175 144.78 180) - (descr "Resistor SMD 1206 (3216 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") + (at 57.5075 148.59 180) + (descr "Resistor SMD 0805 (2012 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") (property "Reference" "R9" - (at 0 -1.82 180) + (at 0 -1.65 180) (layer "F.SilkS") - (uuid "cf3290d7-91b9-473a-8f34-a6d1fba62be8") + (uuid "b085291d-1272-4c15-9379-35194d4bbaaf") (effects (font (size 1 1) @@ -4506,10 +8069,10 @@ ) ) ) - (property "Value" "10k" - (at 0 1.82 180) + (property "Value" "100" + (at 0 1.65 180) (layer "F.Fab") - (uuid "d83cf245-3d75-42e3-8bdc-f9896ad77cab") + (uuid "62f644ac-251f-4960-bd21-90ea5699bcca") (effects (font (size 1 1) @@ -4517,12 +8080,12 @@ ) ) ) - (property "Footprint" "Resistor_SMD:R_1206_3216Metric" + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 0 0 180) (unlocked yes) (layer "F.Fab") (hide yes) - (uuid "82faee04-392d-4e16-bffb-1c73e7520ef5") + (uuid "f1067344-6a96-43bb-80bf-397cb027339f") (effects (font (size 1.27 1.27) @@ -4534,7 +8097,7 @@ (unlocked yes) (layer "F.Fab") (hide yes) - (uuid "23ed38c6-7bc0-4cab-8bb5-29a18e9f2e04") + (uuid "4baed5e4-6464-4dd8-a3f2-8b1cca618b90") (effects (font (size 1.27 1.27) @@ -4546,14 +8109,14 @@ (unlocked yes) (layer "F.Fab") (hide yes) - (uuid "bc865c72-5b38-432f-ae9a-569c06793405") + (uuid "2faae6d0-752b-445e-bff2-2dbd9d03ae7b") (effects (font (size 1.27 1.27) ) ) ) - (property "LCSC" "C17888" + (property "LCSC" "C317241" (at 0 0 180) (unlocked yes) (layer "F.Fab") @@ -4567,140 +8130,140 @@ ) ) (property ki_fp_filters "R_*") - (path "/a9452226-02bd-4336-bf84-2bc71b283637") + (path "/05a3a883-047a-423d-ab44-a2454789c532") (sheetname "Root") (sheetfile "qclk.kicad_sch") (attr smd) (fp_line - (start -0.727064 0.91) - (end 0.727064 0.91) + (start -0.227064 0.735) + (end 0.227064 0.735) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") - (uuid "971b527f-b6dd-4ab8-9d7b-c625db8c55c6") + (uuid "ca0e6199-34d5-4019-a6a2-b7bc551fe854") ) (fp_line - (start -0.727064 -0.91) - (end 0.727064 -0.91) + (start -0.227064 -0.735) + (end 0.227064 -0.735) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") - (uuid "3855bcb2-f846-48a9-aae8-2a6a03ff134b") + (uuid "11d11975-fd40-425e-9615-147d1ff2e0e6") ) (fp_line - (start 2.28 1.12) - (end -2.28 1.12) + (start 1.68 0.95) + (end -1.68 0.95) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") - (uuid "97d18051-67e1-47d8-8523-8580778f027d") + (uuid "28d1dada-b93a-41fe-8b73-c2cf4d26d6ab") ) (fp_line - (start 2.28 -1.12) - (end 2.28 1.12) + (start 1.68 -0.95) + (end 1.68 0.95) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") - (uuid "e69ac890-ff5d-4234-a19c-13ede674d8f4") + (uuid "fc6561c7-8949-465d-b266-a716158960a5") ) (fp_line - (start -2.28 1.12) - (end -2.28 -1.12) + (start -1.68 0.95) + (end -1.68 -0.95) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") - (uuid "926d2786-cf45-46dd-972e-66da7794078a") + (uuid "cb96eb3a-3df5-43f9-b5cd-c939ee53ce6e") ) (fp_line - (start -2.28 -1.12) - (end 2.28 -1.12) + (start -1.68 -0.95) + (end 1.68 -0.95) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") - (uuid "b2ba81f7-88bf-4f39-a3e1-b9d9f72e8d6b") + (uuid "0e313c4c-0188-4ac9-b52a-6c6b41ef4f9c") ) (fp_line - (start 1.6 0.8) - (end -1.6 0.8) + (start 1 0.625) + (end -1 0.625) (stroke (width 0.1) (type solid) ) (layer "F.Fab") - (uuid "fa6fa5b1-544a-4f24-8b12-3923b11842fa") + (uuid "5357e7f9-dece-4dcd-bec5-f3534c2906e0") ) (fp_line - (start 1.6 -0.8) - (end 1.6 0.8) + (start 1 -0.625) + (end 1 0.625) (stroke (width 0.1) (type solid) ) (layer "F.Fab") - (uuid "f696cdeb-3f9c-4116-b66d-af37b91dad7f") + (uuid "aab1eb80-2632-456c-aa01-fa388d1c9bf9") ) (fp_line - (start -1.6 0.8) - (end -1.6 -0.8) + (start -1 0.625) + (end -1 -0.625) (stroke (width 0.1) (type solid) ) (layer "F.Fab") - (uuid "ffae910f-cdaf-4375-9dd9-25a3130de16c") + (uuid "3c07b364-de53-4cfe-ba32-465ef98a5125") ) (fp_line - (start -1.6 -0.8) - (end 1.6 -0.8) + (start -1 -0.625) + (end 1 -0.625) (stroke (width 0.1) (type solid) ) (layer "F.Fab") - (uuid "0753101d-fe8d-446c-b1a8-805645b6dacf") + (uuid "149223ce-5e1b-4843-9599-0e5d6434c73c") ) (fp_text user "${REFERENCE}" (at 0 0 180) (layer "F.Fab") - (uuid "b995b61e-0ab1-4794-bf03-f08dcad7d2ce") + (uuid "92ff2ae3-4ec9-46f3-b791-e52b2f90178b") (effects (font - (size 0.8 0.8) - (thickness 0.12) + (size 0.5 0.5) + (thickness 0.08) ) ) ) (pad "1" smd roundrect - (at -1.4625 0 180) - (size 1.125 1.75) + (at -0.9125 0 180) + (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.222222) - (net 62 "Net-(U1-GPIO18)") + (roundrect_rratio 0.243902) + (net 54 "Net-(U1-GPIO18)") (pintype "passive") - (uuid "0e2211d5-265d-4ea0-bb8e-3f18d9a09be0") + (uuid "ce9f94e2-d62d-4dc7-8a65-82b3a18a3760") ) (pad "2" smd roundrect - (at 1.4625 0 180) - (size 1.125 1.75) + (at 0.9125 0 180) + (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.222222) - (net 4 "Net-(Q1-B)") + (roundrect_rratio 0.243902) + (net 60 "Net-(Q1-G)") (pintype "passive") - (uuid "9c3f4841-c1a1-4278-bd0b-98594c73a299") + (uuid "07842497-479b-44d4-ad2e-3dc056328c55") ) - (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl" + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" (offset (xyz 0 0 0) ) @@ -4928,7 +8491,7 @@ (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) - (net 5 "Net-(Q1-E)") + (net 61 "Net-(Q2-D)") (pinfunction "CA") (pintype "input") (uuid "b962e775-8eb1-439d-b5d7-e10a54497ecc") @@ -4939,7 +8502,7 @@ (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) - (net 21 "Net-(U3-E)") + (net 13 "Net-(U3-E)") (pinfunction "E") (pintype "input") (uuid "2497b9a8-c088-4ded-b97d-43ad1d9378e4") @@ -4950,7 +8513,7 @@ (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) - (net 19 "Net-(U3-D)") + (net 11 "Net-(U3-D)") (pinfunction "D") (pintype "input") (uuid "e50d7355-bca4-4b44-8b8f-9ef762322775") @@ -4961,7 +8524,7 @@ (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) - (net 16 "Net-(U3-C)") + (net 8 "Net-(U3-C)") (pinfunction "C") (pintype "input") (uuid "6233a8de-2000-4e5b-8c42-91cd68540bff") @@ -4972,7 +8535,7 @@ (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) - (net 5 "Net-(Q1-E)") + (net 61 "Net-(Q2-D)") (pinfunction "CA") (pintype "input") (uuid "d76f6618-d678-4c0e-b394-13fd501d8e1e") @@ -4983,7 +8546,7 @@ (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) - (net 14 "Net-(U3-B)") + (net 6 "Net-(U3-B)") (pinfunction "B") (pintype "input") (uuid "3f5bc80b-4c35-4910-9568-3b02e0fb9749") @@ -4994,7 +8557,7 @@ (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) - (net 12 "Net-(U3-A)") + (net 4 "Net-(U3-A)") (pinfunction "A") (pintype "input") (uuid "c2708f44-19fd-487b-9403-9046b095153c") @@ -5005,7 +8568,7 @@ (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) - (net 27 "Net-(U3-DP)") + (net 19 "Net-(U3-DP)") (pinfunction "DP") (pintype "input") (uuid "dc1ffbea-5854-4eb6-9735-44f24300928d") @@ -5016,7 +8579,7 @@ (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) - (net 23 "Net-(U3-F)") + (net 15 "Net-(U3-F)") (pinfunction "F") (pintype "input") (uuid "b8cd8cb6-5c18-4a88-b0f4-ee33304e59cf") @@ -5027,7 +8590,7 @@ (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) - (net 24 "Net-(U3-G)") + (net 16 "Net-(U3-G)") (pinfunction "G") (pintype "input") (uuid "7215e227-96f3-40ed-a113-771f353f771a") @@ -5044,16 +8607,110 @@ ) ) ) - (footprint "Package_TO_SOT_THT:TO-92_Inline" + (footprint "stuff:jlcpcb_tool_hole" + (layer "F.Cu") + (uuid "c22e9278-8d12-47a2-993d-fd780f6943e5") + (at 265.43 148.59) + (property "Reference" "REF**" + (at 0 -0.5 0) + (unlocked yes) + (layer "F.SilkS") + (hide yes) + (uuid "6cf575f5-20fb-4ce5-a5a1-33589bc4c7e7") + (effects + (font + (size 1 1) + (thickness 0.1) + ) + ) + ) + (property "Value" "jlcpcb_tool_hole" + (at 0 1 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5be8448d-3801-4060-8d1c-657be3fd8f72") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "stuff:jlcpcb_tool_hole" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "15f8ba39-ba13-48c4-a384-894c08a7cdb0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2cd0b8ed-e0a2-4988-8211-0a0205c03335") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fdeff2b3-2269-4d33-ace7-5c67f31865a9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (attr through_hole) + (fp_text user "${REFERENCE}" + (at 0 2.5 0) + (unlocked yes) + (layer "F.Fab") + (uuid "d91475df-a24b-40d9-a85c-975f44d7f8e1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole circle + (at 0 0) + (size 1.152 1.152) + (drill 1.152) + (layers "*.Mask") + (remove_unused_layers no) + (solder_mask_margin 0.148) + (clearance 0.248) + (zone_connect 0) + (uuid "cd868bb2-2e48-4fe0-9139-623da31cf7e0") + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") (uuid "c8b223df-569b-4ca9-a568-bea7b06f5dd2") - (at 165.1 147.32 90) - (descr "TO-92 leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf)") - (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (at 105.73 142.5725 90) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") (property "Reference" "Q3" - (at 1.27 -3.56 -90) + (at 0 -2.4 90) (layer "F.SilkS") - (uuid "9ef9c373-49ef-4cfd-8c61-41df5e16042b") + (uuid "7a16b784-fe12-4c49-ba46-48e251a5be2b") (effects (font (size 1 1) @@ -5061,10 +8718,10 @@ ) ) ) - (property "Value" "BC548" - (at 1.27 2.79 -90) + (property "Value" "2N7002" + (at 0 2.4 90) (layer "F.Fab") - (uuid "a3f0a76b-f739-4c9b-8981-9398e9c845b2") + (uuid "6c86eec8-2070-4e04-8dda-98b54cf50685") (effects (font (size 1 1) @@ -5072,43 +8729,43 @@ ) ) ) - (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 90) (unlocked yes) (layer "F.Fab") (hide yes) - (uuid "4ccaa31f-eaae-4da6-89c3-2b36dd4468ca") + (uuid "0a28f931-7e1c-4ca5-827a-851b8cb5af5b") (effects (font (size 1.27 1.27) ) ) ) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC550-D.pdf" + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/NDS7002A-D.PDF" (at 0 0 90) (unlocked yes) (layer "F.Fab") (hide yes) - (uuid "807ad022-c848-40e3-b3d5-09e5555bf2cd") + (uuid "c961e174-ebe4-402d-9d92-77cf6cefb0e5") (effects (font (size 1.27 1.27) ) ) ) - (property "Description" "0.1A Ic, 30V Vce, Small Signal NPN Transistor, TO-92" + (property "Description" "0.115A Id, 60V Vds, N-Channel MOSFET, SOT-23" (at 0 0 90) (unlocked yes) (layer "F.Fab") (hide yes) - (uuid "bc90cef1-f917-4dff-9466-39ff875bf4b9") + (uuid "ef8bb73a-0caf-4596-a535-3e3454a72782") (effects (font (size 1.27 1.27) ) ) ) - (property "LCSC" "C713615" + (property "LCSC" "C8545" (at 0 0 90) (unlocked yes) (layer "F.Fab") @@ -5121,160 +8778,195 @@ ) ) ) - (property ki_fp_filters "TO?92*") - (path "/3f6602de-7601-406c-993a-33b15a51ac00") + (property ki_fp_filters "SOT?23*") + (path "/d32e8920-ac9a-4d14-ad9d-cacee666f492") (sheetname "Root") (sheetfile "qclk.kicad_sch") - (attr through_hole) + (attr smd) (fp_line - (start -0.53 1.85) - (end 3.07 1.85) + (start 0 -1.56) + (end 0.65 -1.56) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") - (uuid "57fb69cb-9c52-4b78-9a5b-8d5fc85c4652") + (uuid "198dad21-f4d3-416e-b4d3-1efe3817e346") ) - (fp_arc - (start 1.27 -2.6) - (mid 3.672087 -0.994977) - (end 3.108478 1.838478) + (fp_line + (start 0 -1.56) + (end -0.65 -1.56) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") - (uuid "36331655-f988-4104-8ab0-a07ce4328c91") + (uuid "9c055cbf-8f1a-4e59-a23d-1094594592ca") ) - (fp_arc - (start -0.568478 1.838478) - (mid -1.132087 -0.994977) - (end 1.27 -2.6) + (fp_line + (start 0 1.56) + (end 0.65 1.56) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") - (uuid "636804a9-f032-4332-af90-195189e81ea3") + (uuid "13664777-f7a8-4d4c-9df8-295af97bf733") ) (fp_line - (start -1.46 -2.73) - (end 4 -2.73) + (start 0 1.56) + (end -0.65 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4c2e3f0c-edfd-4ca7-9bcd-4853eff4d1ef") + ) + (fp_poly + (pts + (xy -1.1625 -1.51) (xy -1.4025 -1.84) (xy -0.9225 -1.84) (xy -1.1625 -1.51) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "ccc3fd40-43d3-4695-9e8b-8cf2d37e36ba") + ) + (fp_line + (start 1.92 -1.7) + (end -1.92 -1.7) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") - (uuid "e100630e-7852-48a4-b296-48e2d43b3e11") + (uuid "afc2926c-21c9-46ba-b11b-5367e0c18daa") ) (fp_line - (start -1.46 -2.73) - (end -1.46 2.01) + (start -1.92 -1.7) + (end -1.92 1.7) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") - (uuid "e81aee74-8189-4aaa-9240-75d67a3ca143") + (uuid "a7e94f71-3b4c-4872-9118-515bc23cb008") ) (fp_line - (start 4 2.01) - (end 4 -2.73) + (start 1.92 1.7) + (end 1.92 -1.7) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") - (uuid "c0f0ec70-b80c-452b-ac83-092c44b8048c") + (uuid "796db927-7905-4222-9195-0f97224865c3") ) (fp_line - (start 4 2.01) - (end -1.46 2.01) + (start -1.92 1.7) + (end 1.92 1.7) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") - (uuid "20f116f5-04f8-480e-8d87-55c972f83ade") + (uuid "75f775a7-e5f0-4677-8c80-a0bb2333a106") ) (fp_line - (start -0.5 1.75) - (end 3 1.75) + (start 0.65 -1.45) + (end 0.65 1.45) (stroke (width 0.1) (type solid) ) (layer "F.Fab") - (uuid "4ec4baf1-8515-4d90-abb2-e5acc8413d4f") + (uuid "8d8b13c5-5ec5-479a-be43-ec10f28b40af") ) - (fp_arc - (start 1.27 -2.48) - (mid 3.561221 -0.949055) - (end 3.023625 1.753625) + (fp_line + (start -0.325 -1.45) + (end 0.65 -1.45) (stroke (width 0.1) (type solid) ) (layer "F.Fab") - (uuid "eb6d2a8e-df2a-45ee-8fc4-843e8e83fc9d") + (uuid "3e31bff5-5804-4940-99d9-4fd9f7a77a5f") ) - (fp_arc - (start -0.483625 1.753625) - (mid -1.021221 -0.949055) - (end 1.27 -2.48) + (fp_line + (start -0.65 -1.125) + (end -0.325 -1.45) (stroke (width 0.1) (type solid) ) (layer "F.Fab") - (uuid "1d63a58b-c93e-423d-ac86-a077cab1eb06") + (uuid "f699a2e1-daf0-4fec-a42c-0c0535bb6204") + ) + (fp_line + (start 0.65 1.45) + (end -0.65 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c64764e8-0271-461e-a8fc-7da725052008") + ) + (fp_line + (start -0.65 1.45) + (end -0.65 -1.125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3a5b2f48-07d3-453c-8d24-eef5219915d2") ) (fp_text user "${REFERENCE}" - (at 1.27 0 -90) + (at 0 0 90) (layer "F.Fab") - (uuid "ab31ec3c-bc6e-4c78-9c9c-109aadd01393") + (uuid "fa5c873e-0016-43f6-a13e-cd28b5703e0d") (effects (font - (size 1 1) - (thickness 0.15) + (size 0.32 0.32) + (thickness 0.05) ) ) ) - (pad "1" thru_hole rect - (at 0 0 90) - (size 1.05 1.5) - (drill 0.75) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 2 "+12V") - (pinfunction "C") - (pintype "passive") - (uuid "c3db4331-6229-4040-95bd-b815d0e7019f") - ) - (pad "2" thru_hole oval - (at 1.27 0 90) - (size 1.05 1.5) - (drill 0.75) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 9 "Net-(Q3-B)") - (pinfunction "B") + (pad "1" smd roundrect + (at -0.9375 -0.95 90) + (size 1.475 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 63 "Net-(Q3-G)") + (pinfunction "G") (pintype "input") - (uuid "faddbbba-68b9-4f6a-b3a2-4826b52fa5ad") + (uuid "983bf8ee-083a-40d5-bed9-b8b5fd290c7e") ) - (pad "3" thru_hole oval - (at 2.54 0 90) - (size 1.05 1.5) - (drill 0.75) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 8 "Net-(Q3-E)") - (pinfunction "E") + (pad "2" smd roundrect + (at -0.9375 0.95 90) + (size 1.475 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (pinfunction "S") (pintype "passive") - (uuid "1ccab2ff-6e17-426f-83eb-8d8b4b31e976") + (uuid "e3074aa0-23ac-4b8c-bc4a-c4bace982bf1") ) - (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/TO-92_Inline.wrl" + (pad "3" smd roundrect + (at 0.9375 0 90) + (size 1.475 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 62 "Net-(Q3-D)") + (pinfunction "D") + (pintype "passive") + (uuid "6c8cfa9e-7fe7-4721-8c43-b5ba33220749") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" (offset (xyz 0 0 0) ) @@ -5286,16 +8978,16 @@ ) ) ) - (footprint "Package_TO_SOT_THT:TO-92_Inline" + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") (uuid "d64b8f64-f19f-4841-b458-0f8d7d8b90a7") - (at 218.825 147.32 90) - (descr "TO-92 leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf)") - (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (at 115.89 142.5725 90) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") (property "Reference" "Q4" - (at 1.27 -3.56 -90) + (at 0 -2.4 90) (layer "F.SilkS") - (uuid "85408d69-5ac2-425b-9c57-a81011820c4a") + (uuid "a409a122-fc28-4322-ad4b-e29ca3762ad6") (effects (font (size 1 1) @@ -5303,10 +8995,10 @@ ) ) ) - (property "Value" "BC548" - (at 1.27 2.79 -90) + (property "Value" "AO3401A" + (at 0 2.4 90) (layer "F.Fab") - (uuid "e092ebcd-aa43-4406-b510-583c8d1dfa67") + (uuid "f289faf5-a840-4758-ba1a-97f72dff8dcf") (effects (font (size 1 1) @@ -5314,43 +9006,43 @@ ) ) ) - (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 90) (unlocked yes) (layer "F.Fab") (hide yes) - (uuid "504a2314-2efe-4613-9f66-4b31fa11db66") + (uuid "86603a88-6681-4323-8072-ae8703b2ad02") (effects (font (size 1.27 1.27) ) ) ) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC550-D.pdf" + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3401A.pdf" (at 0 0 90) (unlocked yes) (layer "F.Fab") (hide yes) - (uuid "409827f0-d111-4476-92d3-1e891f41f400") + (uuid "8f5dfbee-5a58-4dc3-98fe-c27b5b21de43") (effects (font (size 1.27 1.27) ) ) ) - (property "Description" "0.1A Ic, 30V Vce, Small Signal NPN Transistor, TO-92" + (property "Description" "-4.0A Id, -30V Vds, P-Channel MOSFET, SOT-23" (at 0 0 90) (unlocked yes) (layer "F.Fab") (hide yes) - (uuid "0347c5c7-9860-48f7-8709-671f4c57627e") + (uuid "47b720e4-4aad-4d9d-b1b8-2037ee76dd22") (effects (font (size 1.27 1.27) ) ) ) - (property "LCSC" "C713615" + (property "LCSC" "C15127" (at 0 0 90) (unlocked yes) (layer "F.Fab") @@ -5363,160 +9055,195 @@ ) ) ) - (property ki_fp_filters "TO?92*") - (path "/b09f6df3-e75e-4b0c-90f9-7e164ec9e498") + (property ki_fp_filters "SOT?23*") + (path "/31c89d9e-73c5-44b1-afc7-2a610e52f471") (sheetname "Root") (sheetfile "qclk.kicad_sch") - (attr through_hole) + (attr smd) (fp_line - (start -0.53 1.85) - (end 3.07 1.85) + (start 0 -1.56) + (end 0.65 -1.56) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") - (uuid "41a7a8cb-20f0-4b4d-afce-7c5c4a66f56d") + (uuid "fda0c52e-a188-4d3d-bb98-5b51370a8039") ) - (fp_arc - (start 1.27 -2.6) - (mid 3.672087 -0.994977) - (end 3.108478 1.838478) + (fp_line + (start 0 -1.56) + (end -0.65 -1.56) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") - (uuid "8c76f977-3622-4aa7-879b-0665f6e30c5b") + (uuid "5d076afe-bd31-41a3-a169-9aa8e2a1d667") ) - (fp_arc - (start -0.568478 1.838478) - (mid -1.132087 -0.994977) - (end 1.27 -2.6) + (fp_line + (start 0 1.56) + (end 0.65 1.56) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") - (uuid "efe8d1c3-0526-414c-8f5e-076b781db067") + (uuid "84c6e42b-ce67-4fcc-9906-d99c2d015c95") ) (fp_line - (start -1.46 -2.73) - (end 4 -2.73) + (start 0 1.56) + (end -0.65 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ba12d591-50af-4f78-91ee-2298335f9872") + ) + (fp_poly + (pts + (xy -1.1625 -1.51) (xy -1.4025 -1.84) (xy -0.9225 -1.84) (xy -1.1625 -1.51) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f827caeb-11e4-47fb-9374-f7f24c96f136") + ) + (fp_line + (start 1.92 -1.7) + (end -1.92 -1.7) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") - (uuid "1c544034-988d-4914-b2eb-e0f46dfc7e5a") + (uuid "5fe20263-fe44-46d0-aeab-14d69b7f7259") ) (fp_line - (start -1.46 -2.73) - (end -1.46 2.01) + (start -1.92 -1.7) + (end -1.92 1.7) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") - (uuid "09765e81-825a-4c49-8315-98e7dae360eb") + (uuid "30355fb1-9f6a-4ebd-880f-d5db73edec0f") ) (fp_line - (start 4 2.01) - (end 4 -2.73) + (start 1.92 1.7) + (end 1.92 -1.7) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") - (uuid "60a69894-7d21-47d4-a035-fc51cedd27a4") + (uuid "6b1bfb99-7dfb-4314-928c-4cf73645db2b") ) (fp_line - (start 4 2.01) - (end -1.46 2.01) + (start -1.92 1.7) + (end 1.92 1.7) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") - (uuid "9bd8c404-78d6-4f54-b30e-89d265509a03") + (uuid "1cad3256-e8eb-43c3-a5f6-1f754f3e41b5") ) (fp_line - (start -0.5 1.75) - (end 3 1.75) + (start 0.65 -1.45) + (end 0.65 1.45) (stroke (width 0.1) (type solid) ) (layer "F.Fab") - (uuid "9a3c02ac-5da2-4414-a36b-a3efbe916210") + (uuid "ab1dc61d-3b2d-4c33-ac19-95c3ab488909") ) - (fp_arc - (start 1.27 -2.48) - (mid 3.561221 -0.949055) - (end 3.023625 1.753625) + (fp_line + (start -0.325 -1.45) + (end 0.65 -1.45) (stroke (width 0.1) (type solid) ) (layer "F.Fab") - (uuid "1b5d111c-61dc-494b-a536-96006cdeb6ac") + (uuid "0b2072af-c7cf-45b4-9021-88300b78ed2c") ) - (fp_arc - (start -0.483625 1.753625) - (mid -1.021221 -0.949055) - (end 1.27 -2.48) + (fp_line + (start -0.65 -1.125) + (end -0.325 -1.45) (stroke (width 0.1) (type solid) ) (layer "F.Fab") - (uuid "df354e6d-7e2e-4990-8eb8-4a327694866e") + (uuid "ae1ea104-7a5e-4b24-8659-603f9f642888") + ) + (fp_line + (start 0.65 1.45) + (end -0.65 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "11e82c8f-f7bd-4e33-b2a7-90f4c552e5db") + ) + (fp_line + (start -0.65 1.45) + (end -0.65 -1.125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "04a6f10b-741b-4eac-9dd7-b358561b2cad") ) (fp_text user "${REFERENCE}" - (at 1.27 0 -90) + (at 0 0 90) (layer "F.Fab") - (uuid "4933eb75-5afd-4d7d-a3b2-824bb5644bd3") + (uuid "3b9f3792-813f-44e9-9643-caca8100cfcd") (effects (font - (size 1 1) - (thickness 0.15) + (size 0.32 0.32) + (thickness 0.05) ) ) ) - (pad "1" thru_hole rect - (at 0 0 90) - (size 1.05 1.5) - (drill 0.75) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 2 "+12V") - (pinfunction "C") - (pintype "passive") - (uuid "97b93084-4894-4c0f-95c9-f2c1d723aa8e") - ) - (pad "2" thru_hole oval - (at 1.27 0 90) - (size 1.05 1.5) - (drill 0.75) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 11 "Net-(Q4-B)") - (pinfunction "B") + (pad "1" smd roundrect + (at -0.9375 -0.95 90) + (size 1.475 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 62 "Net-(Q3-D)") + (pinfunction "G") (pintype "input") - (uuid "8e732226-7814-414d-816c-af8de7aa1ef3") + (uuid "ff9bee1c-7c8e-4c39-bc92-54758cc30f89") ) - (pad "3" thru_hole oval - (at 2.54 0 90) - (size 1.05 1.5) - (drill 0.75) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 10 "Net-(Q4-E)") - (pinfunction "E") + (pad "2" smd roundrect + (at -0.9375 0.95 90) + (size 1.475 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+12V") + (pinfunction "S") (pintype "passive") - (uuid "063ee2fd-2c78-4962-8331-34d8c91986b9") + (uuid "1bdbbc6b-a7ae-443f-9afc-f4afe6d6f8cf") ) - (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/TO-92_Inline.wrl" + (pad "3" smd roundrect + (at 0.9375 0 90) + (size 1.475 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 64 "Net-(Q4-D)") + (pinfunction "D") + (pintype "passive") + (uuid "29a02246-b373-42bf-ba37-34da67bfb177") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" (offset (xyz 0 0 0) ) @@ -5528,16 +9255,16 @@ ) ) ) - (footprint "Package_TO_SOT_THT:TO-92_Inline" + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") (uuid "da680677-169a-4327-aa0c-0379cc85b7c0") - (at 111.76 147.32 90) - (descr "TO-92 leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf)") - (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (at 62.55 142.5725 90) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") (property "Reference" "Q2" - (at 1.27 -3.56 -90) + (at 0 -2.4 90) (layer "F.SilkS") - (uuid "d160e73f-a2ed-43f8-9848-06db338bf07c") + (uuid "a53fc3db-8674-4b08-89bf-7cb8f3c4fae9") (effects (font (size 1 1) @@ -5545,10 +9272,10 @@ ) ) ) - (property "Value" "BC548" - (at 1.27 2.79 -90) + (property "Value" "AO3401A" + (at 0 2.4 90) (layer "F.Fab") - (uuid "b87a8a74-2981-4057-9d7e-1388a4d7c5e3") + (uuid "41308f55-5cd4-4b90-a2f5-3848f98fca3d") (effects (font (size 1 1) @@ -5556,43 +9283,43 @@ ) ) ) - (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 0 90) (unlocked yes) (layer "F.Fab") (hide yes) - (uuid "a774bb71-1610-4441-8458-52eeff299ffc") + (uuid "af5c67fd-3030-418a-9448-5dab499dafc0") (effects (font (size 1.27 1.27) ) ) ) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC550-D.pdf" + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3401A.pdf" (at 0 0 90) (unlocked yes) (layer "F.Fab") (hide yes) - (uuid "6af216a8-ec44-44a0-8f93-2f481ee34868") + (uuid "f9144bef-3b29-4cc4-b990-86b7d79f2542") (effects (font (size 1.27 1.27) ) ) ) - (property "Description" "0.1A Ic, 30V Vce, Small Signal NPN Transistor, TO-92" + (property "Description" "-4.0A Id, -30V Vds, P-Channel MOSFET, SOT-23" (at 0 0 90) (unlocked yes) (layer "F.Fab") (hide yes) - (uuid "2c9e8911-d147-450b-ad2f-aa01bccf4a12") + (uuid "078b6b6e-1d19-4ff1-b1d9-3c8d998e4f80") (effects (font (size 1.27 1.27) ) ) ) - (property "LCSC" "C713615" + (property "LCSC" "C15127" (at 0 0 90) (unlocked yes) (layer "F.Fab") @@ -5605,160 +9332,195 @@ ) ) ) - (property ki_fp_filters "TO?92*") - (path "/37a48ef6-b85e-4065-8a2b-73ebdf8af4a0") + (property ki_fp_filters "SOT?23*") + (path "/932e48c1-ae2e-4ac3-b614-f6e37bb07b38") (sheetname "Root") (sheetfile "qclk.kicad_sch") - (attr through_hole) + (attr smd) (fp_line - (start -0.53 1.85) - (end 3.07 1.85) + (start 0 -1.56) + (end 0.65 -1.56) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") - (uuid "ba616d62-6bcd-4dd0-8b3e-7590ed07131e") + (uuid "7bbfb43a-7ba7-4328-a1f8-b2299f6b2039") ) - (fp_arc - (start 1.27 -2.6) - (mid 3.672087 -0.994977) - (end 3.108478 1.838478) + (fp_line + (start 0 -1.56) + (end -0.65 -1.56) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") - (uuid "f3d93c5d-ee16-4c6f-bf02-8dc18636393b") + (uuid "a6f360a6-692d-4237-944b-272be746db50") ) - (fp_arc - (start -0.568478 1.838478) - (mid -1.132087 -0.994977) - (end 1.27 -2.6) + (fp_line + (start 0 1.56) + (end 0.65 1.56) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") - (uuid "25fecc8a-c209-4401-8b6a-5ed300970076") + (uuid "1a21c4c4-07c3-484f-b014-098bc3398d8b") ) (fp_line - (start -1.46 -2.73) - (end 4 -2.73) + (start 0 1.56) + (end -0.65 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8d104c34-b1ac-473e-8143-a07ebcbf73e6") + ) + (fp_poly + (pts + (xy -1.1625 -1.51) (xy -1.4025 -1.84) (xy -0.9225 -1.84) (xy -1.1625 -1.51) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b9c35db0-7d7c-4166-a4e8-fbd520e0a9d3") + ) + (fp_line + (start 1.92 -1.7) + (end -1.92 -1.7) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") - (uuid "fcaa2f7a-85bc-4d80-a810-ee3ea9835f8f") + (uuid "93405c75-5000-474b-9b3f-ed8d602399c5") ) (fp_line - (start -1.46 -2.73) - (end -1.46 2.01) + (start -1.92 -1.7) + (end -1.92 1.7) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") - (uuid "58153fb4-0e87-4bee-b8ad-435cfbf834f9") + (uuid "d3e79447-2ef6-4c80-b394-86d6c7a0bab9") ) (fp_line - (start 4 2.01) - (end 4 -2.73) + (start 1.92 1.7) + (end 1.92 -1.7) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") - (uuid "a475f7e0-61db-4f00-87f9-b37b6cd07663") + (uuid "ea53b956-394d-4ba0-8c10-f0176a4f1348") ) (fp_line - (start 4 2.01) - (end -1.46 2.01) + (start -1.92 1.7) + (end 1.92 1.7) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") - (uuid "f7256ff5-5df5-432e-8401-d9542042e74b") + (uuid "b7604f0c-2085-423e-b3a9-313ca2a95747") ) (fp_line - (start -0.5 1.75) - (end 3 1.75) + (start 0.65 -1.45) + (end 0.65 1.45) (stroke (width 0.1) (type solid) ) (layer "F.Fab") - (uuid "c0167807-b2e6-456d-83ae-8c38c0e51947") + (uuid "fd10929d-4e0c-418d-94db-eccb7f98b034") ) - (fp_arc - (start 1.27 -2.48) - (mid 3.561221 -0.949055) - (end 3.023625 1.753625) + (fp_line + (start -0.325 -1.45) + (end 0.65 -1.45) (stroke (width 0.1) (type solid) ) (layer "F.Fab") - (uuid "7be86726-4f72-4b9a-b935-80bf421f4271") + (uuid "0a468704-b01e-47f4-b4d9-10d93fb304e8") ) - (fp_arc - (start -0.483625 1.753625) - (mid -1.021221 -0.949055) - (end 1.27 -2.48) + (fp_line + (start -0.65 -1.125) + (end -0.325 -1.45) (stroke (width 0.1) (type solid) ) (layer "F.Fab") - (uuid "b21de22e-978c-4f8d-9646-1e6ea1d77986") + (uuid "67c2d419-55b1-42b6-ad9d-29e642a55387") + ) + (fp_line + (start 0.65 1.45) + (end -0.65 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d5558c2b-9edb-44ce-a4ba-2b2ab3e5f79e") + ) + (fp_line + (start -0.65 1.45) + (end -0.65 -1.125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a62f5c32-430a-42ba-93ea-f40b8271070a") ) (fp_text user "${REFERENCE}" - (at 1.27 0 -90) + (at 0 0 90) (layer "F.Fab") - (uuid "48b95eaf-11cf-4894-ad6a-03031d9925fc") + (uuid "013c527e-9f63-4922-8dee-185c308f4f4d") (effects (font - (size 1 1) - (thickness 0.15) + (size 0.32 0.32) + (thickness 0.05) ) ) ) - (pad "1" thru_hole rect - (at 0 0 90) - (size 1.05 1.5) - (drill 0.75) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 2 "+12V") - (pinfunction "C") - (pintype "passive") - (uuid "39b6f7dd-7336-4202-817c-b2b51b13a715") - ) - (pad "2" thru_hole oval - (at 1.27 0 90) - (size 1.05 1.5) - (drill 0.75) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 7 "Net-(Q2-B)") - (pinfunction "B") + (pad "1" smd roundrect + (at -0.9375 -0.95 90) + (size 1.475 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 59 "Net-(Q1-D)") + (pinfunction "G") (pintype "input") - (uuid "6068606d-21ab-4d46-b583-9675eb82d83e") + (uuid "db91abac-d369-42ae-8ad8-81db497db9f0") ) - (pad "3" thru_hole oval - (at 2.54 0 90) - (size 1.05 1.5) - (drill 0.75) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 6 "Net-(Q2-E)") - (pinfunction "E") + (pad "2" smd roundrect + (at -0.9375 0.95 90) + (size 1.475 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+12V") + (pinfunction "S") (pintype "passive") - (uuid "32dffd1f-4632-4738-b4c6-69e0713b9441") + (uuid "03defc6e-9867-4501-bfd4-3f14c877c6a2") ) - (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/TO-92_Inline.wrl" + (pad "3" smd roundrect + (at 0.9375 0 90) + (size 1.475 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 61 "Net-(Q2-D)") + (pinfunction "D") + (pintype "passive") + (uuid "788ce5e6-6019-4abc-9a7e-db495c4157af") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" (offset (xyz 0 0 0) ) @@ -5770,16 +9532,16 @@ ) ) ) - (footprint "Resistor_SMD:R_1206_3216Metric" + (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") (uuid "dffc24bd-79d1-47f1-a6a9-bf2f541440b7") - (at 120.4575 144.78 180) - (descr "Resistor SMD 1206 (3216 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") + (at 52.4275 147.32) + (descr "Resistor SMD 0805 (2012 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") (property "Reference" "R10" - (at 0 -1.82 180) + (at 0 -1.65 0) (layer "F.SilkS") - (uuid "d07446d6-7d40-4048-b67f-db4549f1e8d9") + (uuid "bb9d23b8-ef74-4f2f-b9e9-256cb1216752") (effects (font (size 1 1) @@ -5788,9 +9550,9 @@ ) ) (property "Value" "10K" - (at 0 1.82 180) + (at 0 1.65 0) (layer "F.Fab") - (uuid "97cea5a8-6caf-4f8a-b18b-7b83ed3b5efa") + (uuid "0a88e590-8894-4fe0-b734-c2aec0ba53ba") (effects (font (size 1 1) @@ -5798,12 +9560,12 @@ ) ) ) - (property "Footprint" "Resistor_SMD:R_1206_3216Metric" - (at 0 0 180) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) - (uuid "93ac05ea-1e1d-465c-b504-d28791f4ae89") + (uuid "84a3199b-3c78-4b22-9149-7b0087f7ed09") (effects (font (size 1.27 1.27) @@ -5811,11 +9573,11 @@ ) ) (property "Datasheet" "" - (at 0 0 180) + (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) - (uuid "d1eeb997-0207-4e75-9a95-0635cad21d2c") + (uuid "002e212e-2c65-4490-b000-f36ffc8e0341") (effects (font (size 1.27 1.27) @@ -5823,19 +9585,19 @@ ) ) (property "Description" "Resistor" - (at 0 0 180) + (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) - (uuid "773123ae-f44e-41b4-b328-f826e084b1bb") + (uuid "13b054f1-241a-42cd-b5c9-19252452cf7e") (effects (font (size 1.27 1.27) ) ) ) - (property "LCSC" "C17888" - (at 0 0 180) + (property "LCSC" "C17414" + (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) @@ -5848,140 +9610,140 @@ ) ) (property ki_fp_filters "R_*") - (path "/2201e651-4c07-4277-b68c-77aefcb50509") + (path "/db2e2693-aa0e-49ce-b91b-011b7a86a39e") (sheetname "Root") (sheetfile "qclk.kicad_sch") (attr smd) (fp_line - (start -0.727064 0.91) - (end 0.727064 0.91) + (start -0.227064 -0.735) + (end 0.227064 -0.735) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") - (uuid "c364efd9-a2c1-4946-8e27-d6bd91ec5a0e") + (uuid "602815e9-0a7b-4e3b-94a8-a9f20a9a43d9") ) (fp_line - (start -0.727064 -0.91) - (end 0.727064 -0.91) + (start -0.227064 0.735) + (end 0.227064 0.735) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") - (uuid "fc64d293-4951-40da-a72c-415602f49b90") + (uuid "99537a36-cc1b-4803-9bc2-18c292efd097") ) (fp_line - (start 2.28 1.12) - (end -2.28 1.12) + (start -1.68 -0.95) + (end 1.68 -0.95) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") - (uuid "419121ab-0252-4474-91f9-b33f0417c690") + (uuid "184452b4-0fdb-440d-82e9-646f6c917724") ) (fp_line - (start 2.28 -1.12) - (end 2.28 1.12) + (start -1.68 0.95) + (end -1.68 -0.95) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") - (uuid "e4c70ecf-cd90-48c9-9232-6169f7d173d6") + (uuid "efa4d270-e455-4f5b-89d7-4d4924ace03c") ) (fp_line - (start -2.28 1.12) - (end -2.28 -1.12) + (start 1.68 -0.95) + (end 1.68 0.95) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") - (uuid "5ecc5b40-613e-4c76-8900-83e670d436b5") + (uuid "a80b3172-688c-4081-b301-7c9609088fa7") ) (fp_line - (start -2.28 -1.12) - (end 2.28 -1.12) + (start 1.68 0.95) + (end -1.68 0.95) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") - (uuid "22959689-ee23-45eb-ade0-eb5ef610dc10") + (uuid "7973d24c-2876-493f-ae3c-8b6c3348d61a") ) (fp_line - (start 1.6 0.8) - (end -1.6 0.8) + (start -1 -0.625) + (end 1 -0.625) (stroke (width 0.1) (type solid) ) (layer "F.Fab") - (uuid "7c764921-8fad-4211-8b13-0ec2c962c1f6") + (uuid "548639f4-bb3d-4ed4-aa1e-a3a8c2fc571e") ) (fp_line - (start 1.6 -0.8) - (end 1.6 0.8) + (start -1 0.625) + (end -1 -0.625) (stroke (width 0.1) (type solid) ) (layer "F.Fab") - (uuid "d6fff22d-398b-43b9-8ec6-c2965798d5ce") + (uuid "bef268fb-c0da-498c-9bb1-94fc97e34b07") ) (fp_line - (start -1.6 0.8) - (end -1.6 -0.8) + (start 1 -0.625) + (end 1 0.625) (stroke (width 0.1) (type solid) ) (layer "F.Fab") - (uuid "fc199654-b438-4f34-b4fb-73bca241bb2b") + (uuid "daff02f6-29ec-44db-b0a0-daddadef48ac") ) (fp_line - (start -1.6 -0.8) - (end 1.6 -0.8) + (start 1 0.625) + (end -1 0.625) (stroke (width 0.1) (type solid) ) (layer "F.Fab") - (uuid "16a696a9-0e93-4b8c-8611-3bb0a757ce8c") + (uuid "841ec9a2-748a-443a-bb1d-86df8afee636") ) (fp_text user "${REFERENCE}" - (at 0 0 180) + (at 0 0 0) (layer "F.Fab") - (uuid "de0ec9c2-3769-456d-811b-45751afdfe6c") + (uuid "517bc30a-54e0-428f-83e7-13734c3f33d5") (effects (font - (size 0.8 0.8) - (thickness 0.12) + (size 0.5 0.5) + (thickness 0.08) ) ) ) (pad "1" smd roundrect - (at -1.4625 0 180) - (size 1.125 1.75) + (at -0.9125 0) + (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.222222) - (net 61 "Net-(U1-GPIO19)") + (roundrect_rratio 0.243902) + (net 60 "Net-(Q1-G)") (pintype "passive") - (uuid "5d989609-d554-4713-b229-baf6dfd6dab2") + (uuid "2b1d52b7-71ad-49ad-8e8c-17ebcb1221db") ) (pad "2" smd roundrect - (at 1.4625 0 180) - (size 1.125 1.75) + (at 0.9125 0) + (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.222222) - (net 7 "Net-(Q2-B)") + (roundrect_rratio 0.243902) + (net 1 "GND") (pintype "passive") - (uuid "f52eb3f1-00f1-46ac-9d2f-7ff7d90349c5") + (uuid "948e3043-2c15-4b6e-8ad2-4589b822ea91") ) - (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl" + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" (offset (xyz 0 0 0) ) @@ -6603,7 +10365,7 @@ ) (fp_arc (start 10.579676 25.189937) - (mid 10.357958 25.493991) + (mid 10.357949 25.493953) (end 10 25.61) (stroke (width 0.12) @@ -6852,7 +10614,7 @@ (at -8.89 -24.13) (size 1.6 1.6) (layers "F.Cu" "F.Paste" "F.Mask") - (net 64 "Net-(J3-Pin_1)") + (net 56 "Net-(J3-Pin_1)") (pinfunction "GPIO0") (pintype "bidirectional") (options @@ -6890,7 +10652,7 @@ ) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.5) - (net 63 "Net-(J3-Pin_2)") + (net 55 "Net-(J3-Pin_2)") (pinfunction "GPIO1") (pintype "bidirectional") (uuid "a8b62b00-6103-490a-80f0-2af1fe199a72") @@ -6943,7 +10705,7 @@ ) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.5) - (net 29 "Net-(U1-GPIO2)") + (net 21 "Net-(U1-GPIO2)") (pinfunction "GPIO2") (pintype "bidirectional") (uuid "f7088ad2-d708-4e4e-b536-1a85903e7908") @@ -6956,7 +10718,7 @@ ) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.5) - (net 47 "Net-(U1-GPIO3)") + (net 39 "Net-(U1-GPIO3)") (pinfunction "GPIO3") (pintype "bidirectional") (uuid "7a44de19-3b1f-485d-850c-df51af7908f5") @@ -6969,7 +10731,7 @@ ) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.5) - (net 36 "Net-(U1-GPIO4)") + (net 28 "Net-(U1-GPIO4)") (pinfunction "GPIO4") (pintype "bidirectional") (uuid "c9a805d6-e306-4d00-a649-ac70cd722f5f") @@ -6982,7 +10744,7 @@ ) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.5) - (net 30 "Net-(U1-GPIO5)") + (net 22 "Net-(U1-GPIO5)") (pinfunction "GPIO5") (pintype "bidirectional") (uuid "e67b6a59-3851-4ea4-a8c0-b4b02aa77045") @@ -7035,7 +10797,7 @@ ) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.5) - (net 51 "Net-(U1-GPIO6)") + (net 43 "Net-(U1-GPIO6)") (pinfunction "GPIO6") (pintype "bidirectional") (uuid "2adefb3c-4d7b-4af3-8075-95acf9845b8b") @@ -7048,7 +10810,7 @@ ) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.5) - (net 34 "Net-(U1-GPIO7)") + (net 26 "Net-(U1-GPIO7)") (pinfunction "GPIO7") (pintype "bidirectional") (uuid "de43da62-f98f-4fc1-9648-8c90969440d3") @@ -7061,7 +10823,7 @@ ) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.5) - (net 50 "Net-(U1-GPIO8)") + (net 42 "Net-(U1-GPIO8)") (pinfunction "GPIO8") (pintype "bidirectional") (uuid "332cb037-8a7e-474a-8524-382b45811634") @@ -7074,7 +10836,7 @@ ) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.5) - (net 55 "Net-(U1-GPIO9)") + (net 47 "Net-(U1-GPIO9)") (pinfunction "GPIO9") (pintype "bidirectional") (uuid "0fb40c13-1ce2-4d64-932d-9e1e49367b1f") @@ -7127,7 +10889,7 @@ ) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.5) - (net 45 "unconnected-(U1-GPIO10-Pad14)") + (net 37 "unconnected-(U1-GPIO10-Pad14)") (pinfunction "GPIO10") (pintype "bidirectional") (uuid "86a28b8c-7d30-4f9e-8150-6dd40f3afeec") @@ -7140,7 +10902,7 @@ ) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.5) - (net 46 "unconnected-(U1-GPIO11-Pad15)") + (net 38 "unconnected-(U1-GPIO11-Pad15)") (pinfunction "GPIO11") (pintype "bidirectional") (uuid "82b4b2f0-079a-41d9-b227-8ed0de6d441f") @@ -7153,7 +10915,7 @@ ) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.5) - (net 32 "unconnected-(U1-GPIO12-Pad16)") + (net 24 "unconnected-(U1-GPIO12-Pad16)") (pinfunction "GPIO12") (pintype "bidirectional") (uuid "df3b4c64-c0a2-4a88-b210-6b41a3d649e0") @@ -7166,7 +10928,7 @@ ) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.5) - (net 33 "unconnected-(U1-GPIO13-Pad17)") + (net 25 "unconnected-(U1-GPIO13-Pad17)") (pinfunction "GPIO13") (pintype "bidirectional") (uuid "de9bf2af-bfca-4068-b506-40fae880e61b") @@ -7219,7 +10981,7 @@ ) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.5) - (net 41 "unconnected-(U1-GPIO14-Pad19)") + (net 33 "unconnected-(U1-GPIO14-Pad19)") (pinfunction "GPIO14") (pintype "bidirectional") (uuid "94cc7ce6-84f7-4dac-86d9-c7adbe8e07bd") @@ -7232,7 +10994,7 @@ ) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.5) - (net 31 "unconnected-(U1-GPIO15-Pad20)") + (net 23 "unconnected-(U1-GPIO15-Pad20)") (pinfunction "GPIO15") (pintype "bidirectional") (uuid "df7bf46b-f464-4697-b68d-a98edd0322a9") @@ -7245,7 +11007,7 @@ ) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.5) - (net 44 "unconnected-(U1-GPIO16-Pad21)") + (net 36 "unconnected-(U1-GPIO16-Pad21)") (pinfunction "GPIO16") (pintype "bidirectional") (uuid "8838e4a2-3b71-4007-afd2-c1fbcc0d1549") @@ -7258,7 +11020,7 @@ ) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.5) - (net 38 "unconnected-(U1-GPIO17-Pad22)") + (net 30 "unconnected-(U1-GPIO17-Pad22)") (pinfunction "GPIO17") (pintype "bidirectional") (uuid "b2693cce-d7bb-490f-a393-39e8e962a0c1") @@ -7311,7 +11073,7 @@ ) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.5) - (net 62 "Net-(U1-GPIO18)") + (net 54 "Net-(U1-GPIO18)") (pinfunction "GPIO18") (pintype "bidirectional") (uuid "a8ad5c6f-980b-441e-8009-d800f0125455") @@ -7324,7 +11086,7 @@ ) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.5) - (net 61 "Net-(U1-GPIO19)") + (net 53 "Net-(U1-GPIO19)") (pinfunction "GPIO19") (pintype "bidirectional") (uuid "ebfc428f-9c2c-4faf-9c6c-7ca8d031d606") @@ -7337,7 +11099,7 @@ ) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.5) - (net 60 "Net-(U1-GPIO20)") + (net 52 "Net-(U1-GPIO20)") (pinfunction "GPIO20") (pintype "bidirectional") (uuid "cd96dbba-3077-45f3-8cc2-60b3eab86226") @@ -7350,7 +11112,7 @@ ) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.5) - (net 59 "Net-(U1-GPIO21)") + (net 51 "Net-(U1-GPIO21)") (pinfunction "GPIO21") (pintype "bidirectional") (uuid "2224117b-56f8-4e3b-b551-758e354c1bad") @@ -7403,7 +11165,7 @@ ) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.5) - (net 40 "unconnected-(U1-GPIO22-Pad29)") + (net 32 "unconnected-(U1-GPIO22-Pad29)") (pinfunction "GPIO22") (pintype "bidirectional") (uuid "9c111790-04ff-4b8e-b22f-d1ddbed938fa") @@ -7416,7 +11178,7 @@ ) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.5) - (net 58 "Net-(U1-RUN)") + (net 50 "Net-(U1-RUN)") (pinfunction "RUN") (pintype "input") (uuid "a773cee3-70a6-4efd-881e-703aaef70c73") @@ -7429,7 +11191,7 @@ ) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.5) - (net 42 "unconnected-(U1-GPIO26_ADC0-Pad31)") + (net 34 "unconnected-(U1-GPIO26_ADC0-Pad31)") (pinfunction "GPIO26_ADC0") (pintype "bidirectional") (uuid "93e229cd-5a2c-4adf-bb8a-8e0eed4f131d") @@ -7442,7 +11204,7 @@ ) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.5) - (net 54 "unconnected-(U1-GPIO27_ADC1-Pad32)") + (net 46 "unconnected-(U1-GPIO27_ADC1-Pad32)") (pinfunction "GPIO27_ADC1") (pintype "bidirectional") (uuid "12b31444-4a6c-433e-ba41-dbf1dda94ed2") @@ -7495,7 +11257,7 @@ ) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.5) - (net 57 "unconnected-(U1-GPIO28_ADC2-Pad34)") + (net 49 "unconnected-(U1-GPIO28_ADC2-Pad34)") (pinfunction "GPIO28_ADC2") (pintype "bidirectional") (uuid "00ec3c22-2d2e-45c2-a44d-b224a9814e76") @@ -7508,7 +11270,7 @@ ) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.5) - (net 43 "unconnected-(U1-ADC_VREF-Pad35)") + (net 35 "unconnected-(U1-ADC_VREF-Pad35)") (pinfunction "ADC_VREF") (pintype "power_in") (uuid "8915173a-1696-4991-8c8c-db93494fcabe") @@ -7521,7 +11283,7 @@ ) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.5) - (net 39 "unconnected-(U1-3V3-Pad36)") + (net 31 "unconnected-(U1-3V3-Pad36)") (pinfunction "3V3") (pintype "power_out") (uuid "a937caf0-7312-420a-abf0-6a3c28adac7b") @@ -7534,7 +11296,7 @@ ) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.5) - (net 56 "unconnected-(U1-3V3_EN-Pad37)") + (net 48 "unconnected-(U1-3V3_EN-Pad37)") (pinfunction "3V3_EN") (pintype "input") (uuid "0f30f2a3-c3d2-4b8b-9df2-f63ace0800eb") @@ -7600,7 +11362,7 @@ ) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.5) - (net 49 "unconnected-(U1-VBUS-Pad40)") + (net 41 "unconnected-(U1-VBUS-Pad40)") (pinfunction "VBUS") (pintype "power_out") (uuid "46dd9168-e0db-4bb4-9084-94b11ef9b7c2") @@ -7613,7 +11375,7 @@ ) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.5) - (net 65 "Net-(J1-Pin_1)") + (net 57 "Net-(J1-Pin_1)") (pinfunction "SWCLK") (pintype "input") (uuid "3f0104b9-1c98-4379-9b44-16d607dd72c3") @@ -7666,7 +11428,7 @@ ) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.5) - (net 66 "Net-(J1-Pin_3)") + (net 58 "Net-(J1-Pin_3)") (pinfunction "SWDIO") (pintype "bidirectional") (uuid "051afafc-d1c9-4b30-ba4b-5f3cddf15753") @@ -7676,7 +11438,7 @@ (size 1.5 1.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) - (net 53 "unconnected-(U1-USB_GND-PadTP1)") + (net 45 "unconnected-(U1-USB_GND-PadTP1)") (pinfunction "USB_GND") (pintype "power_out") (uuid "277bb23a-9332-4c98-8d9a-2f7be2f65daa") @@ -7686,7 +11448,7 @@ (size 1.5 1.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) - (net 37 "unconnected-(U1-USB_DM-PadTP2)") + (net 29 "unconnected-(U1-USB_DM-PadTP2)") (pinfunction "USB_DM") (pintype "bidirectional") (uuid "c0e89883-1580-4f1f-a930-faad08eb988c") @@ -7696,7 +11458,7 @@ (size 1.5 1.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) - (net 28 "unconnected-(U1-USB_DP-PadTP3)") + (net 20 "unconnected-(U1-USB_DP-PadTP3)") (pinfunction "USB_DP") (pintype "bidirectional") (uuid "fd2af3bd-ad13-42b7-b2be-e1a9dafeea9e") @@ -7706,7 +11468,7 @@ (size 1.5 1.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) - (net 48 "unconnected-(U1-~{SMPS_PS}-PadTP4)") + (net 40 "unconnected-(U1-~{SMPS_PS}-PadTP4)") (pinfunction "~{SMPS_PS}") (pintype "no_connect") (uuid "6de89a43-6108-4a89-bc39-aebd9396e013") @@ -7716,7 +11478,7 @@ (size 1.5 1.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) - (net 52 "unconnected-(U1-LED_OUT-PadTP5)") + (net 44 "unconnected-(U1-LED_OUT-PadTP5)") (pinfunction "LED_OUT") (pintype "output") (uuid "27d5dc7e-9129-4438-b418-b9c86865c2e3") @@ -7726,7 +11488,7 @@ (size 1.5 1.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2) - (net 35 "unconnected-(U1-~{BOOTSEL}-PadTP6)") + (net 27 "unconnected-(U1-~{BOOTSEL}-PadTP6)") (pinfunction "~{BOOTSEL}") (pintype "input") (uuid "ce2b90dc-82c7-440d-bb9f-df77b656be51") @@ -7908,7 +11670,7 @@ ) ) ) - (property "Value" "240R" + (property "Value" "240" (at 0 1.82 180) (layer "F.Fab") (uuid "f04eec35-5c75-4d21-b495-f8cfc245ebc5") @@ -7955,7 +11717,7 @@ ) ) ) - (property "LCSC" "C17888" + (property "LCSC" "C335007" (at 0 0 180) (unlocked yes) (layer "F.Fab") @@ -8089,7 +11851,7 @@ (size 1.125 1.75) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.222222) - (net 25 "Net-(U2-O7)") + (net 17 "Net-(U2-O7)") (pintype "passive") (uuid "f8b8d16e-16b8-4ad9-bf30-5cadaae6b893") ) @@ -8098,7 +11860,7 @@ (size 1.125 1.75) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.222222) - (net 24 "Net-(U3-G)") + (net 16 "Net-(U3-G)") (pintype "passive") (uuid "76c9dc08-7e73-47b6-90c6-8fea1381558d") ) @@ -8166,7 +11928,7 @@ ) ) ) - (property "Description" "" + (property "Description" "Darlington Transistor Arrays, SOIC18/DIP18" (at 0 0 -90) (unlocked yes) (layer "F.Fab") @@ -8394,7 +12156,7 @@ (size 1.9 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 29 "Net-(U1-GPIO2)") + (net 21 "Net-(U1-GPIO2)") (pinfunction "I1") (pintype "input") (uuid "7aad4a55-639e-4a83-8f30-69c1f719d91a") @@ -8404,7 +12166,7 @@ (size 1.9 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 47 "Net-(U1-GPIO3)") + (net 39 "Net-(U1-GPIO3)") (pinfunction "I2") (pintype "input") (uuid "65eed0ce-1ac5-46de-9d75-6f34e50d394a") @@ -8414,7 +12176,7 @@ (size 1.9 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 36 "Net-(U1-GPIO4)") + (net 28 "Net-(U1-GPIO4)") (pinfunction "I3") (pintype "input") (uuid "df6ae820-380a-4156-9207-ed02783d68a2") @@ -8424,7 +12186,7 @@ (size 1.9 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 30 "Net-(U1-GPIO5)") + (net 22 "Net-(U1-GPIO5)") (pinfunction "I4") (pintype "input") (uuid "cb1ec0bc-946a-4a87-bbac-973135312804") @@ -8434,7 +12196,7 @@ (size 1.9 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 51 "Net-(U1-GPIO6)") + (net 43 "Net-(U1-GPIO6)") (pinfunction "I5") (pintype "input") (uuid "2a0c2096-8bc8-4261-b1cd-95abb36cb791") @@ -8444,7 +12206,7 @@ (size 1.9 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 34 "Net-(U1-GPIO7)") + (net 26 "Net-(U1-GPIO7)") (pinfunction "I6") (pintype "input") (uuid "ce1140d7-5300-4493-a8ae-9554d4a06b95") @@ -8454,7 +12216,7 @@ (size 1.9 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 50 "Net-(U1-GPIO8)") + (net 42 "Net-(U1-GPIO8)") (pinfunction "I7") (pintype "input") (uuid "69f0b176-1bd1-4ad1-a9b5-15c4fe6a63a4") @@ -8464,7 +12226,7 @@ (size 1.9 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 55 "Net-(U1-GPIO9)") + (net 47 "Net-(U1-GPIO9)") (pinfunction "I8") (pintype "input") (uuid "9969ea57-15ec-4ad4-a98e-1d6199d6857b") @@ -8494,7 +12256,7 @@ (size 1.9 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 26 "Net-(U2-O8)") + (net 18 "Net-(U2-O8)") (pinfunction "O8") (pintype "open_collector") (uuid "ac5350a4-c7ab-4741-b14f-cebbe742e50c") @@ -8504,7 +12266,7 @@ (size 1.9 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 25 "Net-(U2-O7)") + (net 17 "Net-(U2-O7)") (pinfunction "O7") (pintype "open_collector") (uuid "a03df1a1-7396-4dd3-bb16-3ed13009a428") @@ -8514,7 +12276,7 @@ (size 1.9 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 22 "Net-(U2-O6)") + (net 14 "Net-(U2-O6)") (pinfunction "O6") (pintype "open_collector") (uuid "e4442b27-a4aa-4038-b973-d906fd6913b5") @@ -8524,7 +12286,7 @@ (size 1.9 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 20 "Net-(U2-O5)") + (net 12 "Net-(U2-O5)") (pinfunction "O5") (pintype "open_collector") (uuid "600c45c0-17ef-4c92-8cc0-1a028e005b69") @@ -8534,7 +12296,7 @@ (size 1.9 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 18 "Net-(U2-O4)") + (net 10 "Net-(U2-O4)") (pinfunction "O4") (pintype "open_collector") (uuid "25272135-2604-462f-b0bc-b9a1943415c5") @@ -8544,7 +12306,7 @@ (size 1.9 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 17 "Net-(U2-O3)") + (net 9 "Net-(U2-O3)") (pinfunction "O3") (pintype "open_collector") (uuid "c8b312b5-0f63-4ca7-8522-c61331c47c05") @@ -8554,7 +12316,7 @@ (size 1.9 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 15 "Net-(U2-O2)") + (net 7 "Net-(U2-O2)") (pinfunction "O2") (pintype "open_collector") (uuid "6f0767ef-3961-4d5f-abf8-ccea8cd952be") @@ -8564,7 +12326,7 @@ (size 1.9 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 13 "Net-(U2-O1)") + (net 5 "Net-(U2-O1)") (pinfunction "O1") (pintype "open_collector") (uuid "688a1798-0012-4e55-8b83-3703b9d149c4") @@ -8645,7 +12407,7 @@ ) ) ) - (property "LCSC" "C17888" + (property "LCSC" "C335007" (at 0 0 180) (unlocked yes) (layer "F.Fab") @@ -8779,7 +12541,7 @@ (size 1.125 1.75) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.222222) - (net 18 "Net-(U2-O4)") + (net 10 "Net-(U2-O4)") (pintype "passive") (uuid "4b9a9bf1-564d-4772-a151-53ec020a7126") ) @@ -8788,7 +12550,7 @@ (size 1.125 1.75) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.222222) - (net 19 "Net-(U3-D)") + (net 11 "Net-(U3-D)") (pintype "passive") (uuid "9e110661-f29a-4d0c-bf6a-e157b1a67c43") ) @@ -18755,7 +22517,7 @@ ) ) (gr_text "qCLK" - (at 26.936341 148.225043 0) + (at 23.126341 148.225043 0) (layer "F.SilkS") (uuid "234e5eb7-5e2e-4964-950b-17fd98b3e9aa") (effects @@ -18833,7 +22595,7 @@ ) ) (gr_text "v0.1" - (at 27.94 142.24 0) + (at 24.13 142.24 0) (layer "F.SilkS") (uuid "91318c2c-b91f-48d2-9270-679ca16ce88d") (effects @@ -18872,7 +22634,7 @@ ) ) (gr_text "by /dev/player0" - (at 33.825674 151.068511 0) + (at 30.015674 151.068511 0) (layer "F.SilkS") (uuid "cb179292-5432-4a88-b5d7-8856f21c51d3") (effects @@ -18960,6 +22722,14 @@ (net 1) (uuid "0b32454a-d28a-46e5-ac97-5615c0a095b3") ) + (segment + (start 213.36 147.32) + (end 213.36 143.51) + (width 0.5) + (layer "F.Cu") + (net 1) + (uuid "1bca9656-a6d0-4921-8a3b-e5b963f027d6") + ) (segment (start 238.76 93.98) (end 242.53 93.98) @@ -19008,6 +22778,14 @@ (net 1) (uuid "41e4c86b-a243-4f8e-a3e7-8a15770ff019") ) + (segment + (start 53.34 147.32) + (end 54.61 147.32) + (width 0.5) + (layer "F.Cu") + (net 1) + (uuid "47663fb9-02bd-46ca-8f0e-2384ec3e5acc") + ) (segment (start 264.16 93.98) (end 269.24 99.06) @@ -19040,6 +22818,14 @@ (net 1) (uuid "63878321-51e4-4220-b358-9645c4b04b91") ) + (segment + (start 106.68 147.32) + (end 107.95 147.32) + (width 0.5) + (layer "F.Cu") + (net 1) + (uuid "678ff518-c00d-416e-9b7d-ba0d9ad287a4") + ) (segment (start 241.702232 106.68) (end 238.76 103.737768) @@ -19048,6 +22834,30 @@ (net 1) (uuid "7e613699-6995-4583-a16a-1797ff6efb16") ) + (segment + (start 160.02 147.32) + (end 160.02 143.51) + (width 0.5) + (layer "F.Cu") + (net 1) + (uuid "80c6ad73-748c-4064-89d5-502655f92193") + ) + (segment + (start 53.34 143.51) + (end 53.34 147.32) + (width 0.5) + (layer "F.Cu") + (net 1) + (uuid "8ac01de8-ed68-49e7-a11e-5ca9a8116c56") + ) + (segment + (start 107.95 147.32) + (end 109.22 146.05) + (width 0.5) + (layer "F.Cu") + (net 1) + (uuid "93f6a6b9-2ffc-4936-b746-613b307dbd7a") + ) (segment (start 258.053129 79.023129) (end 260.31 81.28) @@ -19056,6 +22866,14 @@ (net 1) (uuid "9c5a9e4c-7fd2-4157-a69d-1c193c472878") ) + (segment + (start 160.02 147.32) + (end 161.29 147.32) + (width 0.5) + (layer "F.Cu") + (net 1) + (uuid "a569e27f-e1c6-422c-983f-16e5f109bde0") + ) (segment (start 251.42 114.26) (end 251.42 111.53) @@ -19088,6 +22906,30 @@ (net 1) (uuid "aee59c4a-20f1-44a2-86ab-4688adfd8e15") ) + (segment + (start 161.29 147.32) + (end 162.56 146.05) + (width 0.5) + (layer "F.Cu") + (net 1) + (uuid "b4aa5f63-1998-4c29-a2ad-474128f028e7") + ) + (segment + (start 54.61 147.32) + (end 55.88 146.05) + (width 0.5) + (layer "F.Cu") + (net 1) + (uuid "b7757149-ee73-4c84-9135-097c872aa832") + ) + (segment + (start 213.36 147.32) + (end 214.63 147.32) + (width 0.5) + (layer "F.Cu") + (net 1) + (uuid "c71116fb-60f1-4eca-a79b-4daac8793859") + ) (segment (start 242.53 106.68) (end 241.702232 106.68) @@ -19136,6 +22978,22 @@ (net 1) (uuid "e2edd2ca-7717-437f-9aea-a96315a700c8") ) + (segment + (start 106.68 147.32) + (end 106.68 143.51) + (width 0.5) + (layer "F.Cu") + (net 1) + (uuid "ee0ba774-4a96-4860-977f-090ad45fd4ff") + ) + (segment + (start 214.63 147.32) + (end 215.9 146.05) + (width 0.5) + (layer "F.Cu") + (net 1) + (uuid "f598f549-3499-4a4e-98a9-f45bd51cd31b") + ) (segment (start 238.76 93.98) (end 238.76 81.28) @@ -19144,6 +23002,14 @@ (net 1) (uuid "f7b2e764-abe2-483a-818b-495ebe325a7b") ) + (via + (at 215.9 146.05) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "768f6ca9-0381-49ac-b0c8-30e7291d2f9c") + ) (via (at 254 116.84) (size 0.8) @@ -19160,6 +23026,30 @@ (net 1) (uuid "8151705c-538f-49f5-bf31-c11d4ea66509") ) + (via + (at 55.88 146.05) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "d1b486ef-6e55-4564-b152-bc0086a7e7ea") + ) + (via + (at 109.22 146.05) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "faef17bb-7a2f-4401-be9b-d610f41c2af0") + ) + (via + (at 162.56 146.05) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "fd46bfb1-01b7-45a0-af2a-48c496435675") + ) (segment (start 256.54 116.84) (end 261.62 121.92) @@ -19168,6 +23058,14 @@ (net 1) (uuid "013c6b6a-260d-4e4c-8747-e544a17c8bbc") ) + (segment + (start 215.9 146.05) + (end 162.56 146.05) + (width 0.5) + (layer "B.Cu") + (net 1) + (uuid "0bef7cb4-b740-4c36-96e9-f1d26e9030cc") + ) (segment (start 271.78 101.6) (end 269.24 99.06) @@ -19184,6 +23082,14 @@ (net 1) (uuid "3572d372-4aab-4e8d-83de-000039fa92ba") ) + (segment + (start 269.24 134.62) + (end 271.78 137.16) + (width 0.5) + (layer "B.Cu") + (net 1) + (uuid "38a059fa-f14f-47dc-a52d-312a8dffb076") + ) (segment (start 261.62 121.92) (end 261.62 127) @@ -19192,6 +23098,14 @@ (net 1) (uuid "50d34d64-ce71-40b0-bb21-b5ddbfb9c724") ) + (segment + (start 271.78 137.16) + (end 271.78 142.24) + (width 0.5) + (layer "B.Cu") + (net 1) + (uuid "59b512d0-295b-45e8-8caf-c869b1ada7e1") + ) (segment (start 254 116.84) (end 256.54 116.84) @@ -19200,6 +23114,22 @@ (net 1) (uuid "6afd8603-0ef0-44b9-87e3-7e9d5e94d0b9") ) + (segment + (start 109.22 146.05) + (end 55.88 146.05) + (width 0.5) + (layer "B.Cu") + (net 1) + (uuid "6d7f82f9-835e-4f01-a516-a27a682b6a7d") + ) + (segment + (start 162.56 146.05) + (end 109.22 146.05) + (width 0.5) + (layer "B.Cu") + (net 1) + (uuid "86e61ff5-8dfe-498c-92dd-a52f5a38baaf") + ) (segment (start 271.78 132.08) (end 271.78 101.6) @@ -19216,6 +23146,14 @@ (net 1) (uuid "a9634128-80b2-4e47-825a-29cf2cbd8c54") ) + (segment + (start 267.97 146.05) + (end 215.9 146.05) + (width 0.5) + (layer "B.Cu") + (net 1) + (uuid "d9c8db9a-4f7d-43ee-a970-2fb8d45dd92a") + ) (segment (start 251.46 116.84) (end 254 116.84) @@ -19224,6 +23162,14 @@ (net 1) (uuid "e88e52b1-0d44-463c-b2fc-37c384914fcc") ) + (segment + (start 271.78 142.24) + (end 267.97 146.05) + (width 0.5) + (layer "B.Cu") + (net 1) + (uuid "f6484729-af85-49c8-a6ee-e9b5f0a94cd7") + ) (segment (start 246.38 121.92) (end 251.46 116.84) @@ -19232,6 +23178,46 @@ (net 1) (uuid "fbfe78ba-2b8f-4ff9-ab95-04807f3f9ddc") ) + (segment + (start 63.5 143.51) + (end 66.04 143.51) + (width 0.5) + (layer "F.Cu") + (net 2) + (uuid "0971a47c-840c-4a10-81e3-6257011609cd") + ) + (segment + (start 170.18 143.51) + (end 172.72 143.51) + (width 0.5) + (layer "F.Cu") + (net 2) + (uuid "1e42ef50-c639-4a9a-bbce-740287a9bb67") + ) + (segment + (start 223.52 147.32) + (end 223.52 143.51) + (width 0.5) + (layer "F.Cu") + (net 2) + (uuid "33b89de4-fdea-47bf-982a-79fd52ab459a") + ) + (segment + (start 63.5 147.32) + (end 63.5 143.51) + (width 0.5) + (layer "F.Cu") + (net 2) + (uuid "56bd2459-2bd5-4af0-8701-d138416d2475") + ) + (segment + (start 116.84 143.51) + (end 119.38 143.51) + (width 0.5) + (layer "F.Cu") + (net 2) + (uuid "5b309ec0-23c9-46ab-bf86-d990c2383fe2") + ) (segment (start 246.040162 134.62) (end 246.395162 134.265) @@ -19248,6 +23234,62 @@ (net 2) (uuid "6fc48463-a569-4164-8566-8291878134b7") ) + (segment + (start 170.18 147.32) + (end 170.18 143.51) + (width 0.5) + (layer "F.Cu") + (net 2) + (uuid "73c3441d-031b-4ad5-b4fc-f5974745cfea") + ) + (segment + (start 226.06 143.51) + (end 223.52 143.51) + (width 0.5) + (layer "F.Cu") + (net 2) + (uuid "bc8e3eb5-f307-44d6-a8de-81abb0cb7b3c") + ) + (segment + (start 116.84 147.32) + (end 116.84 143.51) + (width 0.5) + (layer "F.Cu") + (net 2) + (uuid "d3996c9c-d703-4b8d-9eef-1b2bff5fc53b") + ) + (via + (at 172.72 143.51) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "7f868b05-fc07-47a3-9022-8f478aee4fb4") + ) + (via + (at 119.38 143.51) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "865455da-faf1-4bc9-8d2d-88153ec52326") + ) + (via + (at 66.04 143.51) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "8707db0e-ec3f-443e-8379-c417ab69293a") + ) + (via + (at 226.06 143.51) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "99030483-49b0-43ef-b6af-e03048488f3c") + ) (via (at 243.84 134.62) (size 0.8) @@ -19256,6 +23298,22 @@ (net 2) (uuid "be9f6706-aac9-4c3c-9cec-e1ab687383f9") ) + (segment + (start 240.03 143.51) + (end 226.06 143.51) + (width 0.5) + (layer "B.Cu") + (net 2) + (uuid "22518c12-5507-43ac-ab6e-e492039fa8cb") + ) + (segment + (start 246.38 137.16) + (end 240.03 143.51) + (width 0.5) + (layer "B.Cu") + (net 2) + (uuid "2685f096-32d3-469b-9098-53fc751706ac") + ) (segment (start 246.38 137.16) (end 243.84 134.62) @@ -19265,36 +23323,28 @@ (uuid "427ba113-66a3-46aa-ae3b-a66812f9ed87") ) (segment - (start 218.825 147.32) - (end 165.1 147.32) + (start 172.72 143.51) + (end 119.38 143.51) (width 0.5) (layer "B.Cu") (net 2) - (uuid "634cf058-b779-4864-a65c-3b2fcb103218") + (uuid "472813d8-b774-410f-8bc5-35df7cbb7c32") ) (segment - (start 111.76 147.32) - (end 58.42 147.32) + (start 226.06 143.51) + (end 172.72 143.51) (width 0.5) (layer "B.Cu") (net 2) - (uuid "7811959e-e0e6-4dbc-823a-0e718b89ca9e") + (uuid "805ca38a-ab59-4230-9eaa-4f1f0cffaa00") ) (segment - (start 165.1 147.32) - (end 111.76 147.32) + (start 119.38 143.51) + (end 66.04 143.51) (width 0.5) (layer "B.Cu") (net 2) - (uuid "ac805bee-a43a-4459-8cbf-2ee46e9004a2") - ) - (segment - (start 269.24 137.16) - (end 259.08 147.32) - (width 0.5) - (layer "B.Cu") - (net 2) - (uuid "c0695c6a-a4b6-4368-961a-bb352e9fa49f") + (uuid "b9918077-ca29-4ac1-bce6-dde8e77666d8") ) (segment (start 269.24 137.16) @@ -19304,14 +23354,6 @@ (net 2) (uuid "f111b5a6-3563-4169-8299-84bf6c7fe2fd") ) - (segment - (start 259.08 147.32) - (end 218.825 147.32) - (width 0.5) - (layer "B.Cu") - (net 2) - (uuid "f69c37ae-ccb7-4659-af95-e3300d8db30e") - ) (segment (start 264.16 66.04) (end 260.31 66.04) @@ -19344,236 +23386,12 @@ (net 3) (uuid "e0444a5c-5833-4b9c-9398-d0173a6a0cde") ) - (segment - (start 64.385 146.05) - (end 58.42 146.05) - (width 0.25) - (layer "F.Cu") - (net 4) - (uuid "d880b5e9-aba4-4544-9365-485fd5a0cb8c") - ) - (segment - (start 65.655 144.78) - (end 64.385 146.05) - (width 0.25) - (layer "F.Cu") - (net 4) - (uuid "e4b54128-3920-4fec-9ee3-73ee7f3fc509") - ) - (segment - (start 52.35625 135.60375) - (end 42.19625 135.60375) - (width 0.25) - (layer "F.Cu") - (net 5) - (uuid "28678bf2-45bc-40f0-82c0-cdf207394be3") - ) - (segment - (start 58.42 144.78) - (end 58.42 141.6675) - (width 0.25) - (layer "F.Cu") - (net 5) - (uuid "7c81a696-3b7a-4265-b3cd-6c7ec6bb7d32") - ) - (segment - (start 58.42 141.6675) - (end 52.35625 135.60375) - (width 0.25) - (layer "F.Cu") - (net 5) - (uuid "8798a078-4e66-46d1-ad6d-eeb2d15c3311") - ) - (segment - (start 42.19625 135.60375) - (end 40.64 134.0475) - (width 0.25) - (layer "F.Cu") - (net 5) - (uuid "89d1e48a-9b20-44d0-8a15-39286da2d165") - ) - (segment - (start 52.35625 135.60375) - (end 50.8 134.0475) - (width 0.25) - (layer "F.Cu") - (net 5) - (uuid "8de115e3-004e-441a-9998-59475da46694") - ) - (segment - (start 111.76 144.78) - (end 111.76 141.6675) - (width 0.25) - (layer "F.Cu") - (net 6) - (uuid "30345f58-1f35-4348-92d0-26e036f43b8d") - ) - (segment - (start 95.53625 135.60375) - (end 93.98 134.0475) - (width 0.25) - (layer "F.Cu") - (net 6) - (uuid "33ad0517-76af-47e8-8a4f-804253a32108") - ) - (segment - (start 111.76 141.6675) - (end 105.69625 135.60375) - (width 0.25) - (layer "F.Cu") - (net 6) - (uuid "36e79170-453c-404a-bbce-85111ea9e62d") - ) - (segment - (start 105.69625 135.60375) - (end 95.53625 135.60375) - (width 0.25) - (layer "F.Cu") - (net 6) - (uuid "a2aab5b8-bd28-4912-8aa3-f9e2c2ead81d") - ) - (segment - (start 105.69625 135.60375) - (end 104.14 134.0475) - (width 0.25) - (layer "F.Cu") - (net 6) - (uuid "ff1e2bdf-fee0-4920-ad1b-dca0724d1182") - ) - (segment - (start 117.725 146.05) - (end 111.76 146.05) - (width 0.25) - (layer "F.Cu") - (net 7) - (uuid "050715fa-712c-4315-8a0e-a2d78022b55b") - ) - (segment - (start 118.995 144.78) - (end 117.725 146.05) - (width 0.25) - (layer "F.Cu") - (net 7) - (uuid "95abde4e-b6f3-4e4c-a358-c8a4030ac1e3") - ) - (segment - (start 159.03625 135.60375) - (end 148.87625 135.60375) - (width 0.25) - (layer "F.Cu") - (net 8) - (uuid "3a03ff53-398b-46e8-a563-8a0728a258d9") - ) - (segment - (start 165.1 144.78) - (end 165.1 141.6675) - (width 0.25) - (layer "F.Cu") - (net 8) - (uuid "438ba15c-da47-42b8-8a14-930de073e1e7") - ) - (segment - (start 159.03625 135.60375) - (end 157.48 134.0475) - (width 0.25) - (layer "F.Cu") - (net 8) - (uuid "6ea83aee-4e74-4206-b012-e8207c0fbaaa") - ) - (segment - (start 165.1 141.6675) - (end 159.03625 135.60375) - (width 0.25) - (layer "F.Cu") - (net 8) - (uuid "c40f1f2f-8761-416c-9225-f222fea83eb2") - ) - (segment - (start 148.87625 135.60375) - (end 147.32 134.0475) - (width 0.25) - (layer "F.Cu") - (net 8) - (uuid "fedf1cbd-07fb-4d85-9baa-ed96e4283413") - ) - (segment - (start 171.065 146.05) - (end 165.1 146.05) - (width 0.25) - (layer "F.Cu") - (net 9) - (uuid "1216fa2d-c07e-403a-aed5-daf001cdc755") - ) - (segment - (start 172.335 144.78) - (end 171.065 146.05) - (width 0.25) - (layer "F.Cu") - (net 9) - (uuid "5f5646c9-80e4-4e3d-9d63-092b4113d39c") - ) - (segment - (start 212.37625 135.60375) - (end 210.82 134.0475) - (width 0.25) - (layer "F.Cu") - (net 10) - (uuid "2cbd86f0-1fec-4580-95a2-6bf507a421be") - ) - (segment - (start 218.825 144.78) - (end 218.825 142.0525) - (width 0.25) - (layer "F.Cu") - (net 10) - (uuid "36639bbb-209a-4f0d-80c0-7dc76f71a68f") - ) - (segment - (start 202.21625 135.60375) - (end 200.66 134.0475) - (width 0.25) - (layer "F.Cu") - (net 10) - (uuid "5e03db18-d436-4d39-af9a-9c7b4ca177d0") - ) - (segment - (start 218.825 142.0525) - (end 212.37625 135.60375) - (width 0.25) - (layer "F.Cu") - (net 10) - (uuid "925b9bf6-5ab1-4bfe-9491-81f85fd3af55") - ) - (segment - (start 212.37625 135.60375) - (end 202.21625 135.60375) - (width 0.25) - (layer "F.Cu") - (net 10) - (uuid "eff441ce-1f43-42af-a2f3-72ccf2d36035") - ) - (segment - (start 226.06 144.78) - (end 224.79 146.05) - (width 0.25) - (layer "F.Cu") - (net 11) - (uuid "b64b5c5a-9c48-47a7-9fbe-471e5e496655") - ) - (segment - (start 224.79 146.05) - (end 218.825 146.05) - (width 0.25) - (layer "F.Cu") - (net 11) - (uuid "fccdafbf-4bec-46d5-b1a8-ef37e87fbd97") - ) (segment (start 208.28 73.66) (end 202.815 68.195) (width 0.25) (layer "F.Cu") - (net 12) + (net 4) (uuid "2fb17602-9794-4530-9029-bf6fadbeeac6") ) (segment @@ -19581,7 +23399,7 @@ (end 202.815 66.04) (width 0.25) (layer "F.Cu") - (net 12) + (net 4) (uuid "3250607a-5aa7-486b-93c2-5da512bdd5e8") ) (segment @@ -19589,7 +23407,7 @@ (end 208.28 73.66) (width 0.25) (layer "F.Cu") - (net 12) + (net 4) (uuid "9d664fb6-9a34-40ad-823e-2889c4c14197") ) (segment @@ -19597,7 +23415,7 @@ (end 53.1525 78.74) (width 0.25) (layer "B.Cu") - (net 12) + (net 4) (uuid "17c7f195-aad0-47b0-8dbe-2e6fcf9ed68a") ) (segment @@ -19605,7 +23423,7 @@ (end 159.8325 78.74) (width 0.25) (layer "B.Cu") - (net 12) + (net 4) (uuid "3aff9c5e-12ca-4865-9709-059ac2f6e5d2") ) (segment @@ -19613,7 +23431,7 @@ (end 208.28 78.74) (width 0.25) (layer "B.Cu") - (net 12) + (net 4) (uuid "996fb564-f3f3-409f-a0cf-c63aaf9505ad") ) (segment @@ -19621,7 +23439,7 @@ (end 208.28 73.8475) (width 0.25) (layer "B.Cu") - (net 12) + (net 4) (uuid "b776f755-3b68-4fa7-bf48-b294d4fdb36a") ) (segment @@ -19629,7 +23447,7 @@ (end 106.4925 78.74) (width 0.25) (layer "B.Cu") - (net 12) + (net 4) (uuid "d23148a5-4bda-4b34-b29e-97ac4c6e3beb") ) (segment @@ -19637,7 +23455,7 @@ (end 154.94 78.74) (width 0.25) (layer "B.Cu") - (net 12) + (net 4) (uuid "dd9dc5fb-fe06-4757-9008-fff2d9882d86") ) (segment @@ -19645,7 +23463,7 @@ (end 101.6 78.74) (width 0.25) (layer "B.Cu") - (net 12) + (net 4) (uuid "eb5dca60-63d2-4c77-9f49-e13a5633f385") ) (segment @@ -19653,7 +23471,7 @@ (end 154.94 73.8475) (width 0.25) (layer "B.Cu") - (net 12) + (net 4) (uuid "eea09450-ba77-40aa-86c1-8ee12435ade1") ) (segment @@ -19661,7 +23479,7 @@ (end 101.6 73.8475) (width 0.25) (layer "B.Cu") - (net 12) + (net 4) (uuid "faaf4dfd-bfb4-439c-9171-a7cdb1aa9dad") ) (segment @@ -19669,7 +23487,7 @@ (end 256.09 131.63) (width 0.25) (layer "F.Cu") - (net 13) + (net 5) (uuid "18160bd9-f05f-45ad-82e1-5c5367f1762a") ) (segment @@ -19677,7 +23495,7 @@ (end 237.544061 117.589807) (width 0.25) (layer "F.Cu") - (net 13) + (net 5) (uuid "1fbe7c24-08ba-4c72-b760-09b2c95e9ceb") ) (segment @@ -19685,7 +23503,7 @@ (end 218.44 73.66) (width 0.25) (layer "F.Cu") - (net 13) + (net 5) (uuid "2462f97d-d536-4231-9ff5-941f309f932b") ) (segment @@ -19693,7 +23511,7 @@ (end 216.762574 64.362574) (width 0.25) (layer "F.Cu") - (net 13) + (net 5) (uuid "69f770d5-ee2b-43b4-aabd-a62449a674e7") ) (segment @@ -19701,7 +23519,7 @@ (end 207.568759 64.362574) (width 0.25) (layer "F.Cu") - (net 13) + (net 5) (uuid "868e24e7-3bef-44e7-b9e9-7d504642ab94") ) (segment @@ -19709,7 +23527,7 @@ (end 223.52 78.74) (width 0.25) (layer "F.Cu") - (net 13) + (net 5) (uuid "900f2faf-277e-459f-a05f-54eb0dc54df2") ) (segment @@ -19717,7 +23535,7 @@ (end 207.417426 64.362574) (width 0.25) (layer "F.Cu") - (net 13) + (net 5) (uuid "a808a78c-4604-40cb-9061-7c666c96bd1d") ) (segment @@ -19725,7 +23543,7 @@ (end 256.555162 134.265) (width 0.25) (layer "F.Cu") - (net 13) + (net 5) (uuid "a8771522-d188-4c6a-add4-f32874d3358e") ) (segment @@ -19733,7 +23551,7 @@ (end 251.584254 131.63) (width 0.25) (layer "F.Cu") - (net 13) + (net 5) (uuid "aa66b904-fdd9-4fb1-a7cb-d28e54565130") ) (segment @@ -19741,7 +23559,7 @@ (end 256.555162 132.095162) (width 0.25) (layer "F.Cu") - (net 13) + (net 5) (uuid "ae18d7cd-d3ae-46c5-9ad6-5db69eb2919c") ) (segment @@ -19749,7 +23567,7 @@ (end 218.44 66.04) (width 0.25) (layer "F.Cu") - (net 13) + (net 5) (uuid "bd97fd7b-f38e-4e64-8da6-6b8ee46516ff") ) (via @@ -19757,7 +23575,7 @@ (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") - (net 13) + (net 5) (uuid "46760711-e7fa-4db6-b764-674d2fe3d52a") ) (via @@ -19765,7 +23583,7 @@ (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") - (net 13) + (net 5) (uuid "885cf2c5-574e-44b3-8e9b-7e97a442b6e3") ) (segment @@ -19773,7 +23591,7 @@ (end 237.544061 116.993592) (width 0.25) (layer "B.Cu") - (net 13) + (net 5) (uuid "05aac5bc-1168-4c0b-a800-908e0d062a63") ) (segment @@ -19781,7 +23599,7 @@ (end 237.549232 116.971521) (width 0.25) (layer "B.Cu") - (net 13) + (net 5) (uuid "4bd92bd8-2cfc-482e-9b3f-8edacddf5055") ) (segment @@ -19789,7 +23607,7 @@ (end 237.549232 92.769232) (width 0.25) (layer "B.Cu") - (net 13) + (net 5) (uuid "a08af434-1e24-491f-8217-ca1eb7a7618e") ) (segment @@ -19797,7 +23615,7 @@ (end 210.82 73.66) (width 0.25) (layer "F.Cu") - (net 14) + (net 6) (uuid "1663641d-5a41-4ba7-b86a-f1a1b6513ae4") ) (segment @@ -19805,7 +23623,7 @@ (end 89.782562 77.475227) (width 0.25) (layer "F.Cu") - (net 14) + (net 6) (uuid "32afa8ce-fc00-481b-9601-c6394a0d132a") ) (segment @@ -19813,7 +23631,7 @@ (end 108.951784 77.014851) (width 0.25) (layer "F.Cu") - (net 14) + (net 6) (uuid "3824f578-d11d-4769-974a-3057a6ad254b") ) (segment @@ -19821,7 +23639,7 @@ (end 109.216841 77.014851) (width 0.25) (layer "F.Cu") - (net 14) + (net 6) (uuid "3a2c32c5-2e27-4fb3-9a44-9966dbfa10ea") ) (segment @@ -19829,7 +23647,7 @@ (end 90.242938 77.014851) (width 0.25) (layer "F.Cu") - (net 14) + (net 6) (uuid "7328efea-bfca-44ef-bcdc-cb9903ecceec") ) (segment @@ -19837,7 +23655,7 @@ (end 155.968653 75.358847) (width 0.25) (layer "F.Cu") - (net 14) + (net 6) (uuid "7601a3c0-f7a7-4a39-ae59-04d1ce7fa9a1") ) (segment @@ -19845,7 +23663,7 @@ (end 210.435 66.04) (width 0.25) (layer "F.Cu") - (net 14) + (net 6) (uuid "7cd9b38b-26fb-4090-873a-a41e5403d678") ) (segment @@ -19853,7 +23671,7 @@ (end 157.48 73.8475) (width 0.25) (layer "F.Cu") - (net 14) + (net 6) (uuid "a49ec9d0-bd4b-4350-9670-b252acb3252a") ) (segment @@ -19861,7 +23679,7 @@ (end 210.82 73.8475) (width 0.25) (layer "F.Cu") - (net 14) + (net 6) (uuid "b9120396-1159-4ee5-80fe-0bcada2294d4") ) (segment @@ -19869,7 +23687,7 @@ (end 210.435 73.275) (width 0.25) (layer "F.Cu") - (net 14) + (net 6) (uuid "bdbc3b32-e971-4c22-be27-280d7f309021") ) (segment @@ -19877,7 +23695,7 @@ (end 207.648342 77.019158) (width 0.25) (layer "F.Cu") - (net 14) + (net 6) (uuid "e0205bfe-4350-4248-ae87-a6d37b386cd8") ) (via @@ -19885,7 +23703,7 @@ (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") - (net 14) + (net 6) (uuid "1329b02d-201a-4a6e-9c60-a96920b19deb") ) (via @@ -19893,7 +23711,7 @@ (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") - (net 14) + (net 6) (uuid "94ef92e6-14b5-4869-8de1-9ba2ee51c29c") ) (via @@ -19901,7 +23719,7 @@ (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") - (net 14) + (net 6) (uuid "d9853c00-a506-4325-af13-ba421d837c53") ) (via @@ -19909,7 +23727,7 @@ (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") - (net 14) + (net 6) (uuid "ecbfaf4a-0f61-4bf7-b2e6-d2d30ed33c20") ) (segment @@ -19917,7 +23735,7 @@ (end 153.727001 75.358847) (width 0.25) (layer "B.Cu") - (net 14) + (net 6) (uuid "11812def-7cd8-4171-9b6e-b74299855070") ) (segment @@ -19925,7 +23743,7 @@ (end 89.782562 77.475227) (width 0.25) (layer "B.Cu") - (net 14) + (net 6) (uuid "300122a9-c4e4-4567-9978-87e1bf8f69aa") ) (segment @@ -19933,7 +23751,7 @@ (end 153.745468 75.34038) (width 0.25) (layer "B.Cu") - (net 14) + (net 6) (uuid "30594ed7-b500-4797-8f87-35eaabd038c7") ) (segment @@ -19941,7 +23759,7 @@ (end 153.682071 75.403777) (width 0.25) (layer "B.Cu") - (net 14) + (net 6) (uuid "61bc19ce-32b0-4544-975f-ce8ec4b932a1") ) (segment @@ -19949,7 +23767,7 @@ (end 152.008948 77.019158) (width 0.25) (layer "B.Cu") - (net 14) + (net 6) (uuid "667b0435-80d9-4922-b8e5-ceaf8c7ce42d") ) (segment @@ -19957,7 +23775,7 @@ (end 152.001482 77.011692) (width 0.25) (layer "B.Cu") - (net 14) + (net 6) (uuid "6e680eac-6ec1-42e2-9606-39a6d5b70890") ) (segment @@ -19965,7 +23783,7 @@ (end 104.14 73.8475) (width 0.25) (layer "B.Cu") - (net 14) + (net 6) (uuid "84908a75-961c-4757-a958-c226b2b851f8") ) (segment @@ -19973,7 +23791,7 @@ (end 86.134739 73.8475) (width 0.25) (layer "B.Cu") - (net 14) + (net 6) (uuid "8966c9f9-609e-4cb0-91e2-1fc042b8653c") ) (segment @@ -19981,7 +23799,7 @@ (end 152.074156 77.011692) (width 0.25) (layer "B.Cu") - (net 14) + (net 6) (uuid "8a51b6bb-4b45-4c3b-a33d-f6df1c54bc8f") ) (segment @@ -19989,7 +23807,7 @@ (end 153.745468 75.358847) (width 0.25) (layer "B.Cu") - (net 14) + (net 6) (uuid "90f2130f-0f07-4446-ae7a-33f4d03a7b9a") ) (segment @@ -19997,7 +23815,7 @@ (end 106.055808 73.8475) (width 0.25) (layer "B.Cu") - (net 14) + (net 6) (uuid "9c19ff10-a9c5-4416-9d1f-f85989593248") ) (segment @@ -20005,7 +23823,7 @@ (end 89.743091 77.455852) (width 0.25) (layer "B.Cu") - (net 14) + (net 6) (uuid "c57cb9fb-249b-48d1-b746-2d5ab02121b0") ) (segment @@ -20013,7 +23831,7 @@ (end 152.016414 77.011692) (width 0.25) (layer "B.Cu") - (net 14) + (net 6) (uuid "d0b43aa7-abe7-46d6-8d41-f48ebb00bd38") ) (segment @@ -20021,7 +23839,7 @@ (end 89.762466 77.475227) (width 0.25) (layer "B.Cu") - (net 14) + (net 6) (uuid "d8ac0f94-7a00-4bbd-9485-396681206060") ) (segment @@ -20029,7 +23847,7 @@ (end 89.782562 77.495323) (width 0.25) (layer "B.Cu") - (net 14) + (net 6) (uuid "dd2d74ac-4a48-4829-9f36-32aef2f81edb") ) (segment @@ -20037,7 +23855,7 @@ (end 255.285162 133.365162) (width 0.25) (layer "F.Cu") - (net 15) + (net 7) (uuid "43d89a28-364e-4762-a48f-c899606e3364") ) (segment @@ -20045,7 +23863,7 @@ (end 255.285162 134.265) (width 0.25) (layer "F.Cu") - (net 15) + (net 7) (uuid "4f4b41ee-4084-445e-9607-32ddbca66e70") ) (segment @@ -20053,7 +23871,7 @@ (end 250.477127 132.08) (width 0.25) (layer "F.Cu") - (net 15) + (net 7) (uuid "5c15cbea-1629-4014-aade-d5ac5dfca3a3") ) (segment @@ -20061,7 +23879,7 @@ (end 254 132.08) (width 0.25) (layer "F.Cu") - (net 15) + (net 7) (uuid "70b9db32-1085-4276-8843-befcf96b977a") ) (segment @@ -20069,7 +23887,7 @@ (end 223.52 81.28) (width 0.25) (layer "F.Cu") - (net 15) + (net 7) (uuid "94986535-b64c-4b88-9eaf-ba816773699d") ) (segment @@ -20077,7 +23895,7 @@ (end 213.36 71.12) (width 0.25) (layer "F.Cu") - (net 15) + (net 7) (uuid "a74074ff-450b-403e-99f2-7e30b739cec3") ) (segment @@ -20085,7 +23903,7 @@ (end 236.22 117.822873) (width 0.25) (layer "F.Cu") - (net 15) + (net 7) (uuid "d7f3e843-a779-485b-b82e-340d1116c6bf") ) (via @@ -20093,7 +23911,7 @@ (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") - (net 15) + (net 7) (uuid "e42fb3a0-55e0-4414-805a-50bc2444b579") ) (via @@ -20101,7 +23919,7 @@ (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") - (net 15) + (net 7) (uuid "f038475e-a465-4b5e-b78e-6a9a6bf6d82c") ) (segment @@ -20109,7 +23927,7 @@ (end 236.22 114.3) (width 0.25) (layer "B.Cu") - (net 15) + (net 7) (uuid "0068867a-5246-4ba2-99ae-fba13ffbdff8") ) (segment @@ -20117,7 +23935,7 @@ (end 236.22 93.98) (width 0.25) (layer "B.Cu") - (net 15) + (net 7) (uuid "d780c012-f62c-46d4-8292-fef9ac10bc68") ) (segment @@ -20125,7 +23943,7 @@ (end 234.7575 137.16) (width 0.25) (layer "F.Cu") - (net 16) + (net 8) (uuid "b8e98ea7-8d46-4cb9-9b38-780c95d9d4c6") ) (via @@ -20133,7 +23951,7 @@ (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") - (net 16) + (net 8) (uuid "ffe0cf10-1531-40a6-b0ff-68e726218e48") ) (segment @@ -20141,7 +23959,7 @@ (end 154.94 137.16) (width 0.25) (layer "B.Cu") - (net 16) + (net 8) (uuid "13329dae-d489-43f0-8d94-d0b6022710a3") ) (segment @@ -20149,7 +23967,7 @@ (end 101.6 137.16) (width 0.25) (layer "B.Cu") - (net 16) + (net 8) (uuid "37c9893b-549d-4d20-90e6-4cf4f45d03d2") ) (segment @@ -20157,7 +23975,7 @@ (end 208.28 137.16) (width 0.25) (layer "B.Cu") - (net 16) + (net 8) (uuid "4ef54352-1cec-44d4-81f4-ef936fd81858") ) (segment @@ -20165,7 +23983,7 @@ (end 101.6 134.0475) (width 0.25) (layer "B.Cu") - (net 16) + (net 8) (uuid "5e0f9bbb-cb6a-455e-bb55-6932fc066eef") ) (segment @@ -20173,7 +23991,7 @@ (end 154.94 134.0475) (width 0.25) (layer "B.Cu") - (net 16) + (net 8) (uuid "60f02978-50a1-4df9-8afd-cb0f7c9939c6") ) (segment @@ -20181,7 +23999,7 @@ (end 231.14 137.16) (width 0.25) (layer "B.Cu") - (net 16) + (net 8) (uuid "7314c137-bb67-487a-9a2e-aa2776d2e086") ) (segment @@ -20189,7 +24007,7 @@ (end 208.28 134.0475) (width 0.25) (layer "B.Cu") - (net 16) + (net 8) (uuid "944517cf-a01f-464f-9653-de66efeed492") ) (segment @@ -20197,7 +24015,7 @@ (end 50.8 137.16) (width 0.25) (layer "B.Cu") - (net 16) + (net 8) (uuid "9568e685-bc94-405f-8118-16b0224d7c44") ) (segment @@ -20205,7 +24023,7 @@ (end 157.48 137.16) (width 0.25) (layer "B.Cu") - (net 16) + (net 8) (uuid "97356c82-0c3b-4fcd-badd-dad1c5bf6a82") ) (segment @@ -20213,7 +24031,7 @@ (end 48.26 134.62) (width 0.25) (layer "B.Cu") - (net 16) + (net 8) (uuid "9fee3d13-c647-4c9b-9bca-1ef5be1c83eb") ) (segment @@ -20221,7 +24039,7 @@ (end 104.7125 137.16) (width 0.25) (layer "B.Cu") - (net 16) + (net 8) (uuid "a02b178e-579b-4b6b-9584-f66ec6eb9142") ) (segment @@ -20229,7 +24047,7 @@ (end 154.94 134.62) (width 0.25) (layer "B.Cu") - (net 16) + (net 8) (uuid "d56327de-d8a3-434c-9526-734612e9a2b5") ) (segment @@ -20237,7 +24055,7 @@ (end 240.2225 139.7) (width 0.25) (layer "F.Cu") - (net 17) + (net 9) (uuid "31e8231b-1296-4750-9e50-75344590c940") ) (segment @@ -20245,7 +24063,7 @@ (end 254.015162 135.214999) (width 0.25) (layer "F.Cu") - (net 17) + (net 9) (uuid "800ae2a8-3e79-49c8-be91-6be869cae199") ) (segment @@ -20253,7 +24071,7 @@ (end 249.530161 139.7) (width 0.25) (layer "F.Cu") - (net 17) + (net 9) (uuid "a5c05ff6-6d5f-4875-9fa4-2375fd8e4e13") ) (segment @@ -20261,7 +24079,7 @@ (end 237.6825 137.16) (width 0.25) (layer "F.Cu") - (net 17) + (net 9) (uuid "a8c7da2a-1eea-455e-a47d-3982bb7bbd51") ) (segment @@ -20269,7 +24087,7 @@ (end 252.745162 135.214999) (width 0.25) (layer "F.Cu") - (net 18) + (net 10) (uuid "78744a7a-584d-4d4b-a10a-4cd28eddf08a") ) (segment @@ -20277,7 +24095,7 @@ (end 240.424053 134.821553) (width 0.25) (layer "F.Cu") - (net 18) + (net 10) (uuid "b505e9ab-0481-4ff2-bb70-06baeef7ce57") ) (segment @@ -20285,7 +24103,7 @@ (end 249.230114 138.730047) (width 0.25) (layer "F.Cu") - (net 18) + (net 10) (uuid "ba1ec0db-13a3-45b7-9cee-2e75d080e533") ) (segment @@ -20293,7 +24111,7 @@ (end 237.6825 132.08) (width 0.25) (layer "F.Cu") - (net 18) + (net 10) (uuid "f3cdaf4c-41fc-4666-9def-f7bad63af03a") ) (segment @@ -20301,7 +24119,7 @@ (end 240.424053 138.730047) (width 0.25) (layer "F.Cu") - (net 18) + (net 10) (uuid "ff50dd0d-2329-42db-916b-1109dfb848c7") ) (segment @@ -20309,7 +24127,7 @@ (end 234.7575 132.08) (width 0.25) (layer "F.Cu") - (net 19) + (net 11) (uuid "50c18451-6122-4879-80a4-cefd7ff202e1") ) (segment @@ -20317,7 +24135,7 @@ (end 207.7075 132.08) (width 0.25) (layer "F.Cu") - (net 19) + (net 11) (uuid "5a05d8f5-70d4-465b-8c13-2033192cea71") ) (segment @@ -20325,7 +24143,7 @@ (end 154.3675 132.08) (width 0.25) (layer "B.Cu") - (net 19) + (net 11) (uuid "18550b0b-eac2-4202-b516-d6d77b2ebd2f") ) (segment @@ -20333,7 +24151,7 @@ (end 152.4 134.0475) (width 0.25) (layer "B.Cu") - (net 19) + (net 11) (uuid "20f53513-302b-47ef-897c-f5667c8a2e7f") ) (segment @@ -20341,7 +24159,7 @@ (end 152.4 132.08) (width 0.25) (layer "B.Cu") - (net 19) + (net 11) (uuid "33b1f1aa-7424-433c-9b02-867788daa4bf") ) (segment @@ -20349,7 +24167,7 @@ (end 205.74 132.08) (width 0.25) (layer "B.Cu") - (net 19) + (net 11) (uuid "437ec57c-4f49-44ac-9930-e5cf6edb1644") ) (segment @@ -20357,7 +24175,7 @@ (end 205.74 134.0475) (width 0.25) (layer "B.Cu") - (net 19) + (net 11) (uuid "7edef87e-6240-4ade-92c9-24d120631000") ) (segment @@ -20365,7 +24183,7 @@ (end 47.6875 132.08) (width 0.25) (layer "B.Cu") - (net 19) + (net 11) (uuid "82aaf334-2972-4439-9f93-cd8fda0053db") ) (segment @@ -20373,7 +24191,7 @@ (end 101.0275 132.08) (width 0.25) (layer "B.Cu") - (net 19) + (net 11) (uuid "866c293c-81e8-437a-a279-9f913d08b23a") ) (segment @@ -20381,7 +24199,7 @@ (end 99.06 132.08) (width 0.25) (layer "B.Cu") - (net 19) + (net 11) (uuid "9c4229b1-21d3-46bb-a926-c6f37da8381d") ) (segment @@ -20389,7 +24207,7 @@ (end 99.06 134.0475) (width 0.25) (layer "B.Cu") - (net 19) + (net 11) (uuid "ebab5595-c16a-4b30-98b1-11b8a6ed9dd0") ) (segment @@ -20397,7 +24215,7 @@ (end 248.877362 137.812799) (width 0.25) (layer "F.Cu") - (net 20) + (net 12) (uuid "2cc374f2-7df0-447d-816f-e5cb0cb75db1") ) (segment @@ -20405,7 +24223,7 @@ (end 242.067455 137.812799) (width 0.25) (layer "F.Cu") - (net 20) + (net 12) (uuid "47cd6033-a399-4435-b11f-2a905e9ec414") ) (segment @@ -20413,7 +24231,7 @@ (end 242.067455 131.384955) (width 0.25) (layer "F.Cu") - (net 20) + (net 12) (uuid "e95d43ec-712b-4375-bbb0-1cc702a2c674") ) (segment @@ -20421,7 +24239,7 @@ (end 251.475162 135.214999) (width 0.25) (layer "F.Cu") - (net 20) + (net 12) (uuid "fcc8ca67-aa6a-4c00-a147-cc9bb63303ea") ) (segment @@ -20429,7 +24247,7 @@ (end 237.6825 127) (width 0.25) (layer "F.Cu") - (net 20) + (net 12) (uuid "ff28a0eb-ddd6-4915-8235-aaa8cfbb4181") ) (segment @@ -20437,7 +24255,7 @@ (end 203.2 129.54) (width 0.25) (layer "F.Cu") - (net 21) + (net 13) (uuid "032eb746-69c4-4452-9df2-5d876180b536") ) (segment @@ -20445,7 +24263,7 @@ (end 101.0275 129.54) (width 0.25) (layer "F.Cu") - (net 21) + (net 13) (uuid "09b85be7-5356-46b4-a482-3cdd9198fd3c") ) (segment @@ -20453,7 +24271,7 @@ (end 149.86 129.54) (width 0.25) (layer "F.Cu") - (net 21) + (net 13) (uuid "1106092f-350e-47f5-8fb3-b872514f989d") ) (segment @@ -20461,7 +24279,7 @@ (end 154.3675 129.54) (width 0.25) (layer "F.Cu") - (net 21) + (net 13) (uuid "2aeba0cd-ac2c-4642-9c78-241abd28cfd8") ) (segment @@ -20469,7 +24287,7 @@ (end 232.2175 129.54) (width 0.25) (layer "F.Cu") - (net 21) + (net 13) (uuid "4b415a70-ccb0-46d6-b88d-9aad191daf0d") ) (segment @@ -20477,7 +24295,7 @@ (end 96.52 129.54) (width 0.25) (layer "F.Cu") - (net 21) + (net 13) (uuid "95b9786b-ae92-45d1-8cce-10d475087c08") ) (segment @@ -20485,7 +24303,7 @@ (end 47.6875 129.54) (width 0.25) (layer "F.Cu") - (net 21) + (net 13) (uuid "9cafee96-e98a-4738-99f0-9dc0fd88acae") ) (segment @@ -20493,7 +24311,7 @@ (end 203.2 134.0475) (width 0.25) (layer "F.Cu") - (net 21) + (net 13) (uuid "ac29efce-4973-4e67-83a1-cb931470ea74") ) (segment @@ -20501,7 +24319,7 @@ (end 234.7575 127) (width 0.25) (layer "F.Cu") - (net 21) + (net 13) (uuid "b62a8f92-7e27-48d6-8844-54de9353800c") ) (segment @@ -20509,7 +24327,7 @@ (end 149.86 134.0475) (width 0.25) (layer "F.Cu") - (net 21) + (net 13) (uuid "c40133ca-be53-43c6-abaa-2eb26888191a") ) (segment @@ -20517,7 +24335,7 @@ (end 96.52 134.0475) (width 0.25) (layer "F.Cu") - (net 21) + (net 13) (uuid "d24cf7e2-9334-4dcb-b2d8-595f365d6453") ) (segment @@ -20525,7 +24343,7 @@ (end 250.205162 133.365162) (width 0.25) (layer "F.Cu") - (net 22) + (net 14) (uuid "1218552e-fd6d-4d4e-9d95-328dcab02b6c") ) (segment @@ -20533,7 +24351,7 @@ (end 132.746014 62.448986) (width 0.25) (layer "F.Cu") - (net 22) + (net 14) (uuid "2ff6b393-4b4e-47d4-8d03-1ec70237e5c9") ) (segment @@ -20541,7 +24359,7 @@ (end 233.68 116.84) (width 0.25) (layer "F.Cu") - (net 22) + (net 14) (uuid "3622e375-a2aa-4648-8262-b54dac75fabb") ) (segment @@ -20549,7 +24367,7 @@ (end 250.205162 134.265) (width 0.25) (layer "F.Cu") - (net 22) + (net 14) (uuid "624dec0f-10d6-491a-920d-6db808e8442c") ) (segment @@ -20557,7 +24375,7 @@ (end 232.628986 62.448986) (width 0.25) (layer "F.Cu") - (net 22) + (net 14) (uuid "7ad625f4-13ce-4a80-87b8-408c06da2d25") ) (segment @@ -20565,7 +24383,7 @@ (end 233.68 63.5) (width 0.25) (layer "F.Cu") - (net 22) + (net 14) (uuid "fccccc6f-d753-40c3-b2dc-78031e01ec1e") ) (segment @@ -20573,7 +24391,7 @@ (end 152.5875 71.12) (width 0.25) (layer "F.Cu") - (net 23) + (net 15) (uuid "06dcf192-b121-43dc-9a72-518335f1b88a") ) (segment @@ -20581,7 +24399,7 @@ (end 96.52 71.12) (width 0.25) (layer "F.Cu") - (net 23) + (net 15) (uuid "288bfb67-bfb7-43d7-8d22-f983f5c4a5f1") ) (segment @@ -20589,7 +24407,7 @@ (end 203.2 73.8475) (width 0.25) (layer "F.Cu") - (net 23) + (net 15) (uuid "3652717c-2f9a-4a25-8e01-022a9892dbf5") ) (segment @@ -20597,7 +24415,7 @@ (end 149.86 73.8475) (width 0.25) (layer "F.Cu") - (net 23) + (net 15) (uuid "4524ff0a-afcf-4c42-bab0-83379f8eaaec") ) (segment @@ -20605,7 +24423,7 @@ (end 99.2475 71.12) (width 0.25) (layer "F.Cu") - (net 23) + (net 15) (uuid "4fd6022a-775e-4be5-bb28-e4886998a4c9") ) (segment @@ -20613,7 +24431,7 @@ (end 134.62 71.12) (width 0.25) (layer "F.Cu") - (net 23) + (net 15) (uuid "6285828a-cd41-4c88-a7e3-f5b433d62b7d") ) (segment @@ -20621,7 +24439,7 @@ (end 96.52 73.8475) (width 0.25) (layer "F.Cu") - (net 23) + (net 15) (uuid "79d7da79-3f10-4e14-8797-8ccb2ec14812") ) (segment @@ -20629,7 +24447,7 @@ (end 132.08 68.58) (width 0.25) (layer "F.Cu") - (net 23) + (net 15) (uuid "8fd1dcad-8ac2-48e2-ac6d-530f67921be8") ) (segment @@ -20637,7 +24455,7 @@ (end 45.9075 71.12) (width 0.25) (layer "F.Cu") - (net 23) + (net 15) (uuid "926521c2-1139-4bf3-a010-cd5aa69a205e") ) (segment @@ -20645,7 +24463,7 @@ (end 134.62 71.12) (width 0.25) (layer "F.Cu") - (net 23) + (net 15) (uuid "9be49bd5-7411-4031-a92d-e4c6b35572d6") ) (segment @@ -20653,7 +24471,7 @@ (end 149.86 71.12) (width 0.25) (layer "F.Cu") - (net 23) + (net 15) (uuid "b4f060af-e062-4fcd-81be-2d0385bf80cb") ) (segment @@ -20661,7 +24479,7 @@ (end 203.2 71.12) (width 0.25) (layer "F.Cu") - (net 23) + (net 15) (uuid "ce5de2f2-de97-459a-aa98-1b4a90ea3e19") ) (segment @@ -20669,7 +24487,7 @@ (end 137.16 69.479635) (width 0.25) (layer "F.Cu") - (net 24) + (net 16) (uuid "35b75c7b-0745-45cc-a85e-8a650c54695b") ) (segment @@ -20677,7 +24495,7 @@ (end 147.32 73.8475) (width 0.25) (layer "F.Cu") - (net 24) + (net 16) (uuid "53a1b4fd-6ed1-45b4-b201-8a28a0c07e01") ) (segment @@ -20685,7 +24503,7 @@ (end 93.98 76.2) (width 0.25) (layer "F.Cu") - (net 24) + (net 16) (uuid "60f007b0-9907-4adb-a92d-16365a14aa70") ) (segment @@ -20693,7 +24511,7 @@ (end 93.98 73.8475) (width 0.25) (layer "F.Cu") - (net 24) + (net 16) (uuid "696ba45f-b9aa-42f0-8951-e84c546708b1") ) (segment @@ -20701,7 +24519,7 @@ (end 96.3325 76.2) (width 0.25) (layer "F.Cu") - (net 24) + (net 16) (uuid "6ab1400a-0e16-4aaa-9e66-fe020416a7b2") ) (segment @@ -20709,7 +24527,7 @@ (end 137.16 66.04) (width 0.25) (layer "F.Cu") - (net 24) + (net 16) (uuid "6fb3c5b0-1458-4941-8ade-e4d9a82680eb") ) (segment @@ -20717,7 +24535,7 @@ (end 137.805093 70.124773) (width 0.25) (layer "F.Cu") - (net 24) + (net 16) (uuid "9f0defc0-c75a-48cf-b770-a0545908b3f3") ) (segment @@ -20725,7 +24543,7 @@ (end 200.66 73.8475) (width 0.25) (layer "F.Cu") - (net 24) + (net 16) (uuid "a8acc29d-d42e-47cf-beea-f0d9643b7280") ) (segment @@ -20733,7 +24551,7 @@ (end 200.66 76.2) (width 0.25) (layer "F.Cu") - (net 24) + (net 16) (uuid "b3de6920-ca66-4726-8097-59c2781a0493") ) (segment @@ -20741,7 +24559,7 @@ (end 137.805087 70.124779) (width 0.25) (layer "F.Cu") - (net 24) + (net 16) (uuid "ba9c48b8-821d-4ad5-9a57-bece55e75b31") ) (segment @@ -20749,7 +24567,7 @@ (end 137.805087 70.124722) (width 0.25) (layer "F.Cu") - (net 24) + (net 16) (uuid "d67ac160-4870-4744-a1ec-df38a3ba801c") ) (segment @@ -20757,7 +24575,7 @@ (end 42.9925 76.2) (width 0.25) (layer "F.Cu") - (net 24) + (net 16) (uuid "e24772a9-2ff6-4395-8ad7-68fb849791f6") ) (segment @@ -20765,7 +24583,7 @@ (end 149.6725 76.2) (width 0.25) (layer "F.Cu") - (net 24) + (net 16) (uuid "f444372b-38df-4649-9cd7-b9e077fab8a0") ) (segment @@ -20773,7 +24591,7 @@ (end 147.32 76.2) (width 0.25) (layer "F.Cu") - (net 24) + (net 16) (uuid "fdf83f16-e032-42f3-b122-3844f2a8a26c") ) (via @@ -20781,7 +24599,7 @@ (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") - (net 24) + (net 16) (uuid "7e447aa0-f1d0-4778-b0e7-c17b083aa0eb") ) (segment @@ -20789,7 +24607,7 @@ (end 141.527865 73.8475) (width 0.25) (layer "B.Cu") - (net 24) + (net 16) (uuid "2638874a-a90b-4483-9d57-ffdac94a10d3") ) (segment @@ -20797,7 +24615,7 @@ (end 147.32 73.8475) (width 0.25) (layer "B.Cu") - (net 24) + (net 16) (uuid "6e3628fa-4efe-4b31-a205-f029e4d8f93a") ) (segment @@ -20805,7 +24623,7 @@ (end 231.14 115.519839) (width 0.25) (layer "F.Cu") - (net 25) + (net 17) (uuid "2ad88417-d9f2-404f-a7a2-ea7077953be1") ) (segment @@ -20813,7 +24631,7 @@ (end 142.625 63.5) (width 0.25) (layer "F.Cu") - (net 25) + (net 17) (uuid "31a23410-087d-4aa1-801f-f19057a75d15") ) (segment @@ -20821,7 +24639,7 @@ (end 140.085 66.04) (width 0.25) (layer "F.Cu") - (net 25) + (net 17) (uuid "9a215563-6d4c-4eef-a778-28d953302634") ) (segment @@ -20829,7 +24647,7 @@ (end 248.935162 133.315001) (width 0.25) (layer "F.Cu") - (net 25) + (net 17) (uuid "d51990c5-bf38-4949-aa46-0f6741e78876") ) (segment @@ -20837,7 +24655,7 @@ (end 231.14 63.5) (width 0.25) (layer "F.Cu") - (net 25) + (net 17) (uuid "d6c26d4b-3571-4a08-954b-1458955d8ceb") ) (segment @@ -20845,7 +24663,7 @@ (end 247.665162 134.265) (width 0.25) (layer "F.Cu") - (net 26) + (net 18) (uuid "62a9a8d4-0685-4aef-adb4-3ef01b26cff0") ) (segment @@ -20853,7 +24671,7 @@ (end 228.6 114.3) (width 0.25) (layer "F.Cu") - (net 26) + (net 18) (uuid "8defa154-9253-4eea-9833-304fbabefc97") ) (segment @@ -20861,7 +24679,7 @@ (end 247.665162 133.365162) (width 0.25) (layer "F.Cu") - (net 26) + (net 18) (uuid "bd4e2225-a862-4826-8481-10f5b75893b4") ) (segment @@ -20869,7 +24687,7 @@ (end 225.675 66.04) (width 0.25) (layer "F.Cu") - (net 27) + (net 19) (uuid "b200cc2c-fc3e-439a-a830-c083c0a1af07") ) (via @@ -20877,7 +24695,7 @@ (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") - (net 27) + (net 19) (uuid "08ea56e7-1efa-4764-8a53-ba74d549c045") ) (segment @@ -20885,7 +24703,7 @@ (end 152.4 68.58) (width 0.25) (layer "B.Cu") - (net 27) + (net 19) (uuid "0b143f4c-c3b6-41c3-9883-5975a9805a0f") ) (segment @@ -20893,7 +24711,7 @@ (end 205.74 68.58) (width 0.25) (layer "B.Cu") - (net 27) + (net 19) (uuid "22f1a85e-0f57-466d-a3e5-147f72426142") ) (segment @@ -20901,7 +24719,7 @@ (end 50.8 68.7675) (width 0.25) (layer "B.Cu") - (net 27) + (net 19) (uuid "3121ea2e-87bb-4ecf-8171-73677710b6f3") ) (segment @@ -20909,7 +24727,7 @@ (end 104.3275 68.58) (width 0.25) (layer "B.Cu") - (net 27) + (net 19) (uuid "449795c6-0205-417b-9089-cf6a380bff0a") ) (segment @@ -20917,7 +24735,7 @@ (end 220.98 68.58) (width 0.25) (layer "B.Cu") - (net 27) + (net 19) (uuid "47f6f432-0c7a-48a3-b02a-7ca16f52fda7") ) (segment @@ -20925,7 +24743,7 @@ (end 50.8 68.58) (width 0.25) (layer "B.Cu") - (net 27) + (net 19) (uuid "58b3a3be-c9b5-4c21-acd2-65daf29e0018") ) (segment @@ -20933,7 +24751,7 @@ (end 152.4 73.8475) (width 0.25) (layer "B.Cu") - (net 27) + (net 19) (uuid "7610f05d-8de4-41a7-8211-ccc23b08c7dd") ) (segment @@ -20941,7 +24759,7 @@ (end 157.6675 68.58) (width 0.25) (layer "B.Cu") - (net 27) + (net 19) (uuid "7e035975-0023-4176-b7c2-0c99f8872381") ) (segment @@ -20949,7 +24767,7 @@ (end 223.52 66.04) (width 0.25) (layer "B.Cu") - (net 27) + (net 19) (uuid "80583393-7236-4783-a711-5e0531fdf648") ) (segment @@ -20957,7 +24775,7 @@ (end 99.06 73.8475) (width 0.25) (layer "B.Cu") - (net 27) + (net 19) (uuid "d1c9aab0-e38e-4db7-8dc5-3a70bf497ec9") ) (segment @@ -20965,7 +24783,7 @@ (end 99.06 68.58) (width 0.25) (layer "B.Cu") - (net 27) + (net 19) (uuid "da9750dc-146c-437a-a3fa-ef5a22c1629a") ) (segment @@ -20973,7 +24791,7 @@ (end 205.74 73.8475) (width 0.25) (layer "B.Cu") - (net 27) + (net 19) (uuid "ec7d7152-0d08-4837-ac72-39c8e6c0dd4d") ) (segment @@ -20981,7 +24799,7 @@ (end 242.53 71.12) (width 0.25) (layer "F.Cu") - (net 29) + (net 21) (uuid "25a97fb0-a763-45e7-b48e-765958a01601") ) (segment @@ -20989,7 +24807,7 @@ (end 243.84 71.12) (width 0.25) (layer "F.Cu") - (net 29) + (net 21) (uuid "5ace067e-8ee8-4967-8909-5dd9a05ef08c") ) (segment @@ -20997,7 +24815,7 @@ (end 247.60099 113.606218) (width 0.25) (layer "F.Cu") - (net 29) + (net 21) (uuid "86e0c6c1-6720-48d5-b9de-0801942e6fde") ) (segment @@ -21005,7 +24823,7 @@ (end 256.555162 122.56039) (width 0.25) (layer "F.Cu") - (net 29) + (net 21) (uuid "d6ae6a45-5950-46d9-886f-ded09340138d") ) (segment @@ -21013,7 +24831,7 @@ (end 247.60099 74.88099) (width 0.25) (layer "F.Cu") - (net 29) + (net 21) (uuid "dc1e7a3a-59e7-4d8d-94ed-0246fc68a22e") ) (segment @@ -21021,7 +24839,7 @@ (end 245.64 113.554416) (width 0.25) (layer "F.Cu") - (net 30) + (net 22) (uuid "40db394e-ce06-40d9-a320-dadea8d12f4e") ) (segment @@ -21029,7 +24847,7 @@ (end 245.64 81.85) (width 0.25) (layer "F.Cu") - (net 30) + (net 22) (uuid "5e9209f3-aa4c-4bc7-8b7d-de8a0d1d31bc") ) (segment @@ -21037,7 +24855,7 @@ (end 252.745162 120.659578) (width 0.25) (layer "F.Cu") - (net 30) + (net 22) (uuid "cc5d65cf-a102-48ba-a7cf-944069ee2ec4") ) (segment @@ -21045,7 +24863,7 @@ (end 242.53 78.74) (width 0.25) (layer "F.Cu") - (net 30) + (net 22) (uuid "cc84a1d6-296d-4d9b-8cef-4164ff9b79b4") ) (segment @@ -21053,7 +24871,7 @@ (end 250.205162 119.39237) (width 0.25) (layer "F.Cu") - (net 34) + (net 26) (uuid "2d6c8905-6121-4d4e-8685-545fddbb3a7a") ) (segment @@ -21061,7 +24879,7 @@ (end 244.74 88.57) (width 0.25) (layer "F.Cu") - (net 34) + (net 26) (uuid "412fbb3a-6a8f-4eb6-acd1-3ba308252594") ) (segment @@ -21069,7 +24887,7 @@ (end 242.53 86.36) (width 0.25) (layer "F.Cu") - (net 34) + (net 26) (uuid "ac0f5982-cc80-4839-9b11-19bd2686f453") ) (segment @@ -21077,7 +24895,7 @@ (end 244.74 113.927208) (width 0.25) (layer "F.Cu") - (net 34) + (net 26) (uuid "cf50c1e6-c7c1-4e37-bdb2-8f28ec7449ac") ) (segment @@ -21085,7 +24903,7 @@ (end 246.70099 80.37099) (width 0.25) (layer "F.Cu") - (net 36) + (net 28) (uuid "28480021-6831-4eb6-8512-e252c1ad25ad") ) (segment @@ -21093,7 +24911,7 @@ (end 242.53 76.2) (width 0.25) (layer "F.Cu") - (net 36) + (net 28) (uuid "42431cdc-1cf9-4e1e-9821-c44bd576b3b9") ) (segment @@ -21101,7 +24919,7 @@ (end 246.70099 113.97901) (width 0.25) (layer "F.Cu") - (net 36) + (net 28) (uuid "86fca346-dc26-40de-8afb-588fc633352c") ) (segment @@ -21109,7 +24927,7 @@ (end 254.015162 121.293182) (width 0.25) (layer "F.Cu") - (net 36) + (net 28) (uuid "a8f1f1d5-cb20-4ba0-9121-90d7e052338e") ) (segment @@ -21117,7 +24935,7 @@ (end 255.285162 121.926786) (width 0.25) (layer "F.Cu") - (net 47) + (net 39) (uuid "27f1997e-dbbb-4665-b46a-672ce36ab915") ) (segment @@ -21125,7 +24943,7 @@ (end 247.15099 78.28099) (width 0.25) (layer "F.Cu") - (net 47) + (net 39) (uuid "3320b9bb-6dbf-408a-b729-b6b533b11cad") ) (segment @@ -21133,7 +24951,7 @@ (end 247.15099 113.792614) (width 0.25) (layer "F.Cu") - (net 47) + (net 39) (uuid "75af7ffb-209d-4254-bb98-09fc59f8e0d3") ) (segment @@ -21141,7 +24959,7 @@ (end 242.53 73.66) (width 0.25) (layer "F.Cu") - (net 47) + (net 39) (uuid "9d994a78-2f47-491c-a776-d85ee550fc57") ) (segment @@ -21149,7 +24967,7 @@ (end 242.53 88.9) (width 0.25) (layer "F.Cu") - (net 50) + (net 42) (uuid "074cacd5-4077-4620-9989-e2b48a1691d2") ) (segment @@ -21157,7 +24975,7 @@ (end 248.935162 118.758766) (width 0.25) (layer "F.Cu") - (net 50) + (net 42) (uuid "14761178-2a8f-4b55-a92a-f6cae4079396") ) (segment @@ -21165,7 +24983,7 @@ (end 244.29 114.113604) (width 0.25) (layer "F.Cu") - (net 50) + (net 42) (uuid "79ebc254-da4a-45b0-bef1-2d17cb0452cd") ) (segment @@ -21173,7 +24991,7 @@ (end 244.29 90.66) (width 0.25) (layer "F.Cu") - (net 50) + (net 42) (uuid "a22e2408-3dfe-4705-a66c-1103ecfc36ad") ) (segment @@ -21181,7 +24999,7 @@ (end 245.19 86.48) (width 0.25) (layer "F.Cu") - (net 51) + (net 43) (uuid "6d5e91da-5134-4ee6-b6f5-2cb63affaefb") ) (segment @@ -21189,7 +25007,7 @@ (end 245.19 113.740812) (width 0.25) (layer "F.Cu") - (net 51) + (net 43) (uuid "9b254779-3c41-4eb9-b78d-d689ff949025") ) (segment @@ -21197,7 +25015,7 @@ (end 242.53 83.82) (width 0.25) (layer "F.Cu") - (net 51) + (net 43) (uuid "b1cc042a-a286-4897-a3c9-1704e7c85c09") ) (segment @@ -21205,7 +25023,7 @@ (end 251.475162 120.025974) (width 0.25) (layer "F.Cu") - (net 51) + (net 43) (uuid "b5e1472d-5675-4f28-91d1-9a9a4e637cc7") ) (segment @@ -21213,7 +25031,7 @@ (end 243.84 92.75) (width 0.25) (layer "F.Cu") - (net 55) + (net 47) (uuid "1c7333cb-946d-4a63-9a7e-47aaec3c2e57") ) (segment @@ -21221,7 +25039,7 @@ (end 243.84 114.3) (width 0.25) (layer "F.Cu") - (net 55) + (net 47) (uuid "5630d3e1-e091-437f-9182-a37aa388e4ec") ) (segment @@ -21229,7 +25047,7 @@ (end 242.53 91.44) (width 0.25) (layer "F.Cu") - (net 55) + (net 47) (uuid "5f81c683-c03f-4b10-917e-82e1b5fb0922") ) (segment @@ -21237,7 +25055,7 @@ (end 247.665162 118.125162) (width 0.25) (layer "F.Cu") - (net 55) + (net 47) (uuid "80fc7e2b-7be4-45d1-86f6-3e24f8f49df0") ) (segment @@ -21245,7 +25063,7 @@ (end 266.24 81.945) (width 0.25) (layer "F.Cu") - (net 58) + (net 50) (uuid "008b0f66-d586-4a52-907f-b0e4add51b3c") ) (segment @@ -21253,7 +25071,7 @@ (end 261.559873 88.9) (width 0.25) (layer "F.Cu") - (net 58) + (net 50) (uuid "8572817e-b3ec-41dc-b981-0f13c82d7b0c") ) (segment @@ -21261,7 +25079,7 @@ (end 266.035 81.945) (width 0.25) (layer "F.Cu") - (net 58) + (net 50) (uuid "9a73748a-c048-48d6-a59f-97a173e0facd") ) (segment @@ -21269,7 +25087,7 @@ (end 266.24 81.945) (width 0.25) (layer "F.Cu") - (net 58) + (net 50) (uuid "ae97b903-11d5-44c4-855d-943811c2996a") ) (segment @@ -21277,7 +25095,7 @@ (end 264.16 83.82) (width 0.25) (layer "F.Cu") - (net 58) + (net 50) (uuid "b36ea308-e00c-47ed-bc6a-7e40fa1aef7c") ) (segment @@ -21285,247 +25103,255 @@ (end 264.16 86.299873) (width 0.25) (layer "F.Cu") - (net 58) + (net 50) (uuid "e8c4889e-a9b7-4714-ac5b-d3be7e87accd") ) (segment (start 257.005162 99.824838) - (end 260.31 96.52) - (width 0.25) - (layer "F.Cu") - (net 59) - (uuid "13800e23-2b93-4659-ad3a-3ec6726cc6ea") - ) - (segment - (start 228.985 144.78) - (end 256.54 144.78) - (width 0.25) - (layer "F.Cu") - (net 59) - (uuid "15d9aafa-3f33-4961-8c1e-1dd96b4b4fe0") - ) - (segment - (start 259.08 142.24) - (end 259.08 124.46) - (width 0.25) - (layer "F.Cu") - (net 59) - (uuid "1f30ef89-61f9-4c72-9ea1-dece6bc403b6") - ) - (segment - (start 256.54 144.78) - (end 259.08 142.24) - (width 0.25) - (layer "F.Cu") - (net 59) - (uuid "3005527b-dd7d-4c8f-8db6-f37086651fd4") - ) - (segment - (start 257.005162 122.385162) - (end 257.005162 99.824838) - (width 0.25) - (layer "F.Cu") - (net 59) - (uuid "375bd89e-8355-4e9c-9cca-05c29474e4f1") - ) - (segment - (start 259.08 124.46) (end 257.005162 122.385162) (width 0.25) (layer "F.Cu") - (net 59) - (uuid "f4dc8b40-30ff-4a55-802b-ebac68ca79a8") + (net 51) + (uuid "260441a7-6118-4ad0-9d80-192df5a37954") ) (segment - (start 259.08 99.06) - (end 257.455162 100.684838) + (start 260.31 96.52) + (end 257.005162 99.824838) (width 0.25) (layer "F.Cu") - (net 60) - (uuid "59ee461d-3f6b-4e17-8faf-cd0a1902ec36") + (net 51) + (uuid "33d64c1c-4e91-4bde-80b1-2f52bf67570c") ) (segment - (start 259.53 143.378198) - (end 254.738198 148.17) + (start 257.005162 122.385162) + (end 259.08 124.46) (width 0.25) (layer "F.Cu") - (net 60) - (uuid "7cb31134-f2df-4ced-a6a7-34e2d7c41269") + (net 51) + (uuid "53427e65-f9fb-44a2-b08a-d9ad945f936e") ) (segment - (start 257.455162 100.684838) - (end 257.455162 122.198766) + (start 259.08 124.46) + (end 259.08 142.24) (width 0.25) (layer "F.Cu") - (net 60) - (uuid "928d3e06-45f8-4245-97df-87897900bf26") + (net 51) + (uuid "5e66e7a3-5be1-4a4d-9ea5-9509db6e033f") ) (segment - (start 178.65 148.17) - (end 175.26 144.78) + (start 219.015 149.165) + (end 218.44 148.59) (width 0.25) (layer "F.Cu") - (net 60) - (uuid "9b6606e4-b5b2-4713-8ec2-139fca4a3a95") + (net 51) + (uuid "62cede7f-423f-4949-adea-aab5b3096f73") ) (segment - (start 254.738198 148.17) - (end 178.65 148.17) + (start 252.155 149.165) + (end 259.08 142.24) (width 0.25) (layer "F.Cu") - (net 60) - (uuid "9fd6244e-c1df-49e8-82db-ff4d69a6ea97") + (net 51) + (uuid "d7b166e0-2ce3-47ef-a74d-441d25856537") + ) + (segment + (start 252.155 149.165) + (end 219.015 149.165) + (width 0.25) + (layer "F.Cu") + (net 51) + (uuid "e8af7e01-cd74-4382-babf-f20d5611a0bf") ) (segment (start 257.455162 122.198766) - (end 259.53 124.273604) + (end 257.455162 100.684838) (width 0.25) (layer "F.Cu") - (net 60) - (uuid "a45f1dea-7615-45be-bdf8-97f84cefd1ef") + (net 52) + (uuid "3123d516-e5eb-4e84-b308-922ed8b58550") ) (segment - (start 259.53 124.273604) - (end 259.53 143.378198) - (width 0.25) - (layer "F.Cu") - (net 60) - (uuid "f444eb18-2762-4759-a235-acd0240f953b") - ) - (segment - (start 260.31 99.06) + (start 257.455162 100.684838) (end 259.08 99.06) (width 0.25) (layer "F.Cu") - (net 60) - (uuid "febd869d-1677-4ca8-98e5-771c543f6da6") + (net 52) + (uuid "405da27f-0047-484e-80bd-06d411bb8831") ) (segment - (start 126.42672 149.28672) - (end 255.06672 149.28672) + (start 165.1 148.59) + (end 166.125 149.615) (width 0.25) (layer "F.Cu") - (net 61) - (uuid "2c313a15-f60e-4ea1-9e17-3ebe8ae85820") + (net 52) + (uuid "535a26e2-9ace-4fa8-b26e-7273b19f679d") ) (segment - (start 259.98 124.087208) - (end 257.905162 122.01237) + (start 259.08 99.06) + (end 260.31 99.06) (width 0.25) (layer "F.Cu") - (net 61) - (uuid "2feb2e2e-50fa-4da5-b319-b7b6e2f815c0") + (net 52) + (uuid "6fb3b8fa-2d97-447a-a0f3-2028a5b8798e") + ) + (segment + (start 259.53 142.426396) + (end 259.53 124.273604) + (width 0.25) + (layer "F.Cu") + (net 52) + (uuid "b51983b4-7564-4bfd-9d9a-c262a8d3f319") + ) + (segment + (start 252.341396 149.615) + (end 259.53 142.426396) + (width 0.25) + (layer "F.Cu") + (net 52) + (uuid "d6013d69-2bd1-4086-83e0-8825981e459b") + ) + (segment + (start 166.125 149.615) + (end 252.341396 149.615) + (width 0.25) + (layer "F.Cu") + (net 52) + (uuid "dba9ef94-90ea-487f-9e01-ac4045f61d8f") + ) + (segment + (start 259.53 124.273604) + (end 257.455162 122.198766) + (width 0.25) + (layer "F.Cu") + (net 52) + (uuid "fc4f012a-ac6a-4b6a-a490-c90aa3fd2f70") + ) + (segment + (start 111.76 148.59) + (end 113.235 150.065) + (width 0.25) + (layer "F.Cu") + (net 53) + (uuid "0e5f39dc-287a-49fa-8adf-2e86e211d014") + ) + (segment + (start 259.98 142.612792) + (end 259.98 124.087208) + (width 0.25) + (layer "F.Cu") + (net 53) + (uuid "6b4b282c-583d-4f87-8116-82d0cb218a42") ) (segment (start 257.905162 122.01237) (end 257.905162 104.004838) (width 0.25) (layer "F.Cu") - (net 61) - (uuid "6211b098-4171-4a28-9362-efcab8265baa") + (net 53) + (uuid "6d63e281-465e-4f1f-bd21-3c56115eeec4") ) (segment - (start 259.98 144.37344) - (end 259.98 124.087208) + (start 252.527792 150.065) + (end 259.98 142.612792) (width 0.25) (layer "F.Cu") - (net 61) - (uuid "870de9be-45b8-49ab-8371-076f6727ea06") + (net 53) + (uuid "80f2f49d-bb63-4f35-bc34-5d1284d3fd95") ) (segment - (start 255.06672 149.28672) - (end 259.98 144.37344) + (start 259.98 124.087208) + (end 257.905162 122.01237) (width 0.25) (layer "F.Cu") - (net 61) - (uuid "8d397619-0ad0-4f8c-873a-e4694da5c772") + (net 53) + (uuid "9367b633-1724-4a4b-a868-9818b87dbe9e") ) (segment - (start 121.92 144.78) - (end 126.42672 149.28672) + (start 113.235 150.065) + (end 252.527792 150.065) (width 0.25) (layer "F.Cu") - (net 61) - (uuid "a6b698c2-92dd-49bc-ae62-e1ced5a614e1") + (net 53) + (uuid "c0355a59-d7bd-4344-832a-e0b9588aa07e") ) (segment (start 257.905162 104.004838) (end 260.31 101.6) (width 0.25) (layer "F.Cu") - (net 61) - (uuid "dc9168a5-4d4e-4104-a4e2-289989f8a962") - ) - (segment - (start 68.58 144.78) - (end 74.11 150.31) - (width 0.25) - (layer "F.Cu") - (net 62) - (uuid "1eaf9cb4-3381-4c02-a6d7-5f0817bb39cf") - ) - (segment - (start 260.43 123.900812) - (end 258.355162 121.825974) - (width 0.25) - (layer "F.Cu") - (net 62) - (uuid "4d3ab97f-564c-467b-a4e5-14399d270b19") - ) - (segment - (start 256.54 150.31) - (end 260.43 146.42) - (width 0.25) - (layer "F.Cu") - (net 62) - (uuid "89437cdc-095f-4e76-90aa-f5d4366d3541") - ) - (segment - (start 258.355162 105.955162) - (end 260.170324 104.14) - (width 0.25) - (layer "F.Cu") - (net 62) - (uuid "8bb91e98-9a6b-404b-9060-bbe70a0c82e3") - ) - (segment - (start 260.43 146.42) - (end 260.43 123.900812) - (width 0.25) - (layer "F.Cu") - (net 62) - (uuid "989b5895-ea16-4404-af07-10fed9ae9061") + (net 53) + (uuid "cc7e340d-9145-4d39-8864-ab070d0c3694") ) (segment (start 260.170324 104.14) - (end 260.31 104.14) - (width 0.25) - (layer "F.Cu") - (net 62) - (uuid "a0e5a4ae-eee9-483f-b09e-7b1cb8134aaa") - ) - (segment - (start 258.355162 121.825974) (end 258.355162 105.955162) (width 0.25) (layer "F.Cu") - (net 62) - (uuid "a3b6d52e-1f4c-4a6d-9fde-95391fac72dd") + (net 54) + (uuid "277acc2a-b30d-4bd1-a7f6-e3eab3e85f7a") ) (segment - (start 74.11 150.31) - (end 256.54 150.31) + (start 258.355162 105.955162) + (end 258.355162 121.825974) (width 0.25) (layer "F.Cu") - (net 62) - (uuid "c970f451-9912-4beb-b3f7-8fd3d74c79ff") + (net 54) + (uuid "316aa2d5-031c-4018-b6ed-32c367779be6") + ) + (segment + (start 60.345 150.515) + (end 58.42 148.59) + (width 0.25) + (layer "F.Cu") + (net 54) + (uuid "95aee7ec-36f6-4e23-84ed-ce32c561fc06") + ) + (segment + (start 260.43 142.799188) + (end 252.714188 150.515) + (width 0.25) + (layer "F.Cu") + (net 54) + (uuid "a0a06ddb-13e8-4b9d-b01e-b32a6561d23d") + ) + (segment + (start 260.43 123.900812) + (end 260.43 142.799188) + (width 0.25) + (layer "F.Cu") + (net 54) + (uuid "a3231110-8966-4230-8ac5-caf80d1cdaf0") + ) + (segment + (start 258.355162 121.825974) + (end 260.43 123.900812) + (width 0.25) + (layer "F.Cu") + (net 54) + (uuid "ad2ce2e3-406d-4734-90ee-db317e99b286") + ) + (segment + (start 260.31 104.14) + (end 260.170324 104.14) + (width 0.25) + (layer "F.Cu") + (net 54) + (uuid "b06b6ead-3c08-4103-92b2-4d860f66b017") + ) + (segment + (start 252.714188 150.515) + (end 60.345 150.515) + (width 0.25) + (layer "F.Cu") + (net 54) + (uuid "dbafc62f-8500-42db-8e19-6eb61279a953") ) (segment (start 247.526609 67.433392) (end 243.923392 67.433392) (width 0.25) (layer "F.Cu") - (net 63) + (net 55) (uuid "4747d797-9d00-4118-af75-d0e65ae71b4d") ) (segment @@ -21533,7 +25359,7 @@ (end 242.53 66.04) (width 0.25) (layer "F.Cu") - (net 63) + (net 55) (uuid "7d1bf334-11c2-4ae3-89cf-e9cb98dd0bc6") ) (via @@ -21541,7 +25367,7 @@ (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") - (net 63) + (net 55) (uuid "c8c77d59-c754-4452-adcd-778a7b95110b") ) (segment @@ -21549,7 +25375,7 @@ (end 269.24 68.58) (width 0.25) (layer "B.Cu") - (net 63) + (net 55) (uuid "3aed18a3-81e1-428b-8dc6-8b72d39a88c9") ) (segment @@ -21557,7 +25383,7 @@ (end 249.645 65.315) (width 0.25) (layer "B.Cu") - (net 63) + (net 55) (uuid "85798df0-8259-4fb6-a4d9-6fd86f6086d5") ) (segment @@ -21565,7 +25391,7 @@ (end 265.975 65.315) (width 0.25) (layer "B.Cu") - (net 63) + (net 55) (uuid "e6a282ec-a5b4-46d1-8c3e-dbae27ea6681") ) (segment @@ -21573,7 +25399,7 @@ (end 242.53 63.5) (width 0.25) (layer "F.Cu") - (net 64) + (net 56) (uuid "47c61a35-de5e-4e61-8ef1-d73b0e868d24") ) (segment @@ -21581,7 +25407,7 @@ (end 243.84 63.5) (width 0.25) (layer "F.Cu") - (net 64) + (net 56) (uuid "a8932060-da36-48bd-a5f4-f830f99f8aff") ) (via @@ -21589,7 +25415,7 @@ (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") - (net 64) + (net 56) (uuid "f084c3c8-3510-422a-8634-5795389a8020") ) (segment @@ -21597,7 +25423,7 @@ (end 266.7 63.5) (width 0.25) (layer "B.Cu") - (net 64) + (net 56) (uuid "cd042565-722d-42a4-819a-0094e4025ff4") ) (segment @@ -21605,7 +25431,7 @@ (end 248.92 63.5) (width 0.25) (layer "B.Cu") - (net 64) + (net 56) (uuid "db776e1e-797d-47ea-a32e-8b4d0a9aa5e5") ) (segment @@ -21613,7 +25439,7 @@ (end 246.38 66.04) (width 0.25) (layer "B.Cu") - (net 64) + (net 56) (uuid "dff708ce-11e2-4892-a980-3cfbba6ec494") ) (segment @@ -21621,7 +25447,7 @@ (end 265.425184 92.705184) (width 0.25) (layer "F.Cu") - (net 65) + (net 57) (uuid "14cb234f-6c74-4b3b-972b-e90c5b943207") ) (segment @@ -21629,7 +25455,7 @@ (end 269.24 96.52) (width 0.25) (layer "F.Cu") - (net 65) + (net 57) (uuid "5bcc7490-fd5c-4546-a069-c56b910cdc1f") ) (segment @@ -21637,7 +25463,7 @@ (end 248.88 102.828387) (width 0.25) (layer "F.Cu") - (net 65) + (net 57) (uuid "b47030b5-35db-4137-bfc7-c708d59a7f73") ) (segment @@ -21645,7 +25471,7 @@ (end 259.003203 92.705184) (width 0.25) (layer "F.Cu") - (net 65) + (net 57) (uuid "c52b4649-dd5c-4bd0-a150-3f9d0152ac9f") ) (segment @@ -21653,7 +25479,7 @@ (end 259.84401 95.395) (width 0.25) (layer "F.Cu") - (net 66) + (net 58) (uuid "3d980282-81de-440b-b82f-d23785aa8220") ) (segment @@ -21661,7 +25487,7 @@ (end 263.035 95.395) (width 0.25) (layer "F.Cu") - (net 66) + (net 58) (uuid "4faec317-a8f5-467f-bbcd-b01acc3ee87a") ) (segment @@ -21669,7 +25495,7 @@ (end 266.7 99.06) (width 0.25) (layer "F.Cu") - (net 66) + (net 58) (uuid "83214bd3-cb43-42ce-8eed-63f3412f0228") ) (segment @@ -21677,7 +25503,7 @@ (end 253.96 101.27901) (width 0.25) (layer "F.Cu") - (net 66) + (net 58) (uuid "f59b12e8-5355-43dc-be74-1c62fc9a1094") ) (via @@ -21685,7 +25511,7 @@ (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") - (net 66) + (net 58) (uuid "1fa49271-07e5-495e-b17c-d22c074f4de1") ) (segment @@ -21693,7 +25519,431 @@ (end 269.24 101.6) (width 0.25) (layer "B.Cu") - (net 66) + (net 58) (uuid "eccb4dd4-7195-4c8d-904e-ab3a08499a3c") ) + (segment + (start 61.6 147.245) + (end 61.675 147.32) + (width 0.25) + (layer "F.Cu") + (net 59) + (uuid "81f3eb44-066d-45a4-8545-5875b30b7667") + ) + (segment + (start 61.6 143.51) + (end 61.6 147.245) + (width 0.25) + (layer "F.Cu") + (net 59) + (uuid "abd0c042-510d-4bcf-8aa6-8da6fba2813d") + ) + (segment + (start 59.725 141.635) + (end 52.39 141.635) + (width 0.25) + (layer "F.Cu") + (net 59) + (uuid "c4b2c4f2-bb1a-437b-8bcf-5ab9a2c1ea93") + ) + (segment + (start 61.6 143.51) + (end 59.725 141.635) + (width 0.25) + (layer "F.Cu") + (net 59) + (uuid "f73f19b2-2999-4e1c-8be6-cdb6fc4b875a") + ) + (segment + (start 51.44 147.245) + (end 51.515 147.32) + (width 0.25) + (layer "F.Cu") + (net 60) + (uuid "2314e8fe-8691-4c86-a60a-53c9f7226f9a") + ) + (segment + (start 52.785 148.59) + (end 51.515 147.32) + (width 0.25) + (layer "F.Cu") + (net 60) + (uuid "a52d2b06-23f2-4b00-897b-5cb4b84c9140") + ) + (segment + (start 56.595 148.59) + (end 52.785 148.59) + (width 0.25) + (layer "F.Cu") + (net 60) + (uuid "dfe949c8-b377-44fa-b2b8-36f04fd9631e") + ) + (segment + (start 51.44 143.51) + (end 51.44 147.245) + (width 0.25) + (layer "F.Cu") + (net 60) + (uuid "e5cdbbb7-c9f5-410f-be11-bd0db5554e8f") + ) + (segment + (start 52.35625 135.60375) + (end 42.19625 135.60375) + (width 0.25) + (layer "F.Cu") + (net 61) + (uuid "28678bf2-45bc-40f0-82c0-cdf207394be3") + ) + (segment + (start 42.19625 135.60375) + (end 40.64 134.0475) + (width 0.25) + (layer "F.Cu") + (net 61) + (uuid "89d1e48a-9b20-44d0-8a15-39286da2d165") + ) + (segment + (start 52.35625 135.60375) + (end 50.8 134.0475) + (width 0.25) + (layer "F.Cu") + (net 61) + (uuid "8de115e3-004e-441a-9998-59475da46694") + ) + (segment + (start 62.55 141.635) + (end 56.51875 135.60375) + (width 0.25) + (layer "F.Cu") + (net 61) + (uuid "b8f0618f-7274-4397-b1f5-703b71c5108c") + ) + (segment + (start 56.51875 135.60375) + (end 52.35625 135.60375) + (width 0.25) + (layer "F.Cu") + (net 61) + (uuid "f0b6a8eb-f0cb-489f-a518-3b6a7666cdb3") + ) + (segment + (start 114.94 143.51) + (end 114.94 147.245) + (width 0.25) + (layer "F.Cu") + (net 62) + (uuid "58c89904-f944-4339-8f5e-da3ea84e87b1") + ) + (segment + (start 113.065 141.635) + (end 114.94 143.51) + (width 0.25) + (layer "F.Cu") + (net 62) + (uuid "5ac9e210-b031-4482-b26b-721ca5182e81") + ) + (segment + (start 105.73 141.635) + (end 113.065 141.635) + (width 0.25) + (layer "F.Cu") + (net 62) + (uuid "75434e6b-6483-492a-ad3b-983fa5de76a5") + ) + (segment + (start 114.94 147.245) + (end 115.015 147.32) + (width 0.25) + (layer "F.Cu") + (net 62) + (uuid "86727b85-de86-4db0-9468-1389054525d3") + ) + (segment + (start 104.78 143.51) + (end 104.78 147.245) + (width 0.25) + (layer "F.Cu") + (net 63) + (uuid "16d31aff-62c9-40dd-b513-e0de317316b6") + ) + (segment + (start 105.425 148.59) + (end 109.935 148.59) + (width 0.25) + (layer "F.Cu") + (net 63) + (uuid "232c76be-ba58-44ca-bdfa-1ce0b692fe4d") + ) + (segment + (start 104.78 147.245) + (end 104.855 147.32) + (width 0.25) + (layer "F.Cu") + (net 63) + (uuid "6929da0d-c262-4c0c-840b-1f39932c9926") + ) + (segment + (start 104.855 148.02) + (end 105.425 148.59) + (width 0.25) + (layer "F.Cu") + (net 63) + (uuid "9b749d0d-5f08-4483-a6af-f729d78b3c17") + ) + (segment + (start 104.855 147.32) + (end 104.855 148.02) + (width 0.25) + (layer "F.Cu") + (net 63) + (uuid "efaf914f-1436-419e-a5fe-e2cf88e8737a") + ) + (segment + (start 95.53625 135.60375) + (end 93.98 134.0475) + (width 0.25) + (layer "F.Cu") + (net 64) + (uuid "33ad0517-76af-47e8-8a4f-804253a32108") + ) + (segment + (start 109.85875 135.60375) + (end 105.69625 135.60375) + (width 0.25) + (layer "F.Cu") + (net 64) + (uuid "65f1a115-d3af-4d77-b705-3a9c6b1bcee5") + ) + (segment + (start 105.69625 135.60375) + (end 95.53625 135.60375) + (width 0.25) + (layer "F.Cu") + (net 64) + (uuid "a2aab5b8-bd28-4912-8aa3-f9e2c2ead81d") + ) + (segment + (start 115.89 141.635) + (end 109.85875 135.60375) + (width 0.25) + (layer "F.Cu") + (net 64) + (uuid "f71748dd-8a26-455f-908e-edbfd4868773") + ) + (segment + (start 105.69625 135.60375) + (end 104.14 134.0475) + (width 0.25) + (layer "F.Cu") + (net 64) + (uuid "ff1e2bdf-fee0-4920-ad1b-dca0724d1182") + ) + (segment + (start 166.405 141.635) + (end 168.28 143.51) + (width 0.25) + (layer "F.Cu") + (net 65) + (uuid "00815ccb-df44-4dbf-b66e-d051c3c0b01f") + ) + (segment + (start 168.28 147.245) + (end 168.355 147.32) + (width 0.25) + (layer "F.Cu") + (net 65) + (uuid "03417e6a-382b-4596-aa3d-438b80e24b26") + ) + (segment + (start 159.07 141.635) + (end 166.405 141.635) + (width 0.25) + (layer "F.Cu") + (net 65) + (uuid "2d1ccc2d-395f-4c2f-b78b-9842b41ac11a") + ) + (segment + (start 168.28 143.51) + (end 168.28 147.245) + (width 0.25) + (layer "F.Cu") + (net 65) + (uuid "986c7db5-3859-4502-bd11-517a84e9cd31") + ) + (segment + (start 158.12 147.245) + (end 158.195 147.32) + (width 0.25) + (layer "F.Cu") + (net 66) + (uuid "0d5ed38a-555a-437e-b1b9-c8abf166ffdb") + ) + (segment + (start 159.465 148.59) + (end 163.275 148.59) + (width 0.25) + (layer "F.Cu") + (net 66) + (uuid "390409ae-5ce1-4e7d-a3fb-3cfbfe24265d") + ) + (segment + (start 158.195 147.32) + (end 159.465 148.59) + (width 0.25) + (layer "F.Cu") + (net 66) + (uuid "462b74ca-c809-4798-a1b6-09816ca42005") + ) + (segment + (start 158.12 143.51) + (end 158.12 147.245) + (width 0.25) + (layer "F.Cu") + (net 66) + (uuid "88650d94-6ea1-4b69-992e-45952e5dc24b") + ) + (segment + (start 159.03625 135.60375) + (end 148.87625 135.60375) + (width 0.25) + (layer "F.Cu") + (net 67) + (uuid "3a03ff53-398b-46e8-a563-8a0728a258d9") + ) + (segment + (start 163.19875 135.60375) + (end 159.03625 135.60375) + (width 0.25) + (layer "F.Cu") + (net 67) + (uuid "49ea154a-000c-497e-ac30-e5d5d180dc54") + ) + (segment + (start 159.03625 135.60375) + (end 157.48 134.0475) + (width 0.25) + (layer "F.Cu") + (net 67) + (uuid "6ea83aee-4e74-4206-b012-e8207c0fbaaa") + ) + (segment + (start 169.23 141.635) + (end 163.19875 135.60375) + (width 0.25) + (layer "F.Cu") + (net 67) + (uuid "78c9c7ad-b1ca-449f-9eda-1b93264d40a5") + ) + (segment + (start 148.87625 135.60375) + (end 147.32 134.0475) + (width 0.25) + (layer "F.Cu") + (net 67) + (uuid "fedf1cbd-07fb-4d85-9baa-ed96e4283413") + ) + (segment + (start 212.805 148.59) + (end 211.535 147.32) + (width 0.25) + (layer "F.Cu") + (net 68) + (uuid "137c2a10-4ce7-476c-a30f-b579bf783585") + ) + (segment + (start 211.46 147.245) + (end 211.535 147.32) + (width 0.25) + (layer "F.Cu") + (net 68) + (uuid "d6399d87-a726-4fa2-b44b-04732247797e") + ) + (segment + (start 216.615 148.59) + (end 212.805 148.59) + (width 0.25) + (layer "F.Cu") + (net 68) + (uuid "e6f1c0b9-f948-4c8b-b129-2aa2ca031846") + ) + (segment + (start 211.46 143.51) + (end 211.46 147.245) + (width 0.25) + (layer "F.Cu") + (net 68) + (uuid "e9736739-08c5-436d-9612-3ac782474272") + ) + (segment + (start 221.62 147.245) + (end 221.695 147.32) + (width 0.25) + (layer "F.Cu") + (net 69) + (uuid "0c229cc4-e194-40bb-ad16-911660bd8c3f") + ) + (segment + (start 212.41 141.635) + (end 219.745 141.635) + (width 0.25) + (layer "F.Cu") + (net 69) + (uuid "168e5f7b-bffd-4517-a982-46bfd92d842e") + ) + (segment + (start 221.62 143.51) + (end 221.62 147.245) + (width 0.25) + (layer "F.Cu") + (net 69) + (uuid "f73ea662-8a44-4f81-abfb-d81b1f2e4c04") + ) + (segment + (start 219.745 141.635) + (end 221.62 143.51) + (width 0.25) + (layer "F.Cu") + (net 69) + (uuid "f87f200d-0f8f-4fe6-b1fd-e8114dfd660a") + ) + (segment + (start 216.53875 135.60375) + (end 212.37625 135.60375) + (width 0.25) + (layer "F.Cu") + (net 70) + (uuid "0c9e63df-ccec-49e6-bea3-a6b80e8a3313") + ) + (segment + (start 222.57 141.635) + (end 216.53875 135.60375) + (width 0.25) + (layer "F.Cu") + (net 70) + (uuid "17b1da92-df62-4e8f-b0a1-2d5cb93dc42f") + ) + (segment + (start 212.37625 135.60375) + (end 210.82 134.0475) + (width 0.25) + (layer "F.Cu") + (net 70) + (uuid "2cbd86f0-1fec-4580-95a2-6bf507a421be") + ) + (segment + (start 202.21625 135.60375) + (end 200.66 134.0475) + (width 0.25) + (layer "F.Cu") + (net 70) + (uuid "5e03db18-d436-4d39-af9a-9c7b4ca177d0") + ) + (segment + (start 212.37625 135.60375) + (end 202.21625 135.60375) + (width 0.25) + (layer "F.Cu") + (net 70) + (uuid "eff441ce-1f43-42af-a2f3-72ccf2d36035") + ) ) \ No newline at end of file diff --git a/qclk/qclk.kicad_sch b/qclk/qclk.kicad_sch index 0a47892..06c7373 100644 --- a/qclk/qclk.kicad_sch +++ b/qclk/qclk.kicad_sch @@ -1654,6 +1654,88 @@ ) ) ) + (symbol "Mechanical:MountingHole" + (pin_names + (offset 1.016) + ) + (exclude_from_sim yes) + (in_bom no) + (on_board yes) + (property "Reference" "H" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.175 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "mounting hole" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "MountingHole*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "MountingHole_0_1" + (circle + (center 0 0) + (radius 1.27) + (stroke + (width 1.27) + (type default) + ) + (fill + (type none) + ) + ) + ) + ) (symbol "Switch:SW_Push" (pin_numbers hide) (pin_names @@ -2332,9 +2414,8 @@ ) ) ) - (symbol "Transistor_BJT:BC548" - (pin_names - (offset 0) hide) + (symbol "Transistor_FET:2N7002" + (pin_names hide) (exclude_from_sim no) (in_bom yes) (on_board yes) @@ -2347,7 +2428,7 @@ (justify left) ) ) - (property "Value" "BC548" + (property "Value" "2N7002" (at 5.08 0 0) (effects (font @@ -2356,7 +2437,7 @@ (justify left) ) ) - (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 5.08 -1.905 0) (effects (font @@ -2367,8 +2448,8 @@ (hide yes) ) ) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC550-D.pdf" - (at 0 0 0) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/NDS7002A-D.PDF" + (at 5.08 -3.81 0) (effects (font (size 1.27 1.27) @@ -2377,7 +2458,7 @@ (hide yes) ) ) - (property "Description" "0.1A Ic, 30V Vce, Small Signal NPN Transistor, TO-92" + (property "Description" "0.115A Id, 60V Vds, N-Channel MOSFET, SOT-23" (at 0 0 0) (effects (font @@ -2386,7 +2467,7 @@ (hide yes) ) ) - (property "ki_keywords" "NPN Transistor" + (property "ki_keywords" "N-Channel Switching MOSFET" (at 0 0 0) (effects (font @@ -2395,7 +2476,7 @@ (hide yes) ) ) - (property "ki_fp_filters" "TO?92*" + (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font @@ -2404,10 +2485,10 @@ (hide yes) ) ) - (symbol "BC548_0_1" + (symbol "2N7002_0_1" (polyline (pts - (xy 0 0) (xy 0.635 0) + (xy 0.254 0) (xy -2.54 0) ) (stroke (width 0) @@ -2419,7 +2500,55 @@ ) (polyline (pts - (xy 0.635 0.635) (xy 2.54 2.54) + (xy 0.254 1.905) (xy 0.254 -1.905) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 -1.27) (xy 0.762 -2.286) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 0.508) (xy 0.762 -0.508) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 2.286) (xy 0.762 1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 2.54) (xy 2.54 1.778) ) (stroke (width 0) @@ -2431,7 +2560,7 @@ ) (polyline (pts - (xy 0.635 -0.635) (xy 2.54 -2.54) (xy 2.54 -2.54) + (xy 2.54 -2.54) (xy 2.54 0) (xy 0.762 0) ) (stroke (width 0) @@ -2443,10 +2572,10 @@ ) (polyline (pts - (xy 0.635 1.905) (xy 0.635 -1.905) (xy 0.635 -1.905) + (xy 0.762 -1.778) (xy 3.302 -1.778) (xy 3.302 1.778) (xy 0.762 1.778) ) (stroke - (width 0.508) + (width 0) (type default) ) (fill @@ -2455,7 +2584,7 @@ ) (polyline (pts - (xy 1.27 -1.778) (xy 1.778 -1.27) (xy 2.286 -2.286) (xy 1.27 -1.778) (xy 1.27 -1.778) + (xy 1.016 0) (xy 2.032 0.381) (xy 2.032 -0.381) (xy 1.016 0) ) (stroke (width 0) @@ -2465,9 +2594,33 @@ (type outline) ) ) + (polyline + (pts + (xy 2.794 0.508) (xy 2.921 0.381) (xy 3.683 0.381) (xy 3.81 0.254) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 3.302 0.381) (xy 2.921 -0.254) (xy 3.683 -0.254) (xy 3.302 0.381) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) (circle - (center 1.27 0) - (radius 2.8194) + (center 1.651 0) + (radius 2.794) (stroke (width 0.254) (type default) @@ -2476,12 +2629,34 @@ (type none) ) ) + (circle + (center 2.54 -1.778) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 2.54 1.778) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) ) - (symbol "BC548_1_1" - (pin passive line - (at 2.54 5.08 270) + (symbol "2N7002_1_1" + (pin input line + (at -5.08 0 0) (length 2.54) - (name "C" + (name "G" (effects (font (size 1.27 1.27) @@ -2496,10 +2671,10 @@ ) ) ) - (pin input line - (at -5.08 0 0) - (length 5.08) - (name "B" + (pin passive line + (at 2.54 -5.08 90) + (length 2.54) + (name "S" (effects (font (size 1.27 1.27) @@ -2514,10 +2689,305 @@ ) ) ) + (pin passive line + (at 2.54 5.08 270) + (length 2.54) + (name "D" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Transistor_FET:AO3401A" + (pin_names hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "Q" + (at 5.08 1.905 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "AO3401A" + (at 5.08 0 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 5.08 -1.905 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3401A.pdf" + (at 5.08 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "-4.0A Id, -30V Vds, P-Channel MOSFET, SOT-23" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "P-Channel MOSFET" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "SOT?23*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "AO3401A_0_1" + (polyline + (pts + (xy 0.254 0) (xy -2.54 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.254 1.905) (xy 0.254 -1.905) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 -1.27) (xy 0.762 -2.286) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 0.508) (xy 0.762 -0.508) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 2.286) (xy 0.762 1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 2.54) (xy 2.54 1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 -2.54) (xy 2.54 0) (xy 0.762 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 1.778) (xy 3.302 1.778) (xy 3.302 -1.778) (xy 0.762 -1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.286 0) (xy 1.27 0.381) (xy 1.27 -0.381) (xy 2.286 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 2.794 -0.508) (xy 2.921 -0.381) (xy 3.683 -0.381) (xy 3.81 -0.254) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 3.302 -0.381) (xy 2.921 0.254) (xy 3.683 0.254) (xy 3.302 -0.381) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 1.651 0) + (radius 2.794) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 2.54 -1.778) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 2.54 1.778) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + ) + (symbol "AO3401A_1_1" + (pin input line + (at -5.08 0 0) + (length 2.54) + (name "G" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) (pin passive line (at 2.54 -5.08 90) (length 2.54) - (name "E" + (name "S" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 5.08 270) + (length 2.54) + (name "D" (effects (font (size 1.27 1.27) @@ -3302,65 +3772,107 @@ ) ) (junction - (at 123.19 81.28) + (at 219.71 52.07) + (diameter 0) + (color 0 0 0 0) + (uuid "07d672fd-f624-41e1-bf9c-9ac285c20cde") + ) + (junction + (at 212.09 25.4) + (diameter 0) + (color 0 0 0 0) + (uuid "08d37203-b9df-42e6-8d89-6009cc0c3d7c") + ) + (junction + (at 123.19 91.44) (diameter 0) (color 0 0 0 0) (uuid "0966e0f3-a3d8-4ec0-a792-38026e4fd065") ) (junction - (at 105.41 83.82) + (at 256.54 17.78) + (diameter 0) + (color 0 0 0 0) + (uuid "0ade0cff-a2c9-4ec7-9eda-6fd748ac3895") + ) + (junction + (at 105.41 93.98) (diameter 0) (color 0 0 0 0) (uuid "143e34cc-6392-4290-a667-407485753ac7") ) (junction - (at 107.95 66.04) + (at 107.95 76.2) (diameter 0) (color 0 0 0 0) (uuid "1452c8a2-0011-42b4-a322-5a4403080a8b") ) (junction - (at 110.49 109.22) + (at 160.02 17.78) + (diameter 0) + (color 0 0 0 0) + (uuid "164afa3c-58dc-49c1-b895-1a8af91832b0") + ) + (junction + (at 110.49 119.38) (diameter 0) (color 0 0 0 0) (uuid "1e64c523-7b04-40f7-bc6d-d3ee97017073") ) (junction - (at 120.65 119.38) + (at 123.19 52.07) + (diameter 0) + (color 0 0 0 0) + (uuid "262a03c5-e77a-4b31-9ec4-e80a453e7a04") + ) + (junction + (at 120.65 129.54) (diameter 0) (color 0 0 0 0) (uuid "2c90ccc5-a50a-4ff8-bc51-7535ca31b3a8") ) (junction - (at 123.19 121.92) + (at 123.19 132.08) (diameter 0) (color 0 0 0 0) (uuid "2ea91428-219d-416f-80df-b4a13fd68bc8") ) (junction - (at 105.41 63.5) + (at 219.71 17.78) + (diameter 0) + (color 0 0 0 0) + (uuid "30e8331c-2cfb-471b-816f-fae6ddd47c9e") + ) + (junction + (at 107.95 30.48) + (diameter 0) + (color 0 0 0 0) + (uuid "34916feb-323d-461b-b54f-ae6131ae2537") + ) + (junction + (at 163.83 41.91) + (diameter 0) + (color 0 0 0 0) + (uuid "3605353f-6d42-47e3-aa82-408fee1f2c5e") + ) + (junction + (at 115.57 41.91) + (diameter 0) + (color 0 0 0 0) + (uuid "3e1da9c2-49fa-4623-97a7-81cfb6fecfd7") + ) + (junction + (at 105.41 73.66) (diameter 0) (color 0 0 0 0) (uuid "3eff4996-25fd-4ded-a832-732e6e478d6a") ) (junction - (at 120.65 78.74) + (at 120.65 88.9) (diameter 0) (color 0 0 0 0) (uuid "45de00ca-e33a-41af-b10f-b05ae2689ab6") ) - (junction - (at 171.45 40.64) - (diameter 0) - (color 0 0 0 0) - (uuid "47936d8c-c562-4700-83c2-206df490e25b") - ) - (junction - (at 267.97 40.64) - (diameter 0) - (color 0 0 0 0) - (uuid "4e25cd47-ebc7-4f96-8b01-5ff038a789a9") - ) (junction (at 95.25 22.86) (diameter 0) @@ -3374,17 +3886,65 @@ (uuid "5c26e62b-b750-4f62-88f7-6d0a47d8ac20") ) (junction - (at 123.19 101.6) + (at 171.45 17.78) + (diameter 0) + (color 0 0 0 0) + (uuid "5d24dd3f-14cb-4838-8aaf-96f1ab7d5b37") + ) + (junction + (at 204.47 30.48) + (diameter 0) + (color 0 0 0 0) + (uuid "61818b71-e39b-4744-a312-89468826dbcb") + ) + (junction + (at 260.35 25.4) + (diameter 0) + (color 0 0 0 0) + (uuid "61f055dc-574f-4d84-b645-b1eb49bf606a") + ) + (junction + (at 123.19 111.76) (diameter 0) (color 0 0 0 0) (uuid "6353f9c4-19ff-44d5-8247-53b88aa700f4") ) (junction - (at 113.03 71.12) + (at 260.35 41.91) + (diameter 0) + (color 0 0 0 0) + (uuid "65065eec-8359-48ba-9883-ec04419709fa") + ) + (junction + (at 113.03 81.28) (diameter 0) (color 0 0 0 0) (uuid "65693b4a-5abd-47a4-be9e-4b47bcdbd045") ) + (junction + (at 252.73 30.48) + (diameter 0) + (color 0 0 0 0) + (uuid "6a1437fd-b9cb-4fc6-9fb2-29df6a92ebdf") + ) + (junction + (at 115.57 25.4) + (diameter 0) + (color 0 0 0 0) + (uuid "6a1f5d2e-a1c6-43f9-9fff-db2bafe5cd3a") + ) + (junction + (at 123.19 17.78) + (diameter 0) + (color 0 0 0 0) + (uuid "6bc70346-04a9-4415-b0d0-e40a2e1b9bbd") + ) + (junction + (at 267.97 52.07) + (diameter 0) + (color 0 0 0 0) + (uuid "6efdc837-3672-43ad-b2f4-d298e8ef447a") + ) (junction (at 55.88 186.69) (diameter 0) @@ -3392,16 +3952,16 @@ (uuid "7ec42bb1-fa72-4517-a8ab-ad5d27e03ac7") ) (junction - (at 115.57 73.66) + (at 115.57 83.82) (diameter 0) (color 0 0 0 0) (uuid "89fc2561-4195-41e3-849f-03c3b0110876") ) (junction - (at 171.45 22.86) + (at 204.47 41.91) (diameter 0) (color 0 0 0 0) - (uuid "91cde031-f7e4-48d5-ba36-9c144df19172") + (uuid "a1596ec3-9daf-4942-8892-13fd0639df01") ) (junction (at 55.88 142.24) @@ -3409,6 +3969,12 @@ (color 0 0 0 0) (uuid "a220d25b-8838-48a8-9c0d-a02ce095d737") ) + (junction + (at 171.45 52.07) + (diameter 0) + (color 0 0 0 0) + (uuid "a22d6dbf-5f34-4a5f-b396-c2b622c58f75") + ) (junction (at 71.12 22.86) (diameter 0) @@ -3416,103 +3982,121 @@ (uuid "a41257e0-58a8-46a1-b056-e1ce9dadd355") ) (junction - (at 123.19 40.64) - (diameter 0) - (color 0 0 0 0) - (uuid "abf31d3a-da9f-4fc0-9793-809b2b5433b6") - ) - (junction - (at 107.95 106.68) + (at 107.95 116.84) (diameter 0) (color 0 0 0 0) (uuid "b04ffbc3-2979-4af6-82ed-78e7d4e33dd3") ) (junction - (at 118.11 76.2) + (at 156.21 41.91) + (diameter 0) + (color 0 0 0 0) + (uuid "b1236634-a775-47cb-82a3-b8b3e21a7278") + ) + (junction + (at 118.11 86.36) (diameter 0) (color 0 0 0 0) (uuid "b1d86009-011d-4a23-aa67-164614fe4687") ) (junction - (at 105.41 104.14) + (at 252.73 41.91) + (diameter 0) + (color 0 0 0 0) + (uuid "b1eeff2a-578a-4fc1-bca0-04572eed9a7b") + ) + (junction + (at 105.41 114.3) (diameter 0) (color 0 0 0 0) (uuid "b2d7b874-feaa-476c-bf25-18d24dc3ec85") ) (junction - (at 120.65 99.06) + (at 120.65 109.22) (diameter 0) (color 0 0 0 0) (uuid "b2e752b9-e32d-48fd-84b1-e6eda7ce84aa") ) (junction - (at 219.71 40.64) + (at 208.28 17.78) (diameter 0) (color 0 0 0 0) - (uuid "b3b1fe9e-b14a-45b7-99d5-56787cc7e2b4") + (uuid "b3a2213f-4e9e-4e35-b083-2b9f6ccb8a19") ) (junction - (at 113.03 91.44) + (at 212.09 41.91) + (diameter 0) + (color 0 0 0 0) + (uuid "bccdfcfa-adb6-429e-88ee-02d9095f6dbb") + ) + (junction + (at 113.03 101.6) (diameter 0) (color 0 0 0 0) (uuid "c115167a-c386-4acf-9211-ada36281d82a") ) (junction - (at 110.49 88.9) + (at 110.49 99.06) (diameter 0) (color 0 0 0 0) (uuid "c9f124c0-188e-451e-b9c2-00413f6e7ef6") ) (junction - (at 118.11 116.84) + (at 111.76 17.78) + (diameter 0) + (color 0 0 0 0) + (uuid "cd9db6c5-56c5-4b82-83b2-4caa062c5283") + ) + (junction + (at 163.83 25.4) + (diameter 0) + (color 0 0 0 0) + (uuid "cdf05e08-ad5e-4bb7-ae20-3b3added7829") + ) + (junction + (at 118.11 127) (diameter 0) (color 0 0 0 0) (uuid "d150a87c-dbcf-40b7-845b-6dd35cd122ba") ) (junction - (at 123.19 22.86) - (diameter 0) - (color 0 0 0 0) - (uuid "d3246be0-90c2-4d43-824c-1d015695f80e") - ) - (junction - (at 115.57 114.3) + (at 115.57 124.46) (diameter 0) (color 0 0 0 0) (uuid "d9b512be-c4fa-48a5-8b3c-73db923fffa8") ) (junction - (at 110.49 68.58) + (at 110.49 78.74) (diameter 0) (color 0 0 0 0) (uuid "df755dfc-d9e1-4d7e-a26b-5c822e9e37a4") ) (junction - (at 219.71 22.86) - (diameter 0) - (color 0 0 0 0) - (uuid "e7a4afcd-0c4e-4217-bbb7-e73a3c2ef465") - ) - (junction - (at 107.95 86.36) + (at 107.95 96.52) (diameter 0) (color 0 0 0 0) (uuid "eb06192d-8f3c-4c11-a7a5-bb85308e6d19") ) (junction - (at 115.57 93.98) + (at 115.57 104.14) (diameter 0) (color 0 0 0 0) (uuid "ee5c0287-a1f7-4fca-b63c-12926df5d05f") ) (junction - (at 113.03 111.76) + (at 113.03 121.92) (diameter 0) (color 0 0 0 0) (uuid "f0a1611f-d73c-4051-91d9-826c809c99c8") ) (junction - (at 118.11 96.52) + (at 156.21 30.48) + (diameter 0) + (color 0 0 0 0) + (uuid "f15bec86-2463-4cad-9010-2593867f45f0") + ) + (junction + (at 118.11 106.68) (diameter 0) (color 0 0 0 0) (uuid "fceb42da-eccd-4e64-b85f-d02b8f73054c") @@ -3525,7 +4109,7 @@ ) (wire (pts - (xy 118.11 116.84) (xy 118.11 96.52) + (xy 118.11 127) (xy 118.11 106.68) ) (stroke (width 0) @@ -3533,6 +4117,36 @@ ) (uuid "00e90762-dafb-4ab0-a4e9-8b0bb3063638") ) + (wire + (pts + (xy 104.14 30.48) (xy 107.95 30.48) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0229802f-4004-46be-9f0e-7574e48846d2") + ) + (wire + (pts + (xy 163.83 35.56) (xy 163.83 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "049dfb1a-6ddb-4301-b29d-68af23412c31") + ) + (wire + (pts + (xy 252.73 41.91) (xy 260.35 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "05c41036-4456-404b-9e97-7debff461582") + ) (wire (pts (xy 25.4 74.93) (xy 33.02 74.93) @@ -3565,7 +4179,17 @@ ) (wire (pts - (xy 120.65 119.38) (xy 120.65 99.06) + (xy 107.95 30.48) (xy 107.95 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "088c6826-e49d-4a7e-b66f-78f4ea527923") + ) + (wire + (pts + (xy 120.65 129.54) (xy 120.65 109.22) ) (stroke (width 0) @@ -3585,37 +4209,7 @@ ) (wire (pts - (xy 171.45 26.67) (xy 171.45 22.86) - ) - (stroke - (width 0) - (type default) - ) - (uuid "0af15a0b-e543-4948-a8d1-56ba15041604") - ) - (wire - (pts - (xy 219.71 26.67) (xy 219.71 22.86) - ) - (stroke - (width 0) - (type default) - ) - (uuid "0b166d4f-9256-4145-b5d6-c68cdd5a8f32") - ) - (wire - (pts - (xy 219.71 40.64) (xy 219.71 44.45) - ) - (stroke - (width 0) - (type default) - ) - (uuid "0b36d816-03a5-41a6-8657-6982b9805142") - ) - (wire - (pts - (xy 257.81 111.76) (xy 113.03 111.76) + (xy 257.81 121.92) (xy 113.03 121.92) ) (stroke (width 0) @@ -3623,16 +4217,6 @@ ) (uuid "0db24bfb-f50c-417e-a080-5c357444c8c3") ) - (wire - (pts - (xy 95.25 22.86) (xy 123.19 22.86) - ) - (stroke - (width 0) - (type default) - ) - (uuid "0dbb3c74-8cd4-49d1-8495-7a04a4ea6f02") - ) (wire (pts (xy 29.21 62.23) (xy 29.21 44.45) @@ -3645,7 +4229,7 @@ ) (wire (pts - (xy 118.11 76.2) (xy 118.11 59.69) + (xy 118.11 86.36) (xy 118.11 69.85) ) (stroke (width 0) @@ -3655,7 +4239,17 @@ ) (wire (pts - (xy 219.71 59.69) (xy 219.71 101.6) + (xy 120.65 54.61) (xy 120.65 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1216b17c-2140-4dff-af0b-d8892f6b997f") + ) + (wire + (pts + (xy 219.71 69.85) (xy 219.71 111.76) ) (stroke (width 0) @@ -3683,16 +4277,6 @@ ) (uuid "16652ada-e75f-42fa-8bea-6ab6738c8dee") ) - (wire - (pts - (xy 86.36 38.1) (xy 198.12 38.1) - ) - (stroke - (width 0) - (type default) - ) - (uuid "16b3bda6-8b19-444a-ae84-b761a7d9aa98") - ) (wire (pts (xy 25.4 44.45) (xy 29.21 44.45) @@ -3725,33 +4309,23 @@ ) (wire (pts - (xy 168.91 44.45) (xy 168.91 40.64) + (xy 171.45 17.78) (xy 171.45 20.32) ) (stroke (width 0) (type default) ) - (uuid "1a4834d7-e784-4257-9ff1-c4437ab71fad") + (uuid "19ea4192-1b7a-4203-a9ca-1d3ed7ff1d06") ) (wire (pts - (xy 265.43 44.45) (xy 265.43 40.64) + (xy 256.54 17.78) (xy 267.97 17.78) ) (stroke (width 0) (type default) ) - (uuid "1aada25f-1897-4c4e-8942-6c19ca196225") - ) - (wire - (pts - (xy 246.38 43.18) (xy 246.38 31.75) - ) - (stroke - (width 0) - (type default) - ) - (uuid "1d8ec509-bf6b-4c1e-a973-99669258b776") + (uuid "1bc71229-0c86-4285-8447-c2c9a3b5d4cf") ) (wire (pts @@ -3765,7 +4339,7 @@ ) (wire (pts - (xy 105.41 63.5) (xy 105.41 83.82) + (xy 105.41 73.66) (xy 105.41 93.98) ) (stroke (width 0) @@ -3773,16 +4347,6 @@ ) (uuid "1e2be149-3fe5-4e65-8362-2a54b69cae64") ) - (wire - (pts - (xy 81.28 31.75) (xy 101.6 31.75) - ) - (stroke - (width 0) - (type default) - ) - (uuid "1f33f48c-5a82-4b6c-b5e3-3e6003f52fa1") - ) (wire (pts (xy 30.48 80.01) (xy 33.02 80.01) @@ -3795,7 +4359,7 @@ ) (wire (pts - (xy 158.75 59.69) (xy 158.75 68.58) + (xy 158.75 69.85) (xy 158.75 78.74) ) (stroke (width 0) @@ -3805,7 +4369,17 @@ ) (wire (pts - (xy 207.01 59.69) (xy 207.01 88.9) + (xy 115.57 41.91) (xy 156.21 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "22f3f3b6-4c4e-4992-8f09-8214ab57643f") + ) + (wire + (pts + (xy 207.01 69.85) (xy 207.01 99.06) ) (stroke (width 0) @@ -3815,7 +4389,17 @@ ) (wire (pts - (xy 267.97 121.92) (xy 123.19 121.92) + (xy 265.43 52.07) (xy 267.97 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "23e3169e-9f47-4420-969f-a1399c3ac949") + ) + (wire + (pts + (xy 267.97 132.08) (xy 123.19 132.08) ) (stroke (width 0) @@ -3825,47 +4409,17 @@ ) (wire (pts - (xy 86.36 92.71) (xy 86.36 38.1) + (xy 168.91 54.61) (xy 168.91 52.07) ) (stroke (width 0) (type default) ) - (uuid "274498f3-3226-4609-9ad8-a52c3d03ab9e") + (uuid "27936b19-0ddb-4e1e-acb3-5a65ef9e0a96") ) (wire (pts - (xy 123.19 22.86) (xy 123.19 26.67) - ) - (stroke - (width 0) - (type default) - ) - (uuid "278140c3-5cb5-4702-8056-579bb8d9e97b") - ) - (wire - (pts - (xy 120.65 40.64) (xy 123.19 40.64) - ) - (stroke - (width 0) - (type default) - ) - (uuid "29786bfb-9907-43e0-9fd6-4291d7e334d7") - ) - (wire - (pts - (xy 149.86 35.56) (xy 149.86 31.75) - ) - (stroke - (width 0) - (type default) - ) - (uuid "29b79a53-a3ee-4d42-8517-67e3ef4d6492") - ) - (wire - (pts - (xy 110.49 109.22) (xy 110.49 88.9) + (xy 110.49 119.38) (xy 110.49 99.06) ) (stroke (width 0) @@ -3883,6 +4437,26 @@ ) (uuid "2c22c117-0e8d-48b5-b977-4729758f5ea2") ) + (wire + (pts + (xy 260.35 35.56) (xy 260.35 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2cf155dc-766c-46d5-9355-4ffcc9d59a1a") + ) + (wire + (pts + (xy 152.4 30.48) (xy 156.21 30.48) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2d74173c-5aeb-4ed8-8205-9975c3c75753") + ) (wire (pts (xy 15.24 172.72) (xy 15.24 95.25) @@ -3905,27 +4479,37 @@ ) (wire (pts - (xy 88.9 43.18) (xy 246.38 43.18) + (xy 95.25 17.78) (xy 95.25 22.86) ) (stroke (width 0) (type default) ) - (uuid "2eb6b74d-8853-41a3-adde-0404f850a2eb") + (uuid "2ed0fc5e-f825-469d-8932-a1d9ce648d58") ) (wire (pts - (xy 171.45 22.86) (xy 123.19 22.86) + (xy 267.97 17.78) (xy 267.97 20.32) ) (stroke (width 0) (type default) ) - (uuid "30e5d47e-999c-4b3f-ae0b-5572969a4e14") + (uuid "2f8e4491-0d0c-4a91-ab8f-e1467116fe0b") ) (wire (pts - (xy 107.95 86.36) (xy 107.95 66.04) + (xy 120.65 52.07) (xy 123.19 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "31403268-86bc-4c9d-b1a7-f70df4e527b1") + ) + (wire + (pts + (xy 107.95 96.52) (xy 107.95 76.2) ) (stroke (width 0) @@ -3945,7 +4529,17 @@ ) (wire (pts - (xy 81.28 87.63) (xy 81.28 31.75) + (xy 123.19 17.78) (xy 123.19 20.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3614def9-eb3e-48ab-8f55-70524fb011ec") + ) + (wire + (pts + (xy 81.28 30.48) (xy 81.28 87.63) ) (stroke (width 0) @@ -3965,17 +4559,7 @@ ) (wire (pts - (xy 267.97 26.67) (xy 267.97 22.86) - ) - (stroke - (width 0) - (type default) - ) - (uuid "36cbea60-5444-427d-b173-4682402cef9c") - ) - (wire - (pts - (xy 107.95 66.04) (xy 107.95 59.69) + (xy 107.95 76.2) (xy 107.95 69.85) ) (stroke (width 0) @@ -3983,16 +4567,6 @@ ) (uuid "36e0f435-f013-4aaa-baed-82b9a5116c00") ) - (wire - (pts - (xy 267.97 22.86) (xy 219.71 22.86) - ) - (stroke - (width 0) - (type default) - ) - (uuid "37a5fb17-5301-4d10-adc7-97b3bdc6befc") - ) (wire (pts (xy 173.99 175.26) (xy 173.99 134.62) @@ -4005,17 +4579,7 @@ ) (wire (pts - (xy 267.97 40.64) (xy 267.97 44.45) - ) - (stroke - (width 0) - (type default) - ) - (uuid "39a50b4f-5893-4d96-a626-56912ccabc77") - ) - (wire - (pts - (xy 166.37 59.69) (xy 166.37 76.2) + (xy 166.37 69.85) (xy 166.37 86.36) ) (stroke (width 0) @@ -4025,7 +4589,7 @@ ) (wire (pts - (xy 204.47 86.36) (xy 107.95 86.36) + (xy 204.47 96.52) (xy 107.95 96.52) ) (stroke (width 0) @@ -4035,7 +4599,7 @@ ) (wire (pts - (xy 262.89 116.84) (xy 118.11 116.84) + (xy 262.89 127) (xy 118.11 127) ) (stroke (width 0) @@ -4045,7 +4609,7 @@ ) (wire (pts - (xy 120.65 137.16) (xy 120.65 119.38) + (xy 120.65 137.16) (xy 120.65 129.54) ) (stroke (width 0) @@ -4065,7 +4629,7 @@ ) (wire (pts - (xy 262.89 59.69) (xy 262.89 116.84) + (xy 262.89 69.85) (xy 262.89 127) ) (stroke (width 0) @@ -4105,7 +4669,7 @@ ) (wire (pts - (xy 113.03 71.12) (xy 113.03 59.69) + (xy 113.03 81.28) (xy 113.03 69.85) ) (stroke (width 0) @@ -4115,7 +4679,7 @@ ) (wire (pts - (xy 163.83 73.66) (xy 115.57 73.66) + (xy 163.83 83.82) (xy 115.57 83.82) ) (stroke (width 0) @@ -4125,13 +4689,23 @@ ) (wire (pts - (xy 171.45 36.83) (xy 171.45 40.64) + (xy 267.97 30.48) (xy 267.97 52.07) ) (stroke (width 0) (type default) ) - (uuid "49b0ff12-a1c3-44fc-9c5f-5f0dce511823") + (uuid "4746517f-7021-4e58-91d2-4c1d7f5e2767") + ) + (wire + (pts + (xy 171.45 52.07) (xy 171.45 54.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "490a9994-f3fa-4012-b159-1364a2415981") ) (wire (pts @@ -4145,7 +4719,7 @@ ) (wire (pts - (xy 158.75 68.58) (xy 110.49 68.58) + (xy 158.75 78.74) (xy 110.49 78.74) ) (stroke (width 0) @@ -4153,6 +4727,36 @@ ) (uuid "4a0797ae-3397-48e4-9b99-f9b1c51da746") ) + (wire + (pts + (xy 212.09 35.56) (xy 212.09 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4a5b1483-f003-45b3-8292-a715855b7207") + ) + (wire + (pts + (xy 107.95 41.91) (xy 115.57 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4c4ee2d7-b841-43dd-86cf-e68262e5aa18") + ) + (wire + (pts + (xy 171.45 17.78) (xy 208.28 17.78) + ) + (stroke + (width 0) + (type default) + ) + (uuid "50273241-2eb7-4881-bf94-cd36beb4475f") + ) (wire (pts (xy 20.32 90.17) (xy 33.02 90.17) @@ -4165,17 +4769,7 @@ ) (wire (pts - (xy 109.22 31.75) (xy 115.57 31.75) - ) - (stroke - (width 0) - (type default) - ) - (uuid "52a4e108-ff03-4a19-bd25-86870ac8a73b") - ) - (wire - (pts - (xy 214.63 96.52) (xy 118.11 96.52) + (xy 214.63 106.68) (xy 118.11 106.68) ) (stroke (width 0) @@ -4193,6 +4787,36 @@ ) (uuid "53a62fec-5aed-4258-94ce-c8a8519f0225") ) + (wire + (pts + (xy 80.01 118.11) (xy 78.74 118.11) + ) + (stroke + (width 0) + (type default) + ) + (uuid "55769778-3b7b-4b46-8f8e-7e5edf8b9674") + ) + (wire + (pts + (xy 208.28 17.78) (xy 219.71 17.78) + ) + (stroke + (width 0) + (type default) + ) + (uuid "55b2579d-f569-4b25-ae4b-ae594c301b5c") + ) + (wire + (pts + (xy 219.71 52.07) (xy 219.71 54.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "569ea7e3-c254-4398-9345-aa59543f438b") + ) (wire (pts (xy 55.88 142.24) (xy 55.88 186.69) @@ -4205,7 +4829,7 @@ ) (wire (pts - (xy 161.29 59.69) (xy 161.29 71.12) + (xy 161.29 69.85) (xy 161.29 81.28) ) (stroke (width 0) @@ -4215,7 +4839,7 @@ ) (wire (pts - (xy 219.71 22.86) (xy 171.45 22.86) + (xy 95.25 17.78) (xy 111.76 17.78) ) (stroke (width 0) @@ -4235,7 +4859,7 @@ ) (wire (pts - (xy 171.45 81.28) (xy 123.19 81.28) + (xy 171.45 91.44) (xy 123.19 91.44) ) (stroke (width 0) @@ -4243,6 +4867,16 @@ ) (uuid "5b75d9dd-179a-41c7-8dbb-652119597811") ) + (wire + (pts + (xy 144.78 44.45) (xy 144.78 30.48) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5ba57303-91d9-4081-9327-289d6c88b30c") + ) (wire (pts (xy 27.94 160.02) (xy 27.94 82.55) @@ -4255,7 +4889,27 @@ ) (wire (pts - (xy 113.03 111.76) (xy 113.03 91.44) + (xy 265.43 54.61) (xy 265.43 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5baca407-ed7c-44d3-b418-34e804bea610") + ) + (wire + (pts + (xy 86.36 92.71) (xy 86.36 46.99) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5bdf07ed-b6ba-45b6-9a7d-f3236b04a9ea") + ) + (wire + (pts + (xy 113.03 121.92) (xy 113.03 101.6) ) (stroke (width 0) @@ -4265,7 +4919,7 @@ ) (wire (pts - (xy 250.19 59.69) (xy 250.19 104.14) + (xy 250.19 69.85) (xy 250.19 114.3) ) (stroke (width 0) @@ -4293,6 +4947,16 @@ ) (uuid "61c664e7-0326-4d8b-b15e-59bd6b6d4489") ) + (wire + (pts + (xy 115.57 35.56) (xy 115.57 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6240c050-f35c-4636-ab60-2acb8a440296") + ) (wire (pts (xy 95.25 175.26) (xy 166.37 175.26) @@ -4305,7 +4969,7 @@ ) (wire (pts - (xy 260.35 59.69) (xy 260.35 114.3) + (xy 260.35 69.85) (xy 260.35 124.46) ) (stroke (width 0) @@ -4355,7 +5019,27 @@ ) (wire (pts - (xy 105.41 83.82) (xy 105.41 104.14) + (xy 193.04 46.99) (xy 193.04 30.48) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6d7169aa-b99f-47cf-958d-ef60deac5131") + ) + (wire + (pts + (xy 123.19 52.07) (xy 123.19 54.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6defd137-6ba6-4064-8df4-8d17ef1af6a6") + ) + (wire + (pts + (xy 105.41 93.98) (xy 105.41 114.3) ) (stroke (width 0) @@ -4363,26 +5047,6 @@ ) (uuid "6f051d2f-f467-47ec-8b5f-a0e9b23d0417") ) - (wire - (pts - (xy 120.65 44.45) (xy 120.65 40.64) - ) - (stroke - (width 0) - (type default) - ) - (uuid "6f078368-1e1c-46ec-8a33-42a15e7fd133") - ) - (wire - (pts - (xy 88.9 95.25) (xy 88.9 43.18) - ) - (stroke - (width 0) - (type default) - ) - (uuid "6f296af4-3739-4e3f-a158-e8cb29f3156e") - ) (wire (pts (xy 143.51 142.24) (xy 115.57 142.24) @@ -4395,7 +5059,7 @@ ) (wire (pts - (xy 217.17 59.69) (xy 217.17 99.06) + (xy 217.17 69.85) (xy 217.17 109.22) ) (stroke (width 0) @@ -4405,7 +5069,7 @@ ) (wire (pts - (xy 168.91 78.74) (xy 120.65 78.74) + (xy 168.91 88.9) (xy 120.65 88.9) ) (stroke (width 0) @@ -4415,7 +5079,17 @@ ) (wire (pts - (xy 255.27 59.69) (xy 255.27 109.22) + (xy 171.45 30.48) (xy 171.45 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "724686d1-8062-4954-850d-37dc0ebf54cb") + ) + (wire + (pts + (xy 255.27 69.85) (xy 255.27 119.38) ) (stroke (width 0) @@ -4433,6 +5107,16 @@ ) (uuid "77a4f43c-0001-415a-9980-5dfa48849c29") ) + (wire + (pts + (xy 83.82 90.17) (xy 83.82 44.45) + ) + (stroke + (width 0) + (type default) + ) + (uuid "77bcae71-8a51-4200-b8e3-f79ca7e11d53") + ) (wire (pts (xy 123.19 162.56) (xy 123.19 147.32) @@ -4445,7 +5129,7 @@ ) (wire (pts - (xy 207.01 88.9) (xy 110.49 88.9) + (xy 207.01 99.06) (xy 110.49 99.06) ) (stroke (width 0) @@ -4455,7 +5139,17 @@ ) (wire (pts - (xy 120.65 99.06) (xy 120.65 78.74) + (xy 123.19 30.48) (xy 123.19 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7a7cb480-f0d9-4fdf-8584-6daecedea58a") + ) + (wire + (pts + (xy 120.65 109.22) (xy 120.65 88.9) ) (stroke (width 0) @@ -4465,7 +5159,7 @@ ) (wire (pts - (xy 163.83 59.69) (xy 163.83 73.66) + (xy 163.83 69.85) (xy 163.83 83.82) ) (stroke (width 0) @@ -4473,16 +5167,6 @@ ) (uuid "7d98eb30-9ec0-4d5d-8824-70d7eadc7b6e") ) - (wire - (pts - (xy 83.82 35.56) (xy 149.86 35.56) - ) - (stroke - (width 0) - (type default) - ) - (uuid "7e0737e3-bf18-4e41-a47d-d334b59a06ce") - ) (wire (pts (xy 55.88 135.89) (xy 55.88 142.24) @@ -4493,16 +5177,6 @@ ) (uuid "7e07d80b-da8e-4144-8cdb-28c90cef11e8") ) - (wire - (pts - (xy 171.45 40.64) (xy 171.45 44.45) - ) - (stroke - (width 0) - (type default) - ) - (uuid "80ac08ae-56bd-4198-9f8b-0c6ca44857a2") - ) (wire (pts (xy 143.51 167.64) (xy 143.51 142.24) @@ -4515,7 +5189,7 @@ ) (wire (pts - (xy 153.67 63.5) (xy 105.41 63.5) + (xy 153.67 73.66) (xy 105.41 73.66) ) (stroke (width 0) @@ -4535,7 +5209,7 @@ ) (wire (pts - (xy 252.73 106.68) (xy 107.95 106.68) + (xy 252.73 116.84) (xy 107.95 116.84) ) (stroke (width 0) @@ -4545,7 +5219,7 @@ ) (wire (pts - (xy 156.21 66.04) (xy 107.95 66.04) + (xy 156.21 76.2) (xy 107.95 76.2) ) (stroke (width 0) @@ -4553,6 +5227,16 @@ ) (uuid "857e3e4e-1a51-42d3-86e4-9fb7c650ec4f") ) + (wire + (pts + (xy 252.73 30.48) (xy 252.73 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "85828d1a-fa80-4097-b8dd-af59e553951d") + ) (wire (pts (xy 95.25 157.48) (xy 97.79 157.48) @@ -4565,7 +5249,7 @@ ) (wire (pts - (xy 123.19 134.62) (xy 123.19 121.92) + (xy 123.19 134.62) (xy 123.19 132.08) ) (stroke (width 0) @@ -4575,7 +5259,7 @@ ) (wire (pts - (xy 166.37 76.2) (xy 118.11 76.2) + (xy 166.37 86.36) (xy 118.11 86.36) ) (stroke (width 0) @@ -4585,7 +5269,7 @@ ) (wire (pts - (xy 153.67 59.69) (xy 153.67 63.5) + (xy 153.67 69.85) (xy 153.67 73.66) ) (stroke (width 0) @@ -4605,7 +5289,7 @@ ) (wire (pts - (xy 201.93 59.69) (xy 201.93 83.82) + (xy 201.93 69.85) (xy 201.93 93.98) ) (stroke (width 0) @@ -4615,7 +5299,7 @@ ) (wire (pts - (xy 120.65 78.74) (xy 120.65 59.69) + (xy 120.65 88.9) (xy 120.65 69.85) ) (stroke (width 0) @@ -4623,6 +5307,26 @@ ) (uuid "8bd856d9-88f7-4a8e-a36d-c9f9477c57c2") ) + (wire + (pts + (xy 219.71 17.78) (xy 219.71 20.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8c4e96f6-19c6-4853-95f7-7b196d995688") + ) + (wire + (pts + (xy 217.17 52.07) (xy 219.71 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8ea8668a-f6cf-4ab6-9f5e-c3129de4c70d") + ) (wire (pts (xy 95.25 170.18) (xy 146.05 170.18) @@ -4635,17 +5339,17 @@ ) (wire (pts - (xy 217.17 44.45) (xy 217.17 40.64) + (xy 88.9 49.53) (xy 241.3 49.53) ) (stroke (width 0) (type default) ) - (uuid "9273f636-4560-4ab0-bc04-44022337571b") + (uuid "905db0ae-2b7a-4dc4-973a-a5dd676d32cc") ) (wire (pts - (xy 78.74 118.11) (xy 78.74 142.24) + (xy 80.01 118.11) (xy 80.01 142.24) ) (stroke (width 0) @@ -4653,6 +5357,16 @@ ) (uuid "93753536-34ce-435b-b7fc-f62c1d401961") ) + (wire + (pts + (xy 241.3 49.53) (xy 241.3 30.48) + ) + (stroke + (width 0) + (type default) + ) + (uuid "93a0f27c-1a67-4379-ba61-01834714a216") + ) (wire (pts (xy 123.19 147.32) (xy 110.49 147.32) @@ -4663,16 +5377,6 @@ ) (uuid "93ce12cf-a779-4f9b-8f14-aa02b56e46ea") ) - (wire - (pts - (xy 83.82 90.17) (xy 83.82 35.56) - ) - (stroke - (width 0) - (type default) - ) - (uuid "94810da1-6aae-484b-8a44-99e2651404a6") - ) (wire (pts (xy 29.21 17.78) (xy 41.91 17.78) @@ -4685,7 +5389,7 @@ ) (wire (pts - (xy 113.03 144.78) (xy 113.03 111.76) + (xy 113.03 144.78) (xy 113.03 121.92) ) (stroke (width 0) @@ -4703,6 +5407,56 @@ ) (uuid "96974226-7464-465a-9686-a0a3c4ba404f") ) + (wire + (pts + (xy 111.76 17.78) (xy 123.19 17.78) + ) + (stroke + (width 0) + (type default) + ) + (uuid "972b4fc2-2648-45a6-a784-f238c347b92c") + ) + (wire + (pts + (xy 267.97 52.07) (xy 267.97 54.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "97d4a7f4-eb16-4ff1-94c8-bab92209f1cf") + ) + (wire + (pts + (xy 83.82 44.45) (xy 144.78 44.45) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9922c004-c399-4a3a-9963-fbb2c3d57f68") + ) + (wire + (pts + (xy 156.21 30.48) (xy 156.21 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9a654888-cc10-4978-ba76-1cb58b614ea9") + ) + (wire + (pts + (xy 88.9 95.25) (xy 88.9 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9be27057-0781-4492-b7a0-d6ce640ee320") + ) (wire (pts (xy 78.74 92.71) (xy 86.36 92.71) @@ -4715,7 +5469,7 @@ ) (wire (pts - (xy 255.27 109.22) (xy 110.49 109.22) + (xy 255.27 119.38) (xy 110.49 119.38) ) (stroke (width 0) @@ -4735,7 +5489,7 @@ ) (wire (pts - (xy 105.41 104.14) (xy 105.41 157.48) + (xy 105.41 114.3) (xy 105.41 157.48) ) (stroke (width 0) @@ -4743,16 +5497,6 @@ ) (uuid "9ee8489b-2498-42fb-b7b5-434304a39796") ) - (wire - (pts - (xy 157.48 31.75) (xy 163.83 31.75) - ) - (stroke - (width 0) - (type default) - ) - (uuid "a23af9d5-7bc1-40f5-914f-de93872193ed") - ) (wire (pts (xy 33.02 69.85) (xy 25.4 69.85) @@ -4765,7 +5509,7 @@ ) (wire (pts - (xy 212.09 59.69) (xy 212.09 93.98) + (xy 212.09 69.85) (xy 212.09 104.14) ) (stroke (width 0) @@ -4775,7 +5519,7 @@ ) (wire (pts - (xy 118.11 96.52) (xy 118.11 76.2) + (xy 118.11 106.68) (xy 118.11 86.36) ) (stroke (width 0) @@ -4795,7 +5539,27 @@ ) (wire (pts - (xy 55.88 142.24) (xy 78.74 142.24) + (xy 168.91 52.07) (xy 171.45 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a5c8f55b-c6b1-4dff-93a6-ce8518ee6667") + ) + (wire + (pts + (xy 260.35 41.91) (xy 278.13 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a6248f46-0c9d-4415-87dc-f28ec9b7b36f") + ) + (wire + (pts + (xy 55.88 142.24) (xy 80.01 142.24) ) (stroke (width 0) @@ -4805,7 +5569,7 @@ ) (wire (pts - (xy 168.91 59.69) (xy 168.91 78.74) + (xy 168.91 69.85) (xy 168.91 88.9) ) (stroke (width 0) @@ -4815,7 +5579,7 @@ ) (wire (pts - (xy 265.43 119.38) (xy 120.65 119.38) + (xy 265.43 129.54) (xy 120.65 129.54) ) (stroke (width 0) @@ -4825,7 +5589,17 @@ ) (wire (pts - (xy 110.49 88.9) (xy 110.49 68.58) + (xy 123.19 17.78) (xy 160.02 17.78) + ) + (stroke + (width 0) + (type default) + ) + (uuid "abf70e1a-da78-4a12-973a-6f417df3ba5a") + ) + (wire + (pts + (xy 110.49 99.06) (xy 110.49 78.74) ) (stroke (width 0) @@ -4845,7 +5619,7 @@ ) (wire (pts - (xy 252.73 59.69) (xy 252.73 106.68) + (xy 252.73 69.85) (xy 252.73 116.84) ) (stroke (width 0) @@ -4865,7 +5639,17 @@ ) (wire (pts - (xy 110.49 68.58) (xy 110.49 59.69) + (xy 200.66 30.48) (xy 204.47 30.48) + ) + (stroke + (width 0) + (type default) + ) + (uuid "af32d9ae-5992-46a9-b73e-7201df70ea28") + ) + (wire + (pts + (xy 110.49 78.74) (xy 110.49 69.85) ) (stroke (width 0) @@ -4885,7 +5669,7 @@ ) (wire (pts - (xy 209.55 91.44) (xy 113.03 91.44) + (xy 209.55 101.6) (xy 113.03 101.6) ) (stroke (width 0) @@ -4915,17 +5699,7 @@ ) (wire (pts - (xy 168.91 40.64) (xy 171.45 40.64) - ) - (stroke - (width 0) - (type default) - ) - (uuid "b54864b4-3513-4e09-83df-c42ba2492e36") - ) - (wire - (pts - (xy 156.21 59.69) (xy 156.21 66.04) + (xy 156.21 69.85) (xy 156.21 76.2) ) (stroke (width 0) @@ -4945,7 +5719,17 @@ ) (wire (pts - (xy 219.71 101.6) (xy 123.19 101.6) + (xy 96.52 30.48) (xy 81.28 30.48) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b59b7aaf-d7c3-428f-b583-a923d020bada") + ) + (wire + (pts + (xy 219.71 111.76) (xy 123.19 111.76) ) (stroke (width 0) @@ -4955,7 +5739,7 @@ ) (wire (pts - (xy 115.57 73.66) (xy 115.57 59.69) + (xy 115.57 83.82) (xy 115.57 69.85) ) (stroke (width 0) @@ -4965,7 +5749,7 @@ ) (wire (pts - (xy 260.35 114.3) (xy 115.57 114.3) + (xy 260.35 124.46) (xy 115.57 124.46) ) (stroke (width 0) @@ -4975,7 +5759,7 @@ ) (wire (pts - (xy 265.43 59.69) (xy 265.43 119.38) + (xy 265.43 69.85) (xy 265.43 129.54) ) (stroke (width 0) @@ -4985,27 +5769,7 @@ ) (wire (pts - (xy 267.97 36.83) (xy 267.97 40.64) - ) - (stroke - (width 0) - (type default) - ) - (uuid "b7ff62df-33ff-42cf-b4ed-a5fd6800e6b9") - ) - (wire - (pts - (xy 198.12 38.1) (xy 198.12 31.75) - ) - (stroke - (width 0) - (type default) - ) - (uuid "bbc1ebe3-3efe-457c-af94-2290b764c157") - ) - (wire - (pts - (xy 113.03 91.44) (xy 113.03 71.12) + (xy 113.03 101.6) (xy 113.03 81.28) ) (stroke (width 0) @@ -5015,7 +5779,7 @@ ) (wire (pts - (xy 217.17 99.06) (xy 120.65 99.06) + (xy 217.17 109.22) (xy 120.65 109.22) ) (stroke (width 0) @@ -5035,13 +5799,13 @@ ) (wire (pts - (xy 254 31.75) (xy 260.35 31.75) + (xy 111.76 25.4) (xy 115.57 25.4) ) (stroke (width 0) (type default) ) - (uuid "bdd8acff-bcb0-4bb4-ba76-2e082255af3d") + (uuid "be44b363-759e-4b3d-8dc8-c391a0fca0c6") ) (wire (pts @@ -5055,17 +5819,7 @@ ) (wire (pts - (xy 123.19 40.64) (xy 123.19 44.45) - ) - (stroke - (width 0) - (type default) - ) - (uuid "c3d731de-1cea-4081-9ec9-87d71ea684ad") - ) - (wire - (pts - (xy 118.11 139.7) (xy 118.11 116.84) + (xy 118.11 139.7) (xy 118.11 127) ) (stroke (width 0) @@ -5075,7 +5829,7 @@ ) (wire (pts - (xy 123.19 81.28) (xy 123.19 59.69) + (xy 123.19 91.44) (xy 123.19 69.85) ) (stroke (width 0) @@ -5085,7 +5839,17 @@ ) (wire (pts - (xy 107.95 106.68) (xy 107.95 86.36) + (xy 212.09 41.91) (xy 252.73 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c6bc7a35-3ee2-454c-a462-596c29fb2c89") + ) + (wire + (pts + (xy 107.95 116.84) (xy 107.95 96.52) ) (stroke (width 0) @@ -5093,16 +5857,6 @@ ) (uuid "c72dc423-45ae-4e6a-8a5d-3fe6c9e4313a") ) - (wire - (pts - (xy 217.17 40.64) (xy 219.71 40.64) - ) - (stroke - (width 0) - (type default) - ) - (uuid "c730cd03-69ac-4b5b-a10a-0eb2fa3727cd") - ) (wire (pts (xy 25.4 77.47) (xy 33.02 77.47) @@ -5115,7 +5869,7 @@ ) (wire (pts - (xy 161.29 71.12) (xy 113.03 71.12) + (xy 161.29 81.28) (xy 113.03 81.28) ) (stroke (width 0) @@ -5125,7 +5879,7 @@ ) (wire (pts - (xy 110.49 147.32) (xy 110.49 109.22) + (xy 110.49 147.32) (xy 110.49 119.38) ) (stroke (width 0) @@ -5145,7 +5899,17 @@ ) (wire (pts - (xy 123.19 101.6) (xy 123.19 81.28) + (xy 156.21 41.91) (xy 163.83 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cafc6665-75dd-4fc1-b47c-14f34ae9a65a") + ) + (wire + (pts + (xy 123.19 111.76) (xy 123.19 91.44) ) (stroke (width 0) @@ -5155,7 +5919,7 @@ ) (wire (pts - (xy 267.97 59.69) (xy 267.97 121.92) + (xy 267.97 69.85) (xy 267.97 132.08) ) (stroke (width 0) @@ -5175,7 +5939,27 @@ ) (wire (pts - (xy 257.81 59.69) (xy 257.81 111.76) + (xy 256.54 25.4) (xy 260.35 25.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cefaf890-c371-4875-8ccf-85f47dbfb10f") + ) + (wire + (pts + (xy 248.92 30.48) (xy 252.73 30.48) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cf53a276-690e-4e10-a8ec-f32013fb1533") + ) + (wire + (pts + (xy 257.81 69.85) (xy 257.81 121.92) ) (stroke (width 0) @@ -5185,7 +5969,7 @@ ) (wire (pts - (xy 214.63 59.69) (xy 214.63 96.52) + (xy 214.63 69.85) (xy 214.63 106.68) ) (stroke (width 0) @@ -5195,7 +5979,17 @@ ) (wire (pts - (xy 201.93 83.82) (xy 105.41 83.82) + (xy 86.36 46.99) (xy 193.04 46.99) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d3e7311f-95eb-4085-837d-04081ab80a0f") + ) + (wire + (pts + (xy 201.93 93.98) (xy 105.41 93.98) ) (stroke (width 0) @@ -5215,7 +6009,7 @@ ) (wire (pts - (xy 107.95 149.86) (xy 107.95 106.68) + (xy 107.95 149.86) (xy 107.95 116.84) ) (stroke (width 0) @@ -5223,6 +6017,16 @@ ) (uuid "dc67271e-dedd-4cbe-a8fc-89374a13e4af") ) + (wire + (pts + (xy 163.83 41.91) (xy 204.47 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dcce3cd9-64fe-4d51-b2a5-afc883025c95") + ) (wire (pts (xy 95.25 22.86) (xy 95.25 154.94) @@ -5235,7 +6039,7 @@ ) (wire (pts - (xy 171.45 59.69) (xy 171.45 81.28) + (xy 171.45 69.85) (xy 171.45 91.44) ) (stroke (width 0) @@ -5293,16 +6097,6 @@ ) (uuid "e06d70bc-4be1-4e4d-b96b-f0c3628a9b04") ) - (wire - (pts - (xy 265.43 40.64) (xy 267.97 40.64) - ) - (stroke - (width 0) - (type default) - ) - (uuid "e08a58e3-5d21-45c6-ab0f-9d58f9550c4d") - ) (wire (pts (xy 17.78 170.18) (xy 17.78 92.71) @@ -5315,7 +6109,7 @@ ) (wire (pts - (xy 115.57 142.24) (xy 115.57 114.3) + (xy 115.57 142.24) (xy 115.57 124.46) ) (stroke (width 0) @@ -5333,6 +6127,16 @@ ) (uuid "e2ef476f-4d79-42c1-9d6f-801118d7b097") ) + (wire + (pts + (xy 219.71 30.48) (xy 219.71 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e5595a47-d827-4874-ad41-789700470bb3") + ) (wire (pts (xy 74.93 157.48) (xy 30.48 157.48) @@ -5345,13 +6149,43 @@ ) (wire (pts - (xy 219.71 36.83) (xy 219.71 40.64) + (xy 160.02 17.78) (xy 171.45 17.78) ) (stroke (width 0) (type default) ) - (uuid "e8fda6fe-f0af-42a7-9b35-cf7aebddcb83") + (uuid "e69122b0-1e61-4e6a-9caf-931cd73b0fbd") + ) + (wire + (pts + (xy 219.71 17.78) (xy 256.54 17.78) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e6daa79b-2b25-4218-a903-fd7bd75b58f4") + ) + (wire + (pts + (xy 160.02 25.4) (xy 163.83 25.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e71a029f-ca0b-4de7-8c3d-84d0c4c298d7") + ) + (wire + (pts + (xy 204.47 41.91) (xy 212.09 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e9e69f04-d30a-41b9-9758-81652c5bc748") ) (wire (pts @@ -5365,17 +6199,17 @@ ) (wire (pts - (xy 123.19 36.83) (xy 123.19 40.64) + (xy 208.28 25.4) (xy 212.09 25.4) ) (stroke (width 0) (type default) ) - (uuid "f3c2beab-358d-48f7-a65f-4519b8d0869c") + (uuid "efb2b300-e2f2-4736-a54a-80ca20f83a33") ) (wire (pts - (xy 209.55 59.69) (xy 209.55 91.44) + (xy 209.55 69.85) (xy 209.55 101.6) ) (stroke (width 0) @@ -5385,7 +6219,7 @@ ) (wire (pts - (xy 250.19 104.14) (xy 105.41 104.14) + (xy 250.19 114.3) (xy 105.41 114.3) ) (stroke (width 0) @@ -5395,17 +6229,7 @@ ) (wire (pts - (xy 205.74 31.75) (xy 212.09 31.75) - ) - (stroke - (width 0) - (type default) - ) - (uuid "f5fb08c5-82ba-4cc1-a4a5-d612101ae5d6") - ) - (wire - (pts - (xy 123.19 121.92) (xy 123.19 101.6) + (xy 123.19 132.08) (xy 123.19 111.76) ) (stroke (width 0) @@ -5425,7 +6249,7 @@ ) (wire (pts - (xy 212.09 93.98) (xy 115.57 93.98) + (xy 212.09 104.14) (xy 115.57 104.14) ) (stroke (width 0) @@ -5435,7 +6259,17 @@ ) (wire (pts - (xy 204.47 59.69) (xy 204.47 86.36) + (xy 204.47 30.48) (xy 204.47 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f915873b-88dd-483e-ad04-20881e12c356") + ) + (wire + (pts + (xy 204.47 69.85) (xy 204.47 96.52) ) (stroke (width 0) @@ -5443,6 +6277,16 @@ ) (uuid "f94c5a18-f913-45f8-94e4-7fa02bbc6ba1") ) + (wire + (pts + (xy 217.17 54.61) (xy 217.17 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f97e1656-9e22-4353-a9bb-9894dd33c9b2") + ) (wire (pts (xy 153.67 170.18) (xy 153.67 139.7) @@ -5465,7 +6309,7 @@ ) (wire (pts - (xy 115.57 114.3) (xy 115.57 93.98) + (xy 115.57 124.46) (xy 115.57 104.14) ) (stroke (width 0) @@ -5475,7 +6319,7 @@ ) (wire (pts - (xy 115.57 93.98) (xy 115.57 73.66) + (xy 115.57 104.14) (xy 115.57 83.82) ) (stroke (width 0) @@ -5485,7 +6329,7 @@ ) (wire (pts - (xy 105.41 59.69) (xy 105.41 63.5) + (xy 105.41 69.85) (xy 105.41 73.66) ) (stroke (width 0) @@ -5503,6 +6347,301 @@ ) (uuid "fe31b09a-d077-43d3-8b9a-25b3cad2b5e3") ) + (symbol + (lib_id "Device:R") + (at 100.33 30.48 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "05a3a883-047a-423d-ab44-a2454789c532") + (property "Reference" "R9" + (at 100.33 24.13 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100" + (at 100.33 26.67 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 100.33 32.258 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 100.33 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 100.33 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C317241" + (at 100.33 30.48 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "eea715e9-bf90-4745-8c02-fd097913f557") + ) + (pin "2" + (uuid "1414a3b1-3777-4cbe-ae57-b4acc782e258") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "R9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 280.67 16.51 0) + (unit 1) + (exclude_from_sim yes) + (in_bom no) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "080ef8d2-7339-43d6-a1aa-aceb0a975d6a") + (property "Reference" "H4" + (at 283.21 15.2399 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 283.21 17.7799 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" + (at 280.67 16.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 280.67 16.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 280.67 16.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "H4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 245.11 30.48 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "0f54734e-f80b-42eb-b65d-869f2f15148a") + (property "Reference" "R18" + (at 245.11 24.13 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100" + (at 245.11 26.67 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 245.11 32.258 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 245.11 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 245.11 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C317241" + (at 245.11 30.48 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "16f50973-0c06-4cbf-a31d-7379b1bd8096") + ) + (pin "2" + (uuid "66efd871-97f8-44c2-88cf-3451aef4bf2c") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "R18") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 196.85 30.48 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "19a169be-4855-4386-9d4d-6aa6aa815170") + (property "Reference" "R15" + (at 196.85 24.13 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100" + (at 196.85 26.67 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 196.85 32.258 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 196.85 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 196.85 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C317241" + (at 196.85 30.48 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8c43cb79-982c-486c-ade8-0bcba46144d8") + ) + (pin "2" + (uuid "427f0330-e72f-4c5e-96f6-6daff41bb341") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "R15") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Device:R") (at 129.54 165.1 90) @@ -5556,7 +6695,7 @@ (hide yes) ) ) - (property "LCSC" "C17888" + (property "LCSC" "C335007" (at 129.54 165.1 90) (effects (font @@ -5580,83 +6719,6 @@ ) ) ) - (symbol - (lib_id "Device:R") - (at 153.67 31.75 90) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (fields_autoplaced yes) - (uuid "2201e651-4c07-4277-b68c-77aefcb50509") - (property "Reference" "R10" - (at 153.67 25.4 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "10K" - (at 153.67 27.94 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Resistor_SMD:R_1206_3216Metric" - (at 153.67 33.528 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 153.67 31.75 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Resistor" - (at 153.67 31.75 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "LCSC" "C17888" - (at 153.67 31.75 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "a65c7a94-fdff-4f70-9509-a46f2509bbcc") - ) - (pin "2" - (uuid "73f6366c-7017-444e-adcf-4a606127f828") - ) - (instances - (project "qclk" - (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" - (reference "R10") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "Device:R") (at 101.6 157.48 90) @@ -5710,7 +6772,7 @@ (hide yes) ) ) - (property "LCSC" "C17888" + (property "LCSC" "C335007" (at 101.6 157.48 90) (effects (font @@ -5734,6 +6796,240 @@ ) ) ) + (symbol + (lib_id "Transistor_FET:AO3401A") + (at 168.91 25.4 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "31c89d9e-73c5-44b1-afc7-2a610e52f471") + (property "Reference" "Q4" + (at 175.26 26.6701 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "AO3401A" + (at 175.26 24.1301 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 173.99 23.495 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3401A.pdf" + (at 173.99 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "-4.0A Id, -30V Vds, P-Channel MOSFET, SOT-23" + (at 168.91 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C15127" + (at 168.91 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "3" + (uuid "fe619a32-cef0-4b21-a237-b4efcc8daaaa") + ) + (pin "1" + (uuid "299319f2-cc64-4290-8655-25f519a56933") + ) + (pin "2" + (uuid "290814e6-f757-4b97-bc05-06976696e64e") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "Q4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Transistor_FET:AO3401A") + (at 217.17 25.4 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "34989592-6ce4-41dd-bf6f-fd7803a02519") + (property "Reference" "Q6" + (at 223.52 26.6701 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "AO3401A" + (at 223.52 24.1301 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 222.25 23.495 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3401A.pdf" + (at 222.25 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "-4.0A Id, -30V Vds, P-Channel MOSFET, SOT-23" + (at 217.17 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C15127" + (at 217.17 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "3" + (uuid "7b65c571-cce0-45c6-8f21-e1bd21503994") + ) + (pin "1" + (uuid "308828b6-54cb-4910-beca-85f40f1f8172") + ) + (pin "2" + (uuid "4435468a-5536-42f1-bb96-0a11fa491b59") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "Q6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 15.24 194.31 0) + (unit 1) + (exclude_from_sim yes) + (in_bom no) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "34d50bff-e1d1-40ef-b690-bee30a036503") + (property "Reference" "H2" + (at 17.78 193.0399 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 17.78 195.5799 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" + (at 15.24 194.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 15.24 194.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 15.24 194.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "H2") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Device:R") (at 139.7 167.64 90) @@ -5752,7 +7048,7 @@ ) ) ) - (property "Value" "240R" + (property "Value" "240" (at 139.7 163.83 90) (effects (font @@ -5787,7 +7083,7 @@ (hide yes) ) ) - (property "LCSC" "C17888" + (property "LCSC" "C335007" (at 139.7 167.64 90) (effects (font @@ -5812,17 +7108,17 @@ ) ) (symbol - (lib_id "Transistor_BJT:BC548") - (at 168.91 31.75 0) + (lib_id "Device:R") + (at 204.47 38.1 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced yes) - (uuid "37a48ef6-b85e-4065-8a2b-73ebdf8af4a0") - (property "Reference" "Q2" - (at 173.99 30.4799 0) + (uuid "3c66f952-de6c-4550-b69f-fba0ab6c53f5") + (property "Reference" "R16" + (at 207.01 36.8299 0) (effects (font (size 1.27 1.27) @@ -5830,8 +7126,8 @@ (justify left) ) ) - (property "Value" "BC548" - (at 173.99 33.0199 0) + (property "Value" "10K" + (at 207.01 39.3699 0) (effects (font (size 1.27 1.27) @@ -5839,29 +7135,8 @@ (justify left) ) ) - (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" - (at 173.99 33.655 0) - (effects - (font - (size 1.27 1.27) - (italic yes) - ) - (justify left) - (hide yes) - ) - ) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC550-D.pdf" - (at 168.91 31.75 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - (hide yes) - ) - ) - (property "Description" "0.1A Ic, 30V Vce, Small Signal NPN Transistor, TO-92" - (at 168.91 31.75 0) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 202.692 38.1 90) (effects (font (size 1.27 1.27) @@ -5869,8 +7144,26 @@ (hide yes) ) ) - (property "LCSC" "C713615" - (at 168.91 31.75 0) + (property "Datasheet" "~" + (at 204.47 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 204.47 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C17414" + (at 204.47 38.1 0) (effects (font (size 1.27 1.27) @@ -5879,35 +7172,32 @@ ) ) (pin "2" - (uuid "01935450-a60c-4e5b-a4e5-e1a14e5bc298") - ) - (pin "3" - (uuid "bb11579a-21c6-4f8c-9413-1bbfa122bcec") + (uuid "4ce77daf-2873-46dc-be34-21d6af949379") ) (pin "1" - (uuid "06754730-e62f-41cd-9dde-0caf23a605a0") + (uuid "405b1c8d-fbc4-4481-8590-8666ba6c64ba") ) (instances (project "qclk" (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" - (reference "Q2") + (reference "R16") (unit 1) ) ) ) ) (symbol - (lib_id "Transistor_BJT:BC548") - (at 217.17 31.75 0) + (lib_id "Mechanical:MountingHole") + (at 15.24 15.24 0) (unit 1) - (exclude_from_sim no) - (in_bom yes) + (exclude_from_sim yes) + (in_bom no) (on_board yes) (dnp no) (fields_autoplaced yes) - (uuid "3f6602de-7601-406c-993a-33b15a51ac00") - (property "Reference" "Q3" - (at 222.25 30.4799 0) + (uuid "41a60a3a-bbe1-40aa-9306-01acacd2f259") + (property "Reference" "H1" + (at 17.78 13.9699 0) (effects (font (size 1.27 1.27) @@ -5915,8 +7205,8 @@ (justify left) ) ) - (property "Value" "BC548" - (at 222.25 33.0199 0) + (property "Value" "MountingHole" + (at 17.78 16.5099 0) (effects (font (size 1.27 1.27) @@ -5924,29 +7214,8 @@ (justify left) ) ) - (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" - (at 222.25 33.655 0) - (effects - (font - (size 1.27 1.27) - (italic yes) - ) - (justify left) - (hide yes) - ) - ) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC550-D.pdf" - (at 217.17 31.75 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - (hide yes) - ) - ) - (property "Description" "0.1A Ic, 30V Vce, Small Signal NPN Transistor, TO-92" - (at 217.17 31.75 0) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" + (at 15.24 15.24 0) (effects (font (size 1.27 1.27) @@ -5954,8 +7223,8 @@ (hide yes) ) ) - (property "LCSC" "C713615" - (at 217.17 31.75 0) + (property "Datasheet" "~" + (at 15.24 15.24 0) (effects (font (size 1.27 1.27) @@ -5963,19 +7232,19 @@ (hide yes) ) ) - (pin "1" - (uuid "7b0a3134-30e5-4a3b-94fe-1ec353f6d897") - ) - (pin "3" - (uuid "1dada4b3-0806-48a7-8846-bbc1cc6b53fe") - ) - (pin "2" - (uuid "d65fe89e-1108-44a5-aee8-986deed47925") + (property "Description" "Mounting Hole without connection" + (at 15.24 15.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) ) (instances (project "qclk" (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" - (reference "Q3") + (reference "H1") (unit 1) ) ) @@ -6046,6 +7315,147 @@ ) ) ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 280.67 161.29 0) + (unit 1) + (exclude_from_sim yes) + (in_bom no) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "4cae8c2f-13c6-4857-8353-541e7d0fbad6") + (property "Reference" "H3" + (at 283.21 160.0199 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 283.21 162.5599 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" + (at 280.67 161.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 280.67 161.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 280.67 161.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "H3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 148.59 30.48 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "50920013-702d-4d4f-b76d-26a93c594455") + (property "Reference" "R12" + (at 148.59 24.13 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100" + (at 148.59 26.67 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 148.59 32.258 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 148.59 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 148.59 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C317241" + (at 148.59 30.48 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d9541804-973a-4bca-bfe4-0dc3f14d62a5") + ) + (pin "2" + (uuid "8d6a7978-f56e-46e3-afe1-56768f79db4b") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "R12") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "power:GND") (at 41.91 17.78 0) @@ -6190,15 +7600,15 @@ ) (symbol (lib_id "stuff:23101BH") - (at 113.03 52.07 90) + (at 113.03 62.23 90) (unit 1) (exclude_from_sim no) - (in_bom yes) + (in_bom no) (on_board yes) (dnp no) (uuid "6b801338-f5b1-4f40-8346-f3cc1f59612e") (property "Reference" "U3" - (at 127 50.7999 90) + (at 127 60.9599 90) (effects (font (size 1.27 1.27) @@ -6207,7 +7617,7 @@ ) ) (property "Value" "23101BH" - (at 127 53.3399 90) + (at 127 63.4999 90) (effects (font (size 1.27 1.27) @@ -6216,7 +7626,7 @@ ) ) (property "Footprint" "stuff:23101BH" - (at 131.064 70.612 0) + (at 131.064 80.772 0) (effects (font (size 1.27 1.27) @@ -6226,7 +7636,7 @@ ) ) (property "Datasheet" "https://www.ebay.ie/itm/141008250355" - (at 108.204 52.07 0) + (at 108.204 62.23 0) (effects (font (size 1.27 1.27) @@ -6236,7 +7646,7 @@ ) ) (property "Description" "Single digit 7 segment hyper red and green LED display, common cathode" - (at 113.03 52.07 0) + (at 113.03 62.23 0) (effects (font (size 1.27 1.27) @@ -6283,6 +7693,85 @@ ) ) ) + (symbol + (lib_id "Device:R") + (at 156.21 38.1 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "6eb8f4ad-c94f-45d2-bc38-6553040b3375") + (property "Reference" "R13" + (at 158.75 36.8299 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10K" + (at 158.75 39.3699 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 154.432 38.1 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 156.21 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 156.21 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C17414" + (at 156.21 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "70adcba6-21e4-4566-a5bb-b2400e7cfa94") + ) + (pin "1" + (uuid "e2a558ba-0248-4024-af33-504870e0c7d4") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "R13") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Device:R") (at 170.18 175.26 90) @@ -6301,7 +7790,7 @@ ) ) ) - (property "Value" "430R" + (property "Value" "430" (at 170.18 171.45 90) (effects (font @@ -6336,7 +7825,7 @@ (hide yes) ) ) - (property "LCSC" "C17888" + (property "LCSC" "C294787" (at 170.18 175.26 90) (effects (font @@ -6362,16 +7851,16 @@ ) (symbol (lib_id "stuff:23101BH") - (at 257.81 52.07 90) + (at 257.81 62.23 90) (unit 1) (exclude_from_sim no) - (in_bom yes) + (in_bom no) (on_board yes) (dnp no) (fields_autoplaced yes) (uuid "7c4649d6-5be9-4d6a-8c88-c0f85d5caf81") (property "Reference" "U6" - (at 271.78 50.7999 90) + (at 271.78 60.9599 90) (effects (font (size 1.27 1.27) @@ -6380,7 +7869,7 @@ ) ) (property "Value" "23101BH" - (at 271.78 53.3399 90) + (at 271.78 63.4999 90) (effects (font (size 1.27 1.27) @@ -6389,7 +7878,7 @@ ) ) (property "Footprint" "stuff:23101BH" - (at 275.844 70.612 0) + (at 275.844 80.772 0) (effects (font (size 1.27 1.27) @@ -6399,7 +7888,7 @@ ) ) (property "Datasheet" "https://www.ebay.ie/itm/141008250355" - (at 252.984 52.07 0) + (at 252.984 62.23 0) (effects (font (size 1.27 1.27) @@ -6409,7 +7898,7 @@ ) ) (property "Description" "Single digit 7 segment hyper red and green LED display, common cathode" - (at 257.81 52.07 0) + (at 257.81 62.23 0) (effects (font (size 1.27 1.27) @@ -6456,103 +7945,18 @@ ) ) ) - (symbol - (lib_id "Transistor_BJT:BC548") - (at 120.65 31.75 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (fields_autoplaced yes) - (uuid "7d712342-7f20-43f0-9180-de1cf02829c6") - (property "Reference" "Q1" - (at 125.73 30.4799 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "BC548" - (at 125.73 33.0199 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" - (at 125.73 33.655 0) - (effects - (font - (size 1.27 1.27) - (italic yes) - ) - (justify left) - (hide yes) - ) - ) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC550-D.pdf" - (at 120.65 31.75 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - (hide yes) - ) - ) - (property "Description" "0.1A Ic, 30V Vce, Small Signal NPN Transistor, TO-92" - (at 120.65 31.75 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "LCSC" "C713615" - (at 120.65 31.75 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "3" - (uuid "af7f975b-624c-4b4a-a1c3-2c6c7f73b78b") - ) - (pin "2" - (uuid "2ccec132-0e80-4268-aeba-8bad3bf2d8b5") - ) - (pin "1" - (uuid "e9c94396-f02e-40df-b67f-dfd2abcab783") - ) - (instances - (project "qclk" - (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" - (reference "Q1") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "stuff:23101BH") - (at 161.29 52.07 90) + (at 161.29 62.23 90) (unit 1) (exclude_from_sim no) - (in_bom yes) + (in_bom no) (on_board yes) (dnp no) (fields_autoplaced yes) (uuid "8263eea9-18a5-4907-8889-d98cfb770e8f") (property "Reference" "U4" - (at 175.26 50.7999 90) + (at 175.26 60.9599 90) (effects (font (size 1.27 1.27) @@ -6561,7 +7965,7 @@ ) ) (property "Value" "23101BH" - (at 175.26 53.3399 90) + (at 175.26 63.4999 90) (effects (font (size 1.27 1.27) @@ -6570,7 +7974,7 @@ ) ) (property "Footprint" "stuff:23101BH" - (at 179.324 70.612 0) + (at 179.324 80.772 0) (effects (font (size 1.27 1.27) @@ -6580,7 +7984,7 @@ ) ) (property "Datasheet" "https://www.ebay.ie/itm/141008250355" - (at 156.464 52.07 0) + (at 156.464 62.23 0) (effects (font (size 1.27 1.27) @@ -6590,7 +7994,7 @@ ) ) (property "Description" "Single digit 7 segment hyper red and green LED display, common cathode" - (at 161.29 52.07 0) + (at 161.29 62.23 0) (effects (font (size 1.27 1.27) @@ -6637,83 +8041,6 @@ ) ) ) - (symbol - (lib_id "Device:R") - (at 201.93 31.75 90) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (fields_autoplaced yes) - (uuid "854dbd91-2779-47bb-b20e-8b770d12c41a") - (property "Reference" "R11" - (at 201.93 25.4 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "10K" - (at 201.93 27.94 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Resistor_SMD:R_1206_3216Metric" - (at 201.93 33.528 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 201.93 31.75 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Resistor" - (at 201.93 31.75 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "LCSC" "C17888" - (at 201.93 31.75 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "a17eaaa5-9d5e-4774-8705-3960aaec0637") - ) - (pin "2" - (uuid "24da7566-b59c-4478-b448-320b654d1320") - ) - (instances - (project "qclk" - (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" - (reference "R11") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "Device:R") (at 149.86 170.18 90) @@ -6732,7 +8059,7 @@ ) ) ) - (property "Value" "240R" + (property "Value" "240" (at 149.86 166.37 90) (effects (font @@ -6767,7 +8094,7 @@ (hide yes) ) ) - (property "LCSC" "C17888" + (property "LCSC" "C335007" (at 149.86 170.18 90) (effects (font @@ -6792,33 +8119,17 @@ ) ) (symbol - (lib_id "Device:R") - (at 250.19 31.75 90) + (lib_id "power:GND") + (at 278.13 41.91 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced yes) - (uuid "8e93dc55-b463-424a-9c07-d121f55b5611") - (property "Reference" "R12" - (at 250.19 25.4 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "10K" - (at 250.19 27.94 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Resistor_SMD:R_1206_3216Metric" - (at 250.19 33.528 90) + (uuid "8bc8610e-b9be-45fa-b8db-320acfeb670a") + (property "Reference" "#PWR05" + (at 278.13 48.26 0) (effects (font (size 1.27 1.27) @@ -6826,8 +8137,16 @@ (hide yes) ) ) - (property "Datasheet" "~" - (at 250.19 31.75 0) + (property "Value" "GND" + (at 278.13 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 278.13 41.91 0) (effects (font (size 1.27 1.27) @@ -6835,8 +8154,8 @@ (hide yes) ) ) - (property "Description" "Resistor" - (at 250.19 31.75 0) + (property "Datasheet" "" + (at 278.13 41.91 0) (effects (font (size 1.27 1.27) @@ -6844,8 +8163,8 @@ (hide yes) ) ) - (property "LCSC" "C17888" - (at 250.19 31.75 90) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 278.13 41.91 0) (effects (font (size 1.27 1.27) @@ -6854,15 +8173,424 @@ ) ) (pin "1" - (uuid "43359dbe-49de-4554-a5a1-5623d64839a7") - ) - (pin "2" - (uuid "8d3e197a-21e0-4464-9ca9-a3a61bd14b3d") + (uuid "62aaa6e0-8e0f-43b6-859f-aa5417b191c5") ) (instances (project "qclk" (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" - (reference "R12") + (reference "#PWR05") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Transistor_FET:AO3401A") + (at 120.65 25.4 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "932e48c1-ae2e-4ac3-b614-f6e37bb07b38") + (property "Reference" "Q2" + (at 127 26.6701 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "AO3401A" + (at 127 24.1301 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 125.73 23.495 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3401A.pdf" + (at 125.73 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "-4.0A Id, -30V Vds, P-Channel MOSFET, SOT-23" + (at 120.65 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C15127" + (at 120.65 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "3" + (uuid "ce6db93e-8b81-48a0-bf0a-3460347d8a8a") + ) + (pin "1" + (uuid "a85aab7f-297b-4d1b-967a-07e4ae1631a3") + ) + (pin "2" + (uuid "b39fc654-3bf8-485e-aeb1-852142e11e51") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "Q2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 252.73 38.1 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "950983e9-1891-4daf-aa53-b9ee05ce7e49") + (property "Reference" "R19" + (at 255.27 36.8299 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10K" + (at 255.27 39.3699 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 250.952 38.1 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 252.73 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 252.73 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C17414" + (at 252.73 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "87eea7ab-d9ec-4ae4-a3b7-f1a4087bd42a") + ) + (pin "1" + (uuid "dbf35804-1b70-4e43-81ea-eccb2c9f5494") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "R19") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 208.28 21.59 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "9ec0e2e4-1476-4f42-9f8c-fba7405cb51f") + (property "Reference" "R17" + (at 210.82 20.3199 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10K" + (at 210.82 22.8599 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 206.502 21.59 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 208.28 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 208.28 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C17414" + (at 208.28 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c57da7d4-e643-4653-bae6-b9b1ab09e6f7") + ) + (pin "2" + (uuid "e74a6e13-3ee6-464d-adcb-412373f9e137") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "R17") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Transistor_FET:AO3401A") + (at 265.43 25.4 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "a37ded83-7c7e-45e8-90d1-6cdf7b8ae8b0") + (property "Reference" "Q8" + (at 271.78 26.6701 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "AO3401A" + (at 271.78 24.1301 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 270.51 23.495 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3401A.pdf" + (at 270.51 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "-4.0A Id, -30V Vds, P-Channel MOSFET, SOT-23" + (at 265.43 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C15127" + (at 265.43 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "3" + (uuid "106148e2-5e5b-40c1-83fc-d6794b06f049") + ) + (pin "1" + (uuid "ac5f8b2e-a465-4266-9eed-5fff8b00258e") + ) + (pin "2" + (uuid "0fae1cd1-58d2-4b67-80bd-8235b2ef3fde") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "Q8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Transistor_FET:2N7002") + (at 257.81 30.48 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "a53a98fc-c253-4edb-bc3c-02e25eb0c156") + (property "Reference" "Q7" + (at 264.16 29.2099 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2N7002" + (at 264.16 31.7499 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 262.89 32.385 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/NDS7002A-D.PDF" + (at 262.89 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "0.115A Id, 60V Vds, N-Channel MOSFET, SOT-23" + (at 257.81 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C8545" + (at 257.81 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "7a66bb15-b4ac-48f8-a66f-9b475376c4c8") + ) + (pin "3" + (uuid "ad0e8daa-39cb-45ac-a068-9946169e9c6a") + ) + (pin "1" + (uuid "9ad35bbe-7e6d-44e8-bdef-17b7a7ae7239") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "Q7") (unit 1) ) ) @@ -6934,168 +8662,6 @@ ) ) ) - (symbol - (lib_id "Device:R") - (at 105.41 31.75 90) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (fields_autoplaced yes) - (uuid "a9452226-02bd-4336-bf84-2bc71b283637") - (property "Reference" "R9" - (at 105.41 25.4 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "10k" - (at 105.41 27.94 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Resistor_SMD:R_1206_3216Metric" - (at 105.41 33.528 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 105.41 31.75 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Resistor" - (at 105.41 31.75 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "LCSC" "C17888" - (at 105.41 31.75 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "4c6ba471-aad1-458f-88e3-5904d73a27d0") - ) - (pin "2" - (uuid "32cba0d0-a4cc-45e1-9bae-151765a76b1a") - ) - (instances - (project "qclk" - (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" - (reference "R9") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Transistor_BJT:BC548") - (at 265.43 31.75 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (fields_autoplaced yes) - (uuid "b09f6df3-e75e-4b0c-90f9-7e164ec9e498") - (property "Reference" "Q4" - (at 270.51 30.4799 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "BC548" - (at 270.51 33.0199 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" - (at 270.51 33.655 0) - (effects - (font - (size 1.27 1.27) - (italic yes) - ) - (justify left) - (hide yes) - ) - ) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC550-D.pdf" - (at 265.43 31.75 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - (hide yes) - ) - ) - (property "Description" "0.1A Ic, 30V Vce, Small Signal NPN Transistor, TO-92" - (at 265.43 31.75 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "LCSC" "C713615" - (at 265.43 31.75 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "50374009-f167-4b2b-8ea7-4eb9c5c276d8") - ) - (pin "3" - (uuid "cdc948d3-d95d-409e-8693-df71191c6e97") - ) - (pin "2" - (uuid "b8486304-dae2-4796-892d-5d813c3fb67f") - ) - (instances - (project "qclk" - (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" - (reference "Q4") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "power:+5V") (at 55.88 20.32 0) @@ -7167,7 +8733,7 @@ (at 20.32 74.93 0) (unit 1) (exclude_from_sim no) - (in_bom yes) + (in_bom no) (on_board yes) (dnp no) (fields_autoplaced yes) @@ -7232,16 +8798,16 @@ ) (symbol (lib_id "stuff:23101BH") - (at 209.55 52.07 90) + (at 209.55 62.23 90) (unit 1) (exclude_from_sim no) - (in_bom yes) + (in_bom no) (on_board yes) (dnp no) (fields_autoplaced yes) (uuid "c3f6ba01-70d7-47d1-a614-3f9089ba5d90") (property "Reference" "U5" - (at 223.52 50.7999 90) + (at 223.52 60.9599 90) (effects (font (size 1.27 1.27) @@ -7250,7 +8816,7 @@ ) ) (property "Value" "23101BH" - (at 223.52 53.3399 90) + (at 223.52 63.4999 90) (effects (font (size 1.27 1.27) @@ -7259,7 +8825,7 @@ ) ) (property "Footprint" "stuff:23101BH" - (at 227.584 70.612 0) + (at 227.584 80.772 0) (effects (font (size 1.27 1.27) @@ -7269,7 +8835,7 @@ ) ) (property "Datasheet" "https://www.ebay.ie/itm/141008250355" - (at 204.724 52.07 0) + (at 204.724 62.23 0) (effects (font (size 1.27 1.27) @@ -7279,7 +8845,7 @@ ) ) (property "Description" "Single digit 7 segment hyper red and green LED display, common cathode" - (at 209.55 52.07 0) + (at 209.55 62.23 0) (effects (font (size 1.27 1.27) @@ -7344,7 +8910,7 @@ ) ) ) - (property "Value" "240R" + (property "Value" "240" (at 160.02 168.91 90) (effects (font @@ -7379,7 +8945,7 @@ (hide yes) ) ) - (property "LCSC" "C17888" + (property "LCSC" "C335007" (at 160.02 172.72 90) (effects (font @@ -7403,6 +8969,90 @@ ) ) ) + (symbol + (lib_id "Transistor_FET:2N7002") + (at 113.03 30.48 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "c66d5477-43f8-453e-bbbb-ee9b57c1ef73") + (property "Reference" "Q1" + (at 119.38 29.2099 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2N7002" + (at 119.38 31.7499 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 118.11 32.385 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/NDS7002A-D.PDF" + (at 118.11 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "0.115A Id, 60V Vds, N-Channel MOSFET, SOT-23" + (at 113.03 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C8545" + (at 113.03 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "26828d96-2078-4da7-9d9d-1997312ef724") + ) + (pin "3" + (uuid "03560c68-9868-4849-9c97-7b92e1da6feb") + ) + (pin "1" + (uuid "bb4009b1-a4eb-4010-95f9-8262f594ac09") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "Q1") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Transistor_Array:ULN2803A") (at 85.09 162.56 0) @@ -7448,7 +9098,7 @@ (hide yes) ) ) - (property "Description" "" + (property "Description" "Darlington Transistor Arrays, SOIC18/DIP18" (at 85.09 162.56 0) (effects (font @@ -7529,6 +9179,327 @@ ) ) ) + (symbol + (lib_id "Device:R") + (at 256.54 21.59 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "cef41b6c-d9ed-4116-a3e5-11da726dd23d") + (property "Reference" "R20" + (at 259.08 20.3199 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10K" + (at 259.08 22.8599 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 254.762 21.59 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 256.54 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 256.54 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C17414" + (at 256.54 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "cb1744b2-ca48-4453-b3d8-dc3bc750fc45") + ) + (pin "2" + (uuid "dc6acf13-bdf8-4d26-a67c-438f961e6e61") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "R20") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Transistor_FET:2N7002") + (at 161.29 30.48 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "d32e8920-ac9a-4d14-ad9d-cacee666f492") + (property "Reference" "Q3" + (at 167.64 29.2099 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2N7002" + (at 167.64 31.7499 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 166.37 32.385 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/NDS7002A-D.PDF" + (at 166.37 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "0.115A Id, 60V Vds, N-Channel MOSFET, SOT-23" + (at 161.29 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C8545" + (at 161.29 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "04b09f25-b9ce-477f-ac2e-8be75c42e4fd") + ) + (pin "3" + (uuid "e8d77806-5ece-4acb-a4ec-4539d5181a1d") + ) + (pin "1" + (uuid "a7f610d3-109e-43aa-acbf-ffe9971b31c7") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "Q3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 160.02 21.59 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "d46775f4-d4d8-4c80-bb73-10a63634f66c") + (property "Reference" "R14" + (at 162.56 20.3199 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10K" + (at 162.56 22.8599 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 158.242 21.59 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 160.02 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 160.02 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C17414" + (at 160.02 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "43799baf-608d-4680-9975-dfef84b3b5bc") + ) + (pin "2" + (uuid "324129d2-aeed-49d0-b99b-2805da911a55") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "R14") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 107.95 38.1 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "db2e2693-aa0e-49ce-b91b-011b7a86a39e") + (property "Reference" "R10" + (at 110.49 36.8299 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10K" + (at 110.49 39.3699 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 106.172 38.1 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 107.95 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 107.95 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C17414" + (at 107.95 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "c0322920-1bb5-4079-ac31-0698f4c1d566") + ) + (pin "1" + (uuid "08574622-8fab-4642-8844-254c23188a52") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "R10") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Device:R") (at 119.38 162.56 90) @@ -7582,7 +9553,7 @@ (hide yes) ) ) - (property "LCSC" "C17888" + (property "LCSC" "C335007" (at 119.38 162.56 90) (effects (font @@ -7611,7 +9582,7 @@ (at 20.32 62.23 0) (unit 1) (exclude_from_sim no) - (in_bom yes) + (in_bom no) (on_board yes) (dnp no) (uuid "e1a8a43b-7340-40fb-9899-44a8789efdf2") @@ -7681,7 +9652,7 @@ (at 55.88 97.79 0) (unit 1) (exclude_from_sim no) - (in_bom yes) + (in_bom no) (on_board yes) (dnp no) (fields_autoplaced yes) @@ -7896,12 +9867,175 @@ ) ) ) + (symbol + (lib_id "Transistor_FET:2N7002") + (at 209.55 30.48 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "ed351f63-a6c2-4d19-ab92-128daf192fc5") + (property "Reference" "Q5" + (at 215.9 29.2099 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2N7002" + (at 215.9 31.7499 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 214.63 32.385 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/NDS7002A-D.PDF" + (at 214.63 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "0.115A Id, 60V Vds, N-Channel MOSFET, SOT-23" + (at 209.55 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C8545" + (at 209.55 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "b41353d8-d5eb-49ef-b814-6c7a47b98bac") + ) + (pin "3" + (uuid "08136650-bb39-4f46-b3ca-55e5a9e6abbe") + ) + (pin "1" + (uuid "144858e3-1899-462c-a01a-9881e20cf4c2") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "Q5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 111.76 21.59 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "f4b78709-617d-4698-9252-c594e0a03d77") + (property "Reference" "R11" + (at 114.3 20.3199 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10K" + (at 114.3 22.8599 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 109.982 21.59 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 111.76 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 111.76 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C17414" + (at 111.76 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c7aea876-55e0-4c7c-b373-ebc105e6710d") + ) + (pin "2" + (uuid "b9bfc13d-10ac-4e65-ac7b-35bd4e5b8c46") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "R11") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Connector:Conn_01x03_Pin") (at 20.32 44.45 0) (unit 1) (exclude_from_sim no) - (in_bom yes) + (in_bom no) (on_board yes) (dnp no) (fields_autoplaced yes) @@ -8020,7 +10154,7 @@ (hide yes) ) ) - (property "LCSC" "C17888" + (property "LCSC" "C335007" (at 110.49 160.02 90) (effects (font diff --git a/qclk/qclk.kicad_sch_old b/qclk/qclk.kicad_sch_old new file mode 100644 index 0000000..0abbec5 --- /dev/null +++ b/qclk/qclk.kicad_sch_old @@ -0,0 +1,10176 @@ +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "9e11d2b7-9887-4d13-8263-8018d8f183d2") + (paper "A4") + (title_block + (title "qclk") + ) + (lib_symbols + (symbol "Connector:Conn_01x02_Pin" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (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_Pin" + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x02, script generated" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_01x02_Pin_1_1" + (polyline + (pts + (xy 1.27 -2.54) (xy 0.8636 -2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 0) (xy 0.8636 0) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 0.8636 -2.413) + (end 0 -2.667) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 0.127) + (end 0 -0.127) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (pin passive line + (at 5.08 0 180) + (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 180) + (length 3.81) + (name "Pin_2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector:Conn_01x03_Pin" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (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_Pin" + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x03, script generated" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_01x03_Pin_1_1" + (polyline + (pts + (xy 1.27 -2.54) (xy 0.8636 -2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 0) (xy 0.8636 0) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 2.54) (xy 0.8636 2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 0.8636 -2.413) + (end 0 -2.667) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 0.127) + (end 0 -0.127) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 2.667) + (end 0 2.413) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (pin passive line + (at 5.08 2.54 180) + (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 180) + (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 180) + (length 3.81) + (name "Pin_3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "R" + (at 2.032 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R" + (at 0 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at -1.778 0 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "R_0_1" + (rectangle + (start -1.016 -2.54) + (end 1.016 2.54) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "R_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 "MCU_Module_RaspberryPi_Pico:RaspberryPi_Pico_SecondaryPins" + (pin_names + (offset 0.889) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at -19.05 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "RaspberryPi_Pico_SecondaryPins" + (at 7.62 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Module_RaspberryPi_Pico:RaspberryPi_Pico_Original_SMD" + (at 0 -49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://datasheets.raspberrypi.com/pico/pico-datasheet.pdf" + (at 0 -52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Versatile and inexpensive microcontroller module (with full pinout for test point and debug connections) powered by RP2040 dual-core Arm Cortex-M0+ processor up to 133 MHz, 264kB SRAM, 2MB QSPI flash" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "Raspberry Pi Pico microcontroller module RP2040 M0+ usb" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "RaspberryPi_Pico_Original_SMD*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "RaspberryPi_Pico_SecondaryPins_0_1" + (rectangle + (start -19.05 36.83) + (end 19.05 -34.29) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy 0 36.83) (xy 1.27 36.195) (xy 1.27 34.29) (xy 1.905 34.29) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.905 34.29) (xy 3.175 35.56) (xy 3.175 33.02) (xy 1.905 34.29) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 5.08 36.83) (xy 3.81 36.195) (xy 3.81 34.29) (xy 3.175 34.29) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.651 35.306) (xy 1.651 35.56) (xy 1.905 35.56) (xy 1.905 33.02) (xy 2.159 33.02) (xy 2.159 33.274) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "RaspberryPi_Pico_SecondaryPins_1_1" + (pin bidirectional line + (at -22.86 22.86 0) + (length 3.81) + (name "GPIO0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "I2C0_SDA" bidirectional line) + (alternate "PWM0_A" output line) + (alternate "SPI0_RX" input line) + (alternate "UART0_TX" output line) + (alternate "USB_OVCUR_DET" input line) + ) + (pin bidirectional line + (at -22.86 5.08 0) + (length 3.81) + (name "GPIO7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "I2C1_SCL" bidirectional clock) + (alternate "PWM3_B" bidirectional line) + (alternate "SPI0_TX" output line) + (alternate "UART1_RTS" output line) + (alternate "USB_VBUS_DET" input line) + ) + (pin bidirectional line + (at -22.86 2.54 0) + (length 3.81) + (name "GPIO8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "I2C0_SDA" bidirectional line) + (alternate "PWM4_A" output line) + (alternate "SPI1_RX" input line) + (alternate "UART1_TX" output line) + (alternate "USB_VBUS_EN" output line) + ) + (pin bidirectional line + (at -22.86 0 0) + (length 3.81) + (name "GPIO9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "I2C0_SCL" bidirectional clock) + (alternate "PWM4_B" bidirectional line) + (alternate "UART1_RX" input line) + (alternate "USB_OVCUR_DET" input line) + (alternate "~{SPI1_CSn}" bidirectional line) + ) + (pin power_out line + (at 0 -38.1 90) + (length 3.81) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "GND_IN" power_in line) + ) + (pin bidirectional line + (at -22.86 -2.54 0) + (length 3.81) + (name "GPIO10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "I2C1_SDA" bidirectional line) + (alternate "PWM5_A" output line) + (alternate "SPI1_SCK" bidirectional clock) + (alternate "UART1_CTS" input line) + (alternate "USB_VBUS_DET" input line) + ) + (pin bidirectional line + (at -22.86 -5.08 0) + (length 3.81) + (name "GPIO11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "I2C1_SCL" bidirectional clock) + (alternate "PWM5_B" bidirectional line) + (alternate "SPI1_TX" output line) + (alternate "UART1_RTS" output line) + (alternate "USB_VBUS_EN" output line) + ) + (pin bidirectional line + (at -22.86 -7.62 0) + (length 3.81) + (name "GPIO12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "16" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "I2C0_SDA" bidirectional line) + (alternate "PWM6_A" output line) + (alternate "SPI1_RX" input line) + (alternate "UART0_TX" output line) + (alternate "USB_OVCUR_DET" input line) + ) + (pin bidirectional line + (at -22.86 -10.16 0) + (length 3.81) + (name "GPIO13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "17" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "I2C0_SCL" bidirectional clock) + (alternate "PWM6_B" bidirectional line) + (alternate "UART0_RX" input line) + (alternate "USB_VBUS_DET" input line) + (alternate "~{SPI1_CSn}" bidirectional line) + ) + (pin passive line + (at 0 -38.1 90) + (length 3.81) hide + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "18" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -22.86 -12.7 0) + (length 3.81) + (name "GPIO14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "19" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "I2C1_SDA" bidirectional line) + (alternate "PWM7_A" output line) + (alternate "SPI1_SCK" bidirectional clock) + (alternate "UART0_CTS" input line) + (alternate "USB_VBUS_EN" output line) + ) + (pin bidirectional line + (at -22.86 20.32 0) + (length 3.81) + (name "GPIO1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "I2C0_SCL" bidirectional clock) + (alternate "PWM0_B" bidirectional line) + (alternate "UART0_RX" input line) + (alternate "USB_VBUS_DET" passive line) + (alternate "~{SPI0_CSn}" bidirectional line) + ) + (pin bidirectional line + (at -22.86 -15.24 0) + (length 3.81) + (name "GPIO15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "20" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "I2C1_SCL" bidirectional clock) + (alternate "PWM7_B" bidirectional line) + (alternate "SPI1_TX" output line) + (alternate "UART0_RTS" output line) + (alternate "USB_OVCUR_DET" input line) + ) + (pin bidirectional line + (at 22.86 15.24 180) + (length 3.81) + (name "GPIO16" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "21" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "I2C0_SDA" bidirectional line) + (alternate "PWM0_A" output line) + (alternate "SPI0_RX" input line) + (alternate "UART0_TX" output line) + (alternate "USB_VBUS_DET" input line) + ) + (pin bidirectional line + (at 22.86 12.7 180) + (length 3.81) + (name "GPIO17" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "22" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "I2C0_SCL" bidirectional clock) + (alternate "PWM0_B" bidirectional line) + (alternate "UART0_RX" input line) + (alternate "USB_VBUS_EN" output line) + (alternate "~{SPI0_CSn}" bidirectional line) + ) + (pin passive line + (at 0 -38.1 90) + (length 3.81) hide + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "23" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 22.86 10.16 180) + (length 3.81) + (name "GPIO18" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "24" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "I2C1_SDA" bidirectional line) + (alternate "PWM1_A" output line) + (alternate "SPI0_SCK" bidirectional clock) + (alternate "UART0_CTS" input line) + (alternate "USB_OVCUR_DET" input line) + ) + (pin bidirectional line + (at 22.86 7.62 180) + (length 3.81) + (name "GPIO19" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "25" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "I2C1_SCL" bidirectional clock) + (alternate "PWM1_B" bidirectional line) + (alternate "SPI0_TX" output line) + (alternate "UART0_RTS" output line) + (alternate "USB_VBUS_DET" input line) + ) + (pin bidirectional line + (at 22.86 5.08 180) + (length 3.81) + (name "GPIO20" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "26" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "CLOCK_GPIN0" input clock) + (alternate "I2C0_SDA" bidirectional line) + (alternate "PWM2_A" output line) + (alternate "SPI0_RX" input line) + (alternate "UART1_TX" output line) + (alternate "USB_VBUS_EN" output line) + ) + (pin bidirectional line + (at 22.86 2.54 180) + (length 3.81) + (name "GPIO21" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "27" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "CLOCK_GPOUT0" output clock) + (alternate "I2C0_SCL" bidirectional clock) + (alternate "PWM2_B" bidirectional line) + (alternate "UART1_RX" input line) + (alternate "USB_OVCUR_DET" input line) + (alternate "~{SPI0_CSn}" bidirectional line) + ) + (pin passive line + (at 0 -38.1 90) + (length 3.81) hide + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "28" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 22.86 0 180) + (length 3.81) + (name "GPIO22" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "29" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "CLOCK_GPIN1" input clock) + (alternate "I2C1_SDA" bidirectional line) + (alternate "PWM3_A" output line) + (alternate "SPI0_SCK" bidirectional clock) + (alternate "UART1_CTS" input line) + (alternate "USB_VBUS_DET" input line) + ) + (pin passive line + (at 0 -38.1 90) + (length 3.81) hide + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -22.86 -20.32 0) + (length 3.81) + (name "RUN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "30" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "~{RESET}" input line) + ) + (pin bidirectional line + (at 22.86 -10.16 180) + (length 3.81) + (name "GPIO26_ADC0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "31" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "ADC0" input line) + (alternate "GPIO26" bidirectional line) + (alternate "I2C1_SDA" bidirectional line) + (alternate "PWM5_A" output line) + (alternate "SPI1_SCK" bidirectional clock) + (alternate "UART1_CTS" input line) + (alternate "USB_VBUS_EN" output line) + ) + (pin bidirectional line + (at 22.86 -12.7 180) + (length 3.81) + (name "GPIO27_ADC1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "32" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "ADC1" input line) + (alternate "GPIO27" bidirectional line) + (alternate "I2C1_SCL" bidirectional clock) + (alternate "PWM5_B" bidirectional line) + (alternate "SPI1_TX" output line) + (alternate "UART1_RTS" output line) + (alternate "USB_OVCUR_DET" input line) + ) + (pin power_in line + (at 22.86 -20.32 180) + (length 3.81) + (name "AGND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "33" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "GND" power_in line) + ) + (pin bidirectional line + (at 22.86 -15.24 180) + (length 3.81) + (name "GPIO28_ADC2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "34" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "ADC2" input line) + (alternate "GPIO28" bidirectional line) + (alternate "I2C0_SDA" bidirectional line) + (alternate "PWM6_A" output line) + (alternate "SPI1_RX" input line) + (alternate "UART0_TX" output line) + (alternate "USB_VBUS_DET" input line) + ) + (pin power_in line + (at 22.86 -5.08 180) + (length 3.81) + (name "ADC_VREF" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "35" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at -5.08 40.64 270) + (length 3.81) + (name "3V3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "36" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -22.86 -22.86 0) + (length 3.81) + (name "3V3_EN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "37" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "~{3V3_DISABLE}" input line) + ) + (pin passive line + (at 0 -38.1 90) + (length 3.81) hide + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "38" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 40.64 270) + (length 3.81) + (name "VSYS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "39" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "VSYS_OUT" power_out line) + ) + (pin bidirectional line + (at -22.86 17.78 0) + (length 3.81) + (name "GPIO2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "I2C1_SDA" bidirectional line) + (alternate "PWM1_A" output line) + (alternate "SPI0_SCK" bidirectional clock) + (alternate "UART0_CTS" input line) + (alternate "USB_VBUS_DET" input line) + ) + (pin power_out line + (at 5.08 40.64 270) + (length 3.81) + (name "VBUS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "40" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "VBUS_HOST" power_in line) + ) + (pin bidirectional line + (at -22.86 15.24 0) + (length 3.81) + (name "GPIO3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "I2C1_SCL" bidirectional clock) + (alternate "PWM1_B" bidirectional line) + (alternate "SPI0_TX" output line) + (alternate "UART0_RTS" output line) + (alternate "USB_OVCUR_DET" input line) + ) + (pin bidirectional line + (at -22.86 12.7 0) + (length 3.81) + (name "GPIO4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "I2C0_SDA" bidirectional line) + (alternate "PWM2_A" output line) + (alternate "SPI0_RX" input line) + (alternate "UART1_TX" output line) + (alternate "USB_VBUS_DET" input line) + ) + (pin bidirectional line + (at -22.86 10.16 0) + (length 3.81) + (name "GPIO5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "I2C0_SCL" bidirectional clock) + (alternate "PWM2_B" bidirectional line) + (alternate "UART1_RX" input line) + (alternate "USB_VBUS_EN" output line) + (alternate "~{SPI0_CSn}" bidirectional line) + ) + (pin passive line + (at 0 -38.1 90) + (length 3.81) hide + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -22.86 7.62 0) + (length 3.81) + (name "GPIO6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "I2C1_SDA" bidirectional line) + (alternate "PWM3_A" output line) + (alternate "SPI0_SCK" bidirectional clock) + (alternate "UART1_CTS" input line) + (alternate "USB_OVCUR_DET" input line) + ) + (pin input clock + (at -22.86 30.48 0) + (length 3.81) + (name "SWCLK" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "D1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -38.1 90) + (length 3.81) hide + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "D2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -22.86 27.94 0) + (length 3.81) + (name "SWDIO" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "D3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at 22.86 25.4 180) + (length 3.81) + (name "USB_GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "TP1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "USB_HOST_GND" power_in line) + ) + (pin bidirectional line + (at 22.86 27.94 180) + (length 3.81) + (name "USB_DM" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "TP2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 22.86 30.48 180) + (length 3.81) + (name "USB_DP" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "TP3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin no_connect line + (at 22.86 -27.94 180) + (length 3.81) + (name "~{SMPS_PS}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "TP4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "GPIO23_UNSAFE" output line) + (alternate "~{SMPS_PS_UNSAFE}" output line) + ) + (pin output line + (at 22.86 20.32 180) + (length 3.81) + (name "LED_OUT" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "TP5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -22.86 -27.94 0) + (length 3.81) + (name "~{BOOTSEL}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "TP6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Mechanical:MountingHole" + (pin_names + (offset 1.016) + ) + (exclude_from_sim yes) + (in_bom no) + (on_board yes) + (property "Reference" "H" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.175 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "mounting hole" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "MountingHole*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "MountingHole_0_1" + (circle + (center 0 0) + (radius 1.27) + (stroke + (width 1.27) + (type default) + ) + (fill + (type none) + ) + ) + ) + ) + (symbol "Switch:SW_Push" + (pin_numbers hide) + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "SW" + (at 1.27 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "SW_Push" + (at 0 -1.524 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Push button switch, generic, two pins" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "switch normally-open pushbutton push-button" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "SW_Push_0_1" + (circle + (center -2.032 0) + (radius 0.508) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 1.27) (xy 0 3.048) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 1.27) (xy -2.54 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 2.032 0) + (radius 0.508) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (pin passive line + (at -5.08 0 0) + (length 2.54) + (name "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 0 180) + (length 2.54) + (name "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Transistor_Array:ULN2803A" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 0 13.335 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "ULN2803A" + (at 0 11.43 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 1.27 -16.51 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/uln2803a.pdf" + (at 2.54 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Darlington Transistor Arrays, SOIC18/DIP18" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "Darlington transistor array" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "DIP*W7.62mm* SOIC*7.5x11.6mm*P1.27mm*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "ULN2803A_0_1" + (rectangle + (start -7.62 -15.24) + (end 7.62 10.16) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (circle + (center -1.778 5.08) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center -1.27 -2.286) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center -1.27 0) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center -1.27 2.54) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center -0.508 5.08) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy -4.572 5.08) (xy -3.556 5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.524 5.08) (xy 4.064 5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 6.731) (xy -1.016 6.731) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -0.508 5.08) (xy -0.508 7.62) (xy 2.286 7.62) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -3.556 6.096) (xy -3.556 4.064) (xy -2.032 5.08) (xy -3.556 6.096) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 5.969) (xy -1.016 5.969) (xy -0.508 6.731) (xy 0 5.969) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "ULN2803A_1_1" + (pin input line + (at -10.16 5.08 0) + (length 2.54) + (name "I1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 10.16 7.62 180) + (length 2.54) + (name "COM" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin open_collector line + (at 10.16 -12.7 180) + (length 2.54) + (name "O8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin open_collector line + (at 10.16 -10.16 180) + (length 2.54) + (name "O7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin open_collector line + (at 10.16 -7.62 180) + (length 2.54) + (name "O6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin open_collector line + (at 10.16 -5.08 180) + (length 2.54) + (name "O5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin open_collector line + (at 10.16 -2.54 180) + (length 2.54) + (name "O4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin open_collector line + (at 10.16 0 180) + (length 2.54) + (name "O3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "16" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin open_collector line + (at 10.16 2.54 180) + (length 2.54) + (name "O2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "17" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin open_collector line + (at 10.16 5.08 180) + (length 2.54) + (name "O1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "18" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -10.16 2.54 0) + (length 2.54) + (name "I2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -10.16 0 0) + (length 2.54) + (name "I3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -10.16 -2.54 0) + (length 2.54) + (name "I4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -10.16 -5.08 0) + (length 2.54) + (name "I5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -10.16 -7.62 0) + (length 2.54) + (name "I6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -10.16 -10.16 0) + (length 2.54) + (name "I7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -10.16 -12.7 0) + (length 2.54) + (name "I8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -17.78 90) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Transistor_FET:2N7002" + (pin_names hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "Q" + (at 5.08 1.905 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2N7002" + (at 5.08 0 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 5.08 -1.905 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/NDS7002A-D.PDF" + (at 5.08 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "0.115A Id, 60V Vds, N-Channel MOSFET, SOT-23" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "N-Channel Switching MOSFET" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "SOT?23*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "2N7002_0_1" + (polyline + (pts + (xy 0.254 0) (xy -2.54 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.254 1.905) (xy 0.254 -1.905) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 -1.27) (xy 0.762 -2.286) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 0.508) (xy 0.762 -0.508) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 2.286) (xy 0.762 1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 2.54) (xy 2.54 1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 -2.54) (xy 2.54 0) (xy 0.762 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 -1.778) (xy 3.302 -1.778) (xy 3.302 1.778) (xy 0.762 1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.016 0) (xy 2.032 0.381) (xy 2.032 -0.381) (xy 1.016 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 2.794 0.508) (xy 2.921 0.381) (xy 3.683 0.381) (xy 3.81 0.254) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 3.302 0.381) (xy 2.921 -0.254) (xy 3.683 -0.254) (xy 3.302 0.381) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 1.651 0) + (radius 2.794) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 2.54 -1.778) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 2.54 1.778) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + ) + (symbol "2N7002_1_1" + (pin input line + (at -5.08 0 0) + (length 2.54) + (name "G" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 -5.08 90) + (length 2.54) + (name "S" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 5.08 270) + (length 2.54) + (name "D" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Transistor_FET:AO3401A" + (pin_names hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "Q" + (at 5.08 1.905 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "AO3401A" + (at 5.08 0 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 5.08 -1.905 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3401A.pdf" + (at 5.08 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "-4.0A Id, -30V Vds, P-Channel MOSFET, SOT-23" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "P-Channel MOSFET" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "SOT?23*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "AO3401A_0_1" + (polyline + (pts + (xy 0.254 0) (xy -2.54 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.254 1.905) (xy 0.254 -1.905) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 -1.27) (xy 0.762 -2.286) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 0.508) (xy 0.762 -0.508) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 2.286) (xy 0.762 1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 2.54) (xy 2.54 1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 -2.54) (xy 2.54 0) (xy 0.762 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 1.778) (xy 3.302 1.778) (xy 3.302 -1.778) (xy 0.762 -1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.286 0) (xy 1.27 0.381) (xy 1.27 -0.381) (xy 2.286 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 2.794 -0.508) (xy 2.921 -0.381) (xy 3.683 -0.381) (xy 3.81 -0.254) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 3.302 -0.381) (xy 2.921 0.254) (xy 3.683 0.254) (xy 3.302 -0.381) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 1.651 0) + (radius 2.794) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 2.54 -1.778) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 2.54 1.778) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + ) + (symbol "AO3401A_1_1" + (pin input line + (at -5.08 0 0) + (length 2.54) + (name "G" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 -5.08 90) + (length 2.54) + (name "S" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 5.08 270) + (length 2.54) + (name "D" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:+12V" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+12V" + (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 yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+12V\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "+12V_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 "+12V_1_1" + (pin power_in line + (at 0 0 90) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:+5V" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (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 yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+5V\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "+5V_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 "+5V_1_1" + (pin power_in line + (at 0 0 90) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:GND" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (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 yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "GND_0_1" + (polyline + (pts + (xy 0 0) (xy 0 -1.27) (xy 1.27 -1.27) (xy 0 -2.54) (xy -1.27 -1.27) (xy 0 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "GND_1_1" + (pin power_in line + (at 0 0 270) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "stuff:23101BH" + (pin_names + (offset 0.635) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at -2.54 13.97 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "23101BH" + (at -4.826 -14.224 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Display_7Segment:SBC18-11SURKCGKWA" + (at -18.542 -18.034 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ebay.ie/itm/141008250355" + (at 0 4.826 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "Single digit 7 segment hyper red and green LED display, common cathode" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "display LED 7-segment" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "*SBC18*11*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "23101BH_0_0" + (text "A" + (at 0.254 6.858 0) + (effects + (font + (size 0.508 0.508) + ) + ) + ) + (text "B" + (at 2.54 6.096 0) + (effects + (font + (size 0.508 0.508) + ) + ) + ) + (text "C" + (at 2.286 3.048 0) + (effects + (font + (size 0.508 0.508) + ) + ) + ) + (text "D" + (at -0.254 2.286 0) + (effects + (font + (size 0.508 0.508) + ) + ) + ) + (text "DP" + (at 3.556 1.524 0) + (effects + (font + (size 0.508 0.508) + ) + ) + ) + (text "E" + (at -2.54 3.048 0) + (effects + (font + (size 0.508 0.508) + ) + ) + ) + (text "F" + (at -2.286 6.096 0) + (effects + (font + (size 0.508 0.508) + ) + ) + ) + (text "G" + (at 0 5.334 0) + (effects + (font + (size 0.508 0.508) + ) + ) + ) + ) + (symbol "23101BH_0_1" + (rectangle + (start -5.08 12.7) + (end 5.08 -12.7) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -1.524 4.064) (xy -1.778 2.032) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 1.524) (xy 0.762 1.524) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 7.112) (xy -1.524 5.08) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.016 4.572) (xy 1.016 4.572) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -0.762 7.62) (xy 1.27 7.62) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.524 4.064) (xy 1.27 2.032) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.778 7.112) (xy 1.524 5.08) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 1.524) (xy 2.54 1.524) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "23101BH_1_1" + (pin input line + (at 7.62 -10.16 180) + (length 2.54) + (name "CA" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -7.62 0) + (length 2.54) + (name "G" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 2.54) + (name "E" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 0 0) + (length 2.54) + (name "D" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 2.54) + (name "C" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 7.62 -7.62 180) + (length 2.54) + (name "CA" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 5.08 0) + (length 2.54) + (name "B" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 7.62 0) + (length 2.54) + (name "A" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -10.16 0) + (length 2.54) + (name "DP" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -5.08 0) + (length 2.54) + (name "F" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + ) + (junction + (at 219.71 52.07) + (diameter 0) + (color 0 0 0 0) + (uuid "07d672fd-f624-41e1-bf9c-9ac285c20cde") + ) + (junction + (at 212.09 25.4) + (diameter 0) + (color 0 0 0 0) + (uuid "08d37203-b9df-42e6-8d89-6009cc0c3d7c") + ) + (junction + (at 123.19 91.44) + (diameter 0) + (color 0 0 0 0) + (uuid "0966e0f3-a3d8-4ec0-a792-38026e4fd065") + ) + (junction + (at 256.54 17.78) + (diameter 0) + (color 0 0 0 0) + (uuid "0ade0cff-a2c9-4ec7-9eda-6fd748ac3895") + ) + (junction + (at 105.41 93.98) + (diameter 0) + (color 0 0 0 0) + (uuid "143e34cc-6392-4290-a667-407485753ac7") + ) + (junction + (at 107.95 76.2) + (diameter 0) + (color 0 0 0 0) + (uuid "1452c8a2-0011-42b4-a322-5a4403080a8b") + ) + (junction + (at 160.02 17.78) + (diameter 0) + (color 0 0 0 0) + (uuid "164afa3c-58dc-49c1-b895-1a8af91832b0") + ) + (junction + (at 110.49 119.38) + (diameter 0) + (color 0 0 0 0) + (uuid "1e64c523-7b04-40f7-bc6d-d3ee97017073") + ) + (junction + (at 123.19 52.07) + (diameter 0) + (color 0 0 0 0) + (uuid "262a03c5-e77a-4b31-9ec4-e80a453e7a04") + ) + (junction + (at 120.65 129.54) + (diameter 0) + (color 0 0 0 0) + (uuid "2c90ccc5-a50a-4ff8-bc51-7535ca31b3a8") + ) + (junction + (at 123.19 132.08) + (diameter 0) + (color 0 0 0 0) + (uuid "2ea91428-219d-416f-80df-b4a13fd68bc8") + ) + (junction + (at 219.71 17.78) + (diameter 0) + (color 0 0 0 0) + (uuid "30e8331c-2cfb-471b-816f-fae6ddd47c9e") + ) + (junction + (at 107.95 30.48) + (diameter 0) + (color 0 0 0 0) + (uuid "34916feb-323d-461b-b54f-ae6131ae2537") + ) + (junction + (at 163.83 41.91) + (diameter 0) + (color 0 0 0 0) + (uuid "3605353f-6d42-47e3-aa82-408fee1f2c5e") + ) + (junction + (at 115.57 41.91) + (diameter 0) + (color 0 0 0 0) + (uuid "3e1da9c2-49fa-4623-97a7-81cfb6fecfd7") + ) + (junction + (at 105.41 73.66) + (diameter 0) + (color 0 0 0 0) + (uuid "3eff4996-25fd-4ded-a832-732e6e478d6a") + ) + (junction + (at 120.65 88.9) + (diameter 0) + (color 0 0 0 0) + (uuid "45de00ca-e33a-41af-b10f-b05ae2689ab6") + ) + (junction + (at 95.25 22.86) + (diameter 0) + (color 0 0 0 0) + (uuid "539a80b2-aefa-4c96-8c0d-aa3f00ca931c") + ) + (junction + (at 55.88 41.91) + (diameter 0) + (color 0 0 0 0) + (uuid "5c26e62b-b750-4f62-88f7-6d0a47d8ac20") + ) + (junction + (at 171.45 17.78) + (diameter 0) + (color 0 0 0 0) + (uuid "5d24dd3f-14cb-4838-8aaf-96f1ab7d5b37") + ) + (junction + (at 204.47 30.48) + (diameter 0) + (color 0 0 0 0) + (uuid "61818b71-e39b-4744-a312-89468826dbcb") + ) + (junction + (at 260.35 25.4) + (diameter 0) + (color 0 0 0 0) + (uuid "61f055dc-574f-4d84-b645-b1eb49bf606a") + ) + (junction + (at 123.19 111.76) + (diameter 0) + (color 0 0 0 0) + (uuid "6353f9c4-19ff-44d5-8247-53b88aa700f4") + ) + (junction + (at 260.35 41.91) + (diameter 0) + (color 0 0 0 0) + (uuid "65065eec-8359-48ba-9883-ec04419709fa") + ) + (junction + (at 113.03 81.28) + (diameter 0) + (color 0 0 0 0) + (uuid "65693b4a-5abd-47a4-be9e-4b47bcdbd045") + ) + (junction + (at 252.73 30.48) + (diameter 0) + (color 0 0 0 0) + (uuid "6a1437fd-b9cb-4fc6-9fb2-29df6a92ebdf") + ) + (junction + (at 115.57 25.4) + (diameter 0) + (color 0 0 0 0) + (uuid "6a1f5d2e-a1c6-43f9-9fff-db2bafe5cd3a") + ) + (junction + (at 123.19 17.78) + (diameter 0) + (color 0 0 0 0) + (uuid "6bc70346-04a9-4415-b0d0-e40a2e1b9bbd") + ) + (junction + (at 267.97 52.07) + (diameter 0) + (color 0 0 0 0) + (uuid "6efdc837-3672-43ad-b2f4-d298e8ef447a") + ) + (junction + (at 55.88 186.69) + (diameter 0) + (color 0 0 0 0) + (uuid "7ec42bb1-fa72-4517-a8ab-ad5d27e03ac7") + ) + (junction + (at 115.57 83.82) + (diameter 0) + (color 0 0 0 0) + (uuid "89fc2561-4195-41e3-849f-03c3b0110876") + ) + (junction + (at 204.47 41.91) + (diameter 0) + (color 0 0 0 0) + (uuid "a1596ec3-9daf-4942-8892-13fd0639df01") + ) + (junction + (at 55.88 142.24) + (diameter 0) + (color 0 0 0 0) + (uuid "a220d25b-8838-48a8-9c0d-a02ce095d737") + ) + (junction + (at 171.45 52.07) + (diameter 0) + (color 0 0 0 0) + (uuid "a22d6dbf-5f34-4a5f-b396-c2b622c58f75") + ) + (junction + (at 71.12 22.86) + (diameter 0) + (color 0 0 0 0) + (uuid "a41257e0-58a8-46a1-b056-e1ce9dadd355") + ) + (junction + (at 107.95 116.84) + (diameter 0) + (color 0 0 0 0) + (uuid "b04ffbc3-2979-4af6-82ed-78e7d4e33dd3") + ) + (junction + (at 156.21 41.91) + (diameter 0) + (color 0 0 0 0) + (uuid "b1236634-a775-47cb-82a3-b8b3e21a7278") + ) + (junction + (at 118.11 86.36) + (diameter 0) + (color 0 0 0 0) + (uuid "b1d86009-011d-4a23-aa67-164614fe4687") + ) + (junction + (at 252.73 41.91) + (diameter 0) + (color 0 0 0 0) + (uuid "b1eeff2a-578a-4fc1-bca0-04572eed9a7b") + ) + (junction + (at 105.41 114.3) + (diameter 0) + (color 0 0 0 0) + (uuid "b2d7b874-feaa-476c-bf25-18d24dc3ec85") + ) + (junction + (at 120.65 109.22) + (diameter 0) + (color 0 0 0 0) + (uuid "b2e752b9-e32d-48fd-84b1-e6eda7ce84aa") + ) + (junction + (at 208.28 17.78) + (diameter 0) + (color 0 0 0 0) + (uuid "b3a2213f-4e9e-4e35-b083-2b9f6ccb8a19") + ) + (junction + (at 212.09 41.91) + (diameter 0) + (color 0 0 0 0) + (uuid "bccdfcfa-adb6-429e-88ee-02d9095f6dbb") + ) + (junction + (at 113.03 101.6) + (diameter 0) + (color 0 0 0 0) + (uuid "c115167a-c386-4acf-9211-ada36281d82a") + ) + (junction + (at 110.49 99.06) + (diameter 0) + (color 0 0 0 0) + (uuid "c9f124c0-188e-451e-b9c2-00413f6e7ef6") + ) + (junction + (at 111.76 17.78) + (diameter 0) + (color 0 0 0 0) + (uuid "cd9db6c5-56c5-4b82-83b2-4caa062c5283") + ) + (junction + (at 163.83 25.4) + (diameter 0) + (color 0 0 0 0) + (uuid "cdf05e08-ad5e-4bb7-ae20-3b3added7829") + ) + (junction + (at 118.11 127) + (diameter 0) + (color 0 0 0 0) + (uuid "d150a87c-dbcf-40b7-845b-6dd35cd122ba") + ) + (junction + (at 115.57 124.46) + (diameter 0) + (color 0 0 0 0) + (uuid "d9b512be-c4fa-48a5-8b3c-73db923fffa8") + ) + (junction + (at 110.49 78.74) + (diameter 0) + (color 0 0 0 0) + (uuid "df755dfc-d9e1-4d7e-a26b-5c822e9e37a4") + ) + (junction + (at 107.95 96.52) + (diameter 0) + (color 0 0 0 0) + (uuid "eb06192d-8f3c-4c11-a7a5-bb85308e6d19") + ) + (junction + (at 115.57 104.14) + (diameter 0) + (color 0 0 0 0) + (uuid "ee5c0287-a1f7-4fca-b63c-12926df5d05f") + ) + (junction + (at 113.03 121.92) + (diameter 0) + (color 0 0 0 0) + (uuid "f0a1611f-d73c-4051-91d9-826c809c99c8") + ) + (junction + (at 156.21 30.48) + (diameter 0) + (color 0 0 0 0) + (uuid "f15bec86-2463-4cad-9010-2593867f45f0") + ) + (junction + (at 118.11 106.68) + (diameter 0) + (color 0 0 0 0) + (uuid "fceb42da-eccd-4e64-b85f-d02b8f73054c") + ) + (junction + (at 29.21 44.45) + (diameter 0) + (color 0 0 0 0) + (uuid "ff57e553-bef4-47ef-b6f1-8743d1ae6c8a") + ) + (wire + (pts + (xy 118.11 127) (xy 118.11 106.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "00e90762-dafb-4ab0-a4e9-8b0bb3063638") + ) + (wire + (pts + (xy 104.14 30.48) (xy 107.95 30.48) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0229802f-4004-46be-9f0e-7574e48846d2") + ) + (wire + (pts + (xy 163.83 35.56) (xy 163.83 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "049dfb1a-6ddb-4301-b29d-68af23412c31") + ) + (wire + (pts + (xy 252.73 41.91) (xy 260.35 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "05c41036-4456-404b-9e97-7debff461582") + ) + (wire + (pts + (xy 25.4 74.93) (xy 33.02 74.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0683344c-a7e4-4154-ab74-e119a9bc787b") + ) + (wire + (pts + (xy 74.93 172.72) (xy 15.24 172.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "06b8a795-53cb-46ba-8867-51bd27e9897e") + ) + (wire + (pts + (xy 71.12 46.99) (xy 71.12 22.86) + ) + (stroke + (width 0) + (type default) + ) + (uuid "06eb661d-c234-47d1-a441-721eaed86fb4") + ) + (wire + (pts + (xy 107.95 30.48) (xy 107.95 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "088c6826-e49d-4a7e-b66f-78f4ea527923") + ) + (wire + (pts + (xy 120.65 129.54) (xy 120.65 109.22) + ) + (stroke + (width 0) + (type default) + ) + (uuid "08a7375f-9316-489d-888d-55d64bcd5a87") + ) + (wire + (pts + (xy 163.83 172.72) (xy 163.83 137.16) + ) + (stroke + (width 0) + (type default) + ) + (uuid "09aaa429-a31b-4025-abec-11fe7b38b818") + ) + (wire + (pts + (xy 257.81 121.92) (xy 113.03 121.92) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0db24bfb-f50c-417e-a080-5c357444c8c3") + ) + (wire + (pts + (xy 29.21 62.23) (xy 29.21 44.45) + ) + (stroke + (width 0) + (type default) + ) + (uuid "10eaaec6-0205-43a6-bd43-e0808e9194b3") + ) + (wire + (pts + (xy 118.11 86.36) (xy 118.11 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "10f67f62-7ef7-4973-b25e-03cfd88be7cf") + ) + (wire + (pts + (xy 120.65 54.61) (xy 120.65 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1216b17c-2140-4dff-af0b-d8892f6b997f") + ) + (wire + (pts + (xy 219.71 69.85) (xy 219.71 111.76) + ) + (stroke + (width 0) + (type default) + ) + (uuid "136527a1-21c6-4b0d-952b-7edd1fed519f") + ) + (wire + (pts + (xy 29.21 44.45) (xy 29.21 17.78) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1626546e-4c18-4ef8-8266-5b08b24872cc") + ) + (wire + (pts + (xy 25.4 162.56) (xy 25.4 85.09) + ) + (stroke + (width 0) + (type default) + ) + (uuid "16652ada-e75f-42fa-8bea-6ab6738c8dee") + ) + (wire + (pts + (xy 25.4 44.45) (xy 29.21 44.45) + ) + (stroke + (width 0) + (type default) + ) + (uuid "174a8eba-a88a-4e67-84d1-21d93cb0cc46") + ) + (wire + (pts + (xy 74.93 165.1) (xy 22.86 165.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "188f2e57-c9f6-4f15-853e-3bd765142811") + ) + (wire + (pts + (xy 85.09 186.69) (xy 85.09 180.34) + ) + (stroke + (width 0) + (type default) + ) + (uuid "19485bc7-9c6a-4dfd-ab20-9cce14431a9a") + ) + (wire + (pts + (xy 171.45 17.78) (xy 171.45 20.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "19ea4192-1b7a-4203-a9ca-1d3ed7ff1d06") + ) + (wire + (pts + (xy 256.54 17.78) (xy 267.97 17.78) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1bc71229-0c86-4285-8447-c2c9a3b5d4cf") + ) + (wire + (pts + (xy 25.4 62.23) (xy 29.21 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1dbb3d4f-6c6f-4a13-b9c6-971d6ea59fa5") + ) + (wire + (pts + (xy 105.41 73.66) (xy 105.41 93.98) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1e2be149-3fe5-4e65-8362-2a54b69cae64") + ) + (wire + (pts + (xy 30.48 80.01) (xy 33.02 80.01) + ) + (stroke + (width 0) + (type default) + ) + (uuid "219055e1-a1e4-4f1b-aa8c-6fcd48af4ac3") + ) + (wire + (pts + (xy 158.75 69.85) (xy 158.75 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "22d3dc7d-a2e5-4396-ab75-caa4944c1e0b") + ) + (wire + (pts + (xy 115.57 41.91) (xy 156.21 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "22f3f3b6-4c4e-4992-8f09-8214ab57643f") + ) + (wire + (pts + (xy 207.01 69.85) (xy 207.01 99.06) + ) + (stroke + (width 0) + (type default) + ) + (uuid "23592ca7-0620-4f7b-b0d8-4cc20d9a2a10") + ) + (wire + (pts + (xy 265.43 52.07) (xy 267.97 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "23e3169e-9f47-4420-969f-a1399c3ac949") + ) + (wire + (pts + (xy 267.97 132.08) (xy 123.19 132.08) + ) + (stroke + (width 0) + (type default) + ) + (uuid "26039646-6de4-43bb-8e57-38d0af8d164c") + ) + (wire + (pts + (xy 168.91 54.61) (xy 168.91 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "27936b19-0ddb-4e1e-acb3-5a65ef9e0a96") + ) + (wire + (pts + (xy 110.49 119.38) (xy 110.49 99.06) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2b7baee7-0ec4-4624-a2c1-418f22ac8335") + ) + (wire + (pts + (xy 163.83 137.16) (xy 120.65 137.16) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2c22c117-0e8d-48b5-b977-4729758f5ea2") + ) + (wire + (pts + (xy 260.35 35.56) (xy 260.35 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2cf155dc-766c-46d5-9355-4ffcc9d59a1a") + ) + (wire + (pts + (xy 152.4 30.48) (xy 156.21 30.48) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2d74173c-5aeb-4ed8-8205-9975c3c75753") + ) + (wire + (pts + (xy 15.24 172.72) (xy 15.24 95.25) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2e30976a-d227-491f-8608-3bf11d03934a") + ) + (wire + (pts + (xy 78.74 95.25) (xy 88.9 95.25) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2e53b673-3b5c-4e41-a623-2c1c045db111") + ) + (wire + (pts + (xy 95.25 17.78) (xy 95.25 22.86) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2ed0fc5e-f825-469d-8932-a1d9ce648d58") + ) + (wire + (pts + (xy 267.97 17.78) (xy 267.97 20.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2f8e4491-0d0c-4a91-ab8f-e1467116fe0b") + ) + (wire + (pts + (xy 120.65 52.07) (xy 123.19 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "31403268-86bc-4c9d-b1a7-f70df4e527b1") + ) + (wire + (pts + (xy 107.95 96.52) (xy 107.95 76.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3261bf40-1584-4317-ba79-429517599218") + ) + (wire + (pts + (xy 78.74 90.17) (xy 83.82 90.17) + ) + (stroke + (width 0) + (type default) + ) + (uuid "357c6748-7355-440e-b29f-4669ab485947") + ) + (wire + (pts + (xy 123.19 17.78) (xy 123.19 20.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3614def9-eb3e-48ab-8f55-70524fb011ec") + ) + (wire + (pts + (xy 81.28 30.48) (xy 81.28 87.63) + ) + (stroke + (width 0) + (type default) + ) + (uuid "367346d3-48a5-42b1-b96d-2fbf8415b413") + ) + (wire + (pts + (xy 31.75 118.11) (xy 31.75 142.24) + ) + (stroke + (width 0) + (type default) + ) + (uuid "369ebfce-a3d2-4984-9046-00e2fbc8b56e") + ) + (wire + (pts + (xy 107.95 76.2) (xy 107.95 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "36e0f435-f013-4aaa-baed-82b9a5116c00") + ) + (wire + (pts + (xy 173.99 175.26) (xy 173.99 134.62) + ) + (stroke + (width 0) + (type default) + ) + (uuid "39892001-c0b0-49bd-a02f-f0897595ce4d") + ) + (wire + (pts + (xy 166.37 69.85) (xy 166.37 86.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "39d4eef1-ed99-4cda-8bd6-fee1cebf6a55") + ) + (wire + (pts + (xy 204.47 96.52) (xy 107.95 96.52) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3a7c3a0d-757a-44a7-8315-6441a1f64a68") + ) + (wire + (pts + (xy 262.89 127) (xy 118.11 127) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3c08cfd2-8ed8-45e0-add3-1744fafed0b3") + ) + (wire + (pts + (xy 120.65 137.16) (xy 120.65 129.54) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3dcd3f5c-d610-4624-ad36-dd7788468515") + ) + (wire + (pts + (xy 33.02 67.31) (xy 33.02 59.69) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3df951f8-2d60-4ef2-87f3-d278ffddc2f2") + ) + (wire + (pts + (xy 262.89 69.85) (xy 262.89 127) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3ee6ed35-3ef3-46b6-8d8b-ce8927f6643b") + ) + (wire + (pts + (xy 25.4 69.85) (xy 25.4 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "40199d8f-f1e3-4cab-a2ee-937fc1070f9a") + ) + (wire + (pts + (xy 17.78 92.71) (xy 33.02 92.71) + ) + (stroke + (width 0) + (type default) + ) + (uuid "418e0c6b-56bc-4e99-bcb1-b3e9d8d11528") + ) + (wire + (pts + (xy 33.02 118.11) (xy 31.75 118.11) + ) + (stroke + (width 0) + (type default) + ) + (uuid "42aa382c-9210-4807-8788-66b907e07537") + ) + (wire + (pts + (xy 113.03 81.28) (xy 113.03 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "43d8ae0f-5a88-4747-b268-332d9ab3b78c") + ) + (wire + (pts + (xy 163.83 83.82) (xy 115.57 83.82) + ) + (stroke + (width 0) + (type default) + ) + (uuid "44524611-7308-4018-836f-0d4ba462d88e") + ) + (wire + (pts + (xy 267.97 30.48) (xy 267.97 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4746517f-7021-4e58-91d2-4c1d7f5e2767") + ) + (wire + (pts + (xy 171.45 52.07) (xy 171.45 54.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "490a9994-f3fa-4012-b159-1364a2415981") + ) + (wire + (pts + (xy 78.74 87.63) (xy 81.28 87.63) + ) + (stroke + (width 0) + (type default) + ) + (uuid "49c07e30-8f68-4e99-a8c5-919506d74474") + ) + (wire + (pts + (xy 158.75 78.74) (xy 110.49 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4a0797ae-3397-48e4-9b99-f9b1c51da746") + ) + (wire + (pts + (xy 212.09 35.56) (xy 212.09 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4a5b1483-f003-45b3-8292-a715855b7207") + ) + (wire + (pts + (xy 107.95 41.91) (xy 115.57 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4c4ee2d7-b841-43dd-86cf-e68262e5aa18") + ) + (wire + (pts + (xy 171.45 17.78) (xy 208.28 17.78) + ) + (stroke + (width 0) + (type default) + ) + (uuid "50273241-2eb7-4881-bf94-cd36beb4475f") + ) + (wire + (pts + (xy 20.32 90.17) (xy 33.02 90.17) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5235dbf6-dabb-4ef9-95c2-f7d14dab000f") + ) + (wire + (pts + (xy 214.63 106.68) (xy 118.11 106.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "52c7a9ba-8cc8-45dd-8ba9-e132efd65bb6") + ) + (wire + (pts + (xy 71.12 20.32) (xy 71.12 22.86) + ) + (stroke + (width 0) + (type default) + ) + (uuid "53a62fec-5aed-4258-94ce-c8a8519f0225") + ) + (wire + (pts + (xy 208.28 17.78) (xy 219.71 17.78) + ) + (stroke + (width 0) + (type default) + ) + (uuid "55b2579d-f569-4b25-ae4b-ae594c301b5c") + ) + (wire + (pts + (xy 219.71 52.07) (xy 219.71 54.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "569ea7e3-c254-4398-9345-aa59543f438b") + ) + (wire + (pts + (xy 55.88 142.24) (xy 55.88 186.69) + ) + (stroke + (width 0) + (type default) + ) + (uuid "57118e74-aa11-4d4a-8dc3-fd669cb2444d") + ) + (wire + (pts + (xy 161.29 69.85) (xy 161.29 81.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "572162d0-481b-4d80-8ae7-d85573629b1a") + ) + (wire + (pts + (xy 95.25 17.78) (xy 111.76 17.78) + ) + (stroke + (width 0) + (type default) + ) + (uuid "584292e3-4641-47d0-9b2f-53a886e655e9") + ) + (wire + (pts + (xy 25.4 41.91) (xy 55.88 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5a5cc1e9-1a7d-4db4-87ae-0324cc62d743") + ) + (wire + (pts + (xy 171.45 91.44) (xy 123.19 91.44) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5b75d9dd-179a-41c7-8dbb-652119597811") + ) + (wire + (pts + (xy 144.78 44.45) (xy 144.78 30.48) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5ba57303-91d9-4081-9327-289d6c88b30c") + ) + (wire + (pts + (xy 27.94 160.02) (xy 27.94 82.55) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5ba8083c-67c2-48a3-bc4a-af3ff6d8a3bc") + ) + (wire + (pts + (xy 265.43 54.61) (xy 265.43 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5baca407-ed7c-44d3-b418-34e804bea610") + ) + (wire + (pts + (xy 86.36 92.71) (xy 86.36 46.99) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5bdf07ed-b6ba-45b6-9a7d-f3236b04a9ea") + ) + (wire + (pts + (xy 113.03 121.92) (xy 113.03 101.6) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5cdc45af-cc08-44dc-a576-6f3e522cd17f") + ) + (wire + (pts + (xy 250.19 69.85) (xy 250.19 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5efe9236-3cf9-415b-82e1-de2d303e28be") + ) + (wire + (pts + (xy 55.88 20.32) (xy 55.88 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "60a24953-f4c9-49d4-8feb-160e26bad19e") + ) + (wire + (pts + (xy 71.12 22.86) (xy 95.25 22.86) + ) + (stroke + (width 0) + (type default) + ) + (uuid "61c664e7-0326-4d8b-b15e-59bd6b6d4489") + ) + (wire + (pts + (xy 115.57 35.56) (xy 115.57 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6240c050-f35c-4636-ab60-2acb8a440296") + ) + (wire + (pts + (xy 95.25 175.26) (xy 166.37 175.26) + ) + (stroke + (width 0) + (type default) + ) + (uuid "68b030ef-d87a-4463-b928-d53d02d0c4a3") + ) + (wire + (pts + (xy 260.35 69.85) (xy 260.35 124.46) + ) + (stroke + (width 0) + (type default) + ) + (uuid "68ffcf7b-5660-4588-ab33-dc508874888c") + ) + (wire + (pts + (xy 95.25 162.56) (xy 115.57 162.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6a17f5c4-2f3b-45c1-a748-072a81fd0eb9") + ) + (wire + (pts + (xy 33.02 59.69) (xy 25.4 59.69) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6a3c030c-bd63-4b78-9989-f86f7f60f6bb") + ) + (wire + (pts + (xy 74.93 160.02) (xy 27.94 160.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6bf37e2c-a33c-40b7-a9aa-946f83cb868b") + ) + (wire + (pts + (xy 114.3 160.02) (xy 114.3 149.86) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6c479dfc-e123-4a68-9b13-d50402ae7390") + ) + (wire + (pts + (xy 193.04 46.99) (xy 193.04 30.48) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6d7169aa-b99f-47cf-958d-ef60deac5131") + ) + (wire + (pts + (xy 123.19 52.07) (xy 123.19 54.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6defd137-6ba6-4064-8df4-8d17ef1af6a6") + ) + (wire + (pts + (xy 105.41 93.98) (xy 105.41 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6f051d2f-f467-47ec-8b5f-a0e9b23d0417") + ) + (wire + (pts + (xy 143.51 142.24) (xy 115.57 142.24) + ) + (stroke + (width 0) + (type default) + ) + (uuid "70893662-93a9-491c-aa67-f0c390f5a06c") + ) + (wire + (pts + (xy 217.17 69.85) (xy 217.17 109.22) + ) + (stroke + (width 0) + (type default) + ) + (uuid "71bd0179-aada-4858-9f17-1dbeb3d61aa8") + ) + (wire + (pts + (xy 168.91 88.9) (xy 120.65 88.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7246584b-5fc7-4c4f-b1d0-255d4528e876") + ) + (wire + (pts + (xy 171.45 30.48) (xy 171.45 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "724686d1-8062-4954-850d-37dc0ebf54cb") + ) + (wire + (pts + (xy 255.27 69.85) (xy 255.27 119.38) + ) + (stroke + (width 0) + (type default) + ) + (uuid "76dd4183-de82-4c19-a2f6-bd0a7120b143") + ) + (wire + (pts + (xy 22.86 165.1) (xy 22.86 87.63) + ) + (stroke + (width 0) + (type default) + ) + (uuid "77a4f43c-0001-415a-9980-5dfa48849c29") + ) + (wire + (pts + (xy 83.82 90.17) (xy 83.82 44.45) + ) + (stroke + (width 0) + (type default) + ) + (uuid "77bcae71-8a51-4200-b8e3-f79ca7e11d53") + ) + (wire + (pts + (xy 123.19 162.56) (xy 123.19 147.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7983cf33-201c-4906-a78d-7a751df12d4f") + ) + (wire + (pts + (xy 207.01 99.06) (xy 110.49 99.06) + ) + (stroke + (width 0) + (type default) + ) + (uuid "79d19ef2-5f0b-4d80-8864-a14e6f3c479a") + ) + (wire + (pts + (xy 123.19 30.48) (xy 123.19 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7a7cb480-f0d9-4fdf-8584-6daecedea58a") + ) + (wire + (pts + (xy 120.65 109.22) (xy 120.65 88.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7bfc2060-ebe2-4d63-afec-61060c5dbc46") + ) + (wire + (pts + (xy 163.83 69.85) (xy 163.83 83.82) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7d98eb30-9ec0-4d5d-8824-70d7eadc7b6e") + ) + (wire + (pts + (xy 55.88 135.89) (xy 55.88 142.24) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7e07d80b-da8e-4144-8cdb-28c90cef11e8") + ) + (wire + (pts + (xy 143.51 167.64) (xy 143.51 142.24) + ) + (stroke + (width 0) + (type default) + ) + (uuid "82e1f219-d980-4d2b-b22f-3108e2617dcc") + ) + (wire + (pts + (xy 153.67 73.66) (xy 105.41 73.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8385b8ec-8fcd-4202-9c6b-5e7ae3fe83e8") + ) + (wire + (pts + (xy 12.7 97.79) (xy 33.02 97.79) + ) + (stroke + (width 0) + (type default) + ) + (uuid "846b8975-1882-4779-9a6f-4d297db28433") + ) + (wire + (pts + (xy 252.73 116.84) (xy 107.95 116.84) + ) + (stroke + (width 0) + (type default) + ) + (uuid "84b1c408-c983-44a9-9836-7e59b3e2f30a") + ) + (wire + (pts + (xy 156.21 76.2) (xy 107.95 76.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "857e3e4e-1a51-42d3-86e4-9fb7c650ec4f") + ) + (wire + (pts + (xy 252.73 30.48) (xy 252.73 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "85828d1a-fa80-4097-b8dd-af59e553951d") + ) + (wire + (pts + (xy 95.25 157.48) (xy 97.79 157.48) + ) + (stroke + (width 0) + (type default) + ) + (uuid "85fdc22e-7e4e-41a7-a226-edce15800447") + ) + (wire + (pts + (xy 123.19 134.62) (xy 123.19 132.08) + ) + (stroke + (width 0) + (type default) + ) + (uuid "87133e07-cb41-4226-8d6b-445fe293c598") + ) + (wire + (pts + (xy 166.37 86.36) (xy 118.11 86.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "879da5a3-9a4b-4b9b-86a7-b6c36f6c2fe2") + ) + (wire + (pts + (xy 153.67 69.85) (xy 153.67 73.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8a73d5c0-c03b-426c-9dbb-095d0da6a65f") + ) + (wire + (pts + (xy 55.88 41.91) (xy 55.88 57.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8b408266-66c6-4a28-b24f-8680e1b82b42") + ) + (wire + (pts + (xy 201.93 69.85) (xy 201.93 93.98) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8b4faff9-de8f-4b94-81b9-a74aa3511bc4") + ) + (wire + (pts + (xy 120.65 88.9) (xy 120.65 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8bd856d9-88f7-4a8e-a36d-c9f9477c57c2") + ) + (wire + (pts + (xy 219.71 17.78) (xy 219.71 20.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8c4e96f6-19c6-4853-95f7-7b196d995688") + ) + (wire + (pts + (xy 217.17 52.07) (xy 219.71 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8ea8668a-f6cf-4ab6-9f5e-c3129de4c70d") + ) + (wire + (pts + (xy 95.25 170.18) (xy 146.05 170.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8faf742f-7204-45fe-8d05-5ef285b4f0e8") + ) + (wire + (pts + (xy 88.9 49.53) (xy 241.3 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "905db0ae-2b7a-4dc4-973a-a5dd676d32cc") + ) + (wire + (pts + (xy 78.74 118.11) (xy 78.74 142.24) + ) + (stroke + (width 0) + (type default) + ) + (uuid "93753536-34ce-435b-b7fc-f62c1d401961") + ) + (wire + (pts + (xy 241.3 49.53) (xy 241.3 30.48) + ) + (stroke + (width 0) + (type default) + ) + (uuid "93a0f27c-1a67-4379-ba61-01834714a216") + ) + (wire + (pts + (xy 123.19 147.32) (xy 110.49 147.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "93ce12cf-a779-4f9b-8f14-aa02b56e46ea") + ) + (wire + (pts + (xy 29.21 17.78) (xy 41.91 17.78) + ) + (stroke + (width 0) + (type default) + ) + (uuid "96155331-28a3-484f-89f1-ff4cab3bf922") + ) + (wire + (pts + (xy 113.03 144.78) (xy 113.03 121.92) + ) + (stroke + (width 0) + (type default) + ) + (uuid "96216c6e-c992-4669-b64b-9d07cf493543") + ) + (wire + (pts + (xy 55.88 186.69) (xy 85.09 186.69) + ) + (stroke + (width 0) + (type default) + ) + (uuid "96974226-7464-465a-9686-a0a3c4ba404f") + ) + (wire + (pts + (xy 111.76 17.78) (xy 123.19 17.78) + ) + (stroke + (width 0) + (type default) + ) + (uuid "972b4fc2-2648-45a6-a784-f238c347b92c") + ) + (wire + (pts + (xy 267.97 52.07) (xy 267.97 54.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "97d4a7f4-eb16-4ff1-94c8-bab92209f1cf") + ) + (wire + (pts + (xy 83.82 44.45) (xy 144.78 44.45) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9922c004-c399-4a3a-9963-fbb2c3d57f68") + ) + (wire + (pts + (xy 156.21 30.48) (xy 156.21 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9a654888-cc10-4978-ba76-1cb58b614ea9") + ) + (wire + (pts + (xy 88.9 95.25) (xy 88.9 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9be27057-0781-4492-b7a0-d6ce640ee320") + ) + (wire + (pts + (xy 78.74 92.71) (xy 86.36 92.71) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9c4a210c-f1c6-4008-ac86-1988e0e6cedb") + ) + (wire + (pts + (xy 255.27 119.38) (xy 110.49 119.38) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9d05eeda-1272-43f4-b515-6b10deaeef9e") + ) + (wire + (pts + (xy 173.99 134.62) (xy 123.19 134.62) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9ea2796c-3bf4-4d9d-9778-1bcd7eb59174") + ) + (wire + (pts + (xy 105.41 114.3) (xy 105.41 157.48) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9ee8489b-2498-42fb-b7b5-434304a39796") + ) + (wire + (pts + (xy 33.02 69.85) (xy 25.4 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a2c91945-1756-4e58-8522-e73ed6b57ede") + ) + (wire + (pts + (xy 212.09 69.85) (xy 212.09 104.14) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a4247342-d29c-481d-974d-d99fba1101ed") + ) + (wire + (pts + (xy 118.11 106.68) (xy 118.11 86.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a4772bfc-81bb-455c-a558-f40a3bcc5a21") + ) + (wire + (pts + (xy 95.25 167.64) (xy 135.89 167.64) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a511a9fb-0176-4fb5-9e6a-fcf858970402") + ) + (wire + (pts + (xy 168.91 52.07) (xy 171.45 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a5c8f55b-c6b1-4dff-93a6-ce8518ee6667") + ) + (wire + (pts + (xy 260.35 41.91) (xy 278.13 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a6248f46-0c9d-4415-87dc-f28ec9b7b36f") + ) + (wire + (pts + (xy 55.88 142.24) (xy 78.74 142.24) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a6845e10-d312-4a07-af12-2ac559100cfe") + ) + (wire + (pts + (xy 168.91 69.85) (xy 168.91 88.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a9ae4a4b-3d95-44f4-92f2-e17d8a5971ae") + ) + (wire + (pts + (xy 265.43 129.54) (xy 120.65 129.54) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a9bc17d5-8f40-40f2-9c28-97f8f8fcbca4") + ) + (wire + (pts + (xy 123.19 17.78) (xy 160.02 17.78) + ) + (stroke + (width 0) + (type default) + ) + (uuid "abf70e1a-da78-4a12-973a-6f417df3ba5a") + ) + (wire + (pts + (xy 110.49 99.06) (xy 110.49 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ac1f5f48-4077-4bf2-b2fa-6aa4ff480fe2") + ) + (wire + (pts + (xy 20.32 167.64) (xy 20.32 90.17) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ac3bf0f3-6a0e-4dca-91ee-1ea1c5aaed7e") + ) + (wire + (pts + (xy 252.73 69.85) (xy 252.73 116.84) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ae2a7a10-8bbd-43a3-a20f-d1577d668b02") + ) + (wire + (pts + (xy 133.35 165.1) (xy 133.35 144.78) + ) + (stroke + (width 0) + (type default) + ) + (uuid "af2c4eb9-adb7-4241-bb30-3af48d881204") + ) + (wire + (pts + (xy 200.66 30.48) (xy 204.47 30.48) + ) + (stroke + (width 0) + (type default) + ) + (uuid "af32d9ae-5992-46a9-b73e-7201df70ea28") + ) + (wire + (pts + (xy 110.49 78.74) (xy 110.49 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b0061a58-5222-4af8-aa12-7bb54db11928") + ) + (wire + (pts + (xy 114.3 149.86) (xy 107.95 149.86) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b08485b0-83e0-40a9-b771-c2a010db43cd") + ) + (wire + (pts + (xy 209.55 101.6) (xy 113.03 101.6) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b1a7d457-2c0c-4234-826c-07628dc1ed99") + ) + (wire + (pts + (xy 74.93 170.18) (xy 17.78 170.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b281d022-20de-4fbe-a28a-8817b59bfdd0") + ) + (wire + (pts + (xy 95.25 165.1) (xy 125.73 165.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b4792bb2-c03b-4159-a997-ecabfc18dde2") + ) + (wire + (pts + (xy 156.21 69.85) (xy 156.21 76.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b5510cf0-40b0-4085-811f-95a6e2730c9e") + ) + (wire + (pts + (xy 133.35 144.78) (xy 113.03 144.78) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b55555e9-8aff-46a0-b9ef-36ff6a042419") + ) + (wire + (pts + (xy 96.52 30.48) (xy 81.28 30.48) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b59b7aaf-d7c3-428f-b583-a923d020bada") + ) + (wire + (pts + (xy 219.71 111.76) (xy 123.19 111.76) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b5bb03ed-3bb8-4c1d-b4e3-26f0589da5ab") + ) + (wire + (pts + (xy 115.57 83.82) (xy 115.57 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b6d70aa5-7d15-4857-bd9f-29398199076d") + ) + (wire + (pts + (xy 260.35 124.46) (xy 115.57 124.46) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b6e24f1c-6c0a-4bd9-9d28-fbd0e97f40a5") + ) + (wire + (pts + (xy 265.43 69.85) (xy 265.43 129.54) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b6fb7d76-5549-4932-8f66-0469de386666") + ) + (wire + (pts + (xy 113.03 101.6) (xy 113.03 81.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bc0781e4-6236-43ad-a1af-0727a9c536e3") + ) + (wire + (pts + (xy 217.17 109.22) (xy 120.65 109.22) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bd1cf5c4-01e5-43f1-b158-060860768f49") + ) + (wire + (pts + (xy 31.75 142.24) (xy 40.64 142.24) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bd6c8c44-3d58-418a-8da4-1b4413985604") + ) + (wire + (pts + (xy 111.76 25.4) (xy 115.57 25.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "be44b363-759e-4b3d-8dc8-c391a0fca0c6") + ) + (wire + (pts + (xy 74.93 167.64) (xy 20.32 167.64) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c38b86e7-167b-4098-a0eb-f6df40452a8f") + ) + (wire + (pts + (xy 118.11 139.7) (xy 118.11 127) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c4e3cde1-daf9-44a9-82c8-0c86ea723084") + ) + (wire + (pts + (xy 123.19 91.44) (xy 123.19 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c53a7b83-34db-4e27-b0f8-8472e470e049") + ) + (wire + (pts + (xy 212.09 41.91) (xy 252.73 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c6bc7a35-3ee2-454c-a462-596c29fb2c89") + ) + (wire + (pts + (xy 107.95 116.84) (xy 107.95 96.52) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c72dc423-45ae-4e6a-8a5d-3fe6c9e4313a") + ) + (wire + (pts + (xy 25.4 77.47) (xy 33.02 77.47) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c7684ebf-dd1d-4c71-b25f-3e5c253c945b") + ) + (wire + (pts + (xy 161.29 81.28) (xy 113.03 81.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c8840435-1b46-4611-a185-a2c3d5d067ba") + ) + (wire + (pts + (xy 110.49 147.32) (xy 110.49 119.38) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c8c44f3c-4dd7-41e3-9be8-d0bdcebcd6b4") + ) + (wire + (pts + (xy 27.94 82.55) (xy 33.02 82.55) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c8ccf034-c8e8-49fd-a4b6-0e346c9f5138") + ) + (wire + (pts + (xy 156.21 41.91) (xy 163.83 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cafc6665-75dd-4fc1-b47c-14f34ae9a65a") + ) + (wire + (pts + (xy 123.19 111.76) (xy 123.19 91.44) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cb272987-03c1-4218-b693-19b914ceec7e") + ) + (wire + (pts + (xy 267.97 69.85) (xy 267.97 132.08) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ccb30623-55ba-4653-9887-c1bad0b340a3") + ) + (wire + (pts + (xy 95.25 160.02) (xy 106.68 160.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ceeaa33d-de91-4717-8515-64acabd23a12") + ) + (wire + (pts + (xy 256.54 25.4) (xy 260.35 25.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cefaf890-c371-4875-8ccf-85f47dbfb10f") + ) + (wire + (pts + (xy 248.92 30.48) (xy 252.73 30.48) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cf53a276-690e-4e10-a8ec-f32013fb1533") + ) + (wire + (pts + (xy 257.81 69.85) (xy 257.81 121.92) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d358c8cb-559f-4817-89df-736e884723da") + ) + (wire + (pts + (xy 214.63 69.85) (xy 214.63 106.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d3a1d2a2-e14d-4f54-9af2-e5427477858b") + ) + (wire + (pts + (xy 86.36 46.99) (xy 193.04 46.99) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d3e7311f-95eb-4085-837d-04081ab80a0f") + ) + (wire + (pts + (xy 201.93 93.98) (xy 105.41 93.98) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d6e216f6-44db-43d7-9301-00ec43da3fbd") + ) + (wire + (pts + (xy 30.48 157.48) (xy 30.48 80.01) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d8a54eb1-2292-4104-bcab-d6b8cd31921a") + ) + (wire + (pts + (xy 107.95 149.86) (xy 107.95 116.84) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dc67271e-dedd-4cbe-a8fc-89374a13e4af") + ) + (wire + (pts + (xy 163.83 41.91) (xy 204.47 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dcce3cd9-64fe-4d51-b2a5-afc883025c95") + ) + (wire + (pts + (xy 95.25 22.86) (xy 95.25 154.94) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dd1b602c-efef-4f5c-bfca-f19d3118a53b") + ) + (wire + (pts + (xy 171.45 69.85) (xy 171.45 91.44) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ddaf0899-1ae0-4af8-b660-e38426e6289a") + ) + (wire + (pts + (xy 25.4 85.09) (xy 33.02 85.09) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ddbfb957-915c-42cc-9bb7-7ab8651f2568") + ) + (wire + (pts + (xy 25.4 46.99) (xy 71.12 46.99) + ) + (stroke + (width 0) + (type default) + ) + (uuid "def89c1d-278b-4360-ad6a-f8833f3796ff") + ) + (wire + (pts + (xy 153.67 139.7) (xy 118.11 139.7) + ) + (stroke + (width 0) + (type default) + ) + (uuid "df9dd9cc-d5ce-4a82-a2d9-8541bed91b0c") + ) + (wire + (pts + (xy 95.25 172.72) (xy 156.21 172.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dffcca63-6aa5-4fbc-991e-89c9dac7b5d1") + ) + (wire + (pts + (xy 50.8 142.24) (xy 55.88 142.24) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e06d70bc-4be1-4e4d-b96b-f0c3628a9b04") + ) + (wire + (pts + (xy 17.78 170.18) (xy 17.78 92.71) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e0ae5e41-12b4-44bb-b2db-f8f16fbe21f7") + ) + (wire + (pts + (xy 115.57 142.24) (xy 115.57 124.46) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e1c9041b-a3e7-401b-af15-950e89800b24") + ) + (wire + (pts + (xy 74.93 162.56) (xy 25.4 162.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e2ef476f-4d79-42c1-9d6f-801118d7b097") + ) + (wire + (pts + (xy 219.71 30.48) (xy 219.71 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e5595a47-d827-4874-ad41-789700470bb3") + ) + (wire + (pts + (xy 74.93 157.48) (xy 30.48 157.48) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e61e0708-8be1-43ed-b93f-266ecafd8804") + ) + (wire + (pts + (xy 160.02 17.78) (xy 171.45 17.78) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e69122b0-1e61-4e6a-9caf-931cd73b0fbd") + ) + (wire + (pts + (xy 219.71 17.78) (xy 256.54 17.78) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e6daa79b-2b25-4218-a903-fd7bd75b58f4") + ) + (wire + (pts + (xy 160.02 25.4) (xy 163.83 25.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e71a029f-ca0b-4de7-8c3d-84d0c4c298d7") + ) + (wire + (pts + (xy 204.47 41.91) (xy 212.09 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e9e69f04-d30a-41b9-9758-81652c5bc748") + ) + (wire + (pts + (xy 74.93 175.26) (xy 12.7 175.26) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ecd70e1c-024e-473e-a534-b967df571e73") + ) + (wire + (pts + (xy 208.28 25.4) (xy 212.09 25.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "efb2b300-e2f2-4736-a54a-80ca20f83a33") + ) + (wire + (pts + (xy 209.55 69.85) (xy 209.55 101.6) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f43b03da-7ab1-4986-984d-761c411170fd") + ) + (wire + (pts + (xy 250.19 114.3) (xy 105.41 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f5591a14-e4ff-47ad-a1ac-9e1411d284eb") + ) + (wire + (pts + (xy 123.19 132.08) (xy 123.19 111.76) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f70a6260-8c99-41b0-9dfc-2842ecc6e2cc") + ) + (wire + (pts + (xy 22.86 87.63) (xy 33.02 87.63) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f858c957-5225-4a8e-b00f-12dca03f19bf") + ) + (wire + (pts + (xy 212.09 104.14) (xy 115.57 104.14) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f8dca272-5ff3-4863-9e99-9fd4f5fcfec3") + ) + (wire + (pts + (xy 204.47 30.48) (xy 204.47 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f915873b-88dd-483e-ad04-20881e12c356") + ) + (wire + (pts + (xy 204.47 69.85) (xy 204.47 96.52) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f94c5a18-f913-45f8-94e4-7fa02bbc6ba1") + ) + (wire + (pts + (xy 217.17 54.61) (xy 217.17 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f97e1656-9e22-4353-a9bb-9894dd33c9b2") + ) + (wire + (pts + (xy 153.67 170.18) (xy 153.67 139.7) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fc12949f-75d9-4d80-8394-526bd1554dcb") + ) + (wire + (pts + (xy 15.24 95.25) (xy 33.02 95.25) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fc13bd93-ab3d-47e3-bf7b-c3b62baf9765") + ) + (wire + (pts + (xy 115.57 124.46) (xy 115.57 104.14) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fc62a807-3316-422b-aef1-792339ea5620") + ) + (wire + (pts + (xy 115.57 104.14) (xy 115.57 83.82) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fca32e2d-16de-4c67-81d8-238ee67a12b0") + ) + (wire + (pts + (xy 105.41 69.85) (xy 105.41 73.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fd431f0d-8b15-412d-ad3b-32ad400e5736") + ) + (wire + (pts + (xy 12.7 175.26) (xy 12.7 97.79) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fe31b09a-d077-43d3-8b9a-25b3cad2b5e3") + ) + (symbol + (lib_id "Device:R") + (at 100.33 30.48 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "05a3a883-047a-423d-ab44-a2454789c532") + (property "Reference" "R9" + (at 100.33 24.13 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100" + (at 100.33 26.67 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 100.33 32.258 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 100.33 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 100.33 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C317241" + (at 100.33 30.48 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "eea715e9-bf90-4745-8c02-fd097913f557") + ) + (pin "2" + (uuid "1414a3b1-3777-4cbe-ae57-b4acc782e258") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "R9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 280.67 16.51 0) + (unit 1) + (exclude_from_sim yes) + (in_bom no) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "080ef8d2-7339-43d6-a1aa-aceb0a975d6a") + (property "Reference" "H4" + (at 283.21 15.2399 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 283.21 17.7799 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" + (at 280.67 16.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 280.67 16.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 280.67 16.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "H4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 245.11 30.48 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "0f54734e-f80b-42eb-b65d-869f2f15148a") + (property "Reference" "R18" + (at 245.11 24.13 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100" + (at 245.11 26.67 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 245.11 32.258 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 245.11 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 245.11 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C317241" + (at 245.11 30.48 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "16f50973-0c06-4cbf-a31d-7379b1bd8096") + ) + (pin "2" + (uuid "66efd871-97f8-44c2-88cf-3451aef4bf2c") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "R18") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 196.85 30.48 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "19a169be-4855-4386-9d4d-6aa6aa815170") + (property "Reference" "R15" + (at 196.85 24.13 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100" + (at 196.85 26.67 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 196.85 32.258 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 196.85 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 196.85 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C317241" + (at 196.85 30.48 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8c43cb79-982c-486c-ade8-0bcba46144d8") + ) + (pin "2" + (uuid "427f0330-e72f-4c5e-96f6-6daff41bb341") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "R15") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 129.54 165.1 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "1bc55fe8-df75-486e-9a77-705b4e315ffc") + (property "Reference" "R4" + (at 129.54 158.75 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "240" + (at 129.54 161.29 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_1206_3216Metric" + (at 129.54 166.878 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 129.54 165.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 129.54 165.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C102136" + (at 129.54 165.1 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "696d4fac-905e-4914-9092-94eb533f732c") + ) + (pin "1" + (uuid "12ee673b-a0a7-4490-b756-538adb033d99") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "R4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 101.6 157.48 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "31a02219-7f5a-4f15-b548-a71e045696bb") + (property "Reference" "R1" + (at 101.6 151.13 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "240" + (at 101.6 153.67 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_1206_3216Metric" + (at 101.6 159.258 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 101.6 157.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 101.6 157.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C102136" + (at 101.6 157.48 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "9d9d831f-e1b9-4c83-9d71-5f466fc256ff") + ) + (pin "1" + (uuid "1a0de49c-ce36-4525-bb42-9db2c17318df") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Transistor_FET:AO3401A") + (at 168.91 25.4 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "31c89d9e-73c5-44b1-afc7-2a610e52f471") + (property "Reference" "Q4" + (at 175.26 26.6701 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "AO3401A" + (at 175.26 24.1301 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 173.99 23.495 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3401A.pdf" + (at 173.99 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "-4.0A Id, -30V Vds, P-Channel MOSFET, SOT-23" + (at 168.91 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C15127" + (at 168.91 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "3" + (uuid "fe619a32-cef0-4b21-a237-b4efcc8daaaa") + ) + (pin "1" + (uuid "299319f2-cc64-4290-8655-25f519a56933") + ) + (pin "2" + (uuid "290814e6-f757-4b97-bc05-06976696e64e") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "Q4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Transistor_FET:AO3401A") + (at 217.17 25.4 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "34989592-6ce4-41dd-bf6f-fd7803a02519") + (property "Reference" "Q6" + (at 223.52 26.6701 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "AO3401A" + (at 223.52 24.1301 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 222.25 23.495 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3401A.pdf" + (at 222.25 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "-4.0A Id, -30V Vds, P-Channel MOSFET, SOT-23" + (at 217.17 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C15127" + (at 217.17 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "3" + (uuid "7b65c571-cce0-45c6-8f21-e1bd21503994") + ) + (pin "1" + (uuid "308828b6-54cb-4910-beca-85f40f1f8172") + ) + (pin "2" + (uuid "4435468a-5536-42f1-bb96-0a11fa491b59") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "Q6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 15.24 194.31 0) + (unit 1) + (exclude_from_sim yes) + (in_bom no) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "34d50bff-e1d1-40ef-b690-bee30a036503") + (property "Reference" "H2" + (at 17.78 193.0399 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 17.78 195.5799 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" + (at 15.24 194.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 15.24 194.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 15.24 194.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "H2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 139.7 167.64 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "3765c868-8569-442c-8ba8-fd2a838b5157") + (property "Reference" "R5" + (at 139.7 161.29 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "240" + (at 139.7 163.83 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_1206_3216Metric" + (at 139.7 169.418 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 139.7 167.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 139.7 167.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C102136" + (at 139.7 167.64 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "f4084f29-1999-4c33-a993-c08d061635ec") + ) + (pin "1" + (uuid "64dee65a-ede2-4454-a3c4-90b5fcd5eef5") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "R5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 204.47 38.1 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "3c66f952-de6c-4550-b69f-fba0ab6c53f5") + (property "Reference" "R16" + (at 207.01 36.8299 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10K" + (at 207.01 39.3699 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 202.692 38.1 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 204.47 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 204.47 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C17414" + (at 204.47 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "4ce77daf-2873-46dc-be34-21d6af949379") + ) + (pin "1" + (uuid "405b1c8d-fbc4-4481-8590-8666ba6c64ba") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "R16") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 15.24 15.24 0) + (unit 1) + (exclude_from_sim yes) + (in_bom no) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "41a60a3a-bbe1-40aa-9306-01acacd2f259") + (property "Reference" "H1" + (at 17.78 13.9699 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 17.78 16.5099 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" + (at 15.24 15.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 15.24 15.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 15.24 15.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "H1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+12V") + (at 71.12 20.32 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "474d010a-7a7e-47a8-a4c5-46ec5453eb31") + (property "Reference" "#PWR01" + (at 71.12 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+12V" + (at 71.12 15.24 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 71.12 20.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 71.12 20.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+12V\"" + (at 71.12 20.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a40a5fa7-76fb-46d6-bb53-e2dcac7e7df0") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "#PWR01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 280.67 161.29 0) + (unit 1) + (exclude_from_sim yes) + (in_bom no) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "4cae8c2f-13c6-4857-8353-541e7d0fbad6") + (property "Reference" "H3" + (at 283.21 160.0199 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 283.21 162.5599 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" + (at 280.67 161.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 280.67 161.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 280.67 161.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "H3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 148.59 30.48 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "50920013-702d-4d4f-b76d-26a93c594455") + (property "Reference" "R12" + (at 148.59 24.13 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100" + (at 148.59 26.67 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 148.59 32.258 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 148.59 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 148.59 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C317241" + (at 148.59 30.48 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d9541804-973a-4bca-bfe4-0dc3f14d62a5") + ) + (pin "2" + (uuid "8d6a7978-f56e-46e3-afe1-56768f79db4b") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "R12") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 41.91 17.78 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "68e66272-28b0-4c96-b41f-e12652e3aca6") + (property "Reference" "#PWR04" + (at 41.91 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 41.91 22.86 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 41.91 17.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 41.91 17.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 41.91 17.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "35bdced9-6a30-4799-93c5-919c99d62b07") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "#PWR04") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Switch:SW_Push") + (at 45.72 142.24 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "69cd60f7-cc1f-41c3-ab2c-c5d2d226014b") + (property "Reference" "SW1" + (at 45.72 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Push_Button" + (at 45.72 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Button_Switch_SMD:SW_Push_1P1T_XKB_TS-1187A" + (at 45.72 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 45.72 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Push button switch, generic, two pins" + (at 45.72 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C318884" + (at 45.72 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "5c890906-c37e-4d42-8c07-5b4deb397f60") + ) + (pin "1" + (uuid "9a0dd6f7-17b3-40c3-8b42-d9be65bcfd47") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "SW1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "stuff:23101BH") + (at 113.03 62.23 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "6b801338-f5b1-4f40-8346-f3cc1f59612e") + (property "Reference" "U3" + (at 127 60.9599 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "23101BH" + (at 127 63.4999 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "stuff:23101BH" + (at 131.064 80.772 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ebay.ie/itm/141008250355" + (at 108.204 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "Single digit 7 segment hyper red and green LED display, common cathode" + (at 113.03 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "475ad857-b985-40f6-b90c-a16c804d76d7") + ) + (pin "5" + (uuid "a3e5e094-8235-43ce-9333-656dcf99fc6d") + ) + (pin "7" + (uuid "0df97e81-4886-4eb9-9039-06705e7560cb") + ) + (pin "3" + (uuid "fcab88a3-46d5-45f7-b80c-0aac3686a690") + ) + (pin "8" + (uuid "6ee92b12-e4c0-4e53-bc8d-4635e45b6b66") + ) + (pin "1" + (uuid "13ca1432-c5d6-4f70-994b-110e5748bee1") + ) + (pin "9" + (uuid "8b0a82fb-889c-42b7-ae38-373376233433") + ) + (pin "4" + (uuid "b8e93c05-b1b4-4171-8a36-c5034b71603a") + ) + (pin "10" + (uuid "1f30562a-a41d-4573-987c-1602726a6560") + ) + (pin "6" + (uuid "45853819-7c79-4621-8b34-490231ba5564") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "U3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 156.21 38.1 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "6eb8f4ad-c94f-45d2-bc38-6553040b3375") + (property "Reference" "R13" + (at 158.75 36.8299 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10K" + (at 158.75 39.3699 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 154.432 38.1 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 156.21 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 156.21 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C17414" + (at 156.21 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "70adcba6-21e4-4566-a5bb-b2400e7cfa94") + ) + (pin "1" + (uuid "e2a558ba-0248-4024-af33-504870e0c7d4") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "R13") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 170.18 175.26 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "74f56ed2-fa03-432d-bf5b-4723faf2c3d9") + (property "Reference" "R8" + (at 170.18 168.91 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "430" + (at 170.18 171.45 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_1206_3216Metric" + (at 170.18 177.038 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 170.18 175.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 170.18 175.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C294787" + (at 170.18 175.26 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "f85b3a31-e097-4537-beff-e51fd3d4410c") + ) + (pin "1" + (uuid "9644b3ff-3207-4655-b6a8-05a459b5c784") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "R8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "stuff:23101BH") + (at 257.81 62.23 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "7c4649d6-5be9-4d6a-8c88-c0f85d5caf81") + (property "Reference" "U6" + (at 271.78 60.9599 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "23101BH" + (at 271.78 63.4999 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "stuff:23101BH" + (at 275.844 80.772 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ebay.ie/itm/141008250355" + (at 252.984 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "Single digit 7 segment hyper red and green LED display, common cathode" + (at 257.81 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "4" + (uuid "c5a81f5f-5d96-4f42-93aa-857067685165") + ) + (pin "6" + (uuid "8a891598-bf98-4d6f-b011-c52d9f19df8d") + ) + (pin "3" + (uuid "9f865f62-dfe8-4c3c-a949-e776e8bae153") + ) + (pin "10" + (uuid "182095b2-5ced-4391-9d4f-813f5adc26af") + ) + (pin "1" + (uuid "00ae06d8-f4ef-44cf-8b26-728f27661535") + ) + (pin "7" + (uuid "8430d1d8-e44d-4a9c-95e4-0b3ef9fa218a") + ) + (pin "5" + (uuid "aa3eb902-497f-4660-96b6-71e40ebb3c22") + ) + (pin "8" + (uuid "80bdccde-ce8a-4c6d-90bb-d5893c0b2166") + ) + (pin "9" + (uuid "6bc256f0-22f2-4474-9abf-6b79ca240e5a") + ) + (pin "2" + (uuid "26c03435-e1bf-4241-80c5-bc8c9fed552c") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "U6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "stuff:23101BH") + (at 161.29 62.23 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "8263eea9-18a5-4907-8889-d98cfb770e8f") + (property "Reference" "U4" + (at 175.26 60.9599 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "23101BH" + (at 175.26 63.4999 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "stuff:23101BH" + (at 179.324 80.772 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ebay.ie/itm/141008250355" + (at 156.464 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "Single digit 7 segment hyper red and green LED display, common cathode" + (at 161.29 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "3" + (uuid "e4e46ff6-77e3-456d-97bb-158bc61fa992") + ) + (pin "2" + (uuid "5244daeb-99f1-49fe-a427-92a5b6e5529e") + ) + (pin "8" + (uuid "09de10c4-abfa-4ca2-a252-dfb2f7536b70") + ) + (pin "4" + (uuid "6a711bdc-96e8-41ab-b7a6-96be8a52d458") + ) + (pin "9" + (uuid "4df0ea24-6746-4e99-8e5b-108cb28eb24f") + ) + (pin "10" + (uuid "1c74a584-8ceb-4335-afad-a43fa59c703a") + ) + (pin "1" + (uuid "71bccd00-35b5-4e66-a131-866d4a07bf80") + ) + (pin "7" + (uuid "6406b86b-e668-4e1a-b5c1-37fcb137020f") + ) + (pin "6" + (uuid "14900c7b-9611-472e-ae01-efa95f367df0") + ) + (pin "5" + (uuid "45e08b58-51b0-4047-8616-60b9102ec327") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "U4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 149.86 170.18 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "8918b622-7339-4c85-a90f-4e5e3653128c") + (property "Reference" "R6" + (at 149.86 163.83 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "240" + (at 149.86 166.37 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_1206_3216Metric" + (at 149.86 171.958 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 149.86 170.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 149.86 170.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C102136" + (at 149.86 170.18 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "13a3d59b-c9c7-4641-b755-0e426fca4384") + ) + (pin "1" + (uuid "18225609-82ab-4037-b2e3-eab4d7005790") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "R6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 278.13 41.91 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "8bc8610e-b9be-45fa-b8db-320acfeb670a") + (property "Reference" "#PWR05" + (at 278.13 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 278.13 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 278.13 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 278.13 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 278.13 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "62aaa6e0-8e0f-43b6-859f-aa5417b191c5") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "#PWR05") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Transistor_FET:AO3401A") + (at 120.65 25.4 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "932e48c1-ae2e-4ac3-b614-f6e37bb07b38") + (property "Reference" "Q2" + (at 127 26.6701 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "AO3401A" + (at 127 24.1301 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 125.73 23.495 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3401A.pdf" + (at 125.73 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "-4.0A Id, -30V Vds, P-Channel MOSFET, SOT-23" + (at 120.65 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C15127" + (at 120.65 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "3" + (uuid "ce6db93e-8b81-48a0-bf0a-3460347d8a8a") + ) + (pin "1" + (uuid "a85aab7f-297b-4d1b-967a-07e4ae1631a3") + ) + (pin "2" + (uuid "b39fc654-3bf8-485e-aeb1-852142e11e51") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "Q2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 252.73 38.1 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "950983e9-1891-4daf-aa53-b9ee05ce7e49") + (property "Reference" "R19" + (at 255.27 36.8299 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10K" + (at 255.27 39.3699 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 250.952 38.1 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 252.73 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 252.73 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C17414" + (at 252.73 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "87eea7ab-d9ec-4ae4-a3b7-f1a4087bd42a") + ) + (pin "1" + (uuid "dbf35804-1b70-4e43-81ea-eccb2c9f5494") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "R19") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 208.28 21.59 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "9ec0e2e4-1476-4f42-9f8c-fba7405cb51f") + (property "Reference" "R17" + (at 210.82 20.3199 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10K" + (at 210.82 22.8599 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 206.502 21.59 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 208.28 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 208.28 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C17414" + (at 208.28 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c57da7d4-e643-4653-bae6-b9b1ab09e6f7") + ) + (pin "2" + (uuid "e74a6e13-3ee6-464d-adcb-412373f9e137") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "R17") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Transistor_FET:AO3401A") + (at 265.43 25.4 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "a37ded83-7c7e-45e8-90d1-6cdf7b8ae8b0") + (property "Reference" "Q8" + (at 271.78 26.6701 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "AO3401A" + (at 271.78 24.1301 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 270.51 23.495 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3401A.pdf" + (at 270.51 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "-4.0A Id, -30V Vds, P-Channel MOSFET, SOT-23" + (at 265.43 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C15127" + (at 265.43 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "3" + (uuid "106148e2-5e5b-40c1-83fc-d6794b06f049") + ) + (pin "1" + (uuid "ac5f8b2e-a465-4266-9eed-5fff8b00258e") + ) + (pin "2" + (uuid "0fae1cd1-58d2-4b67-80bd-8235b2ef3fde") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "Q8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Transistor_FET:2N7002") + (at 257.81 30.48 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "a53a98fc-c253-4edb-bc3c-02e25eb0c156") + (property "Reference" "Q7" + (at 264.16 29.2099 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2N7002" + (at 264.16 31.7499 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 262.89 32.385 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/NDS7002A-D.PDF" + (at 262.89 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "0.115A Id, 60V Vds, N-Channel MOSFET, SOT-23" + (at 257.81 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C8545" + (at 257.81 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "7a66bb15-b4ac-48f8-a66f-9b475376c4c8") + ) + (pin "3" + (uuid "ad0e8daa-39cb-45ac-a068-9946169e9c6a") + ) + (pin "1" + (uuid "9ad35bbe-7e6d-44e8-bdef-17b7a7ae7239") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "Q7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 55.88 186.69 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "a8a9b29e-d0de-401d-a3f0-48df0249724d") + (property "Reference" "#PWR02" + (at 55.88 193.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 55.88 191.77 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 55.88 186.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 55.88 186.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 55.88 186.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c54e15c5-b742-4131-b308-ebe15c298545") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "#PWR02") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 55.88 20.32 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "b0a2e166-60e3-4cc3-90cb-a5aca38daeae") + (property "Reference" "#PWR03" + (at 55.88 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 55.88 15.24 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 55.88 20.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 55.88 20.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+5V\"" + (at 55.88 20.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "37cb4423-6c64-4faf-945d-c230c5f95b29") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "#PWR03") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Conn_01x02_Pin") + (at 20.32 74.93 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "b85b2ef9-37b4-419b-83f8-275b9b39936d") + (property "Reference" "J3" + (at 20.955 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "UART" + (at 20.955 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical" + (at 20.32 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 20.32 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x02, script generated" + (at 20.32 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b5e28d4d-e001-4f5c-b64e-25d7963d55d4") + ) + (pin "2" + (uuid "4edebd7a-e411-42de-8aea-8f9ecd5e39b1") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "J3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "stuff:23101BH") + (at 209.55 62.23 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "c3f6ba01-70d7-47d1-a614-3f9089ba5d90") + (property "Reference" "U5" + (at 223.52 60.9599 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "23101BH" + (at 223.52 63.4999 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "stuff:23101BH" + (at 227.584 80.772 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ebay.ie/itm/141008250355" + (at 204.724 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "Single digit 7 segment hyper red and green LED display, common cathode" + (at 209.55 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "4" + (uuid "fdae2039-fa83-4f19-ac66-07e7958581fe") + ) + (pin "3" + (uuid "b93f6263-2b94-4aff-a758-7c01e8eda0f2") + ) + (pin "2" + (uuid "47646791-1599-4eb1-b872-ab7f4888a0ca") + ) + (pin "10" + (uuid "23800ac8-cbb6-4ccb-b399-59b3cad38e25") + ) + (pin "1" + (uuid "3be46496-c1a4-487b-884e-0b4fc7a9b864") + ) + (pin "8" + (uuid "3fb1aa2c-a6e4-4482-a619-ec44a346e16a") + ) + (pin "7" + (uuid "dacbfe8c-f5b3-4c0f-808e-86867cd6f5c3") + ) + (pin "5" + (uuid "ecc8c974-ad75-414e-aa86-784b8f8b04c8") + ) + (pin "6" + (uuid "6c7a114d-275b-4977-8b9d-afb2b124fae9") + ) + (pin "9" + (uuid "3b1cabfa-1f81-4b77-bfca-731cf29018bd") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "U5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 160.02 172.72 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "c61837f6-318f-4806-8f44-52a239d1b629") + (property "Reference" "R7" + (at 160.02 166.37 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "240" + (at 160.02 168.91 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_1206_3216Metric" + (at 160.02 174.498 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 160.02 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 160.02 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C102136" + (at 160.02 172.72 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "2be5007c-826c-4112-9d5f-b5c6248a4dbb") + ) + (pin "1" + (uuid "5e342376-46bf-400d-97d4-123b626c6709") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "R7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Transistor_FET:2N7002") + (at 113.03 30.48 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "c66d5477-43f8-453e-bbbb-ee9b57c1ef73") + (property "Reference" "Q1" + (at 119.38 29.2099 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2N7002" + (at 119.38 31.7499 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 118.11 32.385 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/NDS7002A-D.PDF" + (at 118.11 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "0.115A Id, 60V Vds, N-Channel MOSFET, SOT-23" + (at 113.03 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C8545" + (at 113.03 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "26828d96-2078-4da7-9d9d-1997312ef724") + ) + (pin "3" + (uuid "03560c68-9868-4849-9c97-7b92e1da6feb") + ) + (pin "1" + (uuid "bb4009b1-a4eb-4010-95f9-8262f594ac09") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "Q1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Transistor_Array:ULN2803A") + (at 85.09 162.56 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "caf3e882-0655-4a85-907c-87b9439f7125") + (property "Reference" "U2" + (at 85.09 147.32 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "ULN2803A" + (at 85.09 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_SO:SOP-18_7.495x11.515mm_P1.27mm" + (at 86.36 179.07 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/uln2803a.pdf" + (at 87.63 167.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 85.09 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C845537" + (at 85.09 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "4" + (uuid "bed17b0e-e00c-44ba-b946-abaea5d8464b") + ) + (pin "15" + (uuid "ef5380a5-be92-484e-9c02-6f36b26f9ef0") + ) + (pin "16" + (uuid "1add2b72-dc38-4140-b820-dff381ef815b") + ) + (pin "12" + (uuid "32d281b6-3c3f-4f69-8d2e-46c7a34aa7f4") + ) + (pin "10" + (uuid "28ebf71a-69df-4f68-bcfa-8bce873496b5") + ) + (pin "18" + (uuid "0e7b868e-0ce2-4f59-b91d-1002b3ef96b0") + ) + (pin "13" + (uuid "81ff3ee8-35db-4079-9af4-bde2c11242fe") + ) + (pin "1" + (uuid "f40d3e65-ac4d-4098-8863-494940fec331") + ) + (pin "8" + (uuid "9aafc6f0-47a2-4a87-a816-c61a441c79a0") + ) + (pin "11" + (uuid "7d112e41-09db-4670-acbc-72645070e174") + ) + (pin "6" + (uuid "94962942-2f6b-4ca1-9c8d-d4211708a5ba") + ) + (pin "7" + (uuid "c426e495-00e7-4db4-bd0a-0ef0c81180aa") + ) + (pin "2" + (uuid "902f817d-8c86-461d-9393-ee2f9aea61e7") + ) + (pin "9" + (uuid "d9c9de73-9943-4bf8-bb55-1626782b0e5c") + ) + (pin "3" + (uuid "84172433-1a21-4170-b42d-d0c3865c5269") + ) + (pin "5" + (uuid "63943d4f-d041-4cc0-bbf5-75f13e9b2410") + ) + (pin "14" + (uuid "22959368-52a0-481b-ad7e-68b26fb103cf") + ) + (pin "17" + (uuid "0dd2221b-61c1-4259-85f4-a17cb21c4d13") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "U2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 256.54 21.59 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "cef41b6c-d9ed-4116-a3e5-11da726dd23d") + (property "Reference" "R20" + (at 259.08 20.3199 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10K" + (at 259.08 22.8599 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 254.762 21.59 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 256.54 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 256.54 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C17414" + (at 256.54 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "cb1744b2-ca48-4453-b3d8-dc3bc750fc45") + ) + (pin "2" + (uuid "dc6acf13-bdf8-4d26-a67c-438f961e6e61") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "R20") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Transistor_FET:2N7002") + (at 161.29 30.48 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "d32e8920-ac9a-4d14-ad9d-cacee666f492") + (property "Reference" "Q3" + (at 167.64 29.2099 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2N7002" + (at 167.64 31.7499 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 166.37 32.385 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/NDS7002A-D.PDF" + (at 166.37 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "0.115A Id, 60V Vds, N-Channel MOSFET, SOT-23" + (at 161.29 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C8545" + (at 161.29 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "04b09f25-b9ce-477f-ac2e-8be75c42e4fd") + ) + (pin "3" + (uuid "e8d77806-5ece-4acb-a4ec-4539d5181a1d") + ) + (pin "1" + (uuid "a7f610d3-109e-43aa-acbf-ffe9971b31c7") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "Q3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 160.02 21.59 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "d46775f4-d4d8-4c80-bb73-10a63634f66c") + (property "Reference" "R14" + (at 162.56 20.3199 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10K" + (at 162.56 22.8599 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 158.242 21.59 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 160.02 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 160.02 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C17414" + (at 160.02 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "43799baf-608d-4680-9975-dfef84b3b5bc") + ) + (pin "2" + (uuid "324129d2-aeed-49d0-b99b-2805da911a55") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "R14") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 107.95 38.1 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "db2e2693-aa0e-49ce-b91b-011b7a86a39e") + (property "Reference" "R10" + (at 110.49 36.8299 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10K" + (at 110.49 39.3699 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 106.172 38.1 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 107.95 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 107.95 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C17414" + (at 107.95 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "c0322920-1bb5-4079-ac31-0698f4c1d566") + ) + (pin "1" + (uuid "08574622-8fab-4642-8844-254c23188a52") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "R10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 119.38 162.56 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "dbf9fa66-ddfe-46d0-83cd-f8d00f411d00") + (property "Reference" "R3" + (at 119.38 156.21 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "240" + (at 119.38 158.75 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_1206_3216Metric" + (at 119.38 164.338 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 119.38 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 119.38 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C102136" + (at 119.38 162.56 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7bb0ca40-f808-48a1-bbff-48a397d93783") + ) + (pin "2" + (uuid "8a3d226a-8df9-4ea0-92bf-d3a64b9ca974") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "R3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Conn_01x03_Pin") + (at 20.32 62.23 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "e1a8a43b-7340-40fb-9899-44a8789efdf2") + (property "Reference" "J1" + (at 20.955 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "DEBUG" + (at 20.955 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical" + (at 20.32 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 20.32 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x03, script generated" + (at 20.32 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "3" + (uuid "18980843-056f-4f9e-ada7-25cf6b821ff1") + ) + (pin "2" + (uuid "c2d1929a-1d59-4e71-9346-764d330a900b") + ) + (pin "1" + (uuid "8b8d4ff3-d074-431e-b9fb-bf8f915374c7") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "J1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "MCU_Module_RaspberryPi_Pico:RaspberryPi_Pico_SecondaryPins") + (at 55.88 97.79 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "e6f13684-9ed1-4411-8ef1-6083165d6354") + (property "Reference" "U1" + (at 58.0741 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Pi_Pico" + (at 58.0741 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Module_RaspberryPi_Pico:RaspberryPi_Pico_Original_SMD" + (at 55.88 147.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://datasheets.raspberrypi.com/pico/pico-datasheet.pdf" + (at 55.88 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Versatile and inexpensive microcontroller module (with full pinout for test point and debug connections) powered by RP2040 dual-core Arm Cortex-M0+ processor up to 133 MHz, 264kB SRAM, 2MB QSPI flash" + (at 55.88 97.79 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C7203002" + (at 55.88 97.79 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "D3" + (uuid "1a74a254-82c5-4ee7-8745-8ae399d0d5ba") + ) + (pin "32" + (uuid "63080819-b012-4fb1-b8aa-ad2f83d81c6f") + ) + (pin "TP3" + (uuid "9732dae7-3d00-462b-b82b-4eaf69d9dc72") + ) + (pin "18" + (uuid "def9077c-fcfd-4f4d-a165-23bd4d08d646") + ) + (pin "33" + (uuid "c6f807ec-dba0-4377-94f2-a2db01f999ad") + ) + (pin "17" + (uuid "0932a1e3-77bb-450c-8f8f-baf299a5da93") + ) + (pin "3" + (uuid "36445812-9708-48fd-8df8-1cbcf3af22bb") + ) + (pin "28" + (uuid "abe3b627-0852-4670-b259-0be0f08624b8") + ) + (pin "10" + (uuid "06fd4d6e-f79a-4d24-a496-037775f43e06") + ) + (pin "1" + (uuid "f9b070da-3dae-44fd-b7a7-56da40253ce4") + ) + (pin "38" + (uuid "ad4ffeef-61e3-4c65-9382-0cd5788ed848") + ) + (pin "D1" + (uuid "73776dad-7135-4b7a-8620-65a874d4bcb2") + ) + (pin "26" + (uuid "b5404413-ccbe-41a9-a756-0b36e8cf967d") + ) + (pin "36" + (uuid "5f038c05-2b23-4871-ab0d-af4fee05b53a") + ) + (pin "21" + (uuid "02d8e71b-d1ef-4006-bcf5-145e23676d7a") + ) + (pin "39" + (uuid "1d7842f4-172c-42d4-86c6-1e2f4309add4") + ) + (pin "29" + (uuid "72b44327-648b-42b1-8335-af3694ad1de1") + ) + (pin "TP2" + (uuid "20fe1625-f30f-445b-92ce-e1bbc454d368") + ) + (pin "D2" + (uuid "30e70f41-1a4d-47c5-9d23-64f31c7af04a") + ) + (pin "20" + (uuid "9df23acd-5382-4b1f-929b-9fec53eb935a") + ) + (pin "40" + (uuid "128a9de1-8ac1-4ebe-a920-925c3ea2b283") + ) + (pin "11" + (uuid "2bd4fe64-4f10-4c1b-aa70-fa3f1a3e2ea6") + ) + (pin "31" + (uuid "09ccddbe-eaf2-439f-a47b-3661a19e65fc") + ) + (pin "4" + (uuid "64696fb6-2a5a-4230-84b3-2a50648e58dd") + ) + (pin "24" + (uuid "9a6c4a3e-b30d-4e79-8c71-437305260525") + ) + (pin "TP5" + (uuid "eac26c08-0338-43f4-9b40-01f2f678c586") + ) + (pin "25" + (uuid "14a28f48-651b-40a4-b082-428eab2925f2") + ) + (pin "35" + (uuid "fc3f4009-bedb-4bea-a652-4604929b1641") + ) + (pin "9" + (uuid "df1d9a8c-4c7a-4367-bce7-ad46c4c46c21") + ) + (pin "27" + (uuid "6c0baf83-0690-46a3-a571-8fde583a727b") + ) + (pin "5" + (uuid "2b333c70-04ac-411f-b5b1-56d534d72509") + ) + (pin "22" + (uuid "6aaa3114-227e-4039-959f-63b0b4f1c06b") + ) + (pin "TP6" + (uuid "46fa8ee1-4ebd-4763-a81e-eee8fe5821c9") + ) + (pin "13" + (uuid "cbf49c95-2a56-4515-a26f-58d42803c043") + ) + (pin "12" + (uuid "4a4fb185-dd2a-4ce5-896a-87318fb6cb18") + ) + (pin "37" + (uuid "fcf33028-f635-4d32-acfd-832ad214970a") + ) + (pin "6" + (uuid "e9eaddfe-0251-4789-a654-97190fc1ca69") + ) + (pin "23" + (uuid "47456f9f-8257-4088-9821-f89e3bbbc26b") + ) + (pin "8" + (uuid "2f30f91f-60c9-4af2-be28-cf45fb07bcd6") + ) + (pin "2" + (uuid "b9f35ffc-345c-407f-a2d4-569fed6b471a") + ) + (pin "14" + (uuid "d62513f2-0e53-4dd4-8413-c287929dcac4") + ) + (pin "16" + (uuid "e4a50f53-2d98-4af8-90c5-f9306b938dcc") + ) + (pin "15" + (uuid "3de3d9f1-d8f1-4c64-8180-b0be9765b419") + ) + (pin "34" + (uuid "b613a533-1b7c-4e68-ada2-5bead66e04cd") + ) + (pin "19" + (uuid "8f1aa95e-6d39-4ca2-b28f-164f6de18e8f") + ) + (pin "30" + (uuid "5199477f-13cd-4ac9-8f76-2dc61b91fe52") + ) + (pin "TP1" + (uuid "93285f28-4c7f-41db-91cd-9e024f5c796d") + ) + (pin "7" + (uuid "0fd981d9-5260-4242-b4e0-a9d52379f800") + ) + (pin "TP4" + (uuid "9df14d1b-7088-4cf7-95c7-33eaab3f3fc5") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "U1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Transistor_FET:2N7002") + (at 209.55 30.48 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "ed351f63-a6c2-4d19-ab92-128daf192fc5") + (property "Reference" "Q5" + (at 215.9 29.2099 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2N7002" + (at 215.9 31.7499 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 214.63 32.385 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/NDS7002A-D.PDF" + (at 214.63 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "0.115A Id, 60V Vds, N-Channel MOSFET, SOT-23" + (at 209.55 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C8545" + (at 209.55 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "b41353d8-d5eb-49ef-b814-6c7a47b98bac") + ) + (pin "3" + (uuid "08136650-bb39-4f46-b3ca-55e5a9e6abbe") + ) + (pin "1" + (uuid "144858e3-1899-462c-a01a-9881e20cf4c2") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "Q5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 111.76 21.59 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "f4b78709-617d-4698-9252-c594e0a03d77") + (property "Reference" "R11" + (at 114.3 20.3199 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10K" + (at 114.3 22.8599 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 109.982 21.59 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 111.76 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 111.76 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C17414" + (at 111.76 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c7aea876-55e0-4c7c-b373-ebc105e6710d") + ) + (pin "2" + (uuid "b9bfc13d-10ac-4e65-ac7b-35bd4e5b8c46") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "R11") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Conn_01x03_Pin") + (at 20.32 44.45 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "fc6bed4c-419a-4522-b43f-9641ddc02cd4") + (property "Reference" "J2" + (at 20.955 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "PWR" + (at 20.955 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical" + (at 20.32 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 20.32 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x03, script generated" + (at 20.32 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "88824524-e067-4805-bac5-0fa93dc47a18") + ) + (pin "2" + (uuid "309155f3-560d-4e50-9c47-0c98ad4251b3") + ) + (pin "3" + (uuid "a0e49d8c-3b39-400f-a8db-d1e0168b3831") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "J2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 110.49 160.02 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "fdfef731-66e4-4fa0-9334-93d44f64cd2a") + (property "Reference" "R2" + (at 110.49 153.67 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "240" + (at 110.49 156.21 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_1206_3216Metric" + (at 110.49 161.798 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 110.49 160.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 110.49 160.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC" "C102136" + (at 110.49 160.02 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "5e5d0cd4-6cb9-42d7-bcce-92a016395b34") + ) + (pin "1" + (uuid "20445d42-5d9b-42a5-beff-404d7eaff812") + ) + (instances + (project "qclk" + (path "/9e11d2b7-9887-4d13-8263-8018d8f183d2" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file