-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPCB2.kicad_sch
505 lines (488 loc) · 18.4 KB
/
PCB2.kicad_sch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
(kicad_sch (version 20211123) (generator eeschema)
(uuid a10d6a53-0370-47e0-b689-3c6f859b0130)
(paper "A4")
(title_block
(title "Sailor Hat WiFi Gateway")
(date "2022-03-17")
(rev "1.0.0")
(comment 1 "https://creativecommons.org/licenses/by-sa/4.0")
(comment 3 "SH-wg is licensed under CC BY-SA 4.0.")
)
(lib_symbols
(symbol "Connector_Generic:Conn_02x03_Odd_Even" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
(property "Reference" "J" (id 0) (at 1.27 5.08 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "Conn_02x03_Odd_Even" (id 1) (at 1.27 -5.08 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (id 2) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "connector" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "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/)" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "Connector*:*_2x??_*" (id 6) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "Conn_02x03_Odd_Even_1_1"
(rectangle (start -1.27 -2.413) (end 0 -2.667)
(stroke (width 0.1524) (type default) (color 0 0 0 0))
(fill (type none))
)
(rectangle (start -1.27 0.127) (end 0 -0.127)
(stroke (width 0.1524) (type default) (color 0 0 0 0))
(fill (type none))
)
(rectangle (start -1.27 2.667) (end 0 2.413)
(stroke (width 0.1524) (type default) (color 0 0 0 0))
(fill (type none))
)
(rectangle (start -1.27 3.81) (end 3.81 -3.81)
(stroke (width 0.254) (type default) (color 0 0 0 0))
(fill (type background))
)
(rectangle (start 3.81 -2.413) (end 2.54 -2.667)
(stroke (width 0.1524) (type default) (color 0 0 0 0))
(fill (type none))
)
(rectangle (start 3.81 0.127) (end 2.54 -0.127)
(stroke (width 0.1524) (type default) (color 0 0 0 0))
(fill (type none))
)
(rectangle (start 3.81 2.667) (end 2.54 2.413)
(stroke (width 0.1524) (type default) (color 0 0 0 0))
(fill (type none))
)
(pin passive line (at -5.08 2.54 0) (length 3.81)
(name "Pin_1" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 7.62 2.54 180) (length 3.81)
(name "Pin_2" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
(pin passive line (at -5.08 0 0) (length 3.81)
(name "Pin_3" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 7.62 0 180) (length 3.81)
(name "Pin_4" (effects (font (size 1.27 1.27))))
(number "4" (effects (font (size 1.27 1.27))))
)
(pin passive line (at -5.08 -2.54 0) (length 3.81)
(name "Pin_5" (effects (font (size 1.27 1.27))))
(number "5" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 7.62 -2.54 180) (length 3.81)
(name "Pin_6" (effects (font (size 1.27 1.27))))
(number "6" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes)
(property "Reference" "C" (id 0) (at 0.635 2.54 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "C" (id 1) (at 0.635 -2.54 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "" (id 2) (at 0.9652 -3.81 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "cap capacitor" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Unpolarized capacitor" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "C_*" (id 6) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "C_0_1"
(polyline
(pts
(xy -2.032 -0.762)
(xy 2.032 -0.762)
)
(stroke (width 0.508) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy -2.032 0.762)
(xy 2.032 0.762)
)
(stroke (width 0.508) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "C_1_1"
(pin passive line (at 0 3.81 270) (length 2.794)
(name "~" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 0 -3.81 90) (length 2.794)
(name "~" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "SH-wg:+3V3_1" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
(property "Reference" "#PWR" (id 0) (at 0 -3.81 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "+3V3_1" (id 1) (at 0 3.556 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (id 2) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "power-flag" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Power symbol creates a global label with name \"+3V3_1\"" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "+3V3_1_0_1"
(polyline
(pts
(xy -0.762 1.27)
(xy 0 2.54)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 0 0)
(xy 0 2.54)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 0 2.54)
(xy 0.762 1.27)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "+3V3_1_1_1"
(pin power_in line (at 0 0 90) (length 0) hide
(name "+3V3_1" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "power:GND1" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
(property "Reference" "#PWR" (id 0) (at 0 -6.35 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND1" (id 1) (at 0 -3.81 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (id 2) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "power-flag" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Power symbol creates a global label with name \"GND1\" , ground" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "GND1_0_1"
(polyline
(pts
(xy 0 0)
(xy 0 -1.27)
(xy 1.27 -1.27)
(xy 0 -2.54)
(xy -1.27 -1.27)
(xy 0 -1.27)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "GND1_1_1"
(pin power_in line (at 0 0 270) (length 0) hide
(name "GND1" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
)
)
)
(junction (at 50.8 63.5) (diameter 0) (color 0 0 0 0)
(uuid 4dfa0da2-eb32-4324-a60b-5f3a19815053)
)
(junction (at 58.42 48.26) (diameter 0) (color 0 0 0 0)
(uuid 6d0650c7-8c54-44d1-8372-415e6f406921)
)
(junction (at 50.8 78.74) (diameter 0) (color 0 0 0 0)
(uuid c0befb6d-0f65-49fc-8fa4-395a17509ad2)
)
(junction (at 50.8 83.82) (diameter 0) (color 0 0 0 0)
(uuid c640dc86-3eac-4b5c-921a-c34150ef50e6)
)
(junction (at 58.42 78.74) (diameter 0) (color 0 0 0 0)
(uuid ccda0917-3666-4033-b3b0-fd53ec6c50b4)
)
(junction (at 58.42 63.5) (diameter 0) (color 0 0 0 0)
(uuid ed7f84ee-79d5-4370-9325-2f655f802a97)
)
(wire (pts (xy 50.8 48.26) (xy 50.8 63.5))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 165ee30f-eb62-4e3b-b0ce-314c5141d26e)
)
(wire (pts (xy 139.7 58.42) (xy 147.32 58.42))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 227bee80-ea9d-499e-b9eb-b5393b29c25e)
)
(wire (pts (xy 58.42 63.5) (xy 58.42 78.74))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 3c65591f-afe6-4ec4-9db2-50a2be71f913)
)
(wire (pts (xy 58.42 48.26) (xy 58.42 63.5))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 83c935d8-4d31-42e2-9c3f-4787440756ef)
)
(wire (pts (xy 58.42 48.26) (xy 58.42 43.18))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 91a5b237-82c1-41e2-995e-82253f850a6f)
)
(wire (pts (xy 147.32 58.42) (xy 147.32 55.88))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 92e36df2-fd6d-4ab7-a3d6-32d7d0d98eb4)
)
(wire (pts (xy 58.42 83.82) (xy 58.42 78.74))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 9418e54d-2eb3-4768-82c6-282e9f5b005e)
)
(wire (pts (xy 50.8 78.74) (xy 50.8 83.82))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid a2fe5684-56cb-4107-8c13-b1c8e2d9d085)
)
(wire (pts (xy 50.8 83.82) (xy 50.8 91.44))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid b0c3c5f4-23d2-4fe4-afc4-b6307711dc68)
)
(wire (pts (xy 147.32 60.96) (xy 139.7 60.96))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid c9665962-991a-47b9-94d6-110be78a3fba)
)
(wire (pts (xy 50.8 63.5) (xy 50.8 78.74))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid d5f7a7a4-808a-4a62-a0a0-7f929cae854c)
)
(wire (pts (xy 147.32 62.23) (xy 147.32 60.96))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid ee80d2cc-bd8c-4842-9922-60753bd39b2f)
)
(text "Programming connector" (at 123.19 44.45 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid 25311c78-82f6-457f-bc2b-6ef8448cc374)
)
(text "Distributed bypass capacitors" (at 41.91 30.48 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid ebeafb55-98f8-4137-a95c-64d7e6950389)
)
(hierarchical_label "TXD" (shape input) (at 127 60.96 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 8bb7c021-850b-4fcb-ac3a-e49e2242b892)
)
(hierarchical_label "RXD" (shape input) (at 127 63.5 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid c7da42da-058f-4e1a-9e66-c40c1d8683ba)
)
(hierarchical_label "IO0" (shape input) (at 139.7 63.5 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid da7860d0-2b3b-49f2-8c3a-dbc31a0718eb)
)
(hierarchical_label "EN" (shape input) (at 127 58.42 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid f2cb4382-0303-4f7e-a74c-7315cd59fff2)
)
(symbol (lib_id "Device:C") (at 54.61 48.26 90) (mirror x) (unit 1)
(in_bom yes) (on_board yes)
(uuid 087c52f3-2b04-424c-8fe6-c3164ddb1055)
(property "Reference" "C701" (id 0) (at 52.07 45.72 90)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "100nF" (id 1) (at 62.23 45.72 90)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Capacitor_SMD:C_0402_1005Metric" (id 2) (at 58.42 49.2252 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 54.61 48.26 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "LCSC" "C1525" (id 4) (at 54.61 48.26 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 08ca7b65-eedf-4048-884d-9d363cd7805a))
(pin "2" (uuid cf5f3414-0185-433b-b619-69b6029b20ff))
)
(symbol (lib_id "Device:C") (at 54.61 83.82 90) (mirror x) (unit 1)
(in_bom yes) (on_board yes)
(uuid 54853ac7-33cf-4470-a010-ff3df7a9f163)
(property "Reference" "C707" (id 0) (at 52.07 81.28 90)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "100nF" (id 1) (at 62.23 81.28 90)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Capacitor_SMD:C_0402_1005Metric" (id 2) (at 58.42 84.7852 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 54.61 83.82 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "LCSC" "C1525" (id 4) (at 54.61 83.82 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid ac9ee5c8-5c96-4beb-81c7-bca99561da48))
(pin "2" (uuid fb3c6c26-02b8-4fbd-b60e-82f65cc6eee8))
)
(symbol (lib_id "Device:C") (at 54.61 63.5 90) (mirror x) (unit 1)
(in_bom yes) (on_board yes)
(uuid 6d8ebf97-573b-43c6-8e4c-dd3c59c3b475)
(property "Reference" "C704" (id 0) (at 52.07 60.96 90)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "100nF" (id 1) (at 62.23 60.96 90)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Capacitor_SMD:C_0402_1005Metric" (id 2) (at 58.42 64.4652 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 54.61 63.5 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "LCSC" "C1525" (id 4) (at 54.61 63.5 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 38c616e8-f571-42a1-8a71-55087d715bb6))
(pin "2" (uuid 7b9e7990-d7e2-4546-8f7a-444b3a5e8202))
)
(symbol (lib_id "power:GND1") (at 147.32 62.23 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 7d0b9c25-47fa-4d35-b2cc-b9c7125e5bcc)
(property "Reference" "#PWR0704" (id 0) (at 147.32 68.58 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND1" (id 1) (at 147.32 67.31 0))
(property "Footprint" "" (id 2) (at 147.32 62.23 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 147.32 62.23 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 0ea40aef-c8c2-4a9d-a37a-a7eb5b8014e3))
)
(symbol (lib_id "Connector_Generic:Conn_02x03_Odd_Even") (at 132.08 60.96 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid c0516d3c-cdaf-44e4-bd28-fe6544cfcd27)
(property "Reference" "J701" (id 0) (at 133.35 52.07 0))
(property "Value" "Conn_02x03_Odd_Even" (id 1) (at 133.35 54.61 0))
(property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_2x03_P2.54mm_Vertical" (id 2) (at 132.08 60.96 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 132.08 60.96 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "LCSC" "C65114" (id 4) (at 132.08 60.96 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 1b968fe8-a219-4fec-a50f-86b849673a18))
(pin "2" (uuid 0cdc5580-ae1a-4dcb-9a6a-8f27580f149b))
(pin "3" (uuid 6b318416-84ad-4cf3-84f2-9f5201b3802b))
(pin "4" (uuid 8c1ab66b-bd9b-43ab-83f6-2caf5a8670ce))
(pin "5" (uuid 7a0fbb96-510d-48b6-a3d0-3983ede4a3f0))
(pin "6" (uuid 67d13aba-4b07-4508-bed8-3fa55e31928d))
)
(symbol (lib_id "SH-wg:+3V3_1") (at 147.32 55.88 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid d4a9e08d-0c79-4f4e-9320-09e54492bf8e)
(property "Reference" "#PWR0703" (id 0) (at 147.32 59.69 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "+3V3_1" (id 1) (at 147.32 50.8 0))
(property "Footprint" "" (id 2) (at 147.32 55.88 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 147.32 55.88 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 98ebcfd3-4e86-4b09-9ace-c20e013e29dd))
)
(symbol (lib_id "SH-wg:+3V3_1") (at 58.42 43.18 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid e3dcd453-7513-4aad-9511-37708fc77d52)
(property "Reference" "#PWR0702" (id 0) (at 58.42 46.99 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "+3V3_1" (id 1) (at 58.42 38.1 0))
(property "Footprint" "" (id 2) (at 58.42 43.18 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 58.42 43.18 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 62423c6b-759a-4000-ae42-beec867074eb))
)
(symbol (lib_id "Device:C") (at 54.61 78.74 90) (mirror x) (unit 1)
(in_bom yes) (on_board yes)
(uuid e3f8c181-14d8-4ed3-97bb-37165840d706)
(property "Reference" "C706" (id 0) (at 52.07 76.2 90)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "100nF" (id 1) (at 62.23 76.2 90)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Capacitor_SMD:C_0402_1005Metric" (id 2) (at 58.42 79.7052 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 54.61 78.74 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "LCSC" "C1525" (id 4) (at 54.61 78.74 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 6af1040d-6bef-4882-843f-e136b4bccfa0))
(pin "2" (uuid 039aa847-2c8d-4a60-84fe-190236d5fbae))
)
(symbol (lib_id "power:GND1") (at 50.8 91.44 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid f68c8d77-2b99-43ae-b434-772195e37ea4)
(property "Reference" "#PWR0701" (id 0) (at 50.8 97.79 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND1" (id 1) (at 50.8 96.52 0))
(property "Footprint" "" (id 2) (at 50.8 91.44 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 50.8 91.44 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 26985ccb-7fb1-4e6a-a08a-222abf559e72))
)
)