1
0
mirror of https://github.com/whowechina/aic_pico.git synced 2024-11-12 00:40:47 +01:00

Optional LEDs routed

This commit is contained in:
whowe 2023-11-09 23:51:54 +08:00
parent 072a237dad
commit 50515eea90
5 changed files with 8394 additions and 1534 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"board": {
"active_layer": 31,
"active_layer": 0,
"active_layer_preset": "",
"auto_track_width": true,
"hidden_netclasses": [],
@ -25,7 +25,7 @@
"pads": false,
"text": true,
"tracks": true,
"vias": false,
"vias": true,
"zones": false
},
"visible_items": [
@ -64,7 +64,7 @@
35,
36
],
"visible_layers": "ffeffff_ffffffff",
"visible_layers": "ffefeff_ffffffff",
"zone_display_mode": 0
},
"meta": {

File diff suppressed because it is too large Load Diff

View File

@ -1,18 +1,18 @@
(footprint "ANT_2P" (version 20211014) (generator pcbnew)
(footprint "ANT_2P" (version 20221018) (generator pcbnew)
(layer "F.Cu")
(tedit 59FED5CC)
(descr "Through hole straight pin header, 1x05, 2.54mm pitch, single row")
(tags "Through hole pin header THT 1x05 2.54mm single row")
(attr through_hole)
(fp_text reference "REF**" (at 0 -3.8) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(effects (font (size 1 1) (thickness 0.15)))
(tstamp d518c7db-9a4d-4905-902c-7b6d95f659cb)
)
(fp_text value "ANT_2P" (at 0 4) (layer "F.Fab") hide
(effects (font (size 1 1) (thickness 0.15)))
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 614f538e-5f2b-401d-b0ab-3346d3ff44e4)
)
(fp_rect (start -2.4 -2.8) (end 2.4 2.8) (layer "F.SilkS") (width 0.12) (fill none) (tstamp 1be9f04b-c1d6-454e-ae88-97259404f025))
(pad "1" smd oval (at 0 -1.4) (size 4 1.6) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 174ecd2f-6484-485c-a83d-71d6a1dc733a))
(pad "2" smd oval (at 0 1.4) (size 4 1.6) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 997a59d1-7e2b-4400-b74b-3cb21ad33038))
(fp_rect (start -2.4 -2.8) (end 2.4 2.8)
(stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 1be9f04b-c1d6-454e-ae88-97259404f025))
(pad "1" smd oval (at 0 -1.4) (size 3.5 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 174ecd2f-6484-485c-a83d-71d6a1dc733a))
(pad "2" smd oval (at 0 1.4) (size 3.5 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 997a59d1-7e2b-4400-b74b-3cb21ad33038))
)

File diff suppressed because it is too large Load Diff