-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathArduinoNameCard.net
592 lines (592 loc) · 20.9 KB
/
ArduinoNameCard.net
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
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
(export (version D)
(design
(source /home/tama/workspace/kicad/ArduinoNameCard/ArduinoNameCard.sch)
(date "Sat 14 Apr 2018 18:56:19 JST")
(tool "Eeschema 4.0.7-e2-6376~58~ubuntu16.04.1")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title)
(company)
(rev)
(date)
(source ArduinoNameCard.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref U1)
(value FT232RL)
(footprint Housings_SSOP:SSOP-28_5.3x10.2mm_Pitch0.65mm)
(datasheet DOCUMENTATION)
(libsource (lib ArduinoNameCard) (part FT232RL))
(sheetpath (names /) (tstamps /))
(tstamp 598D7957))
(comp (ref U2)
(value "MCU-ATMEGA328P-AU(TQFP32)")
(footprint Housings_QFP:TQFP-32_7x7mm_Pitch0.8mm)
(datasheet "ATmega Series 20 MHz 32 KB Flash 2 KB SRAM 8-Bit Microcontroller - TQFP-32")
(fields
(field (name Price) "2.06 USD")
(field (name MF) Atmel)
(field (name Package) "TQFP-32 Atmel")
(field (name MP) ATMEGA328P-AU)
(field (name Availability) Good))
(libsource (lib ArduinoNameCard) (part "MCU-ATMEGA328P-AU(TQFP32)"))
(sheetpath (names /) (tstamps /))
(tstamp 598D796F))
(comp (ref R1)
(value 1k)
(footprint Resistors_SMD:R_0805_HandSoldering)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 598D7C3A))
(comp (ref R4)
(value 1k)
(footprint Resistors_SMD:R_0805_HandSoldering)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 598D7C59))
(comp (ref D1)
(value RED)
(footprint LEDs:LED_0805_HandSoldering)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 598D7CA3))
(comp (ref D2)
(value GREEN)
(footprint LEDs:LED_0805_HandSoldering)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 598D7CFF))
(comp (ref CP1)
(value 10u)
(footprint Capacitors_SMD:C_0805_HandSoldering)
(libsource (lib device) (part CP))
(sheetpath (names /) (tstamps /))
(tstamp 598D83D8))
(comp (ref C3)
(value 0.1u)
(footprint Capacitors_SMD:C_0805_HandSoldering)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 598D8407))
(comp (ref C1)
(value 0.1u)
(footprint Capacitors_SMD:C_0805_HandSoldering)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 598D853B))
(comp (ref R2)
(value 1k)
(footprint Resistors_SMD:R_0805_HandSoldering)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 598DA5A4))
(comp (ref R3)
(value 1k)
(footprint Resistors_SMD:R_0805_HandSoldering)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 598DA689))
(comp (ref C2)
(value 0.1u)
(footprint Capacitors_SMD:C_0805_HandSoldering)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 598DA6BD))
(comp (ref R5)
(value 10k)
(footprint Resistors_SMD:R_0805_HandSoldering)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 598DD49C))
(comp (ref SW1)
(value SW_Push)
(footprint ArduinoNameCard:switch_4632)
(libsource (lib switches) (part SW_Push))
(sheetpath (names /) (tstamps /))
(tstamp 598DD53B))
(comp (ref C4)
(value 22p)
(footprint Capacitors_SMD:C_0805_HandSoldering)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 598DDC53))
(comp (ref C5)
(value 22p)
(footprint Capacitors_SMD:C_0805_HandSoldering)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 598DE610))
(comp (ref Crystal1)
(value 16MHz)
(footprint Crystals:Crystal_HC49-U_Vertical)
(libsource (lib device) (part Crystal))
(sheetpath (names /) (tstamps /))
(tstamp 598DE680))
(comp (ref R6)
(value 330)
(footprint Resistors_SMD:R_0805_HandSoldering)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 598E3542))
(comp (ref D3)
(value RED)
(footprint LEDs:LED_0805_HandSoldering)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 598E3FA4))
(comp (ref J1)
(value Conn_01x05)
(footprint ArduinoNameCard:namecard_microB)
(libsource (lib conn) (part Conn_01x05))
(sheetpath (names /) (tstamps /))
(tstamp 5AC78F5A))
(comp (ref J3)
(value Conn_01x06)
(footprint Socket_Strips:Socket_Strip_Straight_1x06_Pitch2.54mm)
(libsource (lib conn) (part Conn_01x06))
(sheetpath (names /) (tstamps /))
(tstamp 5AC797DA))
(comp (ref J5)
(value Conn_01x06)
(footprint Socket_Strips:Socket_Strip_Straight_1x06_Pitch2.54mm)
(libsource (lib conn) (part Conn_01x06))
(sheetpath (names /) (tstamps /))
(tstamp 5AC79902))
(comp (ref J4)
(value Conn_01x08)
(footprint Socket_Strips:Socket_Strip_Straight_1x08_Pitch2.54mm)
(libsource (lib conn) (part Conn_01x08))
(sheetpath (names /) (tstamps /))
(tstamp 5AC7998E))
(comp (ref J2)
(value Conn_01x04)
(footprint Socket_Strips:Socket_Strip_Straight_1x04_Pitch2.54mm)
(libsource (lib conn) (part Conn_01x04))
(sheetpath (names /) (tstamps /))
(tstamp 5AC8345D))
(comp (ref F1)
(value 500mA)
(footprint SMD_Packages:SMD-1210_Pol)
(libsource (lib device) (part Polyfuse))
(sheetpath (names /) (tstamps /))
(tstamp 5AD1A2C0)))
(libparts
(libpart (lib device) (part C)
(description "Unpolarized capacitor")
(footprints
(fp C_*))
(fields
(field (name Reference) C)
(field (name Value) C))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib device) (part CP)
(description "Polarised capacitor")
(footprints
(fp CP_*))
(fields
(field (name Reference) C)
(field (name Value) CP))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib conn) (part Conn_01x04)
(description "Generic connector, single row, 01x04")
(docs ~)
(footprints
(fp Connector*:*_??x*mm*)
(fp Connector*:*1x??x*mm*)
(fp Pin?Header?Straight?1X*)
(fp Pin?Header?Angled?1X*)
(fp Socket?Strip?Straight?1X*)
(fp Socket?Strip?Angled?1X*))
(fields
(field (name Reference) J)
(field (name Value) Conn_01x04))
(pins
(pin (num 1) (name Pin_1) (type passive))
(pin (num 2) (name Pin_2) (type passive))
(pin (num 3) (name Pin_3) (type passive))
(pin (num 4) (name Pin_4) (type passive))))
(libpart (lib conn) (part Conn_01x05)
(description "Generic connector, single row, 01x05")
(docs ~)
(footprints
(fp Connector*:*_??x*mm*)
(fp Connector*:*1x??x*mm*)
(fp Pin?Header?Straight?1X*)
(fp Pin?Header?Angled?1X*)
(fp Socket?Strip?Straight?1X*)
(fp Socket?Strip?Angled?1X*))
(fields
(field (name Reference) J)
(field (name Value) Conn_01x05))
(pins
(pin (num 1) (name Pin_1) (type passive))
(pin (num 2) (name Pin_2) (type passive))
(pin (num 3) (name Pin_3) (type passive))
(pin (num 4) (name Pin_4) (type passive))
(pin (num 5) (name Pin_5) (type passive))))
(libpart (lib conn) (part Conn_01x06)
(description "Generic connector, single row, 01x06")
(docs ~)
(footprints
(fp Connector*:*_??x*mm*)
(fp Connector*:*1x??x*mm*)
(fp Pin?Header?Straight?1X*)
(fp Pin?Header?Angled?1X*)
(fp Socket?Strip?Straight?1X*)
(fp Socket?Strip?Angled?1X*))
(fields
(field (name Reference) J)
(field (name Value) Conn_01x06))
(pins
(pin (num 1) (name Pin_1) (type passive))
(pin (num 2) (name Pin_2) (type passive))
(pin (num 3) (name Pin_3) (type passive))
(pin (num 4) (name Pin_4) (type passive))
(pin (num 5) (name Pin_5) (type passive))
(pin (num 6) (name Pin_6) (type passive))))
(libpart (lib conn) (part Conn_01x08)
(description "Generic connector, single row, 01x08")
(docs ~)
(footprints
(fp Connector*:*_??x*mm*)
(fp Connector*:*1x??x*mm*)
(fp Pin?Header?Straight?1X*)
(fp Pin?Header?Angled?1X*)
(fp Socket?Strip?Straight?1X*)
(fp Socket?Strip?Angled?1X*))
(fields
(field (name Reference) J)
(field (name Value) Conn_01x08))
(pins
(pin (num 1) (name Pin_1) (type passive))
(pin (num 2) (name Pin_2) (type passive))
(pin (num 3) (name Pin_3) (type passive))
(pin (num 4) (name Pin_4) (type passive))
(pin (num 5) (name Pin_5) (type passive))
(pin (num 6) (name Pin_6) (type passive))
(pin (num 7) (name Pin_7) (type passive))
(pin (num 8) (name Pin_8) (type passive))))
(libpart (lib device) (part Crystal)
(description "Two pin crystal")
(footprints
(fp Crystal*))
(fields
(field (name Reference) Y)
(field (name Value) Crystal))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive))))
(libpart (lib ArduinoNameCard) (part FT232RL)
(fields
(field (name Reference) U)
(field (name Value) FT232RL)
(field (name Footprint) MODULE)
(field (name Datasheet) DOCUMENTATION))
(pins
(pin (num 1) (name TXD) (type output))
(pin (num 2) (name DTR#) (type output))
(pin (num 3) (name RTS#) (type output))
(pin (num 4) (name VCCIC) (type power_in))
(pin (num 5) (name RXD) (type input))
(pin (num 6) (name RI#) (type input))
(pin (num 7) (name GND) (type power_out))
(pin (num 8) (name NC) (type unspc))
(pin (num 9) (name DSR#) (type input))
(pin (num 10) (name DCD#) (type input))
(pin (num 11) (name CTS#) (type input))
(pin (num 12) (name CBUS4) (type BiDi))
(pin (num 13) (name CBUS2) (type BiDi))
(pin (num 14) (name CBUS3) (type BiDi))
(pin (num 15) (name USBDP) (type BiDi))
(pin (num 16) (name USBDM) (type BiDi))
(pin (num 17) (name 3V3OUT) (type output))
(pin (num 18) (name GND) (type power_out))
(pin (num 19) (name RESET#) (type input))
(pin (num 20) (name VCC) (type power_in))
(pin (num 21) (name GND) (type power_out))
(pin (num 22) (name CBUS1) (type BiDi))
(pin (num 23) (name CBUS0) (type BiDi))
(pin (num 24) (name NC) (type unspc))
(pin (num 25) (name AGND) (type power_out))
(pin (num 26) (name TEST) (type input))
(pin (num 27) (name OSCI) (type input))
(pin (num 28) (name OSCO) (type output))))
(libpart (lib device) (part LED)
(description "LED generic")
(footprints
(fp LED*))
(fields
(field (name Reference) D)
(field (name Value) LED))
(pins
(pin (num 1) (name K) (type passive))
(pin (num 2) (name A) (type passive))))
(libpart (lib ArduinoNameCard) (part "MCU-ATMEGA328P-AU(TQFP32)")
(fields
(field (name Reference) U)
(field (name Value) "MCU-ATMEGA328P-AU(TQFP32)")
(field (name Footprint) TQFP32-0.8-7X7MM)
(field (name Datasheet) "ATmega Series 20 MHz 32 KB Flash 2 KB SRAM 8-Bit Microcontroller - TQFP-32")
(field (name Price) "2.06 USD")
(field (name MF) Atmel)
(field (name Package) "TQFP-32 Atmel")
(field (name MP) ATMEGA328P-AU)
(field (name Availability) Good))
(pins
(pin (num 1) (name "PD3(INT1)") (type BiDi))
(pin (num 2) (name "PD4(XCK/T0)") (type BiDi))
(pin (num 3) (name GND@1) (type BiDi))
(pin (num 4) (name VCC@1) (type BiDi))
(pin (num 5) (name GND) (type BiDi))
(pin (num 6) (name VCC@2) (type BiDi))
(pin (num 7) (name "PB6(XTAL1/TOSC1)") (type BiDi))
(pin (num 8) (name "PB7(XTAL2/TOSC2)") (type BiDi))
(pin (num 9) (name "PD5(T1)") (type BiDi))
(pin (num 10) (name "PD6(AIN0)") (type BiDi))
(pin (num 11) (name "PD7(AIN1)") (type BiDi))
(pin (num 12) (name "PB0(ICP)") (type BiDi))
(pin (num 13) (name "PB1(OC1A)") (type BiDi))
(pin (num 14) (name "PB2(SS/OC1B)") (type BiDi))
(pin (num 15) (name "PB3(MOSI/OC2)") (type BiDi))
(pin (num 16) (name "PB4(MISO)") (type BiDi))
(pin (num 17) (name "PB5(SCK)") (type BiDi))
(pin (num 18) (name AVCC) (type BiDi))
(pin (num 19) (name ADC6) (type BiDi))
(pin (num 20) (name AREF) (type BiDi))
(pin (num 21) (name GND@2) (type BiDi))
(pin (num 22) (name ADC7) (type BiDi))
(pin (num 23) (name "PC0(ADC0)") (type BiDi))
(pin (num 24) (name "PC1(ADC1)") (type BiDi))
(pin (num 25) (name "PC2(ADC2)") (type BiDi))
(pin (num 26) (name "PC3(ADC3)") (type BiDi))
(pin (num 27) (name "PC4(ADC4/SDA)") (type BiDi))
(pin (num 28) (name "PC5(ADC5/SCL)") (type BiDi))
(pin (num 29) (name "PC6(/RESET)") (type BiDi))
(pin (num 30) (name "PD0(RXD)") (type BiDi))
(pin (num 31) (name "PD1(TXD)") (type BiDi))
(pin (num 32) (name "PD2(INT0)") (type BiDi))))
(libpart (lib device) (part Polyfuse)
(description "resettable fuse, polymeric positive temperature coefficient (PPTC)")
(footprints
(fp *polyfuse*)
(fp *PTC*))
(fields
(field (name Reference) F)
(field (name Value) Polyfuse))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib device) (part R)
(description Resistor)
(footprints
(fp R_*)
(fp R_*))
(fields
(field (name Reference) R)
(field (name Value) R))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib switches) (part SW_Push)
(description "Push button switch, generic, two pins")
(fields
(field (name Reference) SW)
(field (name Value) SW_Push))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive)))))
(libraries
(library (logical switches)
(uri /usr/share/kicad/library/switches.lib))
(library (logical ArduinoNameCard)
(uri /home/tama/workspace/kicad/ArduinoNameCard/res/lib/ArduinoNameCard.lib))
(library (logical conn)
(uri /usr/share/kicad/library/conn.lib))
(library (logical device)
(uri /usr/share/kicad/library/device.lib)))
(nets
(net (code 1) (name 3.3V)
(node (ref C2) (pin 1))
(node (ref J2) (pin 2))
(node (ref U1) (pin 17)))
(net (code 2) (name "Net-(R2-Pad2)")
(node (ref U1) (pin 1))
(node (ref R2) (pin 2)))
(net (code 3) (name "Net-(D1-Pad2)")
(node (ref D1) (pin 2))
(node (ref R3) (pin 2)))
(net (code 4) (name "Net-(D2-Pad2)")
(node (ref D2) (pin 2))
(node (ref R4) (pin 2)))
(net (code 5) (name "Net-(D1-Pad1)")
(node (ref D1) (pin 1))
(node (ref U1) (pin 23)))
(net (code 6) (name "Net-(D2-Pad1)")
(node (ref U1) (pin 22))
(node (ref D2) (pin 1)))
(net (code 7) (name 5V)
(node (ref U1) (pin 4))
(node (ref J2) (pin 3))
(node (ref U2) (pin 20))
(node (ref R5) (pin 1))
(node (ref U2) (pin 6))
(node (ref U2) (pin 4))
(node (ref F1) (pin 2))
(node (ref R4) (pin 1))
(node (ref C3) (pin 1))
(node (ref U2) (pin 18))
(node (ref CP1) (pin 1))
(node (ref R3) (pin 1))
(node (ref U1) (pin 20)))
(net (code 8) (name DTR)
(node (ref J2) (pin 1))
(node (ref R5) (pin 2))
(node (ref SW1) (pin 1))
(node (ref C1) (pin 1))
(node (ref U2) (pin 29)))
(net (code 9) (name +5V)
(node (ref J1) (pin 1))
(node (ref F1) (pin 1)))
(net (code 10) (name "Net-(C1-Pad2)")
(node (ref U1) (pin 2))
(node (ref C1) (pin 2)))
(net (code 11) (name "Net-(R1-Pad2)")
(node (ref U1) (pin 5))
(node (ref R1) (pin 2)))
(net (code 12) (name RX)
(node (ref R1) (pin 1))
(node (ref U2) (pin 31))
(node (ref J4) (pin 2)))
(net (code 13) (name GND)
(node (ref U1) (pin 21))
(node (ref D3) (pin 1))
(node (ref U1) (pin 25))
(node (ref U2) (pin 21))
(node (ref CP1) (pin 2))
(node (ref J1) (pin 5))
(node (ref C3) (pin 2))
(node (ref C4) (pin 2))
(node (ref U1) (pin 7))
(node (ref C2) (pin 2))
(node (ref U1) (pin 26))
(node (ref U2) (pin 5))
(node (ref U2) (pin 3))
(node (ref U1) (pin 18))
(node (ref SW1) (pin 2))
(node (ref C5) (pin 2))
(node (ref J2) (pin 4)))
(net (code 14) (name "Net-(D3-Pad2)")
(node (ref R6) (pin 1))
(node (ref D3) (pin 2)))
(net (code 15) (name "Net-(J5-Pad6)")
(node (ref U2) (pin 17))
(node (ref R6) (pin 2))
(node (ref J5) (pin 6)))
(net (code 16) (name TX)
(node (ref U2) (pin 30))
(node (ref R2) (pin 1))
(node (ref J4) (pin 1)))
(net (code 17) (name D+)
(node (ref U1) (pin 15))
(node (ref J1) (pin 3)))
(net (code 18) (name "Net-(J5-Pad2)")
(node (ref J5) (pin 2))
(node (ref U2) (pin 13)))
(net (code 19) (name "Net-(J5-Pad1)")
(node (ref U2) (pin 12))
(node (ref J5) (pin 1)))
(net (code 20) (name "Net-(J4-Pad8)")
(node (ref J4) (pin 8))
(node (ref U2) (pin 11)))
(net (code 21) (name "Net-(J4-Pad7)")
(node (ref U2) (pin 10))
(node (ref J4) (pin 7)))
(net (code 22) (name "Net-(J4-Pad6)")
(node (ref U2) (pin 9))
(node (ref J4) (pin 6)))
(net (code 23) (name "Net-(J4-Pad5)")
(node (ref J4) (pin 5))
(node (ref U2) (pin 2)))
(net (code 24) (name "Net-(J4-Pad4)")
(node (ref J4) (pin 4))
(node (ref U2) (pin 1)))
(net (code 25) (name "Net-(J4-Pad3)")
(node (ref J4) (pin 3))
(node (ref U2) (pin 32)))
(net (code 26) (name "Net-(J5-Pad3)")
(node (ref J5) (pin 3))
(node (ref U2) (pin 14)))
(net (code 27) (name "Net-(C4-Pad1)")
(node (ref Crystal1) (pin 1))
(node (ref U2) (pin 7))
(node (ref C4) (pin 1)))
(net (code 28) (name D-)
(node (ref U1) (pin 16))
(node (ref J1) (pin 2)))
(net (code 29) (name "Net-(J3-Pad6)")
(node (ref J3) (pin 6))
(node (ref U2) (pin 28)))
(net (code 30) (name "Net-(J3-Pad5)")
(node (ref J3) (pin 5))
(node (ref U2) (pin 27)))
(net (code 31) (name "Net-(J3-Pad4)")
(node (ref U2) (pin 26))
(node (ref J3) (pin 4)))
(net (code 32) (name "Net-(J3-Pad3)")
(node (ref U2) (pin 25))
(node (ref J3) (pin 3)))
(net (code 33) (name "Net-(J3-Pad2)")
(node (ref U2) (pin 24))
(node (ref J3) (pin 2)))
(net (code 34) (name "Net-(J3-Pad1)")
(node (ref U2) (pin 23))
(node (ref J3) (pin 1)))
(net (code 35) (name "Net-(J5-Pad5)")
(node (ref U2) (pin 16))
(node (ref J5) (pin 5)))
(net (code 36) (name "Net-(J5-Pad4)")
(node (ref J5) (pin 4))
(node (ref U2) (pin 15)))
(net (code 37) (name "Net-(U2-Pad19)")
(node (ref U2) (pin 19)))
(net (code 38) (name "Net-(U2-Pad22)")
(node (ref U2) (pin 22)))
(net (code 39) (name "Net-(U1-Pad19)")
(node (ref U1) (pin 19)))
(net (code 40) (name "Net-(U1-Pad24)")
(node (ref U1) (pin 24)))
(net (code 41) (name "Net-(U1-Pad27)")
(node (ref U1) (pin 27)))
(net (code 42) (name "Net-(U1-Pad28)")
(node (ref U1) (pin 28)))
(net (code 43) (name "Net-(U1-Pad14)")
(node (ref U1) (pin 14)))
(net (code 44) (name "Net-(U1-Pad13)")
(node (ref U1) (pin 13)))
(net (code 45) (name "Net-(U1-Pad12)")
(node (ref U1) (pin 12)))
(net (code 46) (name "Net-(U1-Pad11)")
(node (ref U1) (pin 11)))
(net (code 47) (name "Net-(U1-Pad10)")
(node (ref U1) (pin 10)))
(net (code 48) (name "Net-(U1-Pad9)")
(node (ref U1) (pin 9)))
(net (code 49) (name "Net-(U1-Pad8)")
(node (ref U1) (pin 8)))
(net (code 50) (name "Net-(U1-Pad6)")
(node (ref U1) (pin 6)))
(net (code 51) (name "Net-(U1-Pad3)")
(node (ref U1) (pin 3)))
(net (code 52) (name "Net-(J1-Pad4)")
(node (ref J1) (pin 4)))
(net (code 53) (name "Net-(C5-Pad1)")
(node (ref U2) (pin 8))
(node (ref Crystal1) (pin 2))
(node (ref C5) (pin 1)))))