-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathesp32.narc.net
571 lines (571 loc) · 22 KB
/
esp32.narc.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
(export (version D)
(design
(source /home/grayhatter/kicad/esp32narc/esp32.narc.sch)
(date "2021-12-27T11:19:19 PST")
(tool "Eeschema 5.1.10")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title)
(company)
(rev)
(date)
(source esp32.narc.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref U1)
(value W25Q32JVSSIQ_TR)
(footprint DIGIKEY:SOIC-8_W5.3mm)
(datasheet http://www.winbond.com/resource-files/w25q32jv%20revg%2003272018%20plus.pdf)
(fields
(field (name Category) "Integrated Circuits (ICs)")
(field (name DK_Datasheet_Link) http://www.winbond.com/resource-files/w25q32jv%20revg%2003272018%20plus.pdf)
(field (name DK_Detail_Page) /product-detail/en/winbond-electronics/W25Q32JVSSIQ-TR/W25Q32JVSSIQCT-ND/7393546)
(field (name Description) "IC FLASH 32M SPI 133MHZ 8SOIC")
(field (name Digi-Key_PN) W25Q32JVSSIQCT-ND)
(field (name Family) Memory)
(field (name MPN) "W25Q32JVSSIQ TR")
(field (name Manufacturer) "Winbond Electronics")
(field (name Status) Active))
(libsource (lib dk_Memory) (part W25Q32JVSSIQ_TR) (description "IC FLASH 32M SPI 133MHZ 8SOIC"))
(sheetpath (names /) (tstamps /))
(tstamp 61A41379))
(comp (ref U4)
(value ESP32-S3)
(footprint esp32narc:ESP32-S3-SoC)
(libsource (lib esp32narc) (part ESP32-S3) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 61A97700))
(comp (ref R2)
(value R_Small_US)
(footprint esp32narc:cap_3.20x1.60mm)
(datasheet ~)
(libsource (lib Device) (part R_Small_US) (description "Resistor, small US symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 61BD5CA7))
(comp (ref R3)
(value R_Small_US)
(footprint esp32narc:cap_3.20x1.60mm)
(datasheet ~)
(libsource (lib Device) (part R_Small_US) (description "Resistor, small US symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 61BD6143))
(comp (ref R1)
(value 100K)
(footprint esp32narc:cap_3.20x1.60mm)
(datasheet ~)
(libsource (lib Device) (part R_Small_US) (description "Resistor, small US symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 61BDA3AB))
(comp (ref L1)
(value L_Small)
(footprint esp32narc:L_3.20x1.60mm)
(datasheet ~)
(libsource (lib Device) (part L_Small) (description "Inductor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 61C2165A))
(comp (ref C6)
(value C_Small)
(footprint esp32narc:cap_3.20x1.60mm)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 61C2913F))
(comp (ref C4)
(value C_Small)
(footprint esp32narc:cap_3.20x1.60mm)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 61C29819))
(comp (ref C5)
(value C_Small)
(footprint esp32narc:cap_3.20x1.60mm)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 61C2C103))
(comp (ref C3)
(value 0.1uF)
(footprint esp32narc:cap_3.20x1.60mm)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 61C349B0))
(comp (ref C7)
(value C_Small)
(footprint esp32narc:cap_3.20x1.60mm)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 61C70B44))
(comp (ref E1)
(value PRO-OB-440)
(footprint esp32narc:PRO-OB-440)
(fields
(field (name MANUFACTURER) "Proant AB")
(field (name MAXIMUM_PACKAGE_HEIGHT) 3.53mm)
(field (name PARTREV) 3.2)
(field (name STANDARD) "Manufacturer Recommendations"))
(libsource (lib PRO-OB-440) (part PRO-OB-440) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 61A9DB09))
(comp (ref C11)
(value 0.1uF)
(footprint esp32narc:cap_3.20x1.60mm)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 61CA0216))
(comp (ref P1)
(value usbpads)
(footprint esp32narc:usbpads)
(libsource (lib esp32narc) (part usbpads) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 61D15B05))
(comp (ref C0)
(value 10uF)
(footprint esp32narc:cap_3.20x1.60mm)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 61C45337))
(comp (ref C1)
(value 1uF)
(footprint esp32narc:cap_3.20x1.60mm)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 61C42D16))
(comp (ref C2)
(value 0.1uF)
(footprint esp32narc:cap_3.20x1.60mm)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 61C34CFE))
(comp (ref C8)
(value C_Small)
(footprint esp32narc:cap_3.20x1.60mm)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 61C32B1A))
(comp (ref U3)
(value 625L3C040M)
(footprint esp32narc:625L3C040M00000)
(libsource (lib esp32narc) (part 625L3C040M00000) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 61E0934B))
(comp (ref L0)
(value 10nH)
(footprint esp32narc:L_3.20x1.60mm)
(datasheet ~)
(libsource (lib Device) (part L_Small) (description "Inductor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 61F46310))
(comp (ref LE_HEADERS1)
(value PINHEAD9)
(footprint esp32narc:PINHEAD9)
(libsource (lib pico_1v4-eagle-import) (part PINHEAD9) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 61A4492F))
(comp (ref RE_HEADERS1)
(value PINHEAD9)
(footprint esp32narc:PINHEAD9)
(libsource (lib pico_1v4-eagle-import) (part PINHEAD9) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 61A4425F)))
(libparts
(libpart (lib Device) (part C_Small)
(description "Unpolarized capacitor, small symbol")
(docs ~)
(footprints
(fp C_*))
(fields
(field (name Reference) C)
(field (name Value) C_Small))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib Device) (part L_Small)
(description "Inductor, small symbol")
(docs ~)
(footprints
(fp Choke_*)
(fp *Coil*)
(fp Inductor_*)
(fp L_*))
(fields
(field (name Reference) L)
(field (name Value) L_Small))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib Device) (part R_Small_US)
(description "Resistor, small US symbol")
(docs ~)
(footprints
(fp R_*))
(fields
(field (name Reference) R)
(field (name Value) R_Small_US))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib PRO-OB-440) (part PRO-OB-440)
(fields
(field (name Reference) E)
(field (name Value) PRO-OB-440)
(field (name Footprint) ANT_PRO-OB-440)
(field (name MANUFACTURER) "Proant AB")
(field (name STANDARD) "Manufacturer Recommendations")
(field (name MAXIMUM_PACKAGE_HEIGHT) 3.53mm)
(field (name PARTREV) 3.2))
(pins
(pin (num 1) (name ~) (type power_in))
(pin (num 2) (name ~) (type input))))
(libpart (lib dk_Memory) (part W25Q32JVSSIQ_TR)
(description "IC FLASH 32M SPI 133MHZ 8SOIC")
(docs http://www.winbond.com/resource-files/w25q32jv%20revg%2003272018%20plus.pdf)
(fields
(field (name Reference) U)
(field (name Value) W25Q32JVSSIQ_TR)
(field (name Footprint) digikey-footprints:SOIC-8_W5.6mm)
(field (name Datasheet) http://www.winbond.com/resource-files/w25q32jv%20revg%2003272018%20plus.pdf)
(field (name Digi-Key_PN) W25Q32JVSSIQCT-ND)
(field (name MPN) "W25Q32JVSSIQ TR")
(field (name Category) "Integrated Circuits (ICs)")
(field (name Family) Memory)
(field (name DK_Datasheet_Link) http://www.winbond.com/resource-files/w25q32jv%20revg%2003272018%20plus.pdf)
(field (name DK_Detail_Page) /product-detail/en/winbond-electronics/W25Q32JVSSIQ-TR/W25Q32JVSSIQCT-ND/7393546)
(field (name Description) "IC FLASH 32M SPI 133MHZ 8SOIC")
(field (name Manufacturer) "Winbond Electronics")
(field (name Status) Active))
(pins
(pin (num 1) (name ~CS) (type input))
(pin (num 2) (name DO) (type output))
(pin (num 3) (name ~WP) (type input))
(pin (num 4) (name GND) (type power_in))
(pin (num 5) (name DI) (type input))
(pin (num 6) (name CLK) (type input))
(pin (num 7) (name ~RST) (type input))
(pin (num 8) (name VCC) (type power_in))))
(libpart (lib esp32narc) (part 625L3C040M00000)
(footprints
(fp IC_625L3C040M00000_CTS)
(fp IC_625L3C040M00000_CTS-M)
(fp IC_625L3C040M00000_CTS-L))
(fields
(field (name Reference) U)
(field (name Value) 625L3C040M00000)
(field (name Footprint) esp32narc:625L3C040M00000))
(pins
(pin (num 1) (name EOH) (type unspc))
(pin (num 2) (name GND) (type power_in))
(pin (num 3) (name OUT) (type output))
(pin (num 4) (name VCC) (type power_in))))
(libpart (lib esp32narc) (part ESP32-S3)
(fields
(field (name Reference) U)
(field (name Value) ESP32-S3))
(pins
(pin (num 1) (name LNA_IN) (type output))
(pin (num 2) (name VDD3P3) (type power_in))
(pin (num 3) (name VDD3P3) (type power_in))
(pin (num 4) (name CHIP_PU) (type unspc))
(pin (num 5) (name GPIO0) (type BiDi))
(pin (num 6) (name GPIO1) (type BiDi))
(pin (num 7) (name GPIO2) (type BiDi))
(pin (num 8) (name GPIO3) (type BiDi))
(pin (num 9) (name GPIO4) (type BiDi))
(pin (num 10) (name GPIO5) (type BiDi))
(pin (num 11) (name GPIO6) (type BiDi))
(pin (num 12) (name GPIO7) (type BiDi))
(pin (num 13) (name GPIO8) (type BiDi))
(pin (num 14) (name GPIO9) (type BiDi))
(pin (num 15) (name GPIO10) (type BiDi))
(pin (num 16) (name GPIO11) (type BiDi))
(pin (num 17) (name GPIO12) (type BiDi))
(pin (num 18) (name GPIO13) (type BiDi))
(pin (num 19) (name GPIO14) (type BiDi))
(pin (num 20) (name VDD3P3_RTC) (type BiDi))
(pin (num 21) (name GPIO15/XTAL_32K_P) (type BiDi))
(pin (num 22) (name GPIO16/XTAL_32K_N) (type BiDi))
(pin (num 23) (name GPIO17) (type BiDi))
(pin (num 24) (name GPIO18) (type BiDi))
(pin (num 25) (name GPIO19) (type BiDi))
(pin (num 26) (name GPIO20) (type output))
(pin (num 27) (name GPIO21) (type BiDi))
(pin (num 28) (name SPICS1) (type output))
(pin (num 29) (name VDD_SPI) (type power_out))
(pin (num 30) (name SPIHD) (type BiDi))
(pin (num 31) (name SPIWP) (type output))
(pin (num 32) (name SPICS0) (type output))
(pin (num 33) (name SPICLK) (type output))
(pin (num 34) (name SPIQ) (type BiDi))
(pin (num 35) (name SPID) (type BiDi))
(pin (num 36) (name SPICLK_N) (type output))
(pin (num 37) (name SPICLK_P) (type output))
(pin (num 38) (name GPIO33) (type BiDi))
(pin (num 39) (name GPIO34) (type BiDi))
(pin (num 40) (name GPIO35) (type BiDi))
(pin (num 41) (name GPIO36) (type BiDi))
(pin (num 42) (name GPI37) (type BiDi))
(pin (num 43) (name GPIO38) (type BiDi))
(pin (num 44) (name MTCK) (type input))
(pin (num 45) (name MTDO) (type output))
(pin (num 46) (name VDD3P3_CPU) (type power_in))
(pin (num 47) (name MTDI) (type input))
(pin (num 48) (name MTMS) (type input))
(pin (num 49) (name U0TXD) (type output))
(pin (num 50) (name U0RXD) (type input))
(pin (num 51) (name GPIO45) (type BiDi))
(pin (num 52) (name GPIO46) (type BiDi))
(pin (num 53) (name XTAL_N) (type BiDi))
(pin (num 54) (name XTAL_P) (type BiDi))
(pin (num 55) (name VDDA) (type BiDi))
(pin (num 56) (name VDDA) (type BiDi))
(pin (num 57) (name GND) (type output))))
(libpart (lib esp32narc) (part usbpads)
(fields
(field (name Reference) P)
(field (name Value) usbpads)
(field (name Footprint) esp32narc:usbpads))
(pins
(pin (num P1) (name VCC) (type power_out))
(pin (num P2) (name DM) (type BiDi))
(pin (num P3) (name DP) (type BiDi))
(pin (num P4) (name GND) (type BiDi))))
(libpart (lib pico_1v4-eagle-import) (part PINHEAD9)
(fields
(field (name Value) PINHEAD9))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive))
(pin (num 3) (name 3) (type passive))
(pin (num 4) (name 4) (type passive))
(pin (num 5) (name 5) (type passive))
(pin (num 6) (name 6) (type passive))
(pin (num 7) (name 7) (type passive))
(pin (num 8) (name 8) (type passive))
(pin (num 9) (name 9) (type passive)))))
(libraries
(library (logical Device)
(uri /usr/share/kicad/library/Device.lib))
(library (logical PRO-OB-440)
(uri /home/grayhatter/kicad/libs/PRO-OB-440.lib))
(library (logical dk_Memory)
(uri /home/grayhatter/kicad/libs/digikey-kicad-library/digikey-symbols/dk_Memory.lib))
(library (logical esp32narc)
(uri /home/grayhatter/kicad/esp32narc/esp32narc.lib))
(library (logical pico_1v4-eagle-import)
(uri /home/grayhatter/kicad/esp32narc/pico_1v4-eagle-import.lib)))
(nets
(net (code 1) (name GNDREF)
(node (ref C1) (pin 2))
(node (ref C8) (pin 2))
(node (ref RE_HEADERS1) (pin 1))
(node (ref C2) (pin 2))
(node (ref C7) (pin 2))
(node (ref C11) (pin 1))
(node (ref C6) (pin 2))
(node (ref E1) (pin 1))
(node (ref P1) (pin P4))
(node (ref U1) (pin 4))
(node (ref U3) (pin 2))
(node (ref U4) (pin 57))
(node (ref C0) (pin 2)))
(net (code 2) (name +5V)
(node (ref LE_HEADERS1) (pin 1))
(node (ref P1) (pin P1)))
(net (code 3) (name "Net-(P1-PadP2)")
(node (ref U4) (pin 49))
(node (ref P1) (pin P2)))
(net (code 4) (name "Net-(C3-Pad1)")
(node (ref U3) (pin 4))
(node (ref C3) (pin 1)))
(net (code 5) (name "Net-(C3-Pad2)")
(node (ref R3) (pin 2))
(node (ref C3) (pin 2)))
(net (code 6) (name "Net-(U4-Pad55)")
(node (ref U4) (pin 56))
(node (ref U4) (pin 55)))
(net (code 7) (name "Net-(C5-Pad2)")
(node (ref E1) (pin 2))
(node (ref C6) (pin 1))
(node (ref C5) (pin 2)))
(net (code 8) (name "Net-(LE_HEADERS1-Pad9)")
(node (ref LE_HEADERS1) (pin 9)))
(net (code 9) (name "Net-(LE_HEADERS1-Pad2)")
(node (ref LE_HEADERS1) (pin 2)))
(net (code 10) (name "Net-(LE_HEADERS1-Pad3)")
(node (ref LE_HEADERS1) (pin 3)))
(net (code 11) (name "Net-(LE_HEADERS1-Pad4)")
(node (ref LE_HEADERS1) (pin 4)))
(net (code 12) (name "Net-(LE_HEADERS1-Pad5)")
(node (ref LE_HEADERS1) (pin 5)))
(net (code 13) (name "Net-(LE_HEADERS1-Pad6)")
(node (ref LE_HEADERS1) (pin 6)))
(net (code 14) (name "Net-(LE_HEADERS1-Pad7)")
(node (ref LE_HEADERS1) (pin 7)))
(net (code 15) (name "Net-(LE_HEADERS1-Pad8)")
(node (ref LE_HEADERS1) (pin 8)))
(net (code 16) (name "Net-(RE_HEADERS1-Pad2)")
(node (ref RE_HEADERS1) (pin 2)))
(net (code 17) (name "Net-(RE_HEADERS1-Pad3)")
(node (ref RE_HEADERS1) (pin 3)))
(net (code 18) (name "Net-(RE_HEADERS1-Pad4)")
(node (ref RE_HEADERS1) (pin 4)))
(net (code 19) (name "Net-(RE_HEADERS1-Pad5)")
(node (ref RE_HEADERS1) (pin 5)))
(net (code 20) (name "Net-(RE_HEADERS1-Pad6)")
(node (ref RE_HEADERS1) (pin 6)))
(net (code 21) (name "Net-(RE_HEADERS1-Pad7)")
(node (ref RE_HEADERS1) (pin 7)))
(net (code 22) (name "Net-(RE_HEADERS1-Pad8)")
(node (ref RE_HEADERS1) (pin 8)))
(net (code 23) (name "Net-(RE_HEADERS1-Pad9)")
(node (ref RE_HEADERS1) (pin 9)))
(net (code 24) (name "Net-(P1-PadP3)")
(node (ref P1) (pin P3))
(node (ref U4) (pin 50)))
(net (code 25) (name +3V3)
(node (ref L1) (pin 1))
(node (ref C0) (pin 1))
(node (ref R3) (pin 1))
(node (ref C1) (pin 1))
(node (ref C2) (pin 1)))
(net (code 26) (name "Net-(U3-Pad1)")
(node (ref U3) (pin 1)))
(net (code 27) (name "Net-(L0-Pad1)")
(node (ref L0) (pin 1))
(node (ref U3) (pin 3)))
(net (code 28) (name "Net-(L0-Pad2)")
(node (ref U4) (pin 54))
(node (ref L0) (pin 2)))
(net (code 29) (name "Net-(U4-Pad38)")
(node (ref U4) (pin 38)))
(net (code 30) (name "Net-(U4-Pad24)")
(node (ref U4) (pin 24)))
(net (code 31) (name "Net-(U4-Pad25)")
(node (ref U4) (pin 25)))
(net (code 32) (name "Net-(U4-Pad26)")
(node (ref U4) (pin 26)))
(net (code 33) (name "Net-(U4-Pad27)")
(node (ref U4) (pin 27)))
(net (code 34) (name "Net-(U4-Pad28)")
(node (ref U4) (pin 28)))
(net (code 35) (name "Net-(U1-Pad3)")
(node (ref U1) (pin 3))
(node (ref U4) (pin 31)))
(net (code 36) (name "Net-(U1-Pad5)")
(node (ref U1) (pin 5))
(node (ref U4) (pin 35)))
(net (code 37) (name "Net-(U4-Pad36)")
(node (ref U4) (pin 36)))
(net (code 38) (name "Net-(U4-Pad37)")
(node (ref U4) (pin 37)))
(net (code 39) (name "Net-(U4-Pad23)")
(node (ref U4) (pin 23)))
(net (code 40) (name "Net-(U4-Pad39)")
(node (ref U4) (pin 39)))
(net (code 41) (name "Net-(U4-Pad40)")
(node (ref U4) (pin 40)))
(net (code 42) (name "Net-(U4-Pad41)")
(node (ref U4) (pin 41)))
(net (code 43) (name "Net-(U4-Pad42)")
(node (ref U4) (pin 42)))
(net (code 44) (name "Net-(U4-Pad43)")
(node (ref U4) (pin 43)))
(net (code 45) (name "Net-(U4-Pad44)")
(node (ref U4) (pin 44)))
(net (code 46) (name "Net-(U4-Pad45)")
(node (ref U4) (pin 45)))
(net (code 47) (name "Net-(U4-Pad46)")
(node (ref U4) (pin 46)))
(net (code 48) (name "Net-(U4-Pad47)")
(node (ref U4) (pin 47)))
(net (code 49) (name "Net-(U4-Pad48)")
(node (ref U4) (pin 48)))
(net (code 50) (name "Net-(U4-Pad51)")
(node (ref U4) (pin 51)))
(net (code 51) (name "Net-(U4-Pad52)")
(node (ref U4) (pin 52)))
(net (code 52) (name "Net-(U4-Pad17)")
(node (ref U4) (pin 17)))
(net (code 53) (name "Net-(U1-Pad7)")
(node (ref U1) (pin 7))
(node (ref U4) (pin 30)))
(net (code 54) (name "Net-(C5-Pad1)")
(node (ref U4) (pin 1))
(node (ref C5) (pin 1))
(node (ref C7) (pin 1)))
(net (code 55) (name "Net-(U4-Pad11)")
(node (ref U4) (pin 11)))
(net (code 56) (name "Net-(U4-Pad12)")
(node (ref U4) (pin 12)))
(net (code 57) (name "Net-(U4-Pad13)")
(node (ref U4) (pin 13)))
(net (code 58) (name "Net-(U4-Pad14)")
(node (ref U4) (pin 14)))
(net (code 59) (name "Net-(U4-Pad15)")
(node (ref U4) (pin 15)))
(net (code 60) (name "Net-(U4-Pad16)")
(node (ref U4) (pin 16)))
(net (code 61) (name "Net-(U4-Pad53)")
(node (ref U4) (pin 53)))
(net (code 62) (name "Net-(U4-Pad18)")
(node (ref U4) (pin 18)))
(net (code 63) (name "Net-(U4-Pad19)")
(node (ref U4) (pin 19)))
(net (code 64) (name "Net-(U4-Pad20)")
(node (ref U4) (pin 20)))
(net (code 65) (name "Net-(C8-Pad1)")
(node (ref L1) (pin 2))
(node (ref U4) (pin 3))
(node (ref U4) (pin 2))
(node (ref C8) (pin 1)))
(net (code 66) (name "Net-(U4-Pad4)")
(node (ref U4) (pin 4)))
(net (code 67) (name "Net-(U4-Pad5)")
(node (ref U4) (pin 5)))
(net (code 68) (name "Net-(U4-Pad6)")
(node (ref U4) (pin 6)))
(net (code 69) (name "Net-(U4-Pad7)")
(node (ref U4) (pin 7)))
(net (code 70) (name "Net-(U4-Pad8)")
(node (ref U4) (pin 8)))
(net (code 71) (name "Net-(U4-Pad9)")
(node (ref U4) (pin 9)))
(net (code 72) (name "Net-(U4-Pad10)")
(node (ref U4) (pin 10)))
(net (code 73) (name "Net-(U4-Pad21)")
(node (ref U4) (pin 21)))
(net (code 74) (name "Net-(U4-Pad22)")
(node (ref U4) (pin 22)))
(net (code 75) (name "Net-(U1-Pad2)")
(node (ref U4) (pin 34))
(node (ref U1) (pin 2)))
(net (code 76) (name "Net-(R2-Pad1)")
(node (ref R2) (pin 1)))
(net (code 77) (name "Net-(R2-Pad2)")
(node (ref R2) (pin 2)))
(net (code 78) (name "Net-(C11-Pad2)")
(node (ref U4) (pin 29))
(node (ref U1) (pin 8))
(node (ref R1) (pin 1))
(node (ref C11) (pin 2)))
(net (code 79) (name "Net-(C4-Pad1)")
(node (ref C4) (pin 1)))
(net (code 80) (name "Net-(C4-Pad2)")
(node (ref C4) (pin 2)))
(net (code 81) (name "Net-(U1-Pad6)")
(node (ref U1) (pin 6))
(node (ref U4) (pin 33)))
(net (code 82) (name "Net-(R1-Pad2)")
(node (ref U1) (pin 1))
(node (ref R1) (pin 2))
(node (ref U4) (pin 32)))))