-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbadge-kicad-netlist.net
651 lines (651 loc) · 22.3 KB
/
badge-kicad-netlist.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
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
(export (version D)
(design
(source "/Users/jna/Dropbox/Badge Stuff/badge files/badge-kicad/badge-kicad.sch")
(date "Monday, October 17, 2016 'PMt' 12:52:14 PM")
(tool "Eeschema 4.0.4-stable")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title "Defcon 25 Caesar Basge")
(company Retina)
(rev 1)
(date)
(source badge-kicad.sch)
(comment (number 1) (value "John Adams"))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref U1)
(value MKW01Z128)
(footprint MKW01Z128)
(libsource (lib badge-kicad-cache) (part MKW01Z128))
(sheetpath (names /) (tstamps /))
(tstamp 5802DCCE))
(comp (ref J1)
(value JTAG)
(libsource (lib badge-kicad-cache) (part JTAG))
(sheetpath (names /) (tstamps /))
(tstamp 5802E37D))
(comp (ref U3)
(value WS2812B)
(libsource (lib badge-kicad-cache) (part WS2812B))
(sheetpath (names /) (tstamps /))
(tstamp 5802D49C))
(comp (ref U6)
(value WS2812B)
(libsource (lib badge-kicad-cache) (part WS2812B))
(sheetpath (names /) (tstamps /))
(tstamp 5802D5E3))
(comp (ref U9)
(value WS2812B)
(libsource (lib badge-kicad-cache) (part WS2812B))
(sheetpath (names /) (tstamps /))
(tstamp 5802D62C))
(comp (ref U12)
(value WS2812B)
(libsource (lib badge-kicad-cache) (part WS2812B))
(sheetpath (names /) (tstamps /))
(tstamp 5802D66C))
(comp (ref U4)
(value WS2812B)
(libsource (lib badge-kicad-cache) (part WS2812B))
(sheetpath (names /) (tstamps /))
(tstamp 5802DFDF))
(comp (ref U7)
(value WS2812B)
(libsource (lib badge-kicad-cache) (part WS2812B))
(sheetpath (names /) (tstamps /))
(tstamp 5802E05A))
(comp (ref U2)
(value WS2812B)
(libsource (lib badge-kicad-cache) (part WS2812B))
(sheetpath (names /) (tstamps /))
(tstamp 5802E726))
(comp (ref U5)
(value WS2812B)
(libsource (lib badge-kicad-cache) (part WS2812B))
(sheetpath (names /) (tstamps /))
(tstamp 5802E72C))
(comp (ref U8)
(value WS2812B)
(libsource (lib badge-kicad-cache) (part WS2812B))
(sheetpath (names /) (tstamps /))
(tstamp 5802E732))
(comp (ref U11)
(value WS2812B)
(libsource (lib badge-kicad-cache) (part WS2812B))
(sheetpath (names /) (tstamps /))
(tstamp 5802E738))
(comp (ref U10)
(value WS2812B)
(libsource (lib badge-kicad-cache) (part WS2812B))
(sheetpath (names /) (tstamps /))
(tstamp 5802E806))
(comp (ref U13)
(value WS2812B)
(libsource (lib badge-kicad-cache) (part WS2812B))
(sheetpath (names /) (tstamps /))
(tstamp 5802E80C))
(comp (ref R1)
(value R)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 5802F15B))
(comp (ref C2)
(value 100nF)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 58035AE5))
(comp (ref C3)
(value 100nF)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 58037277))
(comp (ref C4)
(value 100nF)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 580372D2))
(comp (ref C5)
(value 100nF)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 5803731C))
(comp (ref C6)
(value 100nF)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 5803738E))
(comp (ref C7)
(value 100nF)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 580373DF))
(comp (ref C8)
(value 100nF)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 5803745B))
(comp (ref C9)
(value 100nF)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 580374DE))
(comp (ref C10)
(value 100nF)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 580376BF))
(comp (ref C11)
(value 100nF)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 58037719))
(comp (ref C12)
(value 100nF)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 58037777))
(comp (ref C13)
(value 100nF)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 580377D9))
(comp (ref BT1)
(value Battery)
(libsource (lib device) (part Battery))
(sheetpath (names /) (tstamps /))
(tstamp 58038C19))
(comp (ref C1)
(value 0.1uF)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 5803A954))
(comp (ref J2)
(value SIL14)
(libsource (lib conn) (part SIL14))
(sheetpath (names /) (tstamps /))
(tstamp 5804109B))
(comp (ref P1)
(value CONN_01X02)
(libsource (lib conn) (part CONN_01X02))
(sheetpath (names /) (tstamps /))
(tstamp 580423A7))
(comp (ref R2)
(value 180)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 58043278))
(comp (ref D1)
(value 1n4148)
(libsource (lib device) (part D))
(sheetpath (names /) (tstamps /))
(tstamp 580437F8))
(comp (ref Q1)
(value Q_NPN_BCE)
(libsource (lib device) (part Q_NPN_BCE))
(sheetpath (names /) (tstamps /))
(tstamp 58043E5D))
(comp (ref Y1)
(value "32Mhz XTAL")
(libsource (lib device) (part Crystal))
(sheetpath (names /) (tstamps /))
(tstamp 5804ADC1)))
(libparts
(libpart (lib device) (part Battery)
(fields
(field (name Reference) BT)
(field (name Value) Battery))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib device) (part C)
(description "Unpolarized capacitor")
(footprints
(fp C?)
(fp C_????_*)
(fp C_????)
(fp SMD*_c)
(fp Capacitor*))
(fields
(field (name Reference) C)
(field (name Value) C))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib conn) (part CONN_01X02)
(description "Connector, single row, 01x02")
(footprints
(fp Pin_Header_Straight_1X02)
(fp Pin_Header_Angled_1X02)
(fp Socket_Strip_Straight_1X02)
(fp Socket_Strip_Angled_1X02))
(fields
(field (name Reference) P)
(field (name Value) CONN_01X02))
(pins
(pin (num 1) (name P1) (type passive))
(pin (num 2) (name P2) (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 device) (part D)
(description Diode)
(footprints
(fp Diode_*)
(fp D-Pak_TO252AA)
(fp *SingleDiode)
(fp *_Diode_*)
(fp *SingleDiode*))
(fields
(field (name Reference) D)
(field (name Value) D))
(pins
(pin (num 1) (name K) (type passive))
(pin (num 2) (name A) (type passive))))
(libpart (lib badge-kicad-cache) (part JTAG)
(fields
(field (name Reference) J)
(field (name Value) JTAG))
(pins
(pin (num 1) (name VTref) (type passive))
(pin (num 2) (name SWDIO/TMS) (type BiDi))
(pin (num 3) (name GND) (type power_in))
(pin (num 4) (name SWDCLK/TCK) (type output))
(pin (num 5) (name GND) (type power_in))
(pin (num 6) (name SWO/TDO) (type input))
(pin (num 7) (name KEY) (type NotConnected))
(pin (num 8) (name TDI) (type output))
(pin (num 9) (name GNDdetect) (type passive))
(pin (num 10) (name ~RESET) (type openCol))))
(libpart (lib badge-kicad-cache) (part MKW01Z128)
(aliases
(alias KW01))
(footprints
(fp LGA*))
(fields
(field (name Reference) U)
(field (name Value) MKW01Z128)
(field (name Footprint) MKW01Z128))
(pins
(pin (num 1) (name VREFH) (type input))
(pin (num 2) (name VREFL) (type input))
(pin (num 3) (name VSSA) (type power_in))
(pin (num 4) (name VSS1) (type power_in))
(pin (num 5) (name PTE16/ADC0_DP1/ADCO_SE1/SPI0_PCS0/TPM/UART2_TX) (type BiDi))
(pin (num 6) (name PTE17/ADC0_DM1/ADCO_SE5a/SPI0_SCK/TPM_CLKIN1/UART2_RX) (type BiDi))
(pin (num 7) (name PTE18) (type BiDi))
(pin (num 8) (name PTE19) (type BiDi))
(pin (num 9) (name PTE30) (type BiDi))
(pin (num 10) (name PTA0) (type BiDi))
(pin (num 11) (name PTA3) (type BiDi))
(pin (num 12) (name PTA4) (type BiDi))
(pin (num 13) (name PTA2) (type BiDi))
(pin (num 14) (name PTA1) (type BiDi))
(pin (num 15) (name PTA18) (type BiDi))
(pin (num 16) (name PTA19) (type BiDi))
(pin (num 17) (name PTB0) (type BiDi))
(pin (num 18) (name PTB1) (type BiDi))
(pin (num 19) (name VDD1) (type power_in))
(pin (num 20) (name vss) (type power_in))
(pin (num 21) (name PTB2) (type BiDi))
(pin (num 22) (name PTB17) (type BiDi))
(pin (num 23) (name PTC4) (type BiDi))
(pin (num 24) (name PTC1) (type BiDi))
(pin (num 25) (name PTC2) (type BiDi))
(pin (num 26) (name PTC3) (type BiDi))
(pin (num 27) (name PTD4) (type BiDi))
(pin (num 28) (name PTD5) (type BiDi))
(pin (num 29) (name PTD6) (type BiDi))
(pin (num 30) (name NC) (type NotConnected))
(pin (num 31) (name PTD7/SPI0_MISO) (type BiDi))
(pin (num 32) (name PTE0/SPI1_MISO/UART0_TX) (type BiDi))
(pin (num 33) (name PTA20/RESETB) (type BiDi))
(pin (num 34) (name PTE1/SPI1_MOSI/UART1_RX) (type BiDi))
(pin (num 35) (name "VBAT2(RF)") (type power_in))
(pin (num 36) (name "GND/SCAN(RF)") (type power_in))
(pin (num 37) (name "RXTX(RF)") (type output))
(pin (num 38) (name "GND_PA2(RF)") (type power_in))
(pin (num 39) (name "RFIO(RF)") (type BiDi))
(pin (num 40) (name "GND_PA1(RF)") (type output))
(pin (num 41) (name "PA_BOOST(RF)") (type BiDi))
(pin (num 42) (name "VR_PA_(RF)") (type power_out))
(pin (num 43) (name "VBAT1(RF)") (type power_in))
(pin (num 44) (name "VR_ANA(RF)") (type power_out))
(pin (num 45) (name "VR_DIG(RF)") (type power_out))
(pin (num 46) (name "XTA(RF)") (type BiDi))
(pin (num 47) (name "XTB(RF)") (type BiDi))
(pin (num 48) (name "RESET(RF)") (type input))
(pin (num 49) (name "DIO0/PTE2/SPI1_SCK_(RF)") (type BiDi))
(pin (num 50) (name "DIO1/PTE3(RF)") (type BiDi))
(pin (num 51) (name "DIO2(RF)") (type BiDi))
(pin (num 52) (name "DIO3(RF)") (type BiDi))
(pin (num 53) (name "DIO4(RF)") (type BiDi))
(pin (num 54) (name "DIO5/CLKOUT(RF)") (type BiDi))
(pin (num 55) (name VDD2) (type power_in))
(pin (num 56) (name VDDAD) (type power_in))
(pin (num 57) (name MIS0/PTC7) (type BiDi))
(pin (num 58) (name NSS/PTD0/SPI0_PCS0) (type BiDi))
(pin (num 59) (name SCK/PCT5/SPI0_SCK) (type BiDi))
(pin (num 60) (name MOSI/PTC6/SPI0_MOSI/SPI0_MISO) (type BiDi))))
(libpart (lib device) (part Q_NPN_BCE)
(description "Transistor NPN (general)")
(fields
(field (name Reference) Q)
(field (name Value) Q_NPN_BCE))
(pins
(pin (num 1) (name B) (type input))
(pin (num 2) (name C) (type passive))
(pin (num 3) (name E) (type passive))))
(libpart (lib device) (part R)
(description Resistor)
(footprints
(fp R_*)
(fp Resistor_*))
(fields
(field (name Reference) R)
(field (name Value) R))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib conn) (part SIL14)
(fields
(field (name Reference) J)
(field (name Value) SIL14))
(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))
(pin (num 10) (name 10) (type passive))
(pin (num 11) (name 11) (type passive))
(pin (num 12) (name 12) (type passive))
(pin (num 13) (name 13) (type passive))
(pin (num 14) (name 14) (type passive))))
(libpart (lib badge-kicad-cache) (part WS2812B)
(fields
(field (name Reference) U)
(field (name Value) WS2812B))
(pins
(pin (num 1) (name VDD) (type power_in))
(pin (num 2) (name DOUT) (type output))
(pin (num 3) (name GND) (type power_in))
(pin (num 4) (name DIN) (type input)))))
(libraries
(library (logical device)
(uri "/Library/Application Support/kicad/library/device.lib"))
(library (logical conn)
(uri "/Library/Application Support/kicad/library/conn.lib"))
(library (logical badge-kicad-cache)
(uri "/Users/jna/Dropbox/Badge Stuff/badge files/badge-kicad/badge-kicad-cache.lib")))
(nets
(net (code 1) (name "Net-(U4-Pad1)")
(node (ref U4) (pin 1)))
(net (code 2) (name "Net-(BT1-Pad1)")
(node (ref BT1) (pin 1)))
(net (code 3) (name "Net-(R1-Pad1)")
(node (ref R1) (pin 1)))
(net (code 4) (name +BATT)
(node (ref U1) (pin 35)))
(net (code 5) (name VSSA)
(node (ref U1) (pin 3))
(node (ref U1) (pin 4))
(node (ref U1) (pin 20)))
(net (code 6) (name VSS)
(node (ref U1) (pin 40))
(node (ref U1) (pin 38))
(node (ref U1) (pin 36)))
(net (code 7) (name RF_INTR)
(node (ref U1) (pin 49))
(node (ref U1) (pin 23)))
(net (code 8) (name UART_RTS)
(node (ref U1) (pin 21)))
(net (code 9) (name UART_CTS)
(node (ref U1) (pin 22)))
(net (code 10) (name UART_TX)
(node (ref U1) (pin 13)))
(net (code 11) (name UART_RX)
(node (ref U1) (pin 14)))
(net (code 12) (name "Net-(U12-Pad2)")
(node (ref U12) (pin 2))
(node (ref U4) (pin 4)))
(net (code 13) (name "Net-(U10-Pad2)")
(node (ref U13) (pin 4))
(node (ref U10) (pin 2)))
(net (code 14) (name "Net-(U10-Pad4)")
(node (ref U10) (pin 4))
(node (ref U7) (pin 2)))
(net (code 15) (name "Net-(U4-Pad2)")
(node (ref U7) (pin 4))
(node (ref U4) (pin 2)))
(net (code 16) (name "Net-(U12-Pad4)")
(node (ref U12) (pin 4))
(node (ref U9) (pin 2)))
(net (code 17) (name "Net-(U6-Pad2)")
(node (ref U9) (pin 4))
(node (ref U6) (pin 2)))
(net (code 18) (name "Net-(U3-Pad2)")
(node (ref U3) (pin 2))
(node (ref U6) (pin 4)))
(net (code 19) (name "Net-(U11-Pad2)")
(node (ref U3) (pin 4))
(node (ref U11) (pin 2)))
(net (code 20) (name "Net-(U11-Pad4)")
(node (ref U11) (pin 4))
(node (ref U8) (pin 2)))
(net (code 21) (name "Net-(U5-Pad2)")
(node (ref U8) (pin 4))
(node (ref U5) (pin 2)))
(net (code 22) (name "Net-(U2-Pad2)")
(node (ref U5) (pin 4))
(node (ref U2) (pin 2)))
(net (code 23) (name "Net-(R1-Pad2)")
(node (ref U2) (pin 4))
(node (ref R1) (pin 2)))
(net (code 24) (name TOUCH_DIN)
(node (ref J2) (pin 12)))
(net (code 25) (name TOUCH_DO)
(node (ref J2) (pin 13)))
(net (code 26) (name TOUCH_IRQ)
(node (ref J2) (pin 14)))
(net (code 27) (name DISP_LED)
(node (ref J2) (pin 8)))
(net (code 28) (name DISP_SCK)
(node (ref J2) (pin 7)))
(net (code 29) (name DISP_RESET)
(node (ref J2) (pin 4)))
(net (code 30) (name DISP_CS)
(node (ref U1) (pin 15))
(node (ref J2) (pin 3)))
(net (code 31) (name "DISP_SDO(MOSI)")
(node (ref J2) (pin 6)))
(net (code 32) (name VCC)
(node (ref U9) (pin 1))
(node (ref U11) (pin 1))
(node (ref J1) (pin 1))
(node (ref U6) (pin 1))
(node (ref U3) (pin 1))
(node (ref D1) (pin 1))
(node (ref P1) (pin 1))
(node (ref U13) (pin 1))
(node (ref U10) (pin 1))
(node (ref C8) (pin 1))
(node (ref C7) (pin 1))
(node (ref C6) (pin 1))
(node (ref C5) (pin 1))
(node (ref C4) (pin 1))
(node (ref C3) (pin 1))
(node (ref C2) (pin 1))
(node (ref U8) (pin 1))
(node (ref U5) (pin 1))
(node (ref U2) (pin 1))
(node (ref U7) (pin 1))
(node (ref U12) (pin 1))
(node (ref U1) (pin 1))
(node (ref U1) (pin 19))
(node (ref U1) (pin 56))
(node (ref U1) (pin 55))
(node (ref J2) (pin 1))
(node (ref C1) (pin 1))
(node (ref C13) (pin 1))
(node (ref C12) (pin 1))
(node (ref C11) (pin 1))
(node (ref C10) (pin 1))
(node (ref C9) (pin 1)))
(net (code 33) (name GND)
(node (ref C9) (pin 2))
(node (ref C10) (pin 2))
(node (ref C11) (pin 2))
(node (ref U1) (pin 2))
(node (ref C12) (pin 2))
(node (ref C13) (pin 2))
(node (ref BT1) (pin 2))
(node (ref C1) (pin 2))
(node (ref J2) (pin 2))
(node (ref U13) (pin 3))
(node (ref U10) (pin 3))
(node (ref C8) (pin 2))
(node (ref C7) (pin 2))
(node (ref C6) (pin 2))
(node (ref C5) (pin 2))
(node (ref C4) (pin 2))
(node (ref C3) (pin 2))
(node (ref C2) (pin 2))
(node (ref Q1) (pin 3))
(node (ref U6) (pin 3))
(node (ref U7) (pin 3))
(node (ref U8) (pin 3))
(node (ref U3) (pin 3))
(node (ref U4) (pin 3))
(node (ref U12) (pin 3))
(node (ref J1) (pin 5))
(node (ref U9) (pin 3))
(node (ref J1) (pin 3))
(node (ref U11) (pin 3))
(node (ref U5) (pin 3))
(node (ref U2) (pin 3)))
(net (code 35) (name DISP_DC)
(node (ref U1) (pin 16))
(node (ref J2) (pin 5)))
(net (code 36) (name TOUCH_CS)
(node (ref J2) (pin 11)))
(net (code 37) (name TOUCH_CLK)
(node (ref J2) (pin 10)))
(net (code 38) (name "DISP_SDO(MISO)")
(node (ref J2) (pin 9)))
(net (code 39) (name "Net-(D1-Pad2)")
(node (ref D1) (pin 2))
(node (ref Q1) (pin 2))
(node (ref P1) (pin 2)))
(net (code 40) (name "Net-(Q1-Pad1)")
(node (ref R2) (pin 1))
(node (ref Q1) (pin 1)))
(net (code 41) (name PWM_SOUND)
(node (ref R2) (pin 2)))
(net (code 42) (name MCU_RESET)
(node (ref J1) (pin 10)))
(net (code 43) (name DEBUG_SWD_CLK)
(node (ref U1) (pin 10))
(node (ref J1) (pin 4)))
(net (code 44) (name DEBUG_SWD_DIO)
(node (ref U1) (pin 11))
(node (ref J1) (pin 2)))
(net (code 45) (name RF_RESET)
(node (ref U1) (pin 9))
(node (ref U1) (pin 48)))
(net (code 46) (name "Net-(U1-Pad47)")
(node (ref Y1) (pin 1))
(node (ref U1) (pin 47)))
(net (code 47) (name "Net-(U1-Pad46)")
(node (ref Y1) (pin 2))
(node (ref U1) (pin 46)))
(net (code 48) (name SPI_CH1_MISO)
(node (ref U1) (pin 32)))
(net (code 49) (name SPI_CH1_MOSI)
(node (ref U1) (pin 34)))
(net (code 50) (name SPI_CH1_SCK)
(node (ref U1) (pin 28)))
(net (code 51) (name "Net-(J1-Pad9)")
(node (ref J1) (pin 9)))
(net (code 52) (name "Net-(J1-Pad8)")
(node (ref J1) (pin 8)))
(net (code 53) (name "Net-(J1-Pad7)")
(node (ref J1) (pin 7)))
(net (code 54) (name "Net-(J1-Pad6)")
(node (ref J1) (pin 6)))
(net (code 55) (name "Net-(U1-Pad59)")
(node (ref U1) (pin 59)))
(net (code 56) (name "Net-(U1-Pad43)")
(node (ref U1) (pin 43)))
(net (code 57) (name "Net-(U1-Pad33)")
(node (ref U1) (pin 33)))
(net (code 58) (name "Net-(U1-Pad52)")
(node (ref U1) (pin 52)))
(net (code 59) (name "Net-(U1-Pad42)")
(node (ref U1) (pin 42)))
(net (code 60) (name "Net-(U1-Pad12)")
(node (ref U1) (pin 12)))
(net (code 61) (name "Net-(U1-Pad51)")
(node (ref U1) (pin 51)))
(net (code 62) (name "Net-(U1-Pad41)")
(node (ref U1) (pin 41)))
(net (code 63) (name "Net-(U1-Pad31)")
(node (ref U1) (pin 31)))
(net (code 64) (name "Net-(U1-Pad60)")
(node (ref U1) (pin 60)))
(net (code 65) (name "Net-(U1-Pad50)")
(node (ref U1) (pin 50)))
(net (code 66) (name "Net-(U1-Pad30)")
(node (ref U1) (pin 30)))
(net (code 67) (name "Net-(U1-Pad8)")
(node (ref U1) (pin 8)))
(net (code 68) (name "Net-(U1-Pad7)")
(node (ref U1) (pin 7)))
(net (code 69) (name "Net-(U1-Pad6)")
(node (ref U1) (pin 6)))
(net (code 70) (name "Net-(U1-Pad5)")
(node (ref U1) (pin 5)))
(net (code 71) (name "Net-(U1-Pad39)")
(node (ref U1) (pin 39)))
(net (code 72) (name "Net-(U1-Pad29)")
(node (ref U1) (pin 29)))
(net (code 73) (name "Net-(U1-Pad58)")
(node (ref U1) (pin 58)))
(net (code 74) (name "Net-(U1-Pad18)")
(node (ref U1) (pin 18)))
(net (code 75) (name "Net-(U1-Pad57)")
(node (ref U1) (pin 57)))
(net (code 76) (name "Net-(U1-Pad37)")
(node (ref U1) (pin 37)))
(net (code 77) (name "Net-(U1-Pad27)")
(node (ref U1) (pin 27)))
(net (code 78) (name "Net-(U1-Pad17)")
(node (ref U1) (pin 17)))
(net (code 79) (name "Net-(U1-Pad26)")
(node (ref U1) (pin 26)))
(net (code 80) (name "Net-(U1-Pad45)")
(node (ref U1) (pin 45)))
(net (code 81) (name "Net-(U1-Pad25)")
(node (ref U1) (pin 25)))
(net (code 82) (name "Net-(U1-Pad54)")
(node (ref U1) (pin 54)))
(net (code 83) (name "Net-(U1-Pad44)")
(node (ref U1) (pin 44)))
(net (code 84) (name "Net-(U1-Pad24)")
(node (ref U1) (pin 24)))
(net (code 85) (name "Net-(U1-Pad53)")
(node (ref U1) (pin 53)))
(net (code 88) (name "Net-(U13-Pad2)")
(node (ref U13) (pin 2)))))