Finished power adapter?

This commit is contained in:
Zane Kaminski 2022-04-22 06:24:13 -04:00
parent 1a6d1c4b86
commit 49958bc01a
17 changed files with 61860 additions and 294 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -2,26 +2,156 @@
"board": { "board": {
"design_settings": { "design_settings": {
"defaults": { "defaults": {
"board_outline_line_width": 0.1, "board_outline_line_width": 0.09999999999999999,
"copper_line_width": 0.2, "copper_line_width": 0.19999999999999998,
"copper_text_italic": false,
"copper_text_size_h": 1.5, "copper_text_size_h": 1.5,
"copper_text_size_v": 1.5, "copper_text_size_v": 1.5,
"copper_text_thickness": 0.3, "copper_text_thickness": 0.3,
"copper_text_upright": false,
"courtyard_line_width": 0.049999999999999996,
"dimension_precision": 4,
"dimension_units": 3,
"dimensions": {
"arrow_length": 1270000,
"extension_offset": 500000,
"keep_text_aligned": true,
"suppress_zeroes": false,
"text_position": 0,
"units_format": 1
},
"fab_line_width": 0.09999999999999999,
"fab_text_italic": false,
"fab_text_size_h": 1.0,
"fab_text_size_v": 1.0,
"fab_text_thickness": 0.15,
"fab_text_upright": false,
"other_line_width": 0.15, "other_line_width": 0.15,
"other_text_italic": false,
"other_text_size_h": 1.0,
"other_text_size_v": 1.0,
"other_text_thickness": 0.15,
"other_text_upright": false,
"pads": {
"drill": 0.762,
"height": 1.524,
"width": 1.524
},
"silk_line_width": 0.15, "silk_line_width": 0.15,
"silk_text_italic": false,
"silk_text_size_h": 1.0, "silk_text_size_h": 1.0,
"silk_text_size_v": 1.0, "silk_text_size_v": 1.0,
"silk_text_thickness": 0.15 "silk_text_thickness": 0.15,
"silk_text_upright": false,
"zones": {
"45_degree_only": false,
"min_clearance": 0.19999999999999998
}
}, },
"diff_pair_dimensions": [], "diff_pair_dimensions": [
{
"gap": 0.0,
"via_gap": 0.0,
"width": 0.0
}
],
"drc_exclusions": [], "drc_exclusions": [],
"rules": { "meta": {
"min_copper_edge_clearance": 0.0, "version": 2
"solder_mask_clearance": 0.0,
"solder_mask_min_width": 0.0
}, },
"track_widths": [], "rule_severities": {
"via_dimensions": [] "annular_width": "error",
"clearance": "error",
"copper_edge_clearance": "error",
"courtyards_overlap": "error",
"diff_pair_gap_out_of_range": "error",
"diff_pair_uncoupled_length_too_long": "error",
"drill_out_of_range": "error",
"duplicate_footprints": "warning",
"extra_footprint": "warning",
"footprint_type_mismatch": "error",
"hole_clearance": "error",
"hole_near_hole": "error",
"invalid_outline": "error",
"item_on_disabled_layer": "error",
"items_not_allowed": "error",
"length_out_of_range": "error",
"malformed_courtyard": "error",
"microvia_drill_out_of_range": "error",
"missing_courtyard": "ignore",
"missing_footprint": "warning",
"net_conflict": "warning",
"npth_inside_courtyard": "ignore",
"padstack": "error",
"pth_inside_courtyard": "ignore",
"shorting_items": "error",
"silk_over_copper": "warning",
"silk_overlap": "warning",
"skew_out_of_range": "error",
"through_hole_pad_without_hole": "error",
"too_many_vias": "error",
"track_dangling": "warning",
"track_width": "error",
"tracks_crossing": "error",
"unconnected_items": "error",
"unresolved_variable": "error",
"via_dangling": "warning",
"zone_has_empty_net": "error",
"zones_intersect": "error"
},
"rules": {
"allow_blind_buried_vias": false,
"allow_microvias": false,
"max_error": 0.005,
"min_clearance": 0.19999999999999998,
"min_copper_edge_clearance": 0.0,
"min_hole_clearance": 0.25,
"min_hole_to_hole": 0.5,
"min_microvia_diameter": 0.19999999999999998,
"min_microvia_drill": 0.09999999999999999,
"min_silk_clearance": 0.0,
"min_through_hole_diameter": 0.3,
"min_track_width": 0.19999999999999998,
"min_via_annular_width": 0.049999999999999996,
"min_via_diameter": 0.39999999999999997,
"solder_mask_clearance": 0.0,
"solder_mask_min_width": 0.0,
"use_height_for_length_calcs": true
},
"track_widths": [
0.0,
0.15,
0.2,
0.25,
0.3,
0.35,
0.4,
0.45,
0.5,
0.6,
0.8,
1.0
],
"via_dimensions": [
{
"diameter": 0.0,
"drill": 0.0
},
{
"diameter": 0.6,
"drill": 0.3
},
{
"diameter": 0.8,
"drill": 0.4
},
{
"diameter": 1.0,
"drill": 0.5
}
],
"zones_allow_external_fillets": false,
"zones_use_no_outline": true
}, },
"layer_presets": [] "layer_presets": []
}, },
@ -256,9 +386,9 @@
"name": "Default", "name": "Default",
"pcb_color": "rgba(0, 0, 0, 0.000)", "pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)", "schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.25, "track_width": 0.2,
"via_diameter": 0.8, "via_diameter": 0.6,
"via_drill": 0.4, "via_drill": 0.3,
"wire_width": 6.0 "wire_width": 6.0
} }
], ],

View File

