-
Notifications
You must be signed in to change notification settings - Fork 0
/
doorhat.net
705 lines (705 loc) · 26.5 KB
/
doorhat.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
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
(export (version D)
(design
(source /home/pbk1111/Dokumenter/Projekter/Labitat/DoorputerRPIHat/doorputerv2_rpi_hat/doorhat.sch)
(date "Wed 13 Mar 2019 10:51:24 PM CET")
(tool "Eeschema (5.1.0-3-gb9944e2c0)")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title)
(company)
(rev)
(date)
(source doorhat.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value ""))))
(sheet (number 2) (name /Arduino/) (tstamps /5C844A15/)
(title_block
(title)
(company)
(rev)
(date)
(source Arduino.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref U1)
(value L6234)
(libsource (lib doorhat-rescue) (part L6234) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5C840D5C))
(comp (ref CONN1)
(value RaspberryPi_40W_GPIO_Connector)
(footprint Pin_Headers:Pin_Header_Straight_2x20)
(libsource (lib doorhat-rescue) (part RaspberryPi_40W_GPIO_Connector) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5C841599))
(comp (ref D1)
(value LED)
(footprint LEDs:LED_0805_HandSoldering)
(libsource (lib doorhat-rescue) (part LED) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5C841DFE))
(comp (ref Q1)
(value BC547)
(footprint TO_SOT_Packages_THT:TO-92_Molded_Narrow)
(libsource (lib doorhat-rescue) (part BC547) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5C841F1F))
(comp (ref R6)
(value R_Small)
(footprint Resistors_SMD:R_0805_HandSoldering)
(libsource (lib doorhat-rescue) (part R_Small) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5C842053))
(comp (ref R1)
(value R_Small)
(footprint Resistors_SMD:R_0805_HandSoldering)
(libsource (lib doorhat-rescue) (part R_Small) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5C842228))
(comp (ref D2)
(value LED)
(footprint LEDs:LED_0805_HandSoldering)
(libsource (lib doorhat-rescue) (part LED) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5C842595))
(comp (ref Q2)
(value BC547)
(footprint TO_SOT_Packages_THT:TO-92_Molded_Narrow)
(libsource (lib doorhat-rescue) (part BC547) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5C84259B))
(comp (ref R7)
(value R_Small)
(footprint Resistors_SMD:R_0805_HandSoldering)
(libsource (lib doorhat-rescue) (part R_Small) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5C8425A1))
(comp (ref R2)
(value R_Small)
(footprint Resistors_SMD:R_0805_HandSoldering)
(libsource (lib doorhat-rescue) (part R_Small) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5C8425A7))
(comp (ref D3)
(value LED)
(footprint LEDs:LED_0805_HandSoldering)
(libsource (lib doorhat-rescue) (part LED) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5C8428F9))
(comp (ref Q3)
(value BC547)
(footprint TO_SOT_Packages_THT:TO-92_Molded_Narrow)
(libsource (lib doorhat-rescue) (part BC547) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5C8428FF))
(comp (ref R8)
(value R_Small)
(footprint Resistors_SMD:R_0805_HandSoldering)
(libsource (lib doorhat-rescue) (part R_Small) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5C842905))
(comp (ref R3)
(value R_Small)
(footprint Resistors_SMD:R_0805_HandSoldering)
(libsource (lib doorhat-rescue) (part R_Small) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5C84290B))
(comp (ref D4)
(value LED)
(footprint LEDs:LED_0805_HandSoldering)
(libsource (lib doorhat-rescue) (part LED) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5C842923))
(comp (ref Q4)
(value BC547)
(footprint TO_SOT_Packages_THT:TO-92_Molded_Narrow)
(libsource (lib doorhat-rescue) (part BC547) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5C842929))
(comp (ref R9)
(value R_Small)
(footprint Resistors_SMD:R_0805_HandSoldering)
(libsource (lib doorhat-rescue) (part R_Small) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5C84292F))
(comp (ref R4)
(value R_Small)
(footprint Resistors_SMD:R_0805_HandSoldering)
(libsource (lib doorhat-rescue) (part R_Small) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5C842935))
(comp (ref D5)
(value LED)
(footprint LEDs:LED_0805_HandSoldering)
(libsource (lib doorhat-rescue) (part LED) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5C842BA5))
(comp (ref Q5)
(value BC547)
(footprint TO_SOT_Packages_THT:TO-92_Molded_Narrow)
(libsource (lib doorhat-rescue) (part BC547) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5C842BAB))
(comp (ref R10)
(value R_Small)
(footprint Resistors_SMD:R_0805_HandSoldering)
(libsource (lib doorhat-rescue) (part R_Small) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5C842BB1))
(comp (ref R5)
(value R_Small)
(footprint Resistors_SMD:R_0805_HandSoldering)
(libsource (lib doorhat-rescue) (part R_Small) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5C842BB7))
(comp (ref Q6)
(value BC547)
(footprint TO_SOT_Packages_THT:TO-92_Molded_Narrow)
(libsource (lib doorhat-rescue) (part BC547) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5C843441))
(comp (ref R12)
(value R_Small)
(footprint Resistors_SMD:R_0805_HandSoldering)
(libsource (lib doorhat-rescue) (part R_Small) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5C843447))
(comp (ref R11)
(value R_Small)
(footprint Resistors_SMD:R_0805_HandSoldering)
(libsource (lib doorhat-rescue) (part R_Small) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5C84344D))
(comp (ref SP1)
(value BUZZER)
(footprint Buzzers_Beepers:BUZZER)
(libsource (lib doorhat-rescue) (part SPEAKER) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5C8440E5))
(comp (ref IC1)
(value ATMEGA328P)
(footprint Housings_QFP:LQFP-32_7x7mm_Pitch0.8mm)
(libsource (lib doorhat-rescue) (part ATMEGA328P-A) (description ""))
(sheetpath (names /Arduino/) (tstamps /5C844A15/))
(tstamp 5C846C16))
(comp (ref Y1)
(value 16MHz)
(footprint Crystals:Crystal_HC49-U_Vertical)
(libsource (lib doorhat-rescue) (part Crystal) (description ""))
(sheetpath (names /Arduino/) (tstamps /5C844A15/))
(tstamp 5C846C1D))
(comp (ref C1)
(value 22pF)
(footprint Capacitors_SMD:C_0805_HandSoldering)
(libsource (lib doorhat-rescue) (part C) (description ""))
(sheetpath (names /Arduino/) (tstamps /5C844A15/))
(tstamp 5C846C24))
(comp (ref R13)
(value 10K)
(footprint Resistors_SMD:R_0805_HandSoldering)
(libsource (lib doorhat-rescue) (part R) (description ""))
(sheetpath (names /Arduino/) (tstamps /5C844A15/))
(tstamp 5C846C2B))
(comp (ref C4)
(value 22pF)
(footprint Capacitors_SMD:C_0805_HandSoldering)
(libsource (lib doorhat-rescue) (part C) (description ""))
(sheetpath (names /Arduino/) (tstamps /5C844A15/))
(tstamp 5C846C59))
(comp (ref C5)
(value 100nF)
(footprint Capacitors_SMD:C_0805_HandSoldering)
(libsource (lib doorhat-rescue) (part C) (description ""))
(sheetpath (names /Arduino/) (tstamps /5C844A15/))
(tstamp 5C846C6F))
(comp (ref C2)
(value 100nF)
(footprint Capacitors_SMD:C_0805_HandSoldering)
(libsource (lib doorhat-rescue) (part C) (description ""))
(sheetpath (names /Arduino/) (tstamps /5C844A15/))
(tstamp 5C846C9B))
(comp (ref C3)
(value 100nF)
(footprint Capacitors_SMD:C_0805_HandSoldering)
(libsource (lib doorhat-rescue) (part C) (description ""))
(sheetpath (names /Arduino/) (tstamps /5C844A15/))
(tstamp 5C846CB0))
(comp (ref P1)
(value ICSP)
(footprint Pin_Headers:Pin_Header_Straight_2x03)
(libsource (lib doorhat-rescue) (part CONN_02X03) (description ""))
(sheetpath (names /Arduino/) (tstamps /5C844A15/))
(tstamp 5C846CCC)))
(libparts
(libpart (lib doorhat-rescue) (part ATMEGA328P-A)
(footprints
(fp 28DIP-ELL600)
(fp 28dip600))
(fields
(field (name Reference) IC)
(field (name Value) ATMEGA328P-A)
(field (name Footprint) TQFP32))
(pins
(pin (num 1) (name "(PCINT19/OC2B/INT1)PD3") (type BiDi))
(pin (num 2) (name "(PCINT20/XCK/T0)PD4") (type BiDi))
(pin (num 3) (name GND) (type BiDi))
(pin (num 4) (name VCC) (type BiDi))
(pin (num 5) (name GND) (type power_in))
(pin (num 6) (name VCC) (type power_in))
(pin (num 7) (name "(PCINT6/XTAL1/TOSC1)PB6") (type BiDi))
(pin (num 8) (name "(PCINT7/XTAL2/TOSC2)PB7") (type BiDi))
(pin (num 9) (name "(PCINT21/OC0B/T1)PD5") (type BiDi))
(pin (num 10) (name "(PCINT22/OC0A/AIN0)PD6") (type BiDi))
(pin (num 11) (name "(PCINT23/AIN1)PD7") (type BiDi))
(pin (num 12) (name "(PCINT0/CLKO/ICP1)PB0") (type BiDi))
(pin (num 13) (name "(PCINT1/OC1A)PB1") (type BiDi))
(pin (num 14) (name "(PCINT2/OC1B/SS)PB2") (type BiDi))
(pin (num 15) (name "(PCINT3/OC2A/MOSI)PB3") (type BiDi))
(pin (num 16) (name "(PCINT4/MISO)PB4") (type BiDi))
(pin (num 17) (name "(PCINT5/SCK)PB5") (type BiDi))
(pin (num 18) (name AVCC) (type power_in))
(pin (num 19) (name ADC6) (type input))
(pin (num 20) (name AREF) (type BiDi))
(pin (num 21) (name GND) (type power_in))
(pin (num 22) (name ADC7) (type power_in))
(pin (num 23) (name "(PCINT8/ADC0)PC0") (type BiDi))
(pin (num 24) (name "(PCINT9/ADC1)PC1") (type BiDi))
(pin (num 25) (name "(PCINT10/ADC2)PC2") (type BiDi))
(pin (num 26) (name "(PCINT11/ADC3)PC3") (type BiDi))
(pin (num 27) (name "(PCINT12/SDA/ADC4)PC4") (type BiDi))
(pin (num 28) (name "(PCINT14/SCL/ADC5)PC5") (type BiDi))
(pin (num 29) (name "(PCINT14/RESET)PC6") (type BiDi))
(pin (num 30) (name "(PCINT16/RXD)PD0") (type BiDi))
(pin (num 31) (name "(PCINT17/TXD)PD1") (type BiDi))
(pin (num 32) (name "(PCINT18/INT0)PD2") (type BiDi))))
(libpart (lib doorhat-rescue) (part BC547)
(footprints
(fp TO?92*))
(fields
(field (name Reference) Q)
(field (name Value) BC547)
(field (name Footprint) TO_SOT_Packages_THT:TO-92_Molded_Narrow))
(pins
(pin (num 1) (name C) (type passive))
(pin (num 2) (name B) (type input))
(pin (num 3) (name E) (type passive))))
(libpart (lib doorhat-rescue) (part C)
(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 doorhat-rescue) (part CONN_02X03)
(footprints
(fp Pin_Header_Straight_2X*)
(fp Pin_Header_Angled_2X*)
(fp Socket_Strip_Straight_2X*)
(fp Socket_Strip_Angled_2X*)
(fp IDC_Header_Straight_*))
(fields
(field (name Reference) J)
(field (name Value) CONN_02X03))
(pins
(pin (num 1) (name P1) (type passive))
(pin (num 2) (name P2) (type passive))
(pin (num 3) (name P3) (type passive))
(pin (num 4) (name P4) (type passive))
(pin (num 5) (name P5) (type passive))
(pin (num 6) (name P6) (type passive))))
(libpart (lib doorhat-rescue) (part 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 doorhat-rescue) (part L6234)
(footprints
(fp POWERSO20)
(fp SO20))
(fields
(field (name Reference) U)
(field (name Value) L6234))
(pins
(pin (num 1) (name GND) (type power_in))
(pin (num 2) (name SENSE1) (type passive))
(pin (num 3) (name EN2) (type input))
(pin (num 4) (name IN2) (type input))
(pin (num 5) (name OUT2) (type power_out))
(pin (num 6) (name OUT1) (type power_out))
(pin (num 7) (name IN1) (type input))
(pin (num 8) (name EN1) (type input))
(pin (num 9) (name VS) (type power_in))
(pin (num 10) (name GND) (type power_in))
(pin (num 11) (name GND) (type power_in))
(pin (num 12) (name VS) (type power_in))
(pin (num 13) (name EN3) (type input))
(pin (num 14) (name IN3) (type input))
(pin (num 15) (name OUT3) (type power_out))
(pin (num 16) (name VREF) (type passive))
(pin (num 17) (name VCP) (type passive))
(pin (num 18) (name VBOOT) (type passive))
(pin (num 19) (name SENSE2) (type passive))
(pin (num 20) (name GND) (type power_in))
(pin (num 21) (name GND_PAD) (type power_in))))
(libpart (lib doorhat-rescue) (part LED)
(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 doorhat-rescue) (part R)
(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 doorhat-rescue) (part R_Small)
(footprints
(fp R_*))
(fields
(field (name Reference) R)
(field (name Value) R_Small))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib doorhat-rescue) (part RaspberryPi_40W_GPIO_Connector)
(fields
(field (name Reference) CONN)
(field (name Value) RaspberryPi_40W_GPIO_Connector))
(pins
(pin (num 1) (name "VDD_(3.3v)") (type input))
(pin (num 2) (name "VPP_(5v)") (type input))
(pin (num 3) (name GPIO2/I2C1_SDA) (type input))
(pin (num 4) (name "VPP_(5v)") (type input))
(pin (num 5) (name GPIO3/I2C1_SCL) (type input))
(pin (num 6) (name GND) (type input))
(pin (num 7) (name GPIO4/GPCLK0) (type input))
(pin (num 8) (name GPIO14/UART_TXD) (type input))
(pin (num 9) (name GND) (type input))
(pin (num 10) (name GPIO15/UART_RXD) (type input))
(pin (num 11) (name GPIO17) (type input))
(pin (num 12) (name GPIO18) (type input))
(pin (num 13) (name GPIO27) (type input))
(pin (num 14) (name GND) (type input))
(pin (num 15) (name GPIO22) (type input))
(pin (num 16) (name GPIO23) (type input))
(pin (num 17) (name "VDD_(3.3v)") (type input))
(pin (num 18) (name GPIO24) (type input))
(pin (num 19) (name GPIO10/SPI_MOSI) (type input))
(pin (num 20) (name GND) (type input))
(pin (num 21) (name GPIO9/SPI_MISO) (type input))
(pin (num 22) (name GPIO25) (type input))
(pin (num 23) (name GPIO11/SPI_CLK) (type input))
(pin (num 24) (name GPIO8/SPI_CE0) (type input))
(pin (num 25) (name GND) (type input))
(pin (num 26) (name GPIO7/SPI_CE1) (type input))
(pin (num 27) (name ID_SD) (type input))
(pin (num 28) (name ID_SC) (type input))
(pin (num 29) (name GPIO5) (type input))
(pin (num 30) (name GND) (type input))
(pin (num 31) (name GPIO6) (type input))
(pin (num 32) (name GPIO12) (type input))
(pin (num 33) (name GPIO13) (type input))
(pin (num 34) (name GND) (type input))
(pin (num 35) (name GPIO19) (type input))
(pin (num 36) (name GPIO16) (type input))
(pin (num 37) (name GPIO26) (type input))
(pin (num 38) (name GPIO20) (type input))
(pin (num 39) (name GND) (type input))
(pin (num 40) (name GPIO21) (type input))))
(libpart (lib doorhat-rescue) (part SPEAKER)
(fields
(field (name Reference) SP)
(field (name Value) SPEAKER))
(pins
(pin (num 1) (name 1) (type input))
(pin (num 2) (name 2) (type input)))))
(libraries
(library (logical doorhat-rescue)
(uri /home/pbk1111/Dokumenter/Projekter/Labitat/DoorputerRPIHat/doorputerv2_rpi_hat/doorhat-rescue.lib)))
(nets
(net (code 1) (name "Net-(D4-Pad1)")
(node (ref D4) (pin 1))
(node (ref Q4) (pin 1)))
(net (code 2) (name GND)
(node (ref C2) (pin 1))
(node (ref CONN1) (pin 14))
(node (ref C5) (pin 1))
(node (ref CONN1) (pin 20))
(node (ref P1) (pin 6))
(node (ref IC1) (pin 3))
(node (ref IC1) (pin 21))
(node (ref C1) (pin 1))
(node (ref Q6) (pin 3))
(node (ref IC1) (pin 5))
(node (ref Q2) (pin 3))
(node (ref CONN1) (pin 9))
(node (ref CONN1) (pin 6))
(node (ref CONN1) (pin 39))
(node (ref Q1) (pin 3))
(node (ref CONN1) (pin 25))
(node (ref CONN1) (pin 30))
(node (ref C3) (pin 1))
(node (ref CONN1) (pin 34))
(node (ref Q3) (pin 3))
(node (ref Q5) (pin 3))
(node (ref Q4) (pin 3))
(node (ref C4) (pin 1)))
(net (code 3) (name /led_daymode)
(node (ref R9) (pin 1)))
(net (code 4) (name "Net-(Q4-Pad2)")
(node (ref Q4) (pin 2))
(node (ref R9) (pin 2)))
(net (code 5) (name "Net-(D4-Pad2)")
(node (ref R4) (pin 2))
(node (ref D4) (pin 2)))
(net (code 6) (name "Net-(D5-Pad1)")
(node (ref D5) (pin 1))
(node (ref Q5) (pin 1)))
(net (code 7) (name /led_lock)
(node (ref R10) (pin 1)))
(net (code 8) (name "Net-(Q5-Pad2)")
(node (ref Q5) (pin 2))
(node (ref R10) (pin 2)))
(net (code 9) (name "Net-(D5-Pad2)")
(node (ref D5) (pin 2))
(node (ref R5) (pin 2)))
(net (code 10) (name "Net-(D2-Pad2)")
(node (ref R2) (pin 2))
(node (ref D2) (pin 2)))
(net (code 11) (name /led_yellow)
(node (ref R7) (pin 1)))
(net (code 12) (name "Net-(Q2-Pad2)")
(node (ref R7) (pin 2))
(node (ref Q2) (pin 2)))
(net (code 13) (name "Net-(D2-Pad1)")
(node (ref D2) (pin 1))
(node (ref Q2) (pin 1)))
(net (code 14) (name "Net-(D3-Pad1)")
(node (ref D3) (pin 1))
(node (ref Q3) (pin 1)))
(net (code 15) (name /led_red)
(node (ref R8) (pin 1)))
(net (code 16) (name "Net-(Q3-Pad2)")
(node (ref R8) (pin 2))
(node (ref Q3) (pin 2)))
(net (code 17) (name +5V)
(node (ref IC1) (pin 18))
(node (ref R1) (pin 1))
(node (ref R13) (pin 1))
(node (ref CONN1) (pin 4))
(node (ref IC1) (pin 20))
(node (ref C2) (pin 2))
(node (ref IC1) (pin 4))
(node (ref P1) (pin 2))
(node (ref IC1) (pin 6))
(node (ref C3) (pin 2))
(node (ref R3) (pin 1))
(node (ref R2) (pin 1))
(node (ref CONN1) (pin 2))
(node (ref R11) (pin 1))
(node (ref R5) (pin 1))
(node (ref R4) (pin 1)))
(net (code 18) (name "Net-(D3-Pad2)")
(node (ref D3) (pin 2))
(node (ref R3) (pin 2)))
(net (code 19) (name /lock_dir1)
(node (ref U1) (pin 7)))
(net (code 20) (name /lock_dir2)
(node (ref U1) (pin 4)))
(net (code 21) (name /lock_en)
(node (ref U1) (pin 8))
(node (ref U1) (pin 3)))
(net (code 26) (name "Net-(Q6-Pad1)")
(node (ref Q6) (pin 1))
(node (ref SP1) (pin 2)))
(net (code 27) (name "Net-(Q6-Pad2)")
(node (ref Q6) (pin 2))
(node (ref R12) (pin 2)))
(net (code 28) (name /buzzer_lock)
(node (ref R12) (pin 1)))
(net (code 29) (name "Net-(U1-Pad1)")
(node (ref U1) (pin 1)))
(net (code 30) (name "Net-(R11-Pad2)")
(node (ref SP1) (pin 1))
(node (ref R11) (pin 2)))
(net (code 31) (name "Net-(CONN1-Pad24)")
(node (ref CONN1) (pin 24)))
(net (code 32) (name "Net-(CONN1-Pad11)")
(node (ref CONN1) (pin 11)))
(net (code 33) (name "Net-(CONN1-Pad12)")
(node (ref CONN1) (pin 12)))
(net (code 34) (name "Net-(CONN1-Pad13)")
(node (ref CONN1) (pin 13)))
(net (code 35) (name "Net-(CONN1-Pad15)")
(node (ref CONN1) (pin 15)))
(net (code 36) (name "Net-(CONN1-Pad16)")
(node (ref CONN1) (pin 16)))
(net (code 37) (name "Net-(CONN1-Pad18)")
(node (ref CONN1) (pin 18)))
(net (code 38) (name "Net-(CONN1-Pad19)")
(node (ref CONN1) (pin 19)))
(net (code 39) (name "Net-(CONN1-Pad21)")
(node (ref CONN1) (pin 21)))
(net (code 40) (name "Net-(CONN1-Pad22)")
(node (ref CONN1) (pin 22)))
(net (code 41) (name "Net-(CONN1-Pad23)")
(node (ref CONN1) (pin 23)))
(net (code 42) (name "Net-(CONN1-Pad10)")
(node (ref CONN1) (pin 10)))
(net (code 43) (name "Net-(CONN1-Pad26)")
(node (ref CONN1) (pin 26)))
(net (code 44) (name "Net-(CONN1-Pad27)")
(node (ref CONN1) (pin 27)))
(net (code 45) (name "Net-(CONN1-Pad28)")
(node (ref CONN1) (pin 28)))
(net (code 46) (name "Net-(CONN1-Pad29)")
(node (ref CONN1) (pin 29)))
(net (code 47) (name "Net-(CONN1-Pad3)")
(node (ref CONN1) (pin 3)))
(net (code 48) (name "Net-(CONN1-Pad31)")
(node (ref CONN1) (pin 31)))
(net (code 49) (name "Net-(CONN1-Pad32)")
(node (ref CONN1) (pin 32)))
(net (code 50) (name "Net-(CONN1-Pad33)")
(node (ref CONN1) (pin 33)))
(net (code 51) (name "Net-(CONN1-Pad35)")
(node (ref CONN1) (pin 35)))
(net (code 52) (name "Net-(CONN1-Pad36)")
(node (ref CONN1) (pin 36)))
(net (code 53) (name "Net-(CONN1-Pad37)")
(node (ref CONN1) (pin 37)))
(net (code 54) (name "Net-(U1-Pad21)")
(node (ref U1) (pin 21)))
(net (code 55) (name "Net-(U1-Pad10)")
(node (ref U1) (pin 10)))
(net (code 56) (name "Net-(U1-Pad11)")
(node (ref U1) (pin 11)))
(net (code 57) (name "Net-(U1-Pad12)")
(node (ref U1) (pin 12)))
(net (code 58) (name "Net-(U1-Pad13)")
(node (ref U1) (pin 13)))
(net (code 59) (name "Net-(U1-Pad14)")
(node (ref U1) (pin 14)))
(net (code 60) (name "Net-(U1-Pad15)")
(node (ref U1) (pin 15)))
(net (code 61) (name "Net-(U1-Pad16)")
(node (ref U1) (pin 16)))
(net (code 62) (name "Net-(U1-Pad17)")
(node (ref U1) (pin 17)))
(net (code 63) (name "Net-(U1-Pad18)")
(node (ref U1) (pin 18)))
(net (code 64) (name "Net-(U1-Pad19)")
(node (ref U1) (pin 19)))
(net (code 65) (name "Net-(U1-Pad2)")
(node (ref U1) (pin 2)))
(net (code 66) (name "Net-(U1-Pad20)")
(node (ref U1) (pin 20)))
(net (code 67) (name "Net-(U1-Pad5)")
(node (ref U1) (pin 5)))
(net (code 68) (name "Net-(U1-Pad6)")
(node (ref U1) (pin 6)))
(net (code 69) (name "Net-(U1-Pad9)")
(node (ref U1) (pin 9)))
(net (code 70) (name +3V3)
(node (ref CONN1) (pin 1))
(node (ref CONN1) (pin 17)))
(net (code 71) (name "Net-(D1-Pad1)")
(node (ref Q1) (pin 1))
(node (ref D1) (pin 1)))
(net (code 72) (name /led_green)
(node (ref R6) (pin 1)))
(net (code 73) (name "Net-(Q1-Pad2)")
(node (ref R6) (pin 2))
(node (ref Q1) (pin 2)))
(net (code 74) (name "Net-(D1-Pad2)")
(node (ref D1) (pin 2))
(node (ref R1) (pin 2)))
(net (code 75) (name "Net-(CONN1-Pad38)")
(node (ref CONN1) (pin 38)))
(net (code 76) (name "Net-(CONN1-Pad40)")
(node (ref CONN1) (pin 40)))
(net (code 77) (name "Net-(CONN1-Pad5)")
(node (ref CONN1) (pin 5)))
(net (code 78) (name "Net-(CONN1-Pad7)")
(node (ref CONN1) (pin 7)))
(net (code 79) (name "Net-(CONN1-Pad8)")
(node (ref CONN1) (pin 8)))
(net (code 80) (name "Net-(IC1-Pad30)")
(node (ref IC1) (pin 30)))
(net (code 81) (name /Arduino/avr_miso)
(node (ref IC1) (pin 16))
(node (ref P1) (pin 1)))
(net (code 82) (name /Arduino/avr_clk)
(node (ref P1) (pin 3))
(node (ref IC1) (pin 17)))
(net (code 83) (name /Arduino/avr_mosi)
(node (ref IC1) (pin 15))
(node (ref P1) (pin 4)))
(net (code 84) (name /Arduino/avr_reset)
(node (ref R13) (pin 2))
(node (ref C5) (pin 2))
(node (ref P1) (pin 5))
(node (ref IC1) (pin 29)))
(net (code 85) (name /Arduino/serial_hash)
(node (ref IC1) (pin 31)))
(net (code 86) (name "Net-(IC1-Pad26)")
(node (ref IC1) (pin 26)))
(net (code 87) (name "Net-(IC1-Pad27)")
(node (ref IC1) (pin 27)))
(net (code 88) (name "Net-(IC1-Pad28)")
(node (ref IC1) (pin 28)))
(net (code 89) (name "Net-(IC1-Pad32)")
(node (ref IC1) (pin 32)))
(net (code 90) (name "Net-(IC1-Pad25)")
(node (ref IC1) (pin 25)))
(net (code 91) (name "Net-(C4-Pad2)")
(node (ref IC1) (pin 8))
(node (ref Y1) (pin 2))
(node (ref C4) (pin 2)))
(net (code 92) (name "Net-(IC1-Pad9)")
(node (ref IC1) (pin 9)))
(net (code 93) (name "Net-(IC1-Pad1)")
(node (ref IC1) (pin 1)))
(net (code 94) (name "Net-(IC1-Pad10)")
(node (ref IC1) (pin 10)))
(net (code 95) (name "Net-(IC1-Pad11)")
(node (ref IC1) (pin 11)))
(net (code 96) (name "Net-(IC1-Pad12)")
(node (ref IC1) (pin 12)))
(net (code 97) (name "Net-(IC1-Pad13)")
(node (ref IC1) (pin 13)))
(net (code 98) (name "Net-(IC1-Pad14)")
(node (ref IC1) (pin 14)))
(net (code 99) (name "Net-(IC1-Pad19)")
(node (ref IC1) (pin 19)))
(net (code 100) (name "Net-(IC1-Pad2)")
(node (ref IC1) (pin 2)))
(net (code 101) (name "Net-(IC1-Pad22)")
(node (ref IC1) (pin 22)))
(net (code 102) (name "Net-(IC1-Pad23)")
(node (ref IC1) (pin 23)))
(net (code 103) (name "Net-(IC1-Pad24)")
(node (ref IC1) (pin 24)))
(net (code 104) (name "Net-(C1-Pad2)")
(node (ref C1) (pin 2))
(node (ref Y1) (pin 1))
(node (ref IC1) (pin 7)))))