Browse Source

fix: incorrect i/o pins used for P1

main
xenua 2 years ago
parent
commit
8afd734168
Signed by: xenua
GPG Key ID: 8F93B68BD37255B8
  1. 2138
      cores/go/go.kicad_pcb
  2. 26
      cores/go/go.kicad_sch

2138
cores/go/go.kicad_pcb

File diff suppressed because it is too large Load Diff

26
cores/go/go.kicad_sch

@ -1373,16 +1373,22 @@ @@ -1373,16 +1373,22 @@
(uuid ef3c9614-8112-49cc-81ad-8cfc45b79e97)
)
(no_connect (at 167.64 100.33) (uuid 02255e1c-c6bd-4eb9-ab96-e5635f3309ca))
(no_connect (at 167.64 113.03) (uuid 5c1d1843-e8f0-4264-b224-de20d2f55957))
(no_connect (at 167.64 57.15) (uuid 5fee1371-6fa6-495a-bee0-333ef4f8448b))
(no_connect (at 167.64 59.69) (uuid 5fee1371-6fa6-495a-bee0-333ef4f8448c))
(no_connect (at 167.64 67.31) (uuid 8bcbc380-d6e2-4161-bd5c-4edd46c8b382))
(no_connect (at 167.64 69.85) (uuid 8bcbc380-d6e2-4161-bd5c-4edd46c8b383))
(no_connect (at 242.57 31.75) (uuid a6e7851c-b310-46ce-b882-8638edf45682))
(no_connect (at 167.64 97.79) (uuid cc9b4686-bea9-4013-abc7-d612dc878139))
(no_connect (at 167.64 77.47) (uuid bd8d40ba-2d14-40eb-95e8-99c33ee26d21))
(no_connect (at 167.64 80.01) (uuid bd8d40ba-2d14-40eb-95e8-99c33ee26d21))
(no_connect (at 45.72 48.26) (uuid daeabd03-8ac8-4e3b-8637-faacb439e41c))
(no_connect (at 45.72 50.8) (uuid daeabd03-8ac8-4e3b-8637-faacb439e41d))
(no_connect (at 167.64 52.07) (uuid eaf9da41-6479-4e62-a31e-72d7c1cb38b4))
(no_connect (at 167.64 54.61) (uuid eaf9da41-6479-4e62-a31e-72d7c1cb38b4))
(no_connect (at 167.64 41.91) (uuid eaf9da41-6479-4e62-a31e-72d7c1cb38b4))
(no_connect (at 167.64 44.45) (uuid eaf9da41-6479-4e62-a31e-72d7c1cb38b4))
(no_connect (at 167.64 46.99) (uuid eaf9da41-6479-4e62-a31e-72d7c1cb38b4))
(no_connect (at 167.64 49.53) (uuid eaf9da41-6479-4e62-a31e-72d7c1cb38b4))
(wire (pts (xy 35.56 172.72) (xy 30.48 172.72))
(stroke (width 0) (type default) (color 0 0 0 0))
@ -1577,10 +1583,6 @@ @@ -1577,10 +1583,6 @@
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid 1a521180-118e-4136-a0c8-41cb2924ef07)
)
(label "P1_SCL" (at 167.64 54.61 180)
(effects (font (size 1.27 1.27)) (justify right bottom))
(uuid 23f0728b-d591-408b-b5e9-15d99a0ab20b)
)
(label "DP" (at 55.88 57.15 180)
(effects (font (size 1.27 1.27)) (justify right bottom))
(uuid 2f62616d-d408-44dd-b838-253ee17ba8e0)
@ -1613,6 +1615,10 @@ @@ -1613,6 +1615,10 @@
(effects (font (size 1.27 1.27)) (justify right bottom))
(uuid 5f8aaa53-2a20-4aac-9eef-962818cd3c50)
)
(label "P1_SDA" (at 167.64 97.79 180)
(effects (font (size 1.27 1.27)) (justify right bottom))
(uuid 7134e052-9715-4444-b7a0-6121e925c68c)
)
(label "SW_A" (at 167.64 90.17 180)
(effects (font (size 1.27 1.27)) (justify right bottom))
(uuid 73f048b1-c1a2-4b6a-8b9b-f2199fd334e4)
@ -1653,13 +1659,13 @@ @@ -1653,13 +1659,13 @@
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid b0d5b05a-66a7-4759-bc75-c7f3bbbe2fe2)
)
(label "SW_B" (at 167.64 87.63 180)
(label "P1_SCL" (at 167.64 100.33 180)
(effects (font (size 1.27 1.27)) (justify right bottom))
(uuid e2da3494-d0ba-48f6-bd6e-01e6b16ed814)
(uuid c2948fc4-d8e7-42a5-888d-c744528c03f5)
)
(label "P1_SDA" (at 167.64 52.07 180)
(label "SW_B" (at 167.64 87.63 180)
(effects (font (size 1.27 1.27)) (justify right bottom))
(uuid e373b293-aac2-4be4-8fdd-356b54e0a72d)
(uuid e2da3494-d0ba-48f6-bd6e-01e6b16ed814)
)
(label "DM" (at 45.72 35.56 0)
(effects (font (size 1.27 1.27)) (justify left bottom))

Loading…
Cancel
Save