@ -1661,10 +1661,6 @@
(no_connect (at 66.04 161.29) (uuid ca0991c9-960f-4d88-bb6f-d39297633ad5)) (no_connect (at 66.04 161.29) (uuid ca0991c9-960f-4d88-bb6f-d39297633ad5))
(no_connect (at 109.22 166.37) (uuid ca0991c9-960f-4d88-bb6f-d39297633ad6)) (no_connect (at 109.22 166.37) (uuid ca0991c9-960f-4d88-bb6f-d39297633ad6))
(wire (pts (xy 130.81 55.88) (xy 135.89 55.88))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 02ffd1a9-07fb-4884-88cf-a83c2c90889b)
)
(wire (pts (xy 88.9 53.34) (xy 91.44 53.34)) (wire (pts (xy 88.9 53.34) (xy 91.44 53.34))
(stroke (width 0) (type default) (color 0 0 0 0)) (stroke (width 0) (type default) (color 0 0 0 0))
(uuid 04b8e903-9b4a-4437-a707-137b57e926ed) (uuid 04b8e903-9b4a-4437-a707-137b57e926ed)
@ -1789,6 +1785,10 @@
(stroke (width 0) (type default) (color 0 0 0 0)) (stroke (width 0) (type default) (color 0 0 0 0))
(uuid 597f7903-9580-4021-a118-91c096bda152) (uuid 597f7903-9580-4021-a118-91c096bda152)
) )
(wire (pts (xy 130.81 55.88) (xy 135.89 55.88))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 60011d2c-e2ae-4270-950e-ea40a53150ed)
)
(wire (pts (xy 88.9 48.26) (xy 96.52 48.26)) (wire (pts (xy 88.9 48.26) (xy 96.52 48.26))
(stroke (width 0) (type default) (color 0 0 0 0)) (stroke (width 0) (type default) (color 0 0 0 0))
(uuid 60e7254b-d70a-41e9-b5d6-ddc9367c3e31) (uuid 60e7254b-d70a-41e9-b5d6-ddc9367c3e31)
@ -2201,7 +2201,7 @@
(property "Reference" "C10" (id 0) (at 137.16 101.6 0) (property "Reference" "C10" (id 0) (at 137.16 101.6 0)
(effects (font (size 1.27 1.27)) (justify left top)) (effects (font (size 1.27 1.27)) (justify left top))
) )
(property "Value" "2u2" (id 1) (at 137.16 106.68 0) (property "Value" "10u" (id 1) (at 137.16 106.68 0)
(effects (font (size 1.27 1.27)) (justify left bottom)) (effects (font (size 1.27 1.27)) (justify left bottom))
) )
(property "Footprint" "stdpads:C_0805" (id 2) (at 135.89 104.14 0) (property "Footprint" "stdpads:C_0805" (id 2) (at 135.89 104.14 0)
@ -2210,6 +2210,9 @@
(property "Datasheet" "~" (id 3) (at 135.89 104.14 0) (property "Datasheet" "~" (id 3) (at 135.89 104.14 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "LCSC Part" "C15850" (id 4) (at 135.89 104.14 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 4cec1fd8-d78d-4c43-9ea7-76e0843b29ac)) (pin "1" (uuid 4cec1fd8-d78d-4c43-9ea7-76e0843b29ac))
(pin "2" (uuid ace06fcb-3fb2-40b3-8540-b8bcbdb8f3d7)) (pin "2" (uuid ace06fcb-3fb2-40b3-8540-b8bcbdb8f3d7))
) )
@ -2241,6 +2244,9 @@
(property "Datasheet" "74xx/74ls86.pdf" (id 3) (at 58.42 171.45 0) (property "Datasheet" "74xx/74ls86.pdf" (id 3) (at 58.42 171.45 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "LCSC Part" "C548853" (id 4) (at 58.42 171.45 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "11" (uuid 8b937a4c-4702-470b-b385-859583bbe895)) (pin "11" (uuid 8b937a4c-4702-470b-b385-859583bbe895))
(pin "12" (uuid 0f1ff80a-be6f-49e0-b6dc-7f831102e5a4)) (pin "12" (uuid 0f1ff80a-be6f-49e0-b6dc-7f831102e5a4))
(pin "13" (uuid c0736cd8-67b0-4538-a7c3-970edee844ea)) (pin "13" (uuid c0736cd8-67b0-4538-a7c3-970edee844ea))
@ -2300,7 +2306,7 @@
(property "Reference" "C4" (id 0) (at 91.44 101.6 0) (property "Reference" "C4" (id 0) (at 91.44 101.6 0)
(effects (font (size 1.27 1.27)) (justify left top)) (effects (font (size 1.27 1.27)) (justify left top))
) )
(property "Value" "2u2" (id 1) (at 91.44 106.68 0) (property "Value" "10u" (id 1) (at 91.44 106.68 0)
(effects (font (size 1.27 1.27)) (justify left bottom)) (effects (font (size 1.27 1.27)) (justify left bottom))
) )
(property "Footprint" "stdpads:C_0805" (id 2) (at 90.17 104.14 0) (property "Footprint" "stdpads:C_0805" (id 2) (at 90.17 104.14 0)
@ -2309,6 +2315,9 @@
(property "Datasheet" "~" (id 3) (at 90.17 104.14 0) (property "Datasheet" "~" (id 3) (at 90.17 104.14 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "LCSC Part" "C15850" (id 4) (at 90.17 104.14 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 3dd8f494-fc37-428c-863d-bc270c6422e3)) (pin "1" (uuid 3dd8f494-fc37-428c-863d-bc270c6422e3))
(pin "2" (uuid bf04d251-60c4-4398-8828-c7cfc605efba)) (pin "2" (uuid bf04d251-60c4-4398-8828-c7cfc605efba))
) )
@ -2324,20 +2333,26 @@
(property "Datasheet" "74xx/74ls86.pdf" (id 3) (at 118.11 40.64 0) (property "Datasheet" "74xx/74ls86.pdf" (id 3) (at 118.11 40.64 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "LCSC Part" "C548853" (id 4) (at 118.11 40.64 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "4" (uuid 8cff2fce-6dd7-434c-b684-5706c94069b6)) (pin "4" (uuid 8cff2fce-6dd7-434c-b684-5706c94069b6))
(pin "5" (uuid 0c0f4dce-8b32-4b00-87f3-89646a557fad)) (pin "5" (uuid 0c0f4dce-8b32-4b00-87f3-89646a557fad))
(pin "6" (uuid 037791f7-0b6b-411f-96ec-0bf2cb35b675)) (pin "6" (uuid 037791f7-0b6b-411f-96ec-0bf2cb35b675))
) )
(symbol (lib_id "74xx:74LS86") (at 118.11 86.36 0) (unit 3) (symbol (lib_id "74xx:74LS86") (at 118.11 55.88 0) (unit 3)
(in_bom yes) (on_board yes) (in_bom yes) (on_board yes)
(uuid 2b873112-a7cd-456c-8909-f8392c07ca2e) (uuid 2b873112-a7cd-456c-8909-f8392c07ca2e)
(property "Reference" "U3" (id 0) (at 118.11 86.36 0)) (property "Reference" "U3" (id 0) (at 118.11 55.88 0))
(property "Value" "74LVC86AD" (id 1) (at 118.11 81.28 0)) (property "Value" "74LVC86AD" (id 1) (at 118.11 50.8 0))
(property "Footprint" "stdpads:SOIC-14_3.9mm" (id 2) (at 118.11 86.36 0) (property "Footprint" "stdpads:SOIC-14_3.9mm" (id 2) (at 118.11 55.88 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "Datasheet" "74xx/74ls86.pdf" (id 3) (at 118.11 86.36 0) (property "Datasheet" "74xx/74ls86.pdf" (id 3) (at 118.11 55.88 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "LCSC Part" "C548853" (id 4) (at 118.11 55.88 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(pin "10" (uuid 66ed07c9-2350-46e5-98fb-257c1435fc99)) (pin "10" (uuid 66ed07c9-2350-46e5-98fb-257c1435fc99))
@ -2383,7 +2398,7 @@
(property "Reference" "C16" (id 0) (at 144.78 101.6 0) (property "Reference" "C16" (id 0) (at 144.78 101.6 0)
(effects (font (size 1.27 1.27)) (justify left top)) (effects (font (size 1.27 1.27)) (justify left top))
) )
(property "Value" "2u2" (id 1) (at 144.78 106.68 0) (property "Value" "10u" (id 1) (at 144.78 106.68 0)
(effects (font (size 1.27 1.27)) (justify left bottom)) (effects (font (size 1.27 1.27)) (justify left bottom))
) )
(property "Footprint" "stdpads:C_0805" (id 2) (at 143.51 104.14 0) (property "Footprint" "stdpads:C_0805" (id 2) (at 143.51 104.14 0)
@ -2392,6 +2407,9 @@
(property "Datasheet" "~" (id 3) (at 143.51 104.14 0) (property "Datasheet" "~" (id 3) (at 143.51 104.14 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "LCSC Part" "C15850" (id 4) (at 143.51 104.14 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid f41fada2-f097-4714-9517-09a9ffd573c9)) (pin "1" (uuid f41fada2-f097-4714-9517-09a9ffd573c9))
(pin "2" (uuid bd9f1811-49bb-4a04-8bc3-2b5b7524c719)) (pin "2" (uuid bd9f1811-49bb-4a04-8bc3-2b5b7524c719))
) )
@ -2407,6 +2425,9 @@
(property "Datasheet" "74xx/74ls86.pdf" (id 3) (at 118.11 71.12 0) (property "Datasheet" "74xx/74ls86.pdf" (id 3) (at 118.11 71.12 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "LCSC Part" "C548853" (id 4) (at 118.11 71.12 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "4" (uuid 0aaba41e-b0fe-441d-9c59-b8a0dcedc1dc)) (pin "4" (uuid 0aaba41e-b0fe-441d-9c59-b8a0dcedc1dc))
(pin "5" (uuid a1b897f6-3bf5-4a87-8f4a-4b8e8bd738ef)) (pin "5" (uuid a1b897f6-3bf5-4a87-8f4a-4b8e8bd738ef))
(pin "6" (uuid 1c5ce44e-603d-487b-b527-14e5889da608)) (pin "6" (uuid 1c5ce44e-603d-487b-b527-14e5889da608))
@ -2434,7 +2455,7 @@
(property "Reference" "C8" (id 0) (at 121.92 101.6 0) (property "Reference" "C8" (id 0) (at 121.92 101.6 0)
(effects (font (size 1.27 1.27)) (justify left top)) (effects (font (size 1.27 1.27)) (justify left top))
) )
(property "Value" "2u2" (id 1) (at 121.92 106.68 0) (property "Value" "10u" (id 1) (at 121.92 106.68 0)
(effects (font (size 1.27 1.27)) (justify left bottom)) (effects (font (size 1.27 1.27)) (justify left bottom))
) )
(property "Footprint" "stdpads:C_0805" (id 2) (at 120.65 104.14 0) (property "Footprint" "stdpads:C_0805" (id 2) (at 120.65 104.14 0)
@ -2443,6 +2464,9 @@
(property "Datasheet" "~" (id 3) (at 120.65 104.14 0) (property "Datasheet" "~" (id 3) (at 120.65 104.14 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "LCSC Part" "C15850" (id 4) (at 120.65 104.14 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid d287032e-4d09-4ebf-ace3-fed9ec67b70f)) (pin "1" (uuid d287032e-4d09-4ebf-ace3-fed9ec67b70f))
(pin "2" (uuid 21ee69e6-813b-432c-a366-58affdfaf155)) (pin "2" (uuid 21ee69e6-813b-432c-a366-58affdfaf155))
) )
@ -2469,7 +2493,7 @@
(property "Reference" "C3" (id 0) (at 83.82 101.6 0) (property "Reference" "C3" (id 0) (at 83.82 101.6 0)
(effects (font (size 1.27 1.27)) (justify left top)) (effects (font (size 1.27 1.27)) (justify left top))
) )
(property "Value" "2u2" (id 1) (at 83.82 106.68 0) (property "Value" "10u" (id 1) (at 83.82 106.68 0)
(effects (font (size 1.27 1.27)) (justify left bottom)) (effects (font (size 1.27 1.27)) (justify left bottom))
) )
(property "Footprint" "stdpads:C_0805" (id 2) (at 82.55 104.14 0) (property "Footprint" "stdpads:C_0805" (id 2) (at 82.55 104.14 0)
@ -2478,6 +2502,9 @@
(property "Datasheet" "~" (id 3) (at 82.55 104.14 0) (property "Datasheet" "~" (id 3) (at 82.55 104.14 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "LCSC Part" "C15850" (id 4) (at 82.55 104.14 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid c8b2dcca-1af2-4ed5-b1f5-e522bbb39cf9)) (pin "1" (uuid c8b2dcca-1af2-4ed5-b1f5-e522bbb39cf9))
(pin "2" (uuid 0e3dc3d3-05d8-4ce7-8ebf-8d43c6eac1df)) (pin "2" (uuid 0e3dc3d3-05d8-4ce7-8ebf-8d43c6eac1df))
) )
@ -2511,6 +2538,9 @@
(property "Datasheet" "74xx/74ls86.pdf" (id 3) (at 86.36 166.37 0) (property "Datasheet" "74xx/74ls86.pdf" (id 3) (at 86.36 166.37 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "LCSC Part" "C548853" (id 4) (at 86.36 166.37 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "14" (uuid 63329af6-4918-4a6f-b5b9-258df2ed28d5)) (pin "14" (uuid 63329af6-4918-4a6f-b5b9-258df2ed28d5))
(pin "7" (uuid 9ec0f3a5-6e1a-4b81-a03d-dc33ec0c7e9b)) (pin "7" (uuid 9ec0f3a5-6e1a-4b81-a03d-dc33ec0c7e9b))
) )
@ -2530,6 +2560,9 @@
(property "Datasheet" "~" (id 3) (at 147.32 27.94 0) (property "Datasheet" "~" (id 3) (at 147.32 27.94 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "LCSC Part" "C17513" (id 4) (at 147.32 27.94 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 60dbe778-2e88-4a59-8b9b-0d5f404ab009)) (pin "1" (uuid 60dbe778-2e88-4a59-8b9b-0d5f404ab009))
(pin "2" (uuid 9af2dc58-adc0-4773-8e1d-b3ff6588d015)) (pin "2" (uuid 9af2dc58-adc0-4773-8e1d-b3ff6588d015))
) )
@ -2540,7 +2573,7 @@
(property "Reference" "C7" (id 0) (at 114.3 101.6 0) (property "Reference" "C7" (id 0) (at 114.3 101.6 0)
(effects (font (size 1.27 1.27)) (justify left top)) (effects (font (size 1.27 1.27)) (justify left top))
) )
(property "Value" "2u2" (id 1) (at 114.3 106.68 0) (property "Value" "10u" (id 1) (at 114.3 106.68 0)
(effects (font (size 1.27 1.27)) (justify left bottom)) (effects (font (size 1.27 1.27)) (justify left bottom))
) )
(property "Footprint" "stdpads:C_0805" (id 2) (at 113.03 104.14 0) (property "Footprint" "stdpads:C_0805" (id 2) (at 113.03 104.14 0)
@ -2549,6 +2582,9 @@
(property "Datasheet" "~" (id 3) (at 113.03 104.14 0) (property "Datasheet" "~" (id 3) (at 113.03 104.14 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "LCSC Part" "C15850" (id 4) (at 113.03 104.14 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 85a40645-00d5-49b2-844e-9090039fcd9a)) (pin "1" (uuid 85a40645-00d5-49b2-844e-9090039fcd9a))
(pin "2" (uuid 221d4087-1f8e-480b-bde9-6951352244ae)) (pin "2" (uuid 221d4087-1f8e-480b-bde9-6951352244ae))
) )
@ -2566,6 +2602,9 @@
(property "Datasheet" "~" (id 3) (at 128.27 40.64 0) (property "Datasheet" "~" (id 3) (at 128.27 40.64 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "LCSC Part" "C17714" (id 4) (at 128.27 40.64 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid b33f494a-b60b-4a77-bcb7-e0e5c1167190)) (pin "1" (uuid b33f494a-b60b-4a77-bcb7-e0e5c1167190))
(pin "2" (uuid 98e49768-6ecf-4bf5-926a-3e8aeed0ce19)) (pin "2" (uuid 98e49768-6ecf-4bf5-926a-3e8aeed0ce19))
) )
@ -2576,7 +2615,7 @@
(property "Reference" "C5" (id 0) (at 99.06 101.6 0) (property "Reference" "C5" (id 0) (at 99.06 101.6 0)
(effects (font (size 1.27 1.27)) (justify left top)) (effects (font (size 1.27 1.27)) (justify left top))
) )
(property "Value" "2u2" (id 1) (at 99.06 106.68 0) (property "Value" "10u" (id 1) (at 99.06 106.68 0)
(effects (font (size 1.27 1.27)) (justify left bottom)) (effects (font (size 1.27 1.27)) (justify left bottom))
) )
(property "Footprint" "stdpads:C_0805" (id 2) (at 97.79 104.14 0) (property "Footprint" "stdpads:C_0805" (id 2) (at 97.79 104.14 0)
@ -2585,6 +2624,9 @@
(property "Datasheet" "~" (id 3) (at 97.79 104.14 0) (property "Datasheet" "~" (id 3) (at 97.79 104.14 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "LCSC Part" "C15850" (id 4) (at 97.79 104.14 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 40a8dfaa-75c3-49fc-a93c-62e9e8b2fe15)) (pin "1" (uuid 40a8dfaa-75c3-49fc-a93c-62e9e8b2fe15))
(pin "2" (uuid 1aecd7e8-e9dd-4133-9eb4-a4b51d57751d)) (pin "2" (uuid 1aecd7e8-e9dd-4133-9eb4-a4b51d57751d))
) )
@ -2604,6 +2646,9 @@
(property "Datasheet" "~" (id 3) (at 130.81 58.42 0) (property "Datasheet" "~" (id 3) (at 130.81 58.42 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "LCSC Part" "C17437" (id 4) (at 130.81 58.42 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 758f4d9d-d5d9-4ef2-be5f-393f6d739a45)) (pin "1" (uuid 758f4d9d-d5d9-4ef2-be5f-393f6d739a45))
(pin "2" (uuid 18dc66b0-7f20-4b9f-887c-097de9d2218a)) (pin "2" (uuid 18dc66b0-7f20-4b9f-887c-097de9d2218a))
) )
@ -2614,7 +2659,7 @@
(property "Reference" "C9" (id 0) (at 129.54 101.6 0) (property "Reference" "C9" (id 0) (at 129.54 101.6 0)
(effects (font (size 1.27 1.27)) (justify left top)) (effects (font (size 1.27 1.27)) (justify left top))
) )
(property "Value" "2u2" (id 1) (at 129.54 106.68 0) (property "Value" "10u" (id 1) (at 129.54 106.68 0)
(effects (font (size 1.27 1.27)) (justify left bottom)) (effects (font (size 1.27 1.27)) (justify left bottom))
) )
(property "Footprint" "stdpads:C_0805" (id 2) (at 128.27 104.14 0) (property "Footprint" "stdpads:C_0805" (id 2) (at 128.27 104.14 0)
@ -2623,6 +2668,9 @@
(property "Datasheet" "~" (id 3) (at 128.27 104.14 0) (property "Datasheet" "~" (id 3) (at 128.27 104.14 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "LCSC Part" "C15850" (id 4) (at 128.27 104.14 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 82c738f2-d3eb-4ab2-96f4-420d6c52e53c)) (pin "1" (uuid 82c738f2-d3eb-4ab2-96f4-420d6c52e53c))
(pin "2" (uuid 155b6d9c-3ef0-461a-97f4-7d393782279f)) (pin "2" (uuid 155b6d9c-3ef0-461a-97f4-7d393782279f))
) )
@ -2640,6 +2688,9 @@
(property "Datasheet" "74xx/74ls86.pdf" (id 3) (at 73.66 166.37 0) (property "Datasheet" "74xx/74ls86.pdf" (id 3) (at 73.66 166.37 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "LCSC Part" "C548853" (id 4) (at 73.66 166.37 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "14" (uuid 9de44c8f-42d4-4cc5-99cf-0788809dbb2f)) (pin "14" (uuid 9de44c8f-42d4-4cc5-99cf-0788809dbb2f))
(pin "7" (uuid f1505482-9f22-4c78-b517-f5c5cc621e96)) (pin "7" (uuid f1505482-9f22-4c78-b517-f5c5cc621e96))
) )
@ -2657,6 +2708,9 @@
(property "Datasheet" "~" (id 3) (at 128.27 86.36 0) (property "Datasheet" "~" (id 3) (at 128.27 86.36 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "LCSC Part" "C17471" (id 4) (at 128.27 86.36 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 4f400086-80f1-4147-b2bc-25ddfe18dcd4)) (pin "1" (uuid 4f400086-80f1-4147-b2bc-25ddfe18dcd4))
(pin "2" (uuid b1f7c208-ae33-49b5-8204-5f6f3bc6796f)) (pin "2" (uuid b1f7c208-ae33-49b5-8204-5f6f3bc6796f))
) )
@ -2720,6 +2774,9 @@
(property "Datasheet" "~" (id 3) (at 81.28 45.72 0) (property "Datasheet" "~" (id 3) (at 81.28 45.72 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "LCSC Part" "C477841" (id 4) (at 81.28 45.72 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 12d325e0-c868-4d32-a08c-2e0f0b6e72ee)) (pin "1" (uuid 12d325e0-c868-4d32-a08c-2e0f0b6e72ee))
(pin "10" (uuid 935fddf1-ca48-4b9b-9452-0d7a4b3312ba)) (pin "10" (uuid 935fddf1-ca48-4b9b-9452-0d7a4b3312ba))
(pin "11" (uuid 541d28a4-d832-483e-9ae1-3a014710c3a2)) (pin "11" (uuid 541d28a4-d832-483e-9ae1-3a014710c3a2))
@ -2801,12 +2858,15 @@
(property "Value" "LM7905_TO220" (id 1) (at 165.1 71.12 0) (property "Value" "LM7905_TO220" (id 1) (at 165.1 71.12 0)
(effects (font (size 1.27 1.27)) (justify top)) (effects (font (size 1.27 1.27)) (justify top))
) )
(property "Footprint" "Package_TO_SOT_THT:TO-220-3_Horizontal_TabDown" (id 2) (at 165.1 73.66 0) (property "Footprint" "stdpads:TO-220-3_Horizontal_TabDown" (id 2) (at 165.1 73.66 0)
(effects (font (size 1.27 1.27) italic) hide) (effects (font (size 1.27 1.27) italic) hide)
) )
(property "Datasheet" "https://www.onsemi.com/pub/Collateral/MC7900-D.PDF" (id 3) (at 165.1 68.58 0) (property "Datasheet" "https://www.onsemi.com/pub/Collateral/MC7900-D.PDF" (id 3) (at 165.1 68.58 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "LCSC Part" "C9411" (id 4) (at 165.1 68.58 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid c9aa720b-b9af-4945-b657-a1771b628f23)) (pin "1" (uuid c9aa720b-b9af-4945-b657-a1771b628f23))
(pin "2" (uuid 611590c6-31b0-4c73-bb2c-f72cc5ff781e)) (pin "2" (uuid 611590c6-31b0-4c73-bb2c-f72cc5ff781e))
(pin "3" (uuid fed4a8a5-b712-4914-924b-223f950c80fc)) (pin "3" (uuid fed4a8a5-b712-4914-924b-223f950c80fc))
@ -2827,6 +2887,9 @@
(property "Datasheet" "~" (id 3) (at 154.94 27.94 0) (property "Datasheet" "~" (id 3) (at 154.94 27.94 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "LCSC Part" "C17513" (id 4) (at 154.94 27.94 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid fc479445-d163-4695-9d28-a9c5e22e07e9)) (pin "1" (uuid fc479445-d163-4695-9d28-a9c5e22e07e9))
(pin "2" (uuid 5833ac1e-e129-4251-a501-0ed8574cff6a)) (pin "2" (uuid 5833ac1e-e129-4251-a501-0ed8574cff6a))
) )
@ -2847,15 +2910,18 @@
(pin "1" (uuid e98031c9-05c6-49ea-8a6f-e3837359ac6f)) (pin "1" (uuid e98031c9-05c6-49ea-8a6f-e3837359ac6f))
) )
(symbol (lib_id "74xx:74LS86") (at 118.11 55.88 0) (unit 1) (symbol (lib_id "74xx:74LS86") (at 118.11 86.36 0) (unit 1)
(in_bom yes) (on_board yes) (in_bom yes) (on_board yes)
(uuid 8dfddad0-ffd6-4222-92d9-eca80437562d) (uuid 8dfddad0-ffd6-4222-92d9-eca80437562d)
(property "Reference" "U3" (id 0) (at 118.11 55.88 0)) (property "Reference" "U3" (id 0) (at 118.11 86.36 0))
(property "Value" "74LVC86AD" (id 1) (at 118.11 50.8 0)) (property "Value" "74LVC86AD" (id 1) (at 118.11 81.28 0))
(property "Footprint" "stdpads:SOIC-14_3.9mm" (id 2) (at 118.11 55.88 0) (property "Footprint" "stdpads:SOIC-14_3.9mm" (id 2) (at 118.11 86.36 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "Datasheet" "74xx/74ls86.pdf" (id 3) (at 118.11 55.88 0) (property "Datasheet" "74xx/74ls86.pdf" (id 3) (at 118.11 86.36 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "LCSC Part" "C548853" (id 4) (at 118.11 86.36 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(pin "1" (uuid 1e5564db-94c9-45c1-b163-e7dd3f02af8d)) (pin "1" (uuid 1e5564db-94c9-45c1-b163-e7dd3f02af8d))
@ -2876,6 +2942,9 @@
(property "Datasheet" "~" (id 3) (at 128.27 71.12 0) (property "Datasheet" "~" (id 3) (at 128.27 71.12 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "LCSC Part" "C17471" (id 4) (at 128.27 71.12 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 0e432e46-6a8d-4844-bf02-baa0485d69f8)) (pin "1" (uuid 0e432e46-6a8d-4844-bf02-baa0485d69f8))
(pin "2" (uuid ef979a50-5a42-4498-849e-e4188bfee18b)) (pin "2" (uuid ef979a50-5a42-4498-849e-e4188bfee18b))
) )
@ -2911,6 +2980,9 @@
(property "Datasheet" "~" (id 3) (at 130.81 88.9 0) (property "Datasheet" "~" (id 3) (at 130.81 88.9 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "LCSC Part" "C17437" (id 4) (at 130.81 88.9 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid bae595c5-699a-441f-baee-ec7aa1025ec6)) (pin "1" (uuid bae595c5-699a-441f-baee-ec7aa1025ec6))
(pin "2" (uuid 2d41843c-19f2-4d7b-ad3c-55e42a93da39)) (pin "2" (uuid 2d41843c-19f2-4d7b-ad3c-55e42a93da39))
) )
@ -2936,12 +3008,15 @@
(uuid 9b506ac6-697b-43f7-808d-1e59d762580b) (uuid 9b506ac6-697b-43f7-808d-1e59d762580b)
(property "Reference" "J3" (id 0) (at 82.55 66.04 0)) (property "Reference" "J3" (id 0) (at 82.55 66.04 0))
(property "Value" "Mac" (id 1) (at 82.55 86.36 0)) (property "Value" "Mac" (id 1) (at 82.55 86.36 0))
(property "Footprint" "Connector_Molex:Molex_Mini-Fit_Jr_5569-14A1_2x07_P4.20mm_Horizontal" (id 2) (at 81.28 76.2 0) (property "Footprint" "stdpads:Molex_Mini-Fit_Jr_5569-14A1_2x07_P4.20mm_Horizontal" (id 2) (at 81.28 76.2 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "Datasheet" "~" (id 3) (at 81.28 76.2 0) (property "Datasheet" "~" (id 3) (at 81.28 76.2 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "LCSC Part" "C52216" (id 4) (at 81.28 76.2 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 5d67d198-cde5-4e6a-84b9-e89d584d8312)) (pin "1" (uuid 5d67d198-cde5-4e6a-84b9-e89d584d8312))
(pin "10" (uuid f8d40086-217f-4bb6-978e-c2e7a07957c1)) (pin "10" (uuid f8d40086-217f-4bb6-978e-c2e7a07957c1))
(pin "11" (uuid 373d69b9-c369-4fd7-86f2-0fbf0b7b837f)) (pin "11" (uuid 373d69b9-c369-4fd7-86f2-0fbf0b7b837f))
@ -2973,6 +3048,9 @@
(property "Datasheet" " ~" (id 3) (at 142.24 86.36 0) (property "Datasheet" " ~" (id 3) (at 142.24 86.36 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "LCSC Part" "C75754" (id 4) (at 166.37 96.52 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "0" (uuid ee05318c-42dd-4284-bb2d-46b756009a91)) (pin "0" (uuid ee05318c-42dd-4284-bb2d-46b756009a91))
(pin "1" (uuid da164ee9-401f-46ac-82f1-8ee6a2556b62)) (pin "1" (uuid da164ee9-401f-46ac-82f1-8ee6a2556b62))
(pin "10" (uuid b5b1015c-8a2a-46ae-abd8-e284c13157f9)) (pin "10" (uuid b5b1015c-8a2a-46ae-abd8-e284c13157f9))
@ -3006,6 +3084,9 @@
(property "Datasheet" "~" (id 3) (at 130.81 73.66 0) (property "Datasheet" "~" (id 3) (at 130.81 73.66 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "LCSC Part" "C17437" (id 4) (at 130.81 73.66 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 0bc61a1e-53d0-4015-b10a-91685c1c684a)) (pin "1" (uuid 0bc61a1e-53d0-4015-b10a-91685c1c684a))
(pin "2" (uuid 6b124bdd-5095-4611-b787-7e7b1a354f09)) (pin "2" (uuid 6b124bdd-5095-4611-b787-7e7b1a354f09))
) )
@ -3016,7 +3097,7 @@
(property "Reference" "C14" (id 0) (at 91.44 106.68 0) (property "Reference" "C14" (id 0) (at 91.44 106.68 0)
(effects (font (size 1.27 1.27)) (justify left top)) (effects (font (size 1.27 1.27)) (justify left top))
) )
(property "Value" "2u2" (id 1) (at 91.44 111.76 0) (property "Value" "10u" (id 1) (at 91.44 111.76 0)
(effects (font (size 1.27 1.27)) (justify left bottom)) (effects (font (size 1.27 1.27)) (justify left bottom))
) )
(property "Footprint" "stdpads:C_0805" (id 2) (at 90.17 109.22 0) (property "Footprint" "stdpads:C_0805" (id 2) (at 90.17 109.22 0)
@ -3025,6 +3106,9 @@
(property "Datasheet" "~" (id 3) (at 90.17 109.22 0) (property "Datasheet" "~" (id 3) (at 90.17 109.22 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "LCSC Part" "C15850" (id 4) (at 90.17 109.22 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid b45759c1-a276-4a4a-a9f0-b952a7e5d3c1)) (pin "1" (uuid b45759c1-a276-4a4a-a9f0-b952a7e5d3c1))
(pin "2" (uuid 989226fb-8746-4e0e-bc3f-8aa763a779c9)) (pin "2" (uuid 989226fb-8746-4e0e-bc3f-8aa763a779c9))
) )
@ -3067,7 +3151,7 @@
(property "Reference" "C1" (id 0) (at 68.58 101.6 0) (property "Reference" "C1" (id 0) (at 68.58 101.6 0)
(effects (font (size 1.27 1.27)) (justify left top)) (effects (font (size 1.27 1.27)) (justify left top))
) )
(property "Value" "2u2" (id 1) (at 68.58 106.68 0) (property "Value" "10u" (id 1) (at 68.58 106.68 0)
(effects (font (size 1.27 1.27)) (justify left bottom)) (effects (font (size 1.27 1.27)) (justify left bottom))
) )
(property "Footprint" "stdpads:C_0805" (id 2) (at 67.31 104.14 0) (property "Footprint" "stdpads:C_0805" (id 2) (at 67.31 104.14 0)
@ -3076,6 +3160,9 @@
(property "Datasheet" "~" (id 3) (at 67.31 104.14 0) (property "Datasheet" "~" (id 3) (at 67.31 104.14 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "LCSC Part" "C15850" (id 4) (at 67.31 104.14 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 818aaf38-7207-40da-b4c7-8aa1dc954679)) (pin "1" (uuid 818aaf38-7207-40da-b4c7-8aa1dc954679))
(pin "2" (uuid 70af6a14-2b0b-4a18-8417-1f4d6addbd43)) (pin "2" (uuid 70af6a14-2b0b-4a18-8417-1f4d6addbd43))
) )
@ -3086,7 +3173,7 @@
(property "Reference" "C2" (id 0) (at 76.2 101.6 0) (property "Reference" "C2" (id 0) (at 76.2 101.6 0)
(effects (font (size 1.27 1.27)) (justify left top)) (effects (font (size 1.27 1.27)) (justify left top))
) )
(property "Value" "2u2" (id 1) (at 76.2 106.68 0) (property "Value" "10u" (id 1) (at 76.2 106.68 0)
(effects (font (size 1.27 1.27)) (justify left bottom)) (effects (font (size 1.27 1.27)) (justify left bottom))
) )
(property "Footprint" "stdpads:C_0805" (id 2) (at 74.93 104.14 0) (property "Footprint" "stdpads:C_0805" (id 2) (at 74.93 104.14 0)
@ -3095,6 +3182,9 @@
(property "Datasheet" "~" (id 3) (at 74.93 104.14 0) (property "Datasheet" "~" (id 3) (at 74.93 104.14 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "LCSC Part" "C15850" (id 4) (at 74.93 104.14 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 022b188a-540b-49ad-abe2-85238e319e3a)) (pin "1" (uuid 022b188a-540b-49ad-abe2-85238e319e3a))
(pin "2" (uuid 1ba706d5-7de7-4653-adec-cfa580eb11ec)) (pin "2" (uuid 1ba706d5-7de7-4653-adec-cfa580eb11ec))
) )
@ -3112,6 +3202,9 @@
(property "Datasheet" "~" (id 3) (at 128.27 30.48 0) (property "Datasheet" "~" (id 3) (at 128.27 30.48 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "LCSC Part" "C17714" (id 4) (at 128.27 30.48 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 98ca8073-5766-4a26-93c6-2bb89e801c81)) (pin "1" (uuid 98ca8073-5766-4a26-93c6-2bb89e801c81))
(pin "2" (uuid 606cc181-94f5-47a2-8938-30a0239ee6a1)) (pin "2" (uuid 606cc181-94f5-47a2-8938-30a0239ee6a1))
) )
@ -3138,7 +3231,7 @@
(property "Reference" "C11" (id 0) (at 68.58 106.68 0) (property "Reference" "C11" (id 0) (at 68.58 106.68 0)
(effects (font (size 1.27 1.27)) (justify left top)) (effects (font (size 1.27 1.27)) (justify left top))
) )
(property "Value" "2u2" (id 1) (at 68.58 111.76 0) (property "Value" "10u" (id 1) (at 68.58 111.76 0)
(effects (font (size 1.27 1.27)) (justify left bottom)) (effects (font (size 1.27 1.27)) (justify left bottom))
) )
(property "Footprint" "stdpads:C_0805" (id 2) (at 67.31 109.22 0) (property "Footprint" "stdpads:C_0805" (id 2) (at 67.31 109.22 0)
@ -3147,6 +3240,9 @@
(property "Datasheet" "~" (id 3) (at 67.31 109.22 0) (property "Datasheet" "~" (id 3) (at 67.31 109.22 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "LCSC Part" "C15850" (id 4) (at 67.31 109.22 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 5ea3da04-7230-41e9-8a4a-6b8799462852)) (pin "1" (uuid 5ea3da04-7230-41e9-8a4a-6b8799462852))
(pin "2" (uuid d3ebfbcf-8c2a-400c-974a-2775186d190a)) (pin "2" (uuid d3ebfbcf-8c2a-400c-974a-2775186d190a))
) )
@ -3212,6 +3308,9 @@
(property "Datasheet" "~" (id 3) (at 128.27 55.88 0) (property "Datasheet" "~" (id 3) (at 128.27 55.88 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "LCSC Part" "C17471" (id 4) (at 128.27 55.88 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid b7a4eef2-7305-4a06-ab13-f38084f48980)) (pin "1" (uuid b7a4eef2-7305-4a06-ab13-f38084f48980))
(pin "2" (uuid 50f12522-9c48-4232-8f12-cadb48618676)) (pin "2" (uuid 50f12522-9c48-4232-8f12-cadb48618676))
) )
@ -3222,7 +3321,7 @@
(property "Reference" "C13" (id 0) (at 83.82 106.68 0) (property "Reference" "C13" (id 0) (at 83.82 106.68 0)
(effects (font (size 1.27 1.27)) (justify left top)) (effects (font (size 1.27 1.27)) (justify left top))
) )
(property "Value" "2u2" (id 1) (at 83.82 111.76 0) (property "Value" "10u" (id 1) (at 83.82 111.76 0)
(effects (font (size 1.27 1.27)) (justify left bottom)) (effects (font (size 1.27 1.27)) (justify left bottom))
) )
(property "Footprint" "stdpads:C_0805" (id 2) (at 82.55 109.22 0) (property "Footprint" "stdpads:C_0805" (id 2) (at 82.55 109.22 0)
@ -3231,6 +3330,9 @@
(property "Datasheet" "~" (id 3) (at 82.55 109.22 0) (property "Datasheet" "~" (id 3) (at 82.55 109.22 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "LCSC Part" "C15850" (id 4) (at 82.55 109.22 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 3e93dab3-db69-417a-8526-5bbdcc6cac92)) (pin "1" (uuid 3e93dab3-db69-417a-8526-5bbdcc6cac92))
(pin "2" (uuid ac2a2992-bc12-4fd3-944b-79e52ffeaddd)) (pin "2" (uuid ac2a2992-bc12-4fd3-944b-79e52ffeaddd))
) )
@ -3273,7 +3375,7 @@
(property "Reference" "C6" (id 0) (at 106.68 101.6 0) (property "Reference" "C6" (id 0) (at 106.68 101.6 0)
(effects (font (size 1.27 1.27)) (justify left top)) (effects (font (size 1.27 1.27)) (justify left top))
) )
(property "Value" "2u2" (id 1) (at 106.68 106.68 0) (property "Value" "10u" (id 1) (at 106.68 106.68 0)
(effects (font (size 1.27 1.27)) (justify left bottom)) (effects (font (size 1.27 1.27)) (justify left bottom))
) )
(property "Footprint" "stdpads:C_0805" (id 2) (at 105.41 104.14 0) (property "Footprint" "stdpads:C_0805" (id 2) (at 105.41 104.14 0)
@ -3282,6 +3384,9 @@
(property "Datasheet" "~" (id 3) (at 105.41 104.14 0) (property "Datasheet" "~" (id 3) (at 105.41 104.14 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "LCSC Part" "C15850" (id 4) (at 105.41 104.14 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 89867f44-f438-425c-97f6-19e9867f3ff8)) (pin "1" (uuid 89867f44-f438-425c-97f6-19e9867f3ff8))
(pin "2" (uuid e40442bb-89f9-4171-a38a-482f6fbbf83c)) (pin "2" (uuid e40442bb-89f9-4171-a38a-482f6fbbf83c))
) )
@ -3324,7 +3429,7 @@
(property "Reference" "C12" (id 0) (at 76.2 106.68 0) (property "Reference" "C12" (id 0) (at 76.2 106.68 0)
(effects (font (size 1.27 1.27)) (justify left top)) (effects (font (size 1.27 1.27)) (justify left top))
) )
(property "Value" "2u2" (id 1) (at 76.2 111.76 0) (property "Value" "10u" (id 1) (at 76.2 111.76 0)
(effects (font (size 1.27 1.27)) (justify left bottom)) (effects (font (size 1.27 1.27)) (justify left bottom))
) )
(property "Footprint" "stdpads:C_0805" (id 2) (at 74.93 109.22 0) (property "Footprint" "stdpads:C_0805" (id 2) (at 74.93 109.22 0)
@ -3333,6 +3438,9 @@
(property "Datasheet" "~" (id 3) (at 74.93 109.22 0) (property "Datasheet" "~" (id 3) (at 74.93 109.22 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "LCSC Part" "C15850" (id 4) (at 74.93 109.22 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 066976f7-62a7-4c9a-bc9a-a1bb9bbda3f1)) (pin "1" (uuid 066976f7-62a7-4c9a-bc9a-a1bb9bbda3f1))
(pin "2" (uuid ec3cefd2-bab6-4b6d-88f5-ba74a67c8eb2)) (pin "2" (uuid ec3cefd2-bab6-4b6d-88f5-ba74a67c8eb2))
) )
@ -3364,6 +3472,9 @@
(property "Datasheet" "~" (id 3) (at 167.64 35.56 0) (property "Datasheet" "~" (id 3) (at 167.64 35.56 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "LCSC Part" "C65114" (id 4) (at 167.64 35.56 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 4dcfd55b-ec35-4a4f-939c-4f52427ab653)) (pin "1" (uuid 4dcfd55b-ec35-4a4f-939c-4f52427ab653))
(pin "2" (uuid 4f161951-a5eb-4824-96da-2b52548e5052)) (pin "2" (uuid 4f161951-a5eb-4824-96da-2b52548e5052))
(pin "3" (uuid 90cddf08-6dbf-4121-bff8-0da0f4d7c7a8)) (pin "3" (uuid 90cddf08-6dbf-4121-bff8-0da0f4d7c7a8))
@ -3431,6 +3542,9 @@
(property "Datasheet" "74xx/74ls86.pdf" (id 3) (at 101.6 166.37 0) (property "Datasheet" "74xx/74ls86.pdf" (id 3) (at 101.6 166.37 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "LCSC Part" "C548853" (id 4) (at 101.6 166.37 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "11" (uuid 48a0681e-6819-4619-b90d-373cd2be85a7)) (pin "11" (uuid 48a0681e-6819-4619-b90d-373cd2be85a7))
(pin "12" (uuid 4ce4a8c1-5e41-46b9-9343-8a4db72b1b5d)) (pin "12" (uuid 4ce4a8c1-5e41-46b9-9343-8a4db72b1b5d))
(pin "13" (uuid 5419e05d-d196-4730-a8c9-5f201102a52f)) (pin "13" (uuid 5419e05d-d196-4730-a8c9-5f201102a52f))
@ -3447,6 +3561,9 @@
(property "Datasheet" "74xx/74ls86.pdf" (id 3) (at 118.11 30.48 0) (property "Datasheet" "74xx/74ls86.pdf" (id 3) (at 118.11 30.48 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "LCSC Part" "C548853" (id 4) (at 118.11 30.48 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid a9f2e79d-a33d-418b-825e-534eadb6ff8e)) (pin "1" (uuid a9f2e79d-a33d-418b-825e-534eadb6ff8e))
(pin "2" (uuid 5fc3bbd1-28e3-4a31-914f-6a99fc748bdd)) (pin "2" (uuid 5fc3bbd1-28e3-4a31-914f-6a99fc748bdd))
(pin "3" (uuid 1faa8d80-f526-4867-87e1-0c254aa94d50)) (pin "3" (uuid 1faa8d80-f526-4867-87e1-0c254aa94d50))
@ -3506,7 +3623,7 @@
(property "Reference" "C15" (id 0) (at 99.06 106.68 0) (property "Reference" "C15" (id 0) (at 99.06 106.68 0)
(effects (font (size 1.27 1.27)) (justify left top)) (effects (font (size 1.27 1.27)) (justify left top))
) )
(property "Value" "2u2" (id 1) (at 99.06 111.76 0) (property "Value" "10u" (id 1) (at 99.06 111.76 0)
(effects (font (size 1.27 1.27)) (justify left bottom)) (effects (font (size 1.27 1.27)) (justify left bottom))
) )
(property "Footprint" "stdpads:C_0805" (id 2) (at 97.79 109.22 0) (property "Footprint" "stdpads:C_0805" (id 2) (at 97.79 109.22 0)
@ -3515,6 +3632,9 @@
(property "Datasheet" "~" (id 3) (at 97.79 109.22 0) (property "Datasheet" "~" (id 3) (at 97.79 109.22 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "LCSC Part" "C15850" (id 4) (at 97.79 109.22 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 86cbf19c-e79b-4eab-b62b-5f379ea83f02)) (pin "1" (uuid 86cbf19c-e79b-4eab-b62b-5f379ea83f02))
(pin "2" (uuid 6b25978c-3260-4d2b-b178-6b4dafd8f628)) (pin "2" (uuid 6b25978c-3260-4d2b-b178-6b4dafd8f628))
) )
@ -3534,6 +3654,9 @@
(property "Datasheet" "~" (id 3) (at 162.56 27.94 0) (property "Datasheet" "~" (id 3) (at 162.56 27.94 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "LCSC Part" "C17513" (id 4) (at 162.56 27.94 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 0f84741d-3276-4aff-a9a8-b89f25978900)) (pin "1" (uuid 0f84741d-3276-4aff-a9a8-b89f25978900))
(pin "2" (uuid 455c7ae2-abcf-4660-9c0f-f321d087ff4b)) (pin "2" (uuid 455c7ae2-abcf-4660-9c0f-f321d087ff4b))
) )
@ -3549,6 +3672,9 @@
(property "Datasheet" "74xx/74ls86.pdf" (id 3) (at 58.42 161.29 0) (property "Datasheet" "74xx/74ls86.pdf" (id 3) (at 58.42 161.29 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "LCSC Part" "C548853" (id 4) (at 58.42 161.29 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "10" (uuid 5c699746-dd79-4c54-9e4d-63a63851a08b)) (pin "10" (uuid 5c699746-dd79-4c54-9e4d-63a63851a08b))
(pin "8" (uuid 39b2087d-31c5-4e79-b509-b7cd3aa9eab3)) (pin "8" (uuid 39b2087d-31c5-4e79-b509-b7cd3aa9eab3))
(pin "9" (uuid 880af227-5952-483f-912e-16422b90f0c9)) (pin "9" (uuid 880af227-5952-483f-912e-16422b90f0c9))
@ -3687,52 +3813,52 @@
(reference "#PWR0137") (unit 1) (value "+12V") (footprint "") (reference "#PWR0137") (unit 1) (value "+12V") (footprint "")
) )
(path "/acd8be35-1b05-4c86-9d7b-0e65e350cd4b" (path "/acd8be35-1b05-4c86-9d7b-0e65e350cd4b"
(reference "C1") (unit 1) (value "2u2") (footprint "stdpads:C_0805") (reference "C1") (unit 1) (value "10u") (footprint "stdpads:C_0805")
) )
(path "/ad51357a-b7c4-4245-92f1-6ec6d4fe9d0c" (path "/ad51357a-b7c4-4245-92f1-6ec6d4fe9d0c"
(reference "C2") (unit 1) (value "2u2") (footprint "stdpads:C_0805") (reference "C2") (unit 1) (value "10u") (footprint "stdpads:C_0805")
) )
(path "/46579f81-d62d-4a0d-af13-659e763d7118" (path "/46579f81-d62d-4a0d-af13-659e763d7118"
(reference "C3") (unit 1) (value "2u2") (footprint "stdpads:C_0805") (reference "C3") (unit 1) (value "10u") (footprint "stdpads:C_0805")
) )
(path "/268e9011-391d-4f14-ae15-f9316e74c4e8" (path "/268e9011-391d-4f14-ae15-f9316e74c4e8"
(reference "C4") (unit 1) (value "2u2") (footprint "stdpads:C_0805") (reference "C4") (unit 1) (value "10u") (footprint "stdpads:C_0805")
) )
(path "/5f34064e-c529-4a9a-bd57-89ea3da37081" (path "/5f34064e-c529-4a9a-bd57-89ea3da37081"
(reference "C5") (unit 1) (value "2u2") (footprint "stdpads:C_0805") (reference "C5") (unit 1) (value "10u") (footprint "stdpads:C_0805")
) )
(path "/d4ea4e32-3f34-4afc-86b3-ceede9f70da2" (path "/d4ea4e32-3f34-4afc-86b3-ceede9f70da2"
(reference "C6") (unit 1) (value "2u2") (footprint "stdpads:C_0805") (reference "C6") (unit 1) (value "10u") (footprint "stdpads:C_0805")
) )
(path "/5b4989d1-9dc0-4d5f-8329-786aba06cc9d" (path "/5b4989d1-9dc0-4d5f-8329-786aba06cc9d"
(reference "C7") (unit 1) (value "2u2") (footprint "stdpads:C_0805") (reference "C7") (unit 1) (value "10u") (footprint "stdpads:C_0805")
) )
(path "/3f2a435f-f316-4a88-9632-9a86627c7880" (path "/3f2a435f-f316-4a88-9632-9a86627c7880"
(reference "C8") (unit 1) (value "2u2") (footprint "stdpads:C_0805") (reference "C8") (unit 1) (value "10u") (footprint "stdpads:C_0805")
) )
(path "/6b2ef891-e1ef-4746-aba8-d72b4e3b995e" (path "/6b2ef891-e1ef-4746-aba8-d72b4e3b995e"
(reference "C9") (unit 1) (value "2u2") (footprint "stdpads:C_0805") (reference "C9") (unit 1) (value "10u") (footprint "stdpads:C_0805")
) )
(path "/05d18bd8-8235-4337-a697-2d5e7f21af6d" (path "/05d18bd8-8235-4337-a697-2d5e7f21af6d"
(reference "C10") (unit 1) (value "2u2") (footprint "stdpads:C_0805") (reference "C10") (unit 1) (value "10u") (footprint "stdpads:C_0805")
) )
(path "/ba479457-b3a9-407a-9ea3-4cbd424e7a98" (path "/ba479457-b3a9-407a-9ea3-4cbd424e7a98"
(reference "C11") (unit 1) (value "2u2") (footprint "stdpads:C_0805") (reference "C11") (unit 1) (value "10u") (footprint "stdpads:C_0805")
) )
(path "/dd94a119-9712-4d95-b2a9-d18f454aea5b" (path "/dd94a119-9712-4d95-b2a9-d18f454aea5b"
(reference "C12") (unit 1) (value "2u2") (footprint "stdpads:C_0805") (reference "C12") (unit 1) (value "10u") (footprint "stdpads:C_0805")
) )
(path "/d2a337c2-ae15-4ed8-a3a5-86d959936007" (path "/d2a337c2-ae15-4ed8-a3a5-86d959936007"
(reference "C13") (unit 1) (value "2u2") (footprint "stdpads:C_0805") (reference "C13") (unit 1) (value "10u") (footprint "stdpads:C_0805")
) )
(path "/a506b918-297e-4edb-adb1-144c3d1a4a2d" (path "/a506b918-297e-4edb-adb1-144c3d1a4a2d"
(reference "C14") (unit 1) (value "2u2") (footprint "stdpads:C_0805") (reference "C14") (unit 1) (value "10u") (footprint "stdpads:C_0805")
) )
(path "/f668ce4b-3782-409e-9e8e-2585d07c4c3a" (path "/f668ce4b-3782-409e-9e8e-2585d07c4c3a"
(reference "C15") (unit 1) (value "2u2") (footprint "stdpads:C_0805") (reference "C15") (unit 1) (value "10u") (footprint "stdpads:C_0805")
) )
(path "/3bb35c84-f4b5-4b16-87e8-7b7e7edd9e31" (path "/3bb35c84-f4b5-4b16-87e8-7b7e7edd9e31"
(reference "C16") (unit 1) (value "2u2") (footprint "stdpads:C_0805") (reference "C16") (unit 1) (value "10u") (footprint "stdpads:C_0805")
) )
(path "/e0630b04-5ad6-421c-bde5-f6976c9bf503" (path "/e0630b04-5ad6-421c-bde5-f6976c9bf503"
(reference "J1") (unit 1) (value "XOR") (footprint "Connector_PinHeader_2.54mm:PinHeader_2x03_P2.54mm_Vertical") (reference "J1") (unit 1) (value "XOR") (footprint "Connector_PinHeader_2.54mm:PinHeader_2x03_P2.54mm_Vertical")
@ -3741,7 +3867,7 @@
(reference "J2") (unit 1) (value "ATX") (footprint "Connector_Molex:Molex_Mini-Fit_Jr_5569-24A1_2x12_P4.20mm_Horizontal") (reference "J2") (unit 1) (value "ATX") (footprint "Connector_Molex:Molex_Mini-Fit_Jr_5569-24A1_2x12_P4.20mm_Horizontal")
) )
(path "/9b506ac6-697b-43f7-808d-1e59d762580b" (path "/9b506ac6-697b-43f7-808d-1e59d762580b"
(reference "J3") (unit 1) (value "Mac") (footprint "Connector_Molex:Molex_Mini-Fit_Jr_5569-14A1_2x07_P4.20mm_Horizontal") (reference "J3") (unit 1) (value "Mac") (footprint "stdpads:Molex_Mini-Fit_Jr_5569-14A1_2x07_P4.20mm_Horizontal")
) )
(path "/a20e4bbe-5294-4407-84e6-cd57ae0c7071" (path "/a20e4bbe-5294-4407-84e6-cd57ae0c7071"
(reference "J4") (unit 1) (value "VGA") (footprint "Connector_Dsub:DSUB-15-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm") (reference "J4") (unit 1) (value "VGA") (footprint "Connector_Dsub:DSUB-15-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm")
@ -3780,7 +3906,7 @@
(reference "R11") (unit 1) (value "130") (footprint "stdpads:R_0805") (reference "R11") (unit 1) (value "130") (footprint "stdpads:R_0805")
) )
(path "/852229de-faec-448d-b9d8-333457d2dc02" (path "/852229de-faec-448d-b9d8-333457d2dc02"
(reference "U1") (unit 1) (value "LM7905_TO220") (footprint "Package_TO_SOT_THT:TO-220-3_Horizontal_TabDown") (reference "U1") (unit 1) (value "LM7905_TO220") (footprint "stdpads:TO-220-3_Horizontal_TabDown")
) )
(path "/ed4bcce3-7dee-474a-adf1-9afad53aaa31" (path "/ed4bcce3-7dee-474a-adf1-9afad53aaa31"
(reference "U2") (unit 1) (value "74LVC86AD") (footprint "stdpads:SOIC-14_3.9mm") (reference "U2") (unit 1) (value "74LVC86AD") (footprint "stdpads:SOIC-14_3.9mm")

View File

@ -0,0 +1,17 @@
"Source:","/Users/zane/Library/Mobile Documents/com~apple~CloudDocs/Repos/Warp-SE/PowerAdapter/SEPowerAdapter.kicad_sch"
"Date:","Wednesday, April 20, 2022 at 05:56:59 AM"
"Tool:","Eeschema (6.0.2-0)"
"Generator:","/Applications/KiCad/KiCad.app/Contents/SharedSupport/plugins/bom_jlc.py"
"Component Count:","34"
"Ref","Qnty","Value","Cmp name","Footprint","Description","Vendor","LCSC Part"
"C1, C2, C3, C4, C5, C6, C7, C8, C9, C10, C11, C12, C13, C14, C15, C16, ","16","10u","C_Small","stdpads:C_0805","Unpolarized capacitor, small symbol","","C15850"
"J1, ","1","XOR","Conn_02x03_Odd_Even","Connector_PinHeader_2.54mm:PinHeader_2x03_P2.54mm_Vertical","Generic connector, double row, 02x03, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)","","C65114"
"J2, ","1","ATX","Conn_02x12_Top_Bottom","Connector_Molex:Molex_Mini-Fit_Jr_5569-24A1_2x12_P4.20mm_Horizontal","Generic connector, double row, 02x12, top/bottom pin numbering scheme (row 1: 1...pins_per_row, row2: pins_per_row+1 ... num_pins), script generated (kicad-library-utils/schlib/autogen/connector/)","","C477841"
"J3, ","1","Mac","Conn_02x07_Top_Bottom","Connector_Molex:Molex_Mini-Fit_Jr_5569-14A1_2x07_P4.20mm_Horizontal","Generic connector, double row, 02x07, top/bottom pin numbering scheme (row 1: 1...pins_per_row, row2: pins_per_row+1 ... num_pins), script generated (kicad-library-utils/schlib/autogen/connector/)","","C52216"
"J4, ","1","VGA","DB15_Female_HighDensity_MountingHoles","Connector_Dsub:DSUB-15-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm","15-pin female D-SUB connector, High density (3 columns), Triple Row, Generic, VGA-connector, Mounting Hole","","C75754"
"R1, R2, R3, ","3","1k","R_Small","stdpads:R_0805","Resistor, small symbol","","C17513"
"R4, R5, ","2","47","R_Small","stdpads:R_0805","Resistor, small symbol","","C17714"
"R6, R8, R10, ","3","150","R_Small","stdpads:R_0805","Resistor, small symbol","","C17471"
"R7, R9, R11, ","3","130","R_Small","stdpads:R_0805","Resistor, small symbol","","C17437"
"U1, ","1","LM7905_TO220","LM7905_TO220","Package_TO_SOT_THT:TO-220-3_Horizontal_TabDown","Negative 1A 35V Linear Regulator, Fixed Output 5V, TO-220","","C9411"
"U2, U3, ","2","74LVC86AD","74LS86","stdpads:SOIC-14_3.9mm","Quad 2-input XOR","","C548853"
Can't render this file because it has a wrong number of fields in line 6.

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,136 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.2-0)*
G04 #@! TF.CreationDate,2022-04-21T23:08:49-04:00*
G04 #@! TF.ProjectId,SEPowerAdapter,5345506f-7765-4724-9164-61707465722e,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Soldermask,Bot*
G04 #@! TF.FilePolarity,Negative*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (6.0.2-0)) date 2022-04-21 23:08:49*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 Aperture macros list*
%AMRoundRect*
0 Rectangle with rounded corners*
0 $1 Rounding radius*
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
0 Add a 4 corners polygon primitive as box body*
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
0 Add four circle primitives for the rounded corners*
1,1,$1+$1,$2,$3*
1,1,$1+$1,$4,$5*
1,1,$1+$1,$6,$7*
1,1,$1+$1,$8,$9*
0 Add four rect primitives between the rounded corners*
20,1,$1+$1,$2,$3,$4,$5,0*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
G04 Aperture macros list end*
%ADD10C,3.200000*%
%ADD11RoundRect,0.250001X1.599999X-1.099999X1.599999X1.099999X-1.599999X1.099999X-1.599999X-1.099999X0*%
%ADD12O,3.700000X2.700000*%
%ADD13O,3.500000X3.500000*%
%ADD14R,1.905000X2.000000*%
%ADD15O,1.905000X2.000000*%
%ADD16C,1.448000*%
%ADD17RoundRect,0.250001X-1.599999X1.099999X-1.599999X-1.099999X1.599999X-1.099999X1.599999X1.099999X0*%
%ADD18C,4.000000*%
%ADD19R,1.600000X1.600000*%
%ADD20C,1.600000*%
%ADD21R,1.700000X1.700000*%
%ADD22O,1.700000X1.700000*%
G04 APERTURE END LIST*
D10*
X80700000Y-154800000D03*
X80700000Y-189000000D03*
D11*
X84900000Y-184500000D03*
D12*
X84900000Y-180300000D03*
X84900000Y-176100000D03*
X84900000Y-171900000D03*
X84900000Y-167700000D03*
X84900000Y-163500000D03*
X84900000Y-159300000D03*
X90400000Y-184500000D03*
X90400000Y-180300000D03*
X90400000Y-176100000D03*
X90400000Y-171900000D03*
X90400000Y-167700000D03*
X90400000Y-163500000D03*
X90400000Y-159300000D03*
D13*
X91567000Y-119611000D03*
D14*
X89027000Y-136271000D03*
D15*
X91567000Y-136271000D03*
X94107000Y-136271000D03*
D16*
X80327500Y-100838000D03*
D10*
X122600000Y-101900000D03*
X122600000Y-157100000D03*
D17*
X118400000Y-106400000D03*
D12*
X118400000Y-110600000D03*
X118400000Y-114800000D03*
X118400000Y-119000000D03*
X118400000Y-123200000D03*
X118400000Y-127400000D03*
X118400000Y-131600000D03*
X118400000Y-135800000D03*
X118400000Y-140000000D03*
X118400000Y-144200000D03*
X118400000Y-148400000D03*
X118400000Y-152600000D03*
X112900000Y-106400000D03*
X112900000Y-110600000D03*
X112900000Y-114800000D03*
X112900000Y-119000000D03*
X112900000Y-123200000D03*
X112900000Y-127400000D03*
X112900000Y-131600000D03*
X112900000Y-135800000D03*
X112900000Y-140000000D03*
X112900000Y-144200000D03*
X112900000Y-148400000D03*
X112900000Y-152600000D03*
D16*
X83439000Y-191135000D03*
X119570500Y-99758500D03*
D18*
X120349669Y-164265000D03*
X120349669Y-189265000D03*
D19*
X118299669Y-172450000D03*
D20*
X118299669Y-174740000D03*
X118299669Y-177030000D03*
X118299669Y-179320000D03*
X118299669Y-181610000D03*
X120279669Y-171305000D03*
X120279669Y-173595000D03*
X120279669Y-175885000D03*
X120279669Y-178175000D03*
X120279669Y-180465000D03*
X122259669Y-172450000D03*
X122259669Y-174740000D03*
X122259669Y-177030000D03*
X122259669Y-179320000D03*
X122259669Y-181610000D03*
D21*
X95186500Y-189103000D03*
D22*
X95186500Y-186563000D03*
X97726500Y-189103000D03*
X97726500Y-186563000D03*
X100266500Y-189103000D03*
X100266500Y-186563000D03*
D16*
X123952000Y-189293500D03*
M02*

View File

@ -0,0 +1,15 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.2-0)*
G04 #@! TF.CreationDate,2022-04-21T23:08:48-04:00*
G04 #@! TF.ProjectId,SEPowerAdapter,5345506f-7765-4724-9164-61707465722e,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Paste,Bot*
G04 #@! TF.FilePolarity,Positive*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (6.0.2-0)) date 2022-04-21 23:08:48*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 APERTURE END LIST*
M02*

View File

@ -0,0 +1,137 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.2-0)*
G04 #@! TF.CreationDate,2022-04-21T23:08:48-04:00*
G04 #@! TF.ProjectId,SEPowerAdapter,5345506f-7765-4724-9164-61707465722e,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Legend,Bot*
G04 #@! TF.FilePolarity,Positive*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (6.0.2-0)) date 2022-04-21 23:08:48*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 Aperture macros list*
%AMRoundRect*
0 Rectangle with rounded corners*
0 $1 Rounding radius*
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
0 Add a 4 corners polygon primitive as box body*
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
0 Add four circle primitives for the rounded corners*
1,1,$1+$1,$2,$3*
1,1,$1+$1,$4,$5*
1,1,$1+$1,$6,$7*
1,1,$1+$1,$8,$9*
0 Add four rect primitives between the rounded corners*
20,1,$1+$1,$2,$3,$4,$5,0*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
G04 Aperture macros list end*
%ADD10C,3.200000*%
%ADD11RoundRect,0.250001X1.599999X-1.099999X1.599999X1.099999X-1.599999X1.099999X-1.599999X-1.099999X0*%
%ADD12O,3.700000X2.700000*%
%ADD13O,3.500000X3.500000*%
%ADD14R,1.905000X2.000000*%
%ADD15O,1.905000X2.000000*%
%ADD16C,1.448000*%
%ADD17RoundRect,0.250001X-1.599999X1.099999X-1.599999X-1.099999X1.599999X-1.099999X1.599999X1.099999X0*%
%ADD18C,4.000000*%
%ADD19R,1.600000X1.600000*%
%ADD20C,1.600000*%
%ADD21R,1.700000X1.700000*%
%ADD22O,1.700000X1.700000*%
G04 APERTURE END LIST*
%LPC*%
D10*
X80700000Y-154800000D03*
X80700000Y-189000000D03*
D11*
X84900000Y-184500000D03*
D12*
X84900000Y-180300000D03*
X84900000Y-176100000D03*
X84900000Y-171900000D03*
X84900000Y-167700000D03*
X84900000Y-163500000D03*
X84900000Y-159300000D03*
X90400000Y-184500000D03*
X90400000Y-180300000D03*
X90400000Y-176100000D03*
X90400000Y-171900000D03*
X90400000Y-167700000D03*
X90400000Y-163500000D03*
X90400000Y-159300000D03*
D13*
X91567000Y-119611000D03*
D14*
X89027000Y-136271000D03*
D15*
X91567000Y-136271000D03*
X94107000Y-136271000D03*
D16*
X80327500Y-100838000D03*
D10*
X122600000Y-101900000D03*
X122600000Y-157100000D03*
D17*
X118400000Y-106400000D03*
D12*
X118400000Y-110600000D03*
X118400000Y-114800000D03*
X118400000Y-119000000D03*
X118400000Y-123200000D03*
X118400000Y-127400000D03*
X118400000Y-131600000D03*
X118400000Y-135800000D03*
X118400000Y-140000000D03*
X118400000Y-144200000D03*
X118400000Y-148400000D03*
X118400000Y-152600000D03*
X112900000Y-106400000D03*
X112900000Y-110600000D03*
X112900000Y-114800000D03*
X112900000Y-119000000D03*
X112900000Y-123200000D03*
X112900000Y-127400000D03*
X112900000Y-131600000D03*
X112900000Y-135800000D03*
X112900000Y-140000000D03*
X112900000Y-144200000D03*
X112900000Y-148400000D03*
X112900000Y-152600000D03*
D16*
X83439000Y-191135000D03*
X119570500Y-99758500D03*
D18*
X120349669Y-164265000D03*
X120349669Y-189265000D03*
D19*
X118299669Y-172450000D03*
D20*
X118299669Y-174740000D03*
X118299669Y-177030000D03*
X118299669Y-179320000D03*
X118299669Y-181610000D03*
X120279669Y-171305000D03*
X120279669Y-173595000D03*
X120279669Y-175885000D03*
X120279669Y-178175000D03*
X120279669Y-180465000D03*
X122259669Y-172450000D03*
X122259669Y-174740000D03*
X122259669Y-177030000D03*
X122259669Y-179320000D03*
X122259669Y-181610000D03*
D21*
X95186500Y-189103000D03*
D22*
X95186500Y-186563000D03*
X97726500Y-189103000D03*
X97726500Y-186563000D03*
X100266500Y-189103000D03*
X100266500Y-186563000D03*
D16*
X123952000Y-189293500D03*
M02*

View File

@ -0,0 +1,46 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.2-0)*
G04 #@! TF.CreationDate,2022-04-21T23:08:49-04:00*
G04 #@! TF.ProjectId,SEPowerAdapter,5345506f-7765-4724-9164-61707465722e,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Profile,NP*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (6.0.2-0)) date 2022-04-21 23:08:49*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 #@! TA.AperFunction,Profile*
%ADD10C,0.100000*%
G04 #@! TD*
G04 APERTURE END LIST*
D10*
X124777500Y-192722500D02*
G75*
G03*
X125666500Y-191833500I0J889000D01*
G01*
X125666500Y-98996500D02*
G75*
G03*
X124777500Y-98107500I-889000J0D01*
G01*
X78549500Y-98107500D02*
X124777500Y-98107500D01*
X77660500Y-191833500D02*
G75*
G03*
X78549500Y-192722500I889000J0D01*
G01*
X78549500Y-192722500D02*
X124777500Y-192722500D01*
X125666500Y-191833500D02*
X125666500Y-98996500D01*
X78549500Y-98107500D02*
G75*
G03*
X77660500Y-98996500I0J-889000D01*
G01*
X77660500Y-191833500D02*
X77660500Y-98996500D01*
M02*

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,271 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.2-0)*
G04 #@! TF.CreationDate,2022-04-21T23:08:48-04:00*
G04 #@! TF.ProjectId,SEPowerAdapter,5345506f-7765-4724-9164-61707465722e,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Soldermask,Top*
G04 #@! TF.FilePolarity,Negative*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (6.0.2-0)) date 2022-04-21 23:08:48*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 Aperture macros list*
%AMRoundRect*
0 Rectangle with rounded corners*
0 $1 Rounding radius*
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
0 Add a 4 corners polygon primitive as box body*
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
0 Add four circle primitives for the rounded corners*
1,1,$1+$1,$2,$3*
1,1,$1+$1,$4,$5*
1,1,$1+$1,$6,$7*
1,1,$1+$1,$8,$9*
0 Add four rect primitives between the rounded corners*
20,1,$1+$1,$2,$3,$4,$5,0*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
G04 Aperture macros list end*
%ADD10C,0.150000*%
%ADD11C,3.200000*%
%ADD12RoundRect,0.250001X1.599999X-1.099999X1.599999X1.099999X-1.599999X1.099999X-1.599999X-1.099999X0*%
%ADD13O,3.700000X2.700000*%
%ADD14O,3.500000X3.500000*%
%ADD15R,1.905000X2.000000*%
%ADD16O,1.905000X2.000000*%
%ADD17RoundRect,0.312500X-0.262500X-0.437500X0.262500X-0.437500X0.262500X0.437500X-0.262500X0.437500X0*%
%ADD18RoundRect,0.262500X-0.487500X0.212500X-0.487500X-0.212500X0.487500X-0.212500X0.487500X0.212500X0*%
%ADD19C,1.448000*%
%ADD20RoundRect,0.312500X-0.437500X0.262500X-0.437500X-0.262500X0.437500X-0.262500X0.437500X0.262500X0*%
%ADD21RoundRect,0.262500X0.212500X0.487500X-0.212500X0.487500X-0.212500X-0.487500X0.212500X-0.487500X0*%
%ADD22RoundRect,0.250001X-1.599999X1.099999X-1.599999X-1.099999X1.599999X-1.099999X1.599999X1.099999X0*%
%ADD23RoundRect,0.312500X0.437500X-0.262500X0.437500X0.262500X-0.437500X0.262500X-0.437500X-0.262500X0*%
%ADD24RoundRect,0.262500X-0.212500X-0.487500X0.212500X-0.487500X0.212500X0.487500X-0.212500X0.487500X0*%
%ADD25RoundRect,0.200000X0.825000X0.150000X-0.825000X0.150000X-0.825000X-0.150000X0.825000X-0.150000X0*%
%ADD26C,4.000000*%
%ADD27R,1.600000X1.600000*%
%ADD28C,1.600000*%
%ADD29R,1.700000X1.700000*%
%ADD30O,1.700000X1.700000*%
%ADD31RoundRect,0.312500X0.262500X0.437500X-0.262500X0.437500X-0.262500X-0.437500X0.262500X-0.437500X0*%
G04 APERTURE END LIST*
D10*
X85280500Y-115506500D02*
X97853500Y-115506500D01*
X97853500Y-115506500D02*
X97853500Y-132588000D01*
X97853500Y-132588000D02*
X85280500Y-132588000D01*
X85280500Y-132588000D02*
X85280500Y-115506500D01*
G36*
X85280500Y-115506500D02*
G01*
X97853500Y-115506500D01*
X97853500Y-132588000D01*
X85280500Y-132588000D01*
X85280500Y-115506500D01*
G37*
D11*
X80700000Y-154800000D03*
X80700000Y-189000000D03*
D12*
X84900000Y-184500000D03*
D13*
X84900000Y-180300000D03*
X84900000Y-176100000D03*
X84900000Y-171900000D03*
X84900000Y-167700000D03*
X84900000Y-163500000D03*
X84900000Y-159300000D03*
X90400000Y-184500000D03*
X90400000Y-180300000D03*
X90400000Y-176100000D03*
X90400000Y-171900000D03*
X90400000Y-167700000D03*
X90400000Y-163500000D03*
X90400000Y-159300000D03*
D14*
X91567000Y-119611000D03*
D15*
X89027000Y-136271000D03*
D16*
X91567000Y-136271000D03*
X94107000Y-136271000D03*
D17*
X105410000Y-175704500D03*
X107110000Y-175704500D03*
D18*
X92329000Y-189103000D03*
X92329000Y-191003000D03*
D19*
X80327500Y-100838000D03*
D18*
X103124000Y-168719500D03*
X103124000Y-170619500D03*
D20*
X109500000Y-146300000D03*
X109500000Y-148000000D03*
D21*
X110802500Y-164274500D03*
X108902500Y-164274500D03*
D20*
X109500000Y-125300000D03*
X109500000Y-127000000D03*
D17*
X105410000Y-187833000D03*
X107110000Y-187833000D03*
D11*
X122600000Y-101900000D03*
X122600000Y-157100000D03*
D22*
X118400000Y-106400000D03*
D13*
X118400000Y-110600000D03*
X118400000Y-114800000D03*
X118400000Y-119000000D03*
X118400000Y-123200000D03*
X118400000Y-127400000D03*
X118400000Y-131600000D03*
X118400000Y-135800000D03*
X118400000Y-140000000D03*
X118400000Y-144200000D03*
X118400000Y-148400000D03*
X118400000Y-152600000D03*
X112900000Y-106400000D03*
X112900000Y-110600000D03*
X112900000Y-114800000D03*
X112900000Y-119000000D03*
X112900000Y-123200000D03*
X112900000Y-127400000D03*
X112900000Y-131600000D03*
X112900000Y-135800000D03*
X112900000Y-140000000D03*
X112900000Y-144200000D03*
X112900000Y-148400000D03*
X112900000Y-152600000D03*
D23*
X93800000Y-159300000D03*
X93800000Y-157600000D03*
D20*
X93800000Y-154099999D03*
X93800000Y-155799999D03*
D23*
X109500000Y-144200000D03*
X109500000Y-142500000D03*
X93800000Y-163100000D03*
X93800000Y-161400000D03*
D19*
X83439000Y-191135000D03*
D24*
X105410000Y-164274500D03*
X107310000Y-164274500D03*
X112397500Y-179641500D03*
X114297500Y-179641500D03*
D18*
X112966500Y-167449500D03*
X112966500Y-169349500D03*
D23*
X109500000Y-112300000D03*
X109500000Y-110600000D03*
D19*
X119570500Y-99758500D03*
D17*
X89867000Y-138684000D03*
X91567000Y-138684000D03*
D18*
X115125500Y-171264500D03*
X115125500Y-173164500D03*
D25*
X110361500Y-185991500D03*
X110361500Y-184721500D03*
X110361500Y-183451500D03*
X110361500Y-182181500D03*
X110361500Y-180911500D03*
X110361500Y-179641500D03*
X110361500Y-178371500D03*
X105411500Y-178371500D03*
X105411500Y-179641500D03*
X105411500Y-180911500D03*
X105411500Y-182181500D03*
X105411500Y-183451500D03*
X105411500Y-184721500D03*
X105411500Y-185991500D03*
D26*
X120349669Y-164265000D03*
X120349669Y-189265000D03*
D27*
X118299669Y-172450000D03*
D28*
X118299669Y-174740000D03*
X118299669Y-177030000D03*
X118299669Y-179320000D03*
X118299669Y-181610000D03*
X120279669Y-171305000D03*
X120279669Y-173595000D03*
X120279669Y-175885000D03*
X120279669Y-178175000D03*
X120279669Y-180465000D03*
X122259669Y-172450000D03*
X122259669Y-174740000D03*
X122259669Y-177030000D03*
X122259669Y-179320000D03*
X122259669Y-181610000D03*
D18*
X115125500Y-167454500D03*
X115125500Y-169354500D03*
D29*
X95186500Y-189103000D03*
D30*
X95186500Y-186563000D03*
X97726500Y-189103000D03*
X97726500Y-186563000D03*
X100266500Y-189103000D03*
X100266500Y-186563000D03*
D18*
X112966500Y-171259500D03*
X112966500Y-173159500D03*
D19*
X123952000Y-189293500D03*
D24*
X112397500Y-183451500D03*
X114297500Y-183451500D03*
D21*
X110993000Y-187833000D03*
X109093000Y-187833000D03*
D23*
X93800000Y-167700000D03*
X93800000Y-166000000D03*
D31*
X95807000Y-138684000D03*
X94107000Y-138684000D03*
D20*
X109500000Y-106400000D03*
X109500000Y-108100000D03*
X109500000Y-121100000D03*
X109500000Y-122800000D03*
D23*
X109500000Y-140000000D03*
X109500000Y-138300000D03*
D20*
X109500000Y-150500000D03*
X109500000Y-152200000D03*
D25*
X110361500Y-173799500D03*
X110361500Y-172529500D03*
X110361500Y-171259500D03*
X110361500Y-169989500D03*
X110361500Y-168719500D03*
X110361500Y-167449500D03*
X110361500Y-166179500D03*
X105411500Y-166179500D03*
X105411500Y-167449500D03*
X105411500Y-168719500D03*
X105411500Y-169989500D03*
X105411500Y-171259500D03*
X105411500Y-172529500D03*
X105411500Y-173799500D03*
M02*

View File

@ -0,0 +1,147 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.2-0)*
G04 #@! TF.CreationDate,2022-04-21T23:08:48-04:00*
G04 #@! TF.ProjectId,SEPowerAdapter,5345506f-7765-4724-9164-61707465722e,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Paste,Top*
G04 #@! TF.FilePolarity,Positive*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (6.0.2-0)) date 2022-04-21 23:08:48*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 Aperture macros list*
%AMRoundRect*
0 Rectangle with rounded corners*
0 $1 Rounding radius*
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
0 Add a 4 corners polygon primitive as box body*
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
0 Add four circle primitives for the rounded corners*
1,1,$1+$1,$2,$3*
1,1,$1+$1,$4,$5*
1,1,$1+$1,$6,$7*
1,1,$1+$1,$8,$9*
0 Add four rect primitives between the rounded corners*
20,1,$1+$1,$2,$3,$4,$5,0*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
G04 Aperture macros list end*
%ADD10RoundRect,0.237500X-0.262500X-0.437500X0.262500X-0.437500X0.262500X0.437500X-0.262500X0.437500X0*%
%ADD11RoundRect,0.187500X-0.487500X0.212500X-0.487500X-0.212500X0.487500X-0.212500X0.487500X0.212500X0*%
%ADD12RoundRect,0.237500X-0.437500X0.262500X-0.437500X-0.262500X0.437500X-0.262500X0.437500X0.262500X0*%
%ADD13RoundRect,0.187500X0.212500X0.487500X-0.212500X0.487500X-0.212500X-0.487500X0.212500X-0.487500X0*%
%ADD14RoundRect,0.237500X0.437500X-0.262500X0.437500X0.262500X-0.437500X0.262500X-0.437500X-0.262500X0*%
%ADD15RoundRect,0.187500X-0.212500X-0.487500X0.212500X-0.487500X0.212500X0.487500X-0.212500X0.487500X0*%
%ADD16RoundRect,0.125000X0.825000X0.150000X-0.825000X0.150000X-0.825000X-0.150000X0.825000X-0.150000X0*%
%ADD17RoundRect,0.237500X0.262500X0.437500X-0.262500X0.437500X-0.262500X-0.437500X0.262500X-0.437500X0*%
G04 APERTURE END LIST*
D10*
X105410000Y-175704500D03*
X107110000Y-175704500D03*
D11*
X92329000Y-189103000D03*
X92329000Y-191003000D03*
X103124000Y-168719500D03*
X103124000Y-170619500D03*
D12*
X109500000Y-146300000D03*
X109500000Y-148000000D03*
D13*
X110802500Y-164274500D03*
X108902500Y-164274500D03*
D12*
X109500000Y-125300000D03*
X109500000Y-127000000D03*
D10*
X105410000Y-187833000D03*
X107110000Y-187833000D03*
D14*
X93800000Y-159300000D03*
X93800000Y-157600000D03*
D12*
X93800000Y-154099999D03*
X93800000Y-155799999D03*
D14*
X109500000Y-144200000D03*
X109500000Y-142500000D03*
X93800000Y-163100000D03*
X93800000Y-161400000D03*
D15*
X105410000Y-164274500D03*
X107310000Y-164274500D03*
X112397500Y-179641500D03*
X114297500Y-179641500D03*
D11*
X112966500Y-167449500D03*
X112966500Y-169349500D03*
D14*
X109500000Y-112300000D03*
X109500000Y-110600000D03*
D10*
X89867000Y-138684000D03*
X91567000Y-138684000D03*
D11*
X115125500Y-171264500D03*
X115125500Y-173164500D03*
D16*
X110361500Y-185991500D03*
X110361500Y-184721500D03*
X110361500Y-183451500D03*
X110361500Y-182181500D03*
X110361500Y-180911500D03*
X110361500Y-179641500D03*
X110361500Y-178371500D03*
X105411500Y-178371500D03*
X105411500Y-179641500D03*
X105411500Y-180911500D03*
X105411500Y-182181500D03*
X105411500Y-183451500D03*
X105411500Y-184721500D03*
X105411500Y-185991500D03*
D11*
X115125500Y-167454500D03*
X115125500Y-169354500D03*
X112966500Y-171259500D03*
X112966500Y-173159500D03*
D15*
X112397500Y-183451500D03*
X114297500Y-183451500D03*
D13*
X110993000Y-187833000D03*
X109093000Y-187833000D03*
D14*
X93800000Y-167700000D03*
X93800000Y-166000000D03*
D17*
X95807000Y-138684000D03*
X94107000Y-138684000D03*
D12*
X109500000Y-106400000D03*
X109500000Y-108100000D03*
X109500000Y-121100000D03*
X109500000Y-122800000D03*
D14*
X109500000Y-140000000D03*
X109500000Y-138300000D03*
D12*
X109500000Y-150500000D03*
X109500000Y-152200000D03*
D16*
X110361500Y-173799500D03*
X110361500Y-172529500D03*
X110361500Y-171259500D03*
X110361500Y-169989500D03*
X110361500Y-168719500D03*
X110361500Y-167449500D03*
X110361500Y-166179500D03*
X105411500Y-166179500D03*
X105411500Y-167449500D03*
X105411500Y-168719500D03*
X105411500Y-169989500D03*
X105411500Y-171259500D03*
X105411500Y-172529500D03*
X105411500Y-173799500D03*
M02*

View File

@ -0,0 +1,666 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(6.0.2-0)*
G04 #@! TF.CreationDate,2022-04-21T23:08:48-04:00*
G04 #@! TF.ProjectId,SEPowerAdapter,5345506f-7765-4724-9164-61707465722e,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Legend,Top*
G04 #@! TF.FilePolarity,Positive*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (6.0.2-0)) date 2022-04-21 23:08:48*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 Aperture macros list*
%AMRoundRect*
0 Rectangle with rounded corners*
0 $1 Rounding radius*
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
0 Add a 4 corners polygon primitive as box body*
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
0 Add four circle primitives for the rounded corners*
1,1,$1+$1,$2,$3*
1,1,$1+$1,$4,$5*
1,1,$1+$1,$6,$7*
1,1,$1+$1,$8,$9*
0 Add four rect primitives between the rounded corners*
20,1,$1+$1,$2,$3,$4,$5,0*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
G04 Aperture macros list end*
%ADD10C,0.150000*%
%ADD11C,0.120000*%
%ADD12C,0.152400*%
%ADD13C,3.200000*%
%ADD14RoundRect,0.250001X1.599999X-1.099999X1.599999X1.099999X-1.599999X1.099999X-1.599999X-1.099999X0*%
%ADD15O,3.700000X2.700000*%
%ADD16O,3.500000X3.500000*%
%ADD17R,1.905000X2.000000*%
%ADD18O,1.905000X2.000000*%
%ADD19RoundRect,0.312500X-0.262500X-0.437500X0.262500X-0.437500X0.262500X0.437500X-0.262500X0.437500X0*%
%ADD20RoundRect,0.262500X-0.487500X0.212500X-0.487500X-0.212500X0.487500X-0.212500X0.487500X0.212500X0*%
%ADD21C,1.448000*%
%ADD22RoundRect,0.312500X-0.437500X0.262500X-0.437500X-0.262500X0.437500X-0.262500X0.437500X0.262500X0*%
%ADD23RoundRect,0.262500X0.212500X0.487500X-0.212500X0.487500X-0.212500X-0.487500X0.212500X-0.487500X0*%
%ADD24RoundRect,0.250001X-1.599999X1.099999X-1.599999X-1.099999X1.599999X-1.099999X1.599999X1.099999X0*%
%ADD25RoundRect,0.312500X0.437500X-0.262500X0.437500X0.262500X-0.437500X0.262500X-0.437500X-0.262500X0*%
%ADD26RoundRect,0.262500X-0.212500X-0.487500X0.212500X-0.487500X0.212500X0.487500X-0.212500X0.487500X0*%
%ADD27RoundRect,0.200000X0.825000X0.150000X-0.825000X0.150000X-0.825000X-0.150000X0.825000X-0.150000X0*%
%ADD28C,4.000000*%
%ADD29R,1.600000X1.600000*%
%ADD30C,1.600000*%
%ADD31R,1.700000X1.700000*%
%ADD32O,1.700000X1.700000*%
%ADD33RoundRect,0.312500X0.262500X0.437500X-0.262500X0.437500X-0.262500X-0.437500X0.262500X-0.437500X0*%
G04 APERTURE END LIST*
D10*
X69252380Y-172233333D02*
X69966666Y-172233333D01*
X70109523Y-172280952D01*
X70204761Y-172376190D01*
X70252380Y-172519047D01*
X70252380Y-172614285D01*
X69252380Y-171852380D02*
X69252380Y-171233333D01*
X69633333Y-171566666D01*
X69633333Y-171423809D01*
X69680952Y-171328571D01*
X69728571Y-171280952D01*
X69823809Y-171233333D01*
X70061904Y-171233333D01*
X70157142Y-171280952D01*
X70204761Y-171328571D01*
X70252380Y-171423809D01*
X70252380Y-171709523D01*
X70204761Y-171804761D01*
X70157142Y-171852380D01*
X90805095Y-115143380D02*
X90805095Y-115952904D01*
X90852714Y-116048142D01*
X90900333Y-116095761D01*
X90995571Y-116143380D01*
X91186047Y-116143380D01*
X91281285Y-116095761D01*
X91328904Y-116048142D01*
X91376523Y-115952904D01*
X91376523Y-115143380D01*
X92376523Y-116143380D02*
X91805095Y-116143380D01*
X92090809Y-116143380D02*
X92090809Y-115143380D01*
X91995571Y-115286238D01*
X91900333Y-115381476D01*
X91805095Y-115429095D01*
X132952380Y-129833333D02*
X133666666Y-129833333D01*
X133809523Y-129880952D01*
X133904761Y-129976190D01*
X133952380Y-130119047D01*
X133952380Y-130214285D01*
X133047619Y-129404761D02*
X133000000Y-129357142D01*
X132952380Y-129261904D01*
X132952380Y-129023809D01*
X133000000Y-128928571D01*
X133047619Y-128880952D01*
X133142857Y-128833333D01*
X133238095Y-128833333D01*
X133380952Y-128880952D01*
X133952380Y-129452380D01*
X133952380Y-128833333D01*
D11*
X83900000Y-174490000D02*
X83900000Y-173510000D01*
X77490000Y-192310000D02*
X83910000Y-192310000D01*
X83900000Y-170290000D02*
X83900000Y-169310000D01*
X70890000Y-171900000D02*
X70890000Y-156490000D01*
X77490000Y-156490000D02*
X77490000Y-151490000D01*
X77490000Y-187310000D02*
X77490000Y-192310000D01*
X87010000Y-167400000D02*
X88290000Y-167400000D01*
X70890000Y-187310000D02*
X77490000Y-187310000D01*
X87010000Y-184800000D02*
X88290000Y-184800000D01*
X87010000Y-163800000D02*
X88290000Y-163800000D01*
X87010000Y-176400000D02*
X88290000Y-176400000D01*
X87010000Y-163200000D02*
X88290000Y-163200000D01*
X83910000Y-192310000D02*
X83910000Y-186500000D01*
X83900000Y-166090000D02*
X83900000Y-165110000D01*
X84600000Y-187100000D02*
X84900000Y-186500000D01*
X87010000Y-184200000D02*
X88290000Y-184200000D01*
X87010000Y-175800000D02*
X88290000Y-175800000D01*
X84900000Y-186500000D02*
X85200000Y-187100000D01*
X87010000Y-171600000D02*
X88290000Y-171600000D01*
X70890000Y-171900000D02*
X70890000Y-187310000D01*
X87010000Y-159000000D02*
X88290000Y-159000000D01*
X83900000Y-178690000D02*
X83900000Y-177710000D01*
X87010000Y-180600000D02*
X88290000Y-180600000D01*
X87010000Y-172200000D02*
X88290000Y-172200000D01*
X83910000Y-151490000D02*
X83910000Y-157300000D01*
X83900000Y-182890000D02*
X83900000Y-181910000D01*
X77490000Y-151490000D02*
X83910000Y-151490000D01*
X83900000Y-161890000D02*
X83900000Y-160910000D01*
X70890000Y-156490000D02*
X77490000Y-156490000D01*
X87010000Y-159600000D02*
X88290000Y-159600000D01*
X87010000Y-168000000D02*
X88290000Y-168000000D01*
X87010000Y-180000000D02*
X88290000Y-180000000D01*
X85200000Y-187100000D02*
X84600000Y-187100000D01*
X86447000Y-116691000D02*
X86447000Y-132581000D01*
X86447000Y-116691000D02*
X96687000Y-116691000D01*
X96687000Y-116691000D02*
X96687000Y-132581000D01*
X86447000Y-132581000D02*
X96687000Y-132581000D01*
X91567000Y-132581000D02*
X91567000Y-135121000D01*
X94107000Y-132581000D02*
X94107000Y-135121000D01*
X89027000Y-132581000D02*
X89027000Y-135121000D01*
D12*
X105853600Y-176504500D02*
X106666400Y-176504500D01*
X105853600Y-174904500D02*
X106666400Y-174904500D01*
X93129000Y-189646600D02*
X93129000Y-190459400D01*
X91529000Y-189646600D02*
X91529000Y-190459400D01*
X103924000Y-169263100D02*
X103924000Y-170075900D01*
X102324000Y-169263100D02*
X102324000Y-170075900D01*
X108700000Y-146743600D02*
X108700000Y-147556400D01*
X110300000Y-146743600D02*
X110300000Y-147556400D01*
X110258900Y-165074500D02*
X109446100Y-165074500D01*
X110258900Y-163474500D02*
X109446100Y-163474500D01*
X110300000Y-125743600D02*
X110300000Y-126556400D01*
X108700000Y-125743600D02*
X108700000Y-126556400D01*
X105853600Y-188633000D02*
X106666400Y-188633000D01*
X105853600Y-187033000D02*
X106666400Y-187033000D01*
D11*
X119400000Y-137410000D02*
X119400000Y-138390000D01*
X116290000Y-139700000D02*
X115010000Y-139700000D01*
X116290000Y-106700000D02*
X115010000Y-106700000D01*
X116290000Y-143900000D02*
X115010000Y-143900000D01*
X119400000Y-145810000D02*
X119400000Y-146790000D01*
X119400000Y-108010000D02*
X119400000Y-108990000D01*
X119400000Y-133210000D02*
X119400000Y-134190000D01*
X116290000Y-131900000D02*
X115010000Y-131900000D01*
X119400000Y-116410000D02*
X119400000Y-117390000D01*
X116290000Y-131300000D02*
X115010000Y-131300000D01*
X132410000Y-155410000D02*
X125810000Y-155410000D01*
X116290000Y-118700000D02*
X115010000Y-118700000D01*
X116290000Y-127700000D02*
X115010000Y-127700000D01*
X116290000Y-135500000D02*
X115010000Y-135500000D01*
X116290000Y-152900000D02*
X115010000Y-152900000D01*
X116290000Y-148100000D02*
X115010000Y-148100000D01*
X118400000Y-104400000D02*
X118100000Y-103800000D01*
X132410000Y-129500000D02*
X132410000Y-103590000D01*
X119400000Y-120610000D02*
X119400000Y-121590000D01*
X132410000Y-103590000D02*
X125810000Y-103590000D01*
X132410000Y-129500000D02*
X132410000Y-155410000D01*
X116290000Y-127100000D02*
X115010000Y-127100000D01*
X125810000Y-103590000D02*
X125810000Y-98590000D01*
X116290000Y-122900000D02*
X115010000Y-122900000D01*
X116290000Y-110300000D02*
X115010000Y-110300000D01*
X118100000Y-103800000D02*
X118700000Y-103800000D01*
X116290000Y-144500000D02*
X115010000Y-144500000D01*
X119400000Y-141610000D02*
X119400000Y-142590000D01*
X116290000Y-119300000D02*
X115010000Y-119300000D01*
X116290000Y-114500000D02*
X115010000Y-114500000D01*
X116290000Y-136100000D02*
X115010000Y-136100000D01*
X125810000Y-160410000D02*
X119390000Y-160410000D01*
X116290000Y-115100000D02*
X115010000Y-115100000D01*
X119400000Y-129010000D02*
X119400000Y-129990000D01*
X116290000Y-123500000D02*
X115010000Y-123500000D01*
X119400000Y-112210000D02*
X119400000Y-113190000D01*
X118700000Y-103800000D02*
X118400000Y-104400000D01*
X116290000Y-110900000D02*
X115010000Y-110900000D01*
X125810000Y-98590000D02*
X119390000Y-98590000D01*
X116290000Y-152300000D02*
X115010000Y-152300000D01*
X119390000Y-160410000D02*
X119390000Y-154600000D01*
X116290000Y-106100000D02*
X115010000Y-106100000D01*
X116290000Y-140300000D02*
X115010000Y-140300000D01*
X116290000Y-148700000D02*
X115010000Y-148700000D01*
X119400000Y-124810000D02*
X119400000Y-125790000D01*
X119400000Y-150010000D02*
X119400000Y-150990000D01*
X125810000Y-155410000D02*
X125810000Y-160410000D01*
X119390000Y-98590000D02*
X119390000Y-104400000D01*
D12*
X93000000Y-158856400D02*
X93000000Y-158043600D01*
X94600000Y-158856400D02*
X94600000Y-158043600D01*
X93000000Y-154543599D02*
X93000000Y-155356399D01*
X94600000Y-154543599D02*
X94600000Y-155356399D01*
X108700000Y-143756400D02*
X108700000Y-142943600D01*
X110300000Y-143756400D02*
X110300000Y-142943600D01*
X93000000Y-162656400D02*
X93000000Y-161843600D01*
X94600000Y-162656400D02*
X94600000Y-161843600D01*
X105953600Y-163474500D02*
X106766400Y-163474500D01*
X105953600Y-165074500D02*
X106766400Y-165074500D01*
X112941100Y-180441500D02*
X113753900Y-180441500D01*
X112941100Y-178841500D02*
X113753900Y-178841500D01*
X113766500Y-167993100D02*
X113766500Y-168805900D01*
X112166500Y-167993100D02*
X112166500Y-168805900D01*
X110300000Y-111856400D02*
X110300000Y-111043600D01*
X108700000Y-111856400D02*
X108700000Y-111043600D01*
X90310600Y-137884000D02*
X91123400Y-137884000D01*
X90310600Y-139484000D02*
X91123400Y-139484000D01*
X114325500Y-171808100D02*
X114325500Y-172620900D01*
X115925500Y-171808100D02*
X115925500Y-172620900D01*
D11*
X107886500Y-177756500D02*
X105936500Y-177756500D01*
X107886500Y-186606500D02*
X105936500Y-186606500D01*
X107886500Y-177756500D02*
X109836500Y-177756500D01*
X107886500Y-186606500D02*
X111336500Y-186606500D01*
X115735331Y-172700000D02*
X115735331Y-172200000D01*
X116629669Y-192250000D02*
X116629669Y-161280000D01*
X116629669Y-161280000D02*
X125229669Y-161280000D01*
X116168344Y-172450000D02*
X115735331Y-172700000D01*
X115735331Y-172200000D02*
X116168344Y-172450000D01*
X125229669Y-192250000D02*
X116629669Y-192250000D01*
D12*
X115925500Y-167998100D02*
X115925500Y-168810900D01*
X114325500Y-167998100D02*
X114325500Y-168810900D01*
D11*
X96456500Y-190433000D02*
X96456500Y-187833000D01*
X93856500Y-187833000D02*
X93856500Y-185233000D01*
X93856500Y-185233000D02*
X101596500Y-185233000D01*
X96456500Y-190433000D02*
X101596500Y-190433000D01*
X101596500Y-190433000D02*
X101596500Y-185233000D01*
X93856500Y-190433000D02*
X93856500Y-189103000D01*
X95186500Y-190433000D02*
X93856500Y-190433000D01*
X96456500Y-187833000D02*
X93856500Y-187833000D01*
D12*
X113766500Y-171803100D02*
X113766500Y-172615900D01*
X112166500Y-171803100D02*
X112166500Y-172615900D01*
X112941100Y-182651500D02*
X113753900Y-182651500D01*
X112941100Y-184251500D02*
X113753900Y-184251500D01*
X110449400Y-188633000D02*
X109636600Y-188633000D01*
X110449400Y-187033000D02*
X109636600Y-187033000D01*
X94600000Y-167256400D02*
X94600000Y-166443600D01*
X93000000Y-167256400D02*
X93000000Y-166443600D01*
X95363400Y-139484000D02*
X94550600Y-139484000D01*
X95363400Y-137884000D02*
X94550600Y-137884000D01*
X108700000Y-106843600D02*
X108700000Y-107656400D01*
X110300000Y-106843600D02*
X110300000Y-107656400D01*
X110300000Y-121543600D02*
X110300000Y-122356400D01*
X108700000Y-121543600D02*
X108700000Y-122356400D01*
X110300000Y-139556400D02*
X110300000Y-138743600D01*
X108700000Y-139556400D02*
X108700000Y-138743600D01*
X108700000Y-150943600D02*
X108700000Y-151756400D01*
X110300000Y-150943600D02*
X110300000Y-151756400D01*
D11*
X107886500Y-174414500D02*
X105936500Y-174414500D01*
X107886500Y-165564500D02*
X105936500Y-165564500D01*
X107886500Y-165564500D02*
X109836500Y-165564500D01*
X107886500Y-174414500D02*
X111336500Y-174414500D01*
%LPC*%
D10*
X85280500Y-115506500D02*
X97853500Y-115506500D01*
X97853500Y-115506500D02*
X97853500Y-132588000D01*
X97853500Y-132588000D02*
X85280500Y-132588000D01*
X85280500Y-132588000D02*
X85280500Y-115506500D01*
G36*
X85280500Y-115506500D02*
G01*
X97853500Y-115506500D01*
X97853500Y-132588000D01*
X85280500Y-132588000D01*
X85280500Y-115506500D01*
G37*
D13*
X80700000Y-154800000D03*
X80700000Y-189000000D03*
D14*
X84900000Y-184500000D03*
D15*
X84900000Y-180300000D03*
X84900000Y-176100000D03*
X84900000Y-171900000D03*
X84900000Y-167700000D03*
X84900000Y-163500000D03*
X84900000Y-159300000D03*
X90400000Y-184500000D03*
X90400000Y-180300000D03*
X90400000Y-176100000D03*
X90400000Y-171900000D03*
X90400000Y-167700000D03*
X90400000Y-163500000D03*
X90400000Y-159300000D03*
D16*
X91567000Y-119611000D03*
D17*
X89027000Y-136271000D03*
D18*
X91567000Y-136271000D03*
X94107000Y-136271000D03*
D19*
X105410000Y-175704500D03*
X107110000Y-175704500D03*
D20*
X92329000Y-189103000D03*
X92329000Y-191003000D03*
D21*
X80327500Y-100838000D03*
D20*
X103124000Y-168719500D03*
X103124000Y-170619500D03*
D22*
X109500000Y-146300000D03*
X109500000Y-148000000D03*
D23*
X110802500Y-164274500D03*
X108902500Y-164274500D03*
D22*
X109500000Y-125300000D03*
X109500000Y-127000000D03*
D19*
X105410000Y-187833000D03*
X107110000Y-187833000D03*
D13*
X122600000Y-101900000D03*
X122600000Y-157100000D03*
D24*
X118400000Y-106400000D03*
D15*
X118400000Y-110600000D03*
X118400000Y-114800000D03*
X118400000Y-119000000D03*
X118400000Y-123200000D03*
X118400000Y-127400000D03*
X118400000Y-131600000D03*
X118400000Y-135800000D03*
X118400000Y-140000000D03*
X118400000Y-144200000D03*
X118400000Y-148400000D03*
X118400000Y-152600000D03*
X112900000Y-106400000D03*
X112900000Y-110600000D03*
X112900000Y-114800000D03*
X112900000Y-119000000D03*
X112900000Y-123200000D03*
X112900000Y-127400000D03*
X112900000Y-131600000D03*
X112900000Y-135800000D03*
X112900000Y-140000000D03*
X112900000Y-144200000D03*
X112900000Y-148400000D03*
X112900000Y-152600000D03*
D25*
X93800000Y-159300000D03*
X93800000Y-157600000D03*
D22*
X93800000Y-154099999D03*
X93800000Y-155799999D03*
D25*
X109500000Y-144200000D03*
X109500000Y-142500000D03*
X93800000Y-163100000D03*
X93800000Y-161400000D03*
D21*
X83439000Y-191135000D03*
D26*
X105410000Y-164274500D03*
X107310000Y-164274500D03*
X112397500Y-179641500D03*
X114297500Y-179641500D03*
D20*
X112966500Y-167449500D03*
X112966500Y-169349500D03*
D25*
X109500000Y-112300000D03*
X109500000Y-110600000D03*
D21*
X119570500Y-99758500D03*
D19*
X89867000Y-138684000D03*
X91567000Y-138684000D03*
D20*
X115125500Y-171264500D03*
X115125500Y-173164500D03*
D27*
X110361500Y-185991500D03*
X110361500Y-184721500D03*
X110361500Y-183451500D03*
X110361500Y-182181500D03*
X110361500Y-180911500D03*
X110361500Y-179641500D03*
X110361500Y-178371500D03*
X105411500Y-178371500D03*
X105411500Y-179641500D03*
X105411500Y-180911500D03*
X105411500Y-182181500D03*
X105411500Y-183451500D03*
X105411500Y-184721500D03*
X105411500Y-185991500D03*
D28*
X120349669Y-164265000D03*
X120349669Y-189265000D03*
D29*
X118299669Y-172450000D03*
D30*
X118299669Y-174740000D03*
X118299669Y-177030000D03*
X118299669Y-179320000D03*
X118299669Y-181610000D03*
X120279669Y-171305000D03*
X120279669Y-173595000D03*
X120279669Y-175885000D03*
X120279669Y-178175000D03*
X120279669Y-180465000D03*
X122259669Y-172450000D03*
X122259669Y-174740000D03*
X122259669Y-177030000D03*
X122259669Y-179320000D03*
X122259669Y-181610000D03*
D20*
X115125500Y-167454500D03*
X115125500Y-169354500D03*
D31*
X95186500Y-189103000D03*
D32*
X95186500Y-186563000D03*
X97726500Y-189103000D03*
X97726500Y-186563000D03*
X100266500Y-189103000D03*
X100266500Y-186563000D03*
D20*
X112966500Y-171259500D03*
X112966500Y-173159500D03*
D21*
X123952000Y-189293500D03*
D26*
X112397500Y-183451500D03*
X114297500Y-183451500D03*
D23*
X110993000Y-187833000D03*
X109093000Y-187833000D03*
D25*
X93800000Y-167700000D03*
X93800000Y-166000000D03*
D33*
X95807000Y-138684000D03*
X94107000Y-138684000D03*
D22*
X109500000Y-106400000D03*
X109500000Y-108100000D03*
X109500000Y-121100000D03*
X109500000Y-122800000D03*
D25*
X109500000Y-140000000D03*
X109500000Y-138300000D03*
D22*
X109500000Y-150500000D03*
X109500000Y-152200000D03*
D27*
X110361500Y-173799500D03*
X110361500Y-172529500D03*
X110361500Y-171259500D03*
X110361500Y-169989500D03*
X110361500Y-168719500D03*
X110361500Y-167449500D03*
X110361500Y-166179500D03*
X105411500Y-166179500D03*
X105411500Y-167449500D03*
X105411500Y-168719500D03*
X105411500Y-169989500D03*
X105411500Y-171259500D03*
X105411500Y-172529500D03*
X105411500Y-173799500D03*
M02*

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,35 @@
Ref,Val,Package,MidX,MidY,Rotation,Side
"C1","10u","C_0805",93.800000,-158.450000,90.000000,top
"C2","10u","C_0805",109.500000,-147.150000,-90.000000,top
"C3","10u","C_0805",109.500000,-139.150000,90.000000,top
"C4","10u","C_0805",109.500000,-143.350000,90.000000,top
"C5","10u","C_0805",109.500000,-121.950000,-90.000000,top
"C6","10u","C_0805",93.800000,-166.850000,90.000000,top
"C7","10u","C_0805",109.500000,-126.150000,-90.000000,top
"C8","10u","C_0805",109.500000,-151.350000,-90.000000,top
"C9","10u","C_0805",109.500000,-107.250000,-90.000000,top
"C10","10u","C_0805",106.260000,-175.704500,0.000000,top
"C11","10u","C_0805",90.717000,-138.684000,0.000000,top
"C12","10u","C_0805",93.800000,-154.949999,-90.000000,top
"C13","10u","C_0805",109.500000,-111.450000,90.000000,top
"C14","10u","C_0805",94.957000,-138.684000,180.000000,top
"C15","10u","C_0805",93.800000,-162.250000,90.000000,top
"C16","10u","C_0805",106.260000,-187.833000,0.000000,top
"J1","XOR","PinHeader_2x03_P2.54mm_Vertical",95.186500,-189.103000,90.000000,top
"J2","ATX","Molex_Mini-Fit_Jr_5569-24A1_2x12_P4.20mm_Horizontal",118.400000,-106.400000,-90.000000,top
"J3","Mac","Molex_Mini-Fit_Jr_5569-14A1_2x07_P4.20mm_Horizontal",84.900000,-171.900000,90.000000,top
"J4","VGA","DSUB-15-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm",118.299669,-172.450000,90.000000,top
"R1","1k","R_0805",103.124000,-169.669500,-90.000000,top
"R2","1k","R_0805",110.043000,-187.833000,180.000000,top
"R3","1k","R_0805",92.329000,-190.053000,-90.000000,top
"R4","47","R_0805",113.347500,-183.451500,0.000000,top
"R5","47","R_0805",113.347500,-179.641500,0.000000,top
"R6","150","R_0805",106.360000,-164.274500,0.000000,top
"R7","130","R_0805",109.852500,-164.274500,180.000000,top
"R8","150","R_0805",112.966500,-168.399500,-90.000000,top
"R9","130","R_0805",115.125500,-168.404500,-90.000000,top
"R10","150","R_0805",112.966500,-172.209500,-90.000000,top
"R11","130","R_0805",115.125500,-172.214500,-90.000000,top
"U1","LM7905_TO220","TO-220-3_Horizontal_TabDown",91.567000,-136.271000,0.000000,top
"U2","74LVC86AD","SOIC-14_3.9mm",107.886500,-182.181500,90.000000,top
"U3","74LVC86AD","SOIC-14_3.9mm",107.886500,-169.989500,90.000000,top
1 Ref Val Package MidX MidY Rotation Side
2 C1 10u C_0805 93.800000 -158.450000 90.000000 top
3 C2 10u C_0805 109.500000 -147.150000 -90.000000 top
4 C3 10u C_0805 109.500000 -139.150000 90.000000 top
5 C4 10u C_0805 109.500000 -143.350000 90.000000 top
6 C5 10u C_0805 109.500000 -121.950000 -90.000000 top
7 C6 10u C_0805 93.800000 -166.850000 90.000000 top
8 C7 10u C_0805 109.500000 -126.150000 -90.000000 top
9 C8 10u C_0805 109.500000 -151.350000 -90.000000 top
10 C9 10u C_0805 109.500000 -107.250000 -90.000000 top
11 C10 10u C_0805 106.260000 -175.704500 0.000000 top
12 C11 10u C_0805 90.717000 -138.684000 0.000000 top
13 C12 10u C_0805 93.800000 -154.949999 -90.000000 top
14 C13 10u C_0805 109.500000 -111.450000 90.000000 top
15 C14 10u C_0805 94.957000 -138.684000 180.000000 top
16 C15 10u C_0805 93.800000 -162.250000 90.000000 top
17 C16 10u C_0805 106.260000 -187.833000 0.000000 top
18 J1 XOR PinHeader_2x03_P2.54mm_Vertical 95.186500 -189.103000 90.000000 top
19 J2 ATX Molex_Mini-Fit_Jr_5569-24A1_2x12_P4.20mm_Horizontal 118.400000 -106.400000 -90.000000 top
20 J3 Mac Molex_Mini-Fit_Jr_5569-14A1_2x07_P4.20mm_Horizontal 84.900000 -171.900000 90.000000 top
21 J4 VGA DSUB-15-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm 118.299669 -172.450000 90.000000 top
22 R1 1k R_0805 103.124000 -169.669500 -90.000000 top
23 R2 1k R_0805 110.043000 -187.833000 180.000000 top
24 R3 1k R_0805 92.329000 -190.053000 -90.000000 top
25 R4 47 R_0805 113.347500 -183.451500 0.000000 top
26 R5 47 R_0805 113.347500 -179.641500 0.000000 top
27 R6 150 R_0805 106.360000 -164.274500 0.000000 top
28 R7 130 R_0805 109.852500 -164.274500 180.000000 top
29 R8 150 R_0805 112.966500 -168.399500 -90.000000 top
30 R9 130 R_0805 115.125500 -168.404500 -90.000000 top
31 R10 150 R_0805 112.966500 -172.209500 -90.000000 top
32 R11 130 R_0805 115.125500 -172.214500 -90.000000 top
33 U1 LM7905_TO220 TO-220-3_Horizontal_TabDown 91.567000 -136.271000 0.000000 top
34 U2 74LVC86AD SOIC-14_3.9mm 107.886500 -182.181500 90.000000 top
35 U3 74LVC86AD SOIC-14_3.9mm 107.886500 -169.989500 90.000000 top

View File

@ -0,0 +1,213 @@
M48
; DRILL file {KiCad (6.0.2-0)} date Thursday, April 21, 2022 at 11:08:50 PM
; FORMAT={-:-/ absolute / inch / decimal}
; #@! TF.CreationDate,2022-04-21T23:08:50-04:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,(6.0.2-0)
; #@! TF.FileFunction,MixedPlating,1,2
FMAT,2
INCH
; #@! TA.AperFunction,Plated,PTH,ViaDrill
T1C0.0118
; #@! TA.AperFunction,Plated,PTH,ViaDrill
T2C0.0157
; #@! TA.AperFunction,Plated,PTH,ViaDrill
T3C0.0197
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T4C0.0394
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T5C0.0433
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T6C0.0709
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T7C0.1260
; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill
T8C0.0454
; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill
T9C0.1260
; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill
T10C0.1378
%
G90
G05
T1
X3.635Y-5.7425
X3.7525Y-7.08
X3.91Y-5.745
X3.92Y-6.605
X3.92Y-6.9775
X3.93Y-7.2625
X3.9875Y-7.1
X4.035Y-6.9175
X4.05Y-7.1625
X4.06Y-6.605
X4.0875Y-6.05
X4.0925Y-6.7925
X4.0925Y-7.0725
X4.0925Y-7.2225
X4.0925Y-7.395
X4.2075Y-6.7425
X4.2075Y-6.7925
X4.2075Y-7.0725
X4.2075Y-7.1225
X4.2075Y-7.2225
X4.2075Y-7.2725
X4.21Y-6.87
X4.21Y-7.3475
X4.235Y-6.6175
X4.2575Y-6.9175
X4.2575Y-7.395
X4.2875Y-6.5425
X4.2875Y-7.0225
X4.3375Y-6.51
X4.345Y-6.99
X4.3975Y-6.4675
X4.4025Y-6.5425
X4.4025Y-7.0225
X4.4025Y-7.35
X4.5325Y-6.5575
X4.5325Y-6.7075
T2
X3.0925Y-3.8975
X3.0925Y-7.5525
X3.3525Y-6.1775
X3.435Y-7.475
X3.5475Y-5.51
X3.6417Y-6.0669
X3.6417Y-6.2047
X3.6417Y-6.5354
X3.655Y-7.3925
X3.6725Y-6.8725
X3.69Y-7.025
X3.7075Y-6.7275
X3.7441Y-6.0669
X3.7441Y-6.2047
X3.7441Y-6.4213
X3.7441Y-6.5354
X3.76Y-6.3325
X3.7625Y-5.51
X3.8025Y-7.5525
X3.8425Y-7.14
X3.88Y-7.5175
X3.895Y-5.94
X3.9075Y-7.215
X3.925Y-6.6625
X3.93Y-7.0825
X3.9375Y-6.91
X4.0025Y-5.9425
X4.035Y-6.5525
X4.045Y-7.0175
X4.045Y-7.495
X4.05Y-6.8575
X4.1125Y-6.1775
X4.1875Y-4.9325
X4.19Y-5.5125
X4.1925Y-6.255
X4.21Y-5.72
X4.2598Y-4.2559
X4.2598Y-4.4213
X4.2598Y-4.8346
X4.2598Y-5.0
X4.2598Y-5.4449
X4.2598Y-5.6102
X4.2598Y-5.8268
X4.26Y-5.9825
X4.27Y-7.4975
X4.3275Y-7.5525
X4.3325Y-6.0675
X4.3622Y-4.2559
X4.3622Y-4.4213
X4.3622Y-5.4449
X4.3622Y-5.6102
X4.4625Y-7.1475
X4.4775Y-7.3
X4.495Y-6.8625
X4.805Y-5.085
X4.8075Y-7.265
X4.8525Y-6.0775
X4.9125Y-3.8975
X4.9125Y-7.5525
T3
X4.5425Y-6.2025
X4.855Y-6.0079
T4
X3.7475Y-7.345
X3.7475Y-7.445
X3.8475Y-7.345
X3.8475Y-7.445
X3.9475Y-7.345
X3.9475Y-7.445
X4.6575Y-6.7894
X4.6575Y-6.8795
X4.6575Y-6.9697
X4.6575Y-7.0598
X4.6575Y-7.15
X4.7354Y-6.7443
X4.7354Y-6.8344
X4.7354Y-6.9246
X4.7354Y-7.0148
X4.7354Y-7.1049
X4.8134Y-6.7894
X4.8134Y-6.8795
X4.8134Y-6.9697
X4.8134Y-7.0598
X4.8134Y-7.15
T5
X3.505Y-5.365
X3.605Y-5.365
X3.705Y-5.365
T6
X3.3425Y-6.2717
X3.3425Y-6.437
X3.3425Y-6.6024
X3.3425Y-6.7677
X3.3425Y-6.9331
X3.3425Y-7.0984
X3.3425Y-7.2638
X3.5591Y-6.2717
X3.5591Y-6.437
X3.5591Y-6.6024
X3.5591Y-6.7677
X3.5591Y-6.9331
X3.5591Y-7.0984
X3.5591Y-7.2638
X4.4449Y-4.189
X4.4449Y-4.3543
X4.4449Y-4.5197
X4.4449Y-4.685
X4.4449Y-4.8504
X4.4449Y-5.0157
X4.4449Y-5.1811
X4.4449Y-5.3465
X4.4449Y-5.5118
X4.4449Y-5.6772
X4.4449Y-5.8425
X4.4449Y-6.0079
X4.6614Y-4.189
X4.6614Y-4.3543
X4.6614Y-4.5197
X4.6614Y-4.685
X4.6614Y-4.8504
X4.6614Y-5.0157
X4.6614Y-5.1811
X4.6614Y-5.3465
X4.6614Y-5.5118
X4.6614Y-5.6772
X4.6614Y-5.8425
X4.6614Y-6.0079
T7
X4.7382Y-6.4671
X4.7382Y-7.4514
T8
X3.1625Y-3.97
X3.285Y-7.525
X4.7075Y-3.9275
X4.88Y-7.4525
T9
X3.1772Y-6.0945
X3.1772Y-7.4409
X4.8268Y-4.0118
X4.8268Y-6.185
T10
X3.605Y-4.7091
T0
M30