started review

This commit is contained in:
Gregor Hermani
2022-12-20 18:41:38 +01:00
parent 5543e1b4b1
commit 92541eb1f3
4 changed files with 15125 additions and 10964 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{ {
"board": { "board": {
"active_layer": 44, "active_layer": 31,
"active_layer_preset": "", "active_layer_preset": "",
"auto_track_width": false, "auto_track_width": false,
"hidden_nets": [ "hidden_nets": [
@@ -62,8 +62,8 @@
35, 35,
36 36
], ],
"visible_layers": "80216ba_ffffffff", "visible_layers": "802169a_ffffffff",
"zone_display_mode": 0 "zone_display_mode": 1
}, },
"meta": { "meta": {
"filename": "WiFi-Devboard-Pro.kicad_prl", "filename": "WiFi-Devboard-Pro.kicad_prl",

View File

@@ -103,24 +103,24 @@
"allow_blind_buried_vias": false, "allow_blind_buried_vias": false,
"allow_microvias": false, "allow_microvias": false,
"max_error": 0.005, "max_error": 0.005,
"min_clearance": 0.0, "min_clearance": 0.127,
"min_copper_edge_clearance": 0.0, "min_copper_edge_clearance": 0.19999999999999998,
"min_hole_clearance": 0.25, "min_hole_clearance": 0.254,
"min_hole_to_hole": 0.25, "min_hole_to_hole": 0.5,
"min_microvia_diameter": 0.19999999999999998, "min_microvia_diameter": 0.19999999999999998,
"min_microvia_drill": 0.09999999999999999, "min_microvia_drill": 0.09999999999999999,
"min_silk_clearance": 0.0, "min_silk_clearance": 0.0,
"min_through_hole_diameter": 0.3, "min_through_hole_diameter": 0.5,
"min_track_width": 0.09999999999999999, "min_track_width": 0.127,
"min_via_annular_width": 0.049999999999999996, "min_via_annular_width": 0.049999999999999996,
"min_via_diameter": 0.39999999999999997, "min_via_diameter": 0.5,
"solder_mask_clearance": 0.0, "solder_mask_clearance": 0.0,
"solder_mask_min_width": 0.0, "solder_mask_min_width": 0.0,
"use_height_for_length_calcs": true "use_height_for_length_calcs": true
}, },
"track_widths": [ "track_widths": [
0.0, 0.0,
0.1, 0.127,
0.2, 0.2,
0.3, 0.3,
0.5, 0.5,
@@ -132,12 +132,12 @@
"drill": 0.0 "drill": 0.0
}, },
{ {
"diameter": 0.2, "diameter": 0.5,
"drill": 0.1 "drill": 0.2
}, },
{ {
"diameter": 0.3, "diameter": 1.0,
"drill": 0.2 "drill": 0.5
} }
], ],
"zones_allow_external_fillets": false, "zones_allow_external_fillets": false,
@@ -366,7 +366,7 @@
"classes": [ "classes": [
{ {
"bus_width": 12.0, "bus_width": 12.0,
"clearance": 0.2, "clearance": 0.127,
"diff_pair_gap": 0.25, "diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25, "diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2, "diff_pair_width": 0.2,
@@ -376,14 +376,14 @@
"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.1, "track_width": 0.127,
"via_diameter": 0.3, "via_diameter": 0.5,
"via_drill": 0.2, "via_drill": 0.2,
"wire_width": 6.0 "wire_width": 6.0
}, },
{ {
"bus_width": 12.0, "bus_width": 12.0,
"clearance": 0.2, "clearance": 0.127,
"diff_pair_gap": 0.25, "diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25, "diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2, "diff_pair_width": 0.2,
@@ -397,13 +397,13 @@
"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.2, "track_width": 0.2,
"via_diameter": 0.3, "via_diameter": 0.5,
"via_drill": 0.2, "via_drill": 0.2,
"wire_width": 6.0 "wire_width": 6.0
}, },
{ {
"bus_width": 12.0, "bus_width": 12.0,
"clearance": 0.2, "clearance": 0.127,
"diff_pair_gap": 0.25, "diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25, "diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2, "diff_pair_width": 0.2,
@@ -421,7 +421,7 @@
"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.2, "track_width": 0.2,
"via_diameter": 0.3, "via_diameter": 0.5,
"via_drill": 0.2, "via_drill": 0.2,
"wire_width": 6.0 "wire_width": 6.0
} }

View File

@@ -3741,13 +3741,6 @@
(effects (font (size 1.27 1.27)) (justify right) hide) (effects (font (size 1.27 1.27)) (justify right) hide)
) )
) )
(global_label "GPIO33" (shape input) (at 109.22 175.26 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 0d4dc046-dc8b-41b4-85d7-6719f5bf0872)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 99.9126 175.1806 0)
(effects (font (size 1.27 1.27)) (justify right) hide)
)
)
(global_label "RESET" (shape input) (at 45.72 176.53 180) (fields_autoplaced) (global_label "RESET" (shape input) (at 45.72 176.53 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right)) (effects (font (size 1.27 1.27)) (justify right))
(uuid 15d2cea3-3d94-44b7-b235-9f304c786aa3) (uuid 15d2cea3-3d94-44b7-b235-9f304c786aa3)
@@ -3776,13 +3769,6 @@
(effects (font (size 1.27 1.27)) (justify left) hide) (effects (font (size 1.27 1.27)) (justify left) hide)
) )
) )
(global_label "GPIO35" (shape input) (at 109.22 180.34 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 2cf9c6e7-2584-4669-80f3-922713ffe0dd)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 99.9126 180.2606 0)
(effects (font (size 1.27 1.27)) (justify right) hide)
)
)
(global_label "GPIO26" (shape input) (at 121.92 88.9 180) (fields_autoplaced) (global_label "GPIO26" (shape input) (at 121.92 88.9 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right)) (effects (font (size 1.27 1.27)) (justify right))
(uuid 2cffb92a-fb75-48f9-86eb-51f6b663eef6) (uuid 2cffb92a-fb75-48f9-86eb-51f6b663eef6)
@@ -3790,13 +3776,6 @@
(effects (font (size 1.27 1.27)) (justify right) hide) (effects (font (size 1.27 1.27)) (justify right) hide)
) )
) )
(global_label "GPIO26" (shape input) (at 109.22 167.64 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 2fa6290c-593c-4ce9-bd13-5b0529262eb3)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 99.9126 167.5606 0)
(effects (font (size 1.27 1.27)) (justify right) hide)
)
)
(global_label "TMS" (shape input) (at 64.77 261.62 0) (fields_autoplaced) (global_label "TMS" (shape input) (at 64.77 261.62 0) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left)) (effects (font (size 1.27 1.27)) (justify left))
(uuid 3355050b-b89a-4200-9e58-adf271a7f46f) (uuid 3355050b-b89a-4200-9e58-adf271a7f46f)
@@ -3825,10 +3804,10 @@
(effects (font (size 1.27 1.27)) (justify left) hide) (effects (font (size 1.27 1.27)) (justify left) hide)
) )
) )
(global_label "RX" (shape output) (at 109.22 182.88 180) (fields_autoplaced) (global_label "GPIO27" (shape input) (at 109.22 175.26 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right)) (effects (font (size 1.27 1.27)) (justify right))
(uuid 4fb4d1b9-9e34-4b38-90a2-8e9996de3888) (uuid 472a71f8-24f9-4132-8fdf-4b9ba47c376e)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 104.3274 182.9594 0) (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 99.9126 175.1806 0)
(effects (font (size 1.27 1.27)) (justify right) hide) (effects (font (size 1.27 1.27)) (justify right) hide)
) )
) )
@@ -3839,6 +3818,13 @@
(effects (font (size 1.27 1.27)) (justify right) hide) (effects (font (size 1.27 1.27)) (justify right) hide)
) )
) )
(global_label "GPIO25" (shape input) (at 109.22 170.18 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 56bddacc-fe97-422a-9408-3cbb82b22cb9)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 99.9126 170.1006 0)
(effects (font (size 1.27 1.27)) (justify right) hide)
)
)
(global_label "GPIO35" (shape input) (at 121.92 78.74 180) (fields_autoplaced) (global_label "GPIO35" (shape input) (at 121.92 78.74 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right)) (effects (font (size 1.27 1.27)) (justify right))
(uuid 5e95eafa-fdb7-4aa3-86da-547f508ba02c) (uuid 5e95eafa-fdb7-4aa3-86da-547f508ba02c)
@@ -3881,6 +3867,20 @@
(effects (font (size 1.27 1.27)) (justify left) hide) (effects (font (size 1.27 1.27)) (justify left) hide)
) )
) )
(global_label "TX" (shape input) (at 109.22 190.5 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 76eabbd7-0c7f-4517-a997-1d5fffbbb541)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 104.6298 190.5794 0)
(effects (font (size 1.27 1.27)) (justify right) hide)
)
)
(global_label "GPIO35" (shape input) (at 109.22 185.42 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 79733a0f-949f-4b59-bad7-0eccf626ec52)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 99.9126 185.3406 0)
(effects (font (size 1.27 1.27)) (justify right) hide)
)
)
(global_label "RESET" (shape input) (at 64.77 271.78 0) (fields_autoplaced) (global_label "RESET" (shape input) (at 64.77 271.78 0) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left)) (effects (font (size 1.27 1.27)) (justify left))
(uuid 79f40cbd-033a-47a8-92b8-b7220a958d57) (uuid 79f40cbd-033a-47a8-92b8-b7220a958d57)
@@ -3888,13 +3888,6 @@
(effects (font (size 1.27 1.27)) (justify left) hide) (effects (font (size 1.27 1.27)) (justify left) hide)
) )
) )
(global_label "GPIO27" (shape input) (at 109.22 170.18 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 7ac7db07-216c-43c9-b793-66cd50620c52)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 99.9126 170.1006 0)
(effects (font (size 1.27 1.27)) (justify right) hide)
)
)
(global_label "GPIO05" (shape input) (at 45.72 171.45 180) (fields_autoplaced) (global_label "GPIO05" (shape input) (at 45.72 171.45 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right)) (effects (font (size 1.27 1.27)) (justify right))
(uuid 7b712c42-b2e2-4a4d-81be-a04b9eda5a95) (uuid 7b712c42-b2e2-4a4d-81be-a04b9eda5a95)
@@ -3972,6 +3965,13 @@
(effects (font (size 1.27 1.27)) (justify left) hide) (effects (font (size 1.27 1.27)) (justify left) hide)
) )
) )
(global_label "GPIO33" (shape input) (at 109.22 180.34 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 8f72a181-898f-431b-9865-8bb7a220a007)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 99.9126 180.2606 0)
(effects (font (size 1.27 1.27)) (justify right) hide)
)
)
(global_label "RX" (shape output) (at 171.45 88.9 0) (fields_autoplaced) (global_label "RX" (shape output) (at 171.45 88.9 0) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left)) (effects (font (size 1.27 1.27)) (justify left))
(uuid a31bbb39-ca27-4d40-8920-d629fc23eef5) (uuid a31bbb39-ca27-4d40-8920-d629fc23eef5)
@@ -3979,10 +3979,10 @@
(effects (font (size 1.27 1.27)) (justify left) hide) (effects (font (size 1.27 1.27)) (justify left) hide)
) )
) )
(global_label "TX" (shape input) (at 109.22 185.42 180) (fields_autoplaced) (global_label "RX" (shape output) (at 109.22 187.96 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right)) (effects (font (size 1.27 1.27)) (justify right))
(uuid a77866aa-2183-4f73-8d13-f12b2eeb3300) (uuid a775b801-772d-4ebc-8ef8-95b9697f26de)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 104.6298 185.4994 0) (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 104.3274 188.0394 0)
(effects (font (size 1.27 1.27)) (justify right) hide) (effects (font (size 1.27 1.27)) (justify right) hide)
) )
) )
@@ -3993,20 +3993,6 @@
(effects (font (size 1.27 1.27)) (justify right) hide) (effects (font (size 1.27 1.27)) (justify right) hide)
) )
) )
(global_label "GPIO34" (shape input) (at 109.22 177.8 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right))
(uuid ac413681-9402-4b04-b8d7-5789c59c7cfa)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 99.9126 177.7206 0)
(effects (font (size 1.27 1.27)) (justify right) hide)
)
)
(global_label "GPIO32" (shape input) (at 109.22 172.72 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right))
(uuid ad31a7d2-724f-40f0-a648-0b4c735178da)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 99.9126 172.6406 0)
(effects (font (size 1.27 1.27)) (justify right) hide)
)
)
(global_label "GPIO18" (shape input) (at 31.75 213.36 180) (fields_autoplaced) (global_label "GPIO18" (shape input) (at 31.75 213.36 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right)) (effects (font (size 1.27 1.27)) (justify right))
(uuid aec1d78f-1c9c-417b-b70a-29bbd32085f4) (uuid aec1d78f-1c9c-417b-b70a-29bbd32085f4)
@@ -4042,6 +4028,13 @@
(effects (font (size 1.27 1.27)) (justify left) hide) (effects (font (size 1.27 1.27)) (justify left) hide)
) )
) )
(global_label "GPIO26" (shape input) (at 109.22 172.72 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right))
(uuid c731ef0f-1a3f-4330-9de4-171c23da28ef)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 99.9126 172.6406 0)
(effects (font (size 1.27 1.27)) (justify right) hide)
)
)
(global_label "FLP_GPIO_0" (shape bidirectional) (at 107.95 222.25 0) (fields_autoplaced) (global_label "FLP_GPIO_0" (shape bidirectional) (at 107.95 222.25 0) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left)) (effects (font (size 1.27 1.27)) (justify left))
(uuid c99db345-e098-4e04-a291-e15bbfaf57ea) (uuid c99db345-e098-4e04-a291-e15bbfaf57ea)
@@ -4133,6 +4126,13 @@
(effects (font (size 1.27 1.27)) (justify left) hide) (effects (font (size 1.27 1.27)) (justify left) hide)
) )
) )
(global_label "GPIO32" (shape input) (at 109.22 177.8 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right))
(uuid efb55866-6ded-4a77-972e-3587a13a1f59)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 99.9126 177.7206 0)
(effects (font (size 1.27 1.27)) (justify right) hide)
)
)
(global_label "GPIO17" (shape input) (at 107.95 214.63 0) (fields_autoplaced) (global_label "GPIO17" (shape input) (at 107.95 214.63 0) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left)) (effects (font (size 1.27 1.27)) (justify left))
(uuid f031697a-df4f-4bbb-8256-70d8f15cacce) (uuid f031697a-df4f-4bbb-8256-70d8f15cacce)
@@ -4175,10 +4175,10 @@
(effects (font (size 1.27 1.27)) (justify right) hide) (effects (font (size 1.27 1.27)) (justify right) hide)
) )
) )
(global_label "GPIO25" (shape input) (at 109.22 165.1 180) (fields_autoplaced) (global_label "GPIO34" (shape input) (at 109.22 182.88 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right)) (effects (font (size 1.27 1.27)) (justify right))
(uuid fd78fe00-7e2e-4f7d-9415-7b8fa2737ec6) (uuid fe2136fc-d914-4764-b413-79d3d32f9337)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 99.9126 165.0206 0) (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 99.9126 182.8006 0)
(effects (font (size 1.27 1.27)) (justify right) hide) (effects (font (size 1.27 1.27)) (justify right) hide)
) )
) )
@@ -4190,24 +4190,6 @@
) )
) )
(symbol (lib_id "power:GND") (at 107.95 224.79 90) (unit 1)
(in_bom yes) (on_board yes)
(uuid 020b8a05-3ecd-4077-b267-1fd0281f2402)
(property "Reference" "#PWR010" (id 0) (at 114.3 224.79 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 115.57 224.79 90)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "" (id 2) (at 107.95 224.79 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 107.95 224.79 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 148c2357-9021-4d72-ac38-98633610082a))
)
(symbol (lib_id "SamacSys_Parts:RC0402FR-071KL") (at 294.64 213.36 0) (unit 1) (symbol (lib_id "SamacSys_Parts:RC0402FR-071KL") (at 294.64 213.36 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced) (in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 02841dce-4e86-4348-a213-f858615339d2) (uuid 02841dce-4e86-4348-a213-f858615339d2)
@@ -5134,24 +5116,6 @@
(pin "3" (uuid 3edbad40-8e15-4434-9527-41b88bf464d0)) (pin "3" (uuid 3edbad40-8e15-4434-9527-41b88bf464d0))
) )
(symbol (lib_id "power:+3V3") (at 107.95 227.33 270) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 704fb273-de91-40af-8a3e-fcfe24b6c782)
(property "Reference" "#PWR011" (id 0) (at 104.14 227.33 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "+3V3" (id 1) (at 111.76 227.3299 90)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "" (id 2) (at 107.95 227.33 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 107.95 227.33 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid bc4f3c39-a8b5-46cb-8abc-afbb800ce28b))
)
(symbol (lib_id "SamacSys_Parts:WS2812B-2020") (at 165.1 222.25 0) (unit 1) (symbol (lib_id "SamacSys_Parts:WS2812B-2020") (at 165.1 222.25 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced) (in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 717b536c-10b0-41b2-ac6a-8cd4f58dc279) (uuid 717b536c-10b0-41b2-ac6a-8cd4f58dc279)
@@ -5399,6 +5363,24 @@
(pin "2" (uuid 7d61c352-aa8d-4066-85f7-8f8eed9e9c21)) (pin "2" (uuid 7d61c352-aa8d-4066-85f7-8f8eed9e9c21))
) )
(symbol (lib_id "power:+3V3") (at 107.95 224.79 270) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 873b26cb-57d8-496a-ba6d-014c367acc65)
(property "Reference" "#PWR?" (id 0) (at 104.14 224.79 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "+3V3" (id 1) (at 111.76 224.7899 90)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "" (id 2) (at 107.95 224.79 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 107.95 224.79 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 40b8b7db-1ac6-4079-9ea2-b12c697273fe))
)
(symbol (lib_name "+3V3_1") (lib_id "power:+3V3") (at 361.95 21.59 0) (unit 1) (symbol (lib_name "+3V3_1") (lib_id "power:+3V3") (at 361.95 21.59 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced) (in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 8745e723-59e3-4d91-a180-9e61faf8a5d5) (uuid 8745e723-59e3-4d91-a180-9e61faf8a5d5)
@@ -5415,19 +5397,19 @@
(pin "1" (uuid 4f8b12e5-dec5-4803-976e-2b1a224c0c48)) (pin "1" (uuid 4f8b12e5-dec5-4803-976e-2b1a224c0c48))
) )
(symbol (lib_id "power:+5V") (at 109.22 190.5 90) (unit 1) (symbol (lib_id "power:+5V") (at 109.22 167.64 90) (unit 1)
(in_bom yes) (on_board yes) (in_bom yes) (on_board yes)
(uuid 8817a895-a3a5-4950-961b-5f8add815f50) (uuid 8817a895-a3a5-4950-961b-5f8add815f50)
(property "Reference" "#PWR013" (id 0) (at 113.03 190.5 0) (property "Reference" "#PWR013" (id 0) (at 113.03 167.64 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "Value" "+5V" (id 1) (at 101.6 190.5 90) (property "Value" "+5V" (id 1) (at 101.6 167.64 90)
(effects (font (size 1.27 1.27)) (justify right)) (effects (font (size 1.27 1.27)) (justify right))
) )
(property "Footprint" "" (id 2) (at 109.22 190.5 0) (property "Footprint" "" (id 2) (at 109.22 167.64 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "Datasheet" "" (id 3) (at 109.22 190.5 0) (property "Datasheet" "" (id 3) (at 109.22 167.64 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(pin "1" (uuid 1c277196-f138-4f2e-9ac4-b8165006cd24)) (pin "1" (uuid 1c277196-f138-4f2e-9ac4-b8165006cd24))
@@ -5882,19 +5864,19 @@
(pin "2" (uuid 194b903e-ea46-449f-9ce3-2d8ffc98110b)) (pin "2" (uuid 194b903e-ea46-449f-9ce3-2d8ffc98110b))
) )
(symbol (lib_id "power:GND") (at 109.22 187.96 270) (unit 1) (symbol (lib_id "power:GND") (at 109.22 165.1 270) (unit 1)
(in_bom yes) (on_board yes) (in_bom yes) (on_board yes)
(uuid b0228299-0eb8-4913-914c-6bb8874973f2) (uuid b0228299-0eb8-4913-914c-6bb8874973f2)
(property "Reference" "#PWR012" (id 0) (at 102.87 187.96 0) (property "Reference" "#PWR012" (id 0) (at 102.87 165.1 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "Value" "GND" (id 1) (at 101.6 187.96 90) (property "Value" "GND" (id 1) (at 101.6 165.1 90)
(effects (font (size 1.27 1.27)) (justify left)) (effects (font (size 1.27 1.27)) (justify left))
) )
(property "Footprint" "" (id 2) (at 109.22 187.96 0) (property "Footprint" "" (id 2) (at 109.22 165.1 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(property "Datasheet" "" (id 3) (at 109.22 187.96 0) (property "Datasheet" "" (id 3) (at 109.22 165.1 0)
(effects (font (size 1.27 1.27)) hide) (effects (font (size 1.27 1.27)) hide)
) )
(pin "1" (uuid 8b31461f-9258-4b24-bf04-551988a3ff62)) (pin "1" (uuid 8b31461f-9258-4b24-bf04-551988a3ff62))
@@ -6157,6 +6139,24 @@
(pin "2" (uuid cd88d309-ec70-46f4-af85-88cefdba0236)) (pin "2" (uuid cd88d309-ec70-46f4-af85-88cefdba0236))
) )
(symbol (lib_id "power:GND") (at 107.95 227.33 90) (unit 1)
(in_bom yes) (on_board yes)
(uuid cd0ef08e-1e0a-463d-934f-188987274c87)
(property "Reference" "#PWR?" (id 0) (at 114.3 227.33 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 115.57 227.33 90)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "" (id 2) (at 107.95 227.33 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 107.95 227.33 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid b0f6a260-595a-4dc3-b1cd-177aded0c324))
)
(symbol (lib_id "power:GND") (at 332.74 227.33 0) (unit 1) (symbol (lib_id "power:GND") (at 332.74 227.33 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced) (in_bom yes) (on_board yes) (fields_autoplaced)
(uuid cf828c58-a06b-4fcf-bb95-c1f72c6c0700) (uuid cf828c58-a06b-4fcf-bb95-c1f72c6c0700)
@@ -7194,12 +7194,6 @@
(path "/2670da6a-90f4-4a17-be50-ed9d4a439aa2" (path "/2670da6a-90f4-4a17-be50-ed9d4a439aa2"
(reference "#PWR09") (unit 1) (value "GND") (footprint "") (reference "#PWR09") (unit 1) (value "GND") (footprint "")
) )
(path "/020b8a05-3ecd-4077-b267-1fd0281f2402"
(reference "#PWR010") (unit 1) (value "GND") (footprint "")
)
(path "/704fb273-de91-40af-8a3e-fcfe24b6c782"
(reference "#PWR011") (unit 1) (value "+3V3") (footprint "")
)
(path "/b0228299-0eb8-4913-914c-6bb8874973f2" (path "/b0228299-0eb8-4913-914c-6bb8874973f2"
(reference "#PWR012") (unit 1) (value "GND") (footprint "") (reference "#PWR012") (unit 1) (value "GND") (footprint "")
) )
@@ -7311,6 +7305,12 @@
(path "/c2fe62be-4319-4010-b7cd-bfcbb1d41f84" (path "/c2fe62be-4319-4010-b7cd-bfcbb1d41f84"
(reference "#PWR0102") (unit 1) (value "+ext_3V3") (footprint "") (reference "#PWR0102") (unit 1) (value "+ext_3V3") (footprint "")
) )
(path "/873b26cb-57d8-496a-ba6d-014c367acc65"
(reference "#PWR?") (unit 1) (value "+3V3") (footprint "")
)
(path "/cd0ef08e-1e0a-463d-934f-188987274c87"
(reference "#PWR?") (unit 1) (value "GND") (footprint "")
)
(path "/d3edf629-33c1-45ba-9af4-caa80199d7c4" (path "/d3edf629-33c1-45ba-9af4-caa80199d7c4"
(reference "#PWR?") (unit 1) (value "+3V3") (footprint "") (reference "#PWR?") (unit 1) (value "+3V3") (footprint "")
) )