-
Notifications
You must be signed in to change notification settings - Fork 0
/
rabbit LEDs.kicad_sch
959 lines (916 loc) · 35.7 KB
/
rabbit LEDs.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
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
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
(kicad_sch (version 20211123) (generator eeschema)
(uuid c7f8d58e-d48d-4c60-bef6-42dd7233e038)
(paper "A4")
(lib_symbols
(symbol "Device:LED" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
(property "Reference" "D" (id 0) (at 0 2.54 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "LED" (id 1) (at 0 -2.54 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" "LED diode" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Light emitting diode" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (id 6) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "LED_0_1"
(polyline
(pts
(xy -1.27 -1.27)
(xy -1.27 1.27)
)
(stroke (width 0.254) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy -1.27 0)
(xy 1.27 0)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 1.27 -1.27)
(xy 1.27 1.27)
(xy -1.27 0)
(xy 1.27 -1.27)
)
(stroke (width 0.254) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy -3.048 -0.762)
(xy -4.572 -2.286)
(xy -3.81 -2.286)
(xy -4.572 -2.286)
(xy -4.572 -1.524)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy -1.778 -0.762)
(xy -3.302 -2.286)
(xy -2.54 -2.286)
(xy -3.302 -2.286)
(xy -3.302 -1.524)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "LED_1_1"
(pin passive line (at -3.81 0 0) (length 2.54)
(name "K" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 3.81 0 180) (length 2.54)
(name "A" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "Device:R" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes)
(property "Reference" "R" (id 0) (at 2.032 0 90)
(effects (font (size 1.27 1.27)))
)
(property "Value" "R" (id 1) (at 0 0 90)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (id 2) (at -1.778 0 90)
(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" "R res resistor" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Resistor" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "R_*" (id 6) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "R_0_1"
(rectangle (start -1.016 -2.54) (end 1.016 2.54)
(stroke (width 0.254) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "R_1_1"
(pin passive line (at 0 3.81 270) (length 1.27)
(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 1.27)
(name "~" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "power:GND" (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" "GND" (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 \"GND\" , ground" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "GND_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 "GND_1_1"
(pin power_in line (at 0 0 270) (length 0) hide
(name "GND" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
)
)
)
(wire (pts (xy 193.04 85.09) (xy 193.04 88.9))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 1eea774d-f15a-4fe9-bd1c-de39d9503ca6)
)
(wire (pts (xy 74.93 85.09) (xy 74.93 88.9))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 29688f60-e9bb-46f9-b754-bc022ad6b908)
)
(wire (pts (xy 166.37 85.09) (xy 166.37 88.9))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 5d55140e-4800-46e0-b54f-e1c1cbb289bb)
)
(wire (pts (xy 205.74 85.09) (xy 205.74 88.9))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 68511cba-0916-4f13-b4b3-620dd26a027d)
)
(wire (pts (xy 114.3 85.09) (xy 114.3 88.9))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 8a107a8b-a7d2-4edd-9165-0aa8425e17e9)
)
(wire (pts (xy 127 85.09) (xy 127 88.9))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 8e07c4c1-9f9b-403c-be4c-189f6a2bba0c)
)
(wire (pts (xy 87.63 85.09) (xy 87.63 88.9))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 95edd807-d1a9-4f4f-b0dd-99b6cb573b32)
)
(wire (pts (xy 179.07 85.09) (xy 179.07 88.9))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 9b120589-b571-4322-821a-6071300e0c4d)
)
(wire (pts (xy 153.67 85.09) (xy 153.67 88.9))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid a95ab2c6-1bc8-4445-b1f3-96d2c99d41af)
)
(wire (pts (xy 139.7 85.09) (xy 139.7 88.9))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid ae6ab960-00cb-40a4-8157-ffba1e6f8cf5)
)
(wire (pts (xy 60.96 85.09) (xy 60.96 88.9))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid b360ce74-1fe1-4ee4-ba28-e77a2be515c2)
)
(wire (pts (xy 100.33 85.09) (xy 100.33 88.9))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid d8b56ec7-0fd4-4f06-bd30-bbd44a7b56dc)
)
(text "Gold LEDs" (at 31.75 85.09 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid 859b2df9-d583-4a1a-8dde-c03a91a2bca7)
)
(hierarchical_label "9" (shape input) (at 166.37 69.85 90)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 17c4c569-216a-4b7b-af74-2f0316c35006)
)
(hierarchical_label "5" (shape input) (at 114.3 69.85 90)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 4a3905a7-85da-47ba-a299-dd9db7add2e7)
)
(hierarchical_label "3" (shape input) (at 87.63 69.85 90)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 514c6056-ae32-416e-84c9-9b71704b9c79)
)
(hierarchical_label "4" (shape input) (at 100.33 69.85 90)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 54c49003-e3bf-4aea-b845-e8d94d9612f2)
)
(hierarchical_label "8" (shape input) (at 153.67 69.85 90)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 6b370f96-2ec8-47d5-a5c8-0f90412c285d)
)
(hierarchical_label "10" (shape input) (at 179.07 69.85 90)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 745ba391-8a9d-4b64-b70e-469e5b026329)
)
(hierarchical_label "11" (shape input) (at 193.04 69.85 90)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 88d16576-0b2e-4ce3-9504-8500a2090c3d)
)
(hierarchical_label "7" (shape input) (at 139.7 69.85 90)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 9dd9a414-40c6-4bf4-99f7-ef6455dc66f1)
)
(hierarchical_label "12" (shape input) (at 205.74 69.85 90)
(effects (font (size 1.27 1.27)) (justify left))
(uuid aaccf9ce-975e-4d43-bfc9-0eb077769caf)
)
(hierarchical_label "6" (shape input) (at 127 69.85 90)
(effects (font (size 1.27 1.27)) (justify left))
(uuid f1fc25b8-8389-485f-ba74-294a98ed7c08)
)
(hierarchical_label "1" (shape input) (at 60.96 69.85 90)
(effects (font (size 1.27 1.27)) (justify left))
(uuid f5ce01ba-79b5-48d8-89c8-2a84a9fe0457)
)
(hierarchical_label "2" (shape input) (at 74.93 69.85 90)
(effects (font (size 1.27 1.27)) (justify left))
(uuid fe45dc97-47d2-46e2-ac6e-33cd6d747707)
)
(symbol (lib_id "Device:R") (at 74.93 73.66 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 06eed5b4-1eab-4c1d-9b32-6a11fdabb4c6)
(property "Reference" "R14" (id 0) (at 77.47 72.3899 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "82" (id 1) (at 77.47 74.9299 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Resistor_SMD:R_1206_3216Metric_Pad1.30x1.75mm_HandSolder" (id 2) (at 73.152 73.66 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 74.93 73.66 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 01d950c9-4d69-4045-8f75-8d24d290496f))
(pin "2" (uuid ff9d9b9b-c5ce-488b-b841-f70920fc3d97))
)
(symbol (lib_id "Device:R") (at 179.07 73.66 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 0956e18d-b4f1-4fbb-b739-347702a5c522)
(property "Reference" "R22" (id 0) (at 181.61 72.3899 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "82" (id 1) (at 181.61 74.9299 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Resistor_SMD:R_1206_3216Metric_Pad1.30x1.75mm_HandSolder" (id 2) (at 177.292 73.66 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 179.07 73.66 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 0b5fd629-65ca-4551-986c-959db35536f1))
(pin "2" (uuid 92cb3e44-868a-4f2c-afcc-e1c4cec5b2e1))
)
(symbol (lib_id "Device:LED") (at 193.04 81.28 90) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 0ffca5ce-243e-4a60-9767-ca92301fcd3f)
(property "Reference" "D11" (id 0) (at 196.85 81.5974 90)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Value" "LED" (id 1) (at 196.85 84.1374 90)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Footprint" "LED_THT:LED_D5.0mm" (id 2) (at 193.04 81.28 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 193.04 81.28 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "PN" "BL-BKC2V4V-AT" (id 4) (at 193.04 81.28 90)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 2c4c9585-8eaf-40ec-aa62-968b72715d5e))
(pin "2" (uuid 7a0bbadc-19a6-416e-8308-513ad0438c2c))
)
(symbol (lib_id "power:GND") (at 100.33 88.9 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 201c5192-c3b4-43e9-90ca-f168dad41f9e)
(property "Reference" "#PWR028" (id 0) (at 100.33 95.25 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 100.33 93.98 0))
(property "Footprint" "" (id 2) (at 100.33 88.9 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 100.33 88.9 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 788848fb-611e-47d6-9646-e51a91859858))
)
(symbol (lib_id "Device:R") (at 60.96 73.66 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 214e3ebd-4225-4fc7-b28e-242aaf05f711)
(property "Reference" "R13" (id 0) (at 63.5 72.3899 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "82" (id 1) (at 63.5 74.9299 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Resistor_SMD:R_1206_3216Metric_Pad1.30x1.75mm_HandSolder" (id 2) (at 59.182 73.66 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 60.96 73.66 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid fa6454ca-c1da-469e-8ecb-db92c5dfc022))
(pin "2" (uuid 13fe5236-5ceb-4a35-b693-3292659ff15d))
)
(symbol (lib_id "power:GND") (at 127 88.9 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 3c07a0fd-2310-4625-a6ed-504d377b76cb)
(property "Reference" "#PWR030" (id 0) (at 127 95.25 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 127 93.98 0))
(property "Footprint" "" (id 2) (at 127 88.9 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 127 88.9 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid b3d77afc-a63d-4881-aa2e-96528b5ac01a))
)
(symbol (lib_id "power:GND") (at 114.3 88.9 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 5b31bf77-0d79-445b-8474-b382d5311a6f)
(property "Reference" "#PWR029" (id 0) (at 114.3 95.25 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 114.3 93.98 0))
(property "Footprint" "" (id 2) (at 114.3 88.9 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 114.3 88.9 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 6bfcff95-481d-439e-a6e9-22a327a5df03))
)
(symbol (lib_id "power:GND") (at 193.04 88.9 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 5c614b5a-570c-40fe-9a0c-0448e8873150)
(property "Reference" "#PWR035" (id 0) (at 193.04 95.25 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 193.04 93.98 0))
(property "Footprint" "" (id 2) (at 193.04 88.9 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 193.04 88.9 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 52b9b2a3-bf49-4db4-94f3-cfe77d80ba01))
)
(symbol (lib_id "power:GND") (at 179.07 88.9 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 5cb11dba-a657-471e-9429-1c8b0d088617)
(property "Reference" "#PWR034" (id 0) (at 179.07 95.25 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 179.07 93.98 0))
(property "Footprint" "" (id 2) (at 179.07 88.9 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 179.07 88.9 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 803d01ba-082b-43d4-a49e-bd29875faac4))
)
(symbol (lib_id "Device:LED") (at 153.67 81.28 90) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 613020b3-14d2-46e7-aa56-dec32b70681a)
(property "Reference" "D8" (id 0) (at 157.48 81.5974 90)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Value" "LED" (id 1) (at 157.48 84.1374 90)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Footprint" "LED_THT:LED_D5.0mm" (id 2) (at 153.67 81.28 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 153.67 81.28 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "PN" "BL-BKC2V4V-AT" (id 4) (at 153.67 81.28 90)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 17d7ce58-d9d4-4d7b-bda9-0abf07731894))
(pin "2" (uuid eeabcd40-17ea-4e01-8d18-fff7143c6ddd))
)
(symbol (lib_id "power:GND") (at 205.74 88.9 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 64e5efd3-fb18-4f56-8fd3-01dfaaaf5a93)
(property "Reference" "#PWR036" (id 0) (at 205.74 95.25 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 205.74 93.98 0))
(property "Footprint" "" (id 2) (at 205.74 88.9 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 205.74 88.9 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid ca73dcb3-d49c-48b8-9e2c-0e30b5c7880e))
)
(symbol (lib_id "Device:R") (at 100.33 73.66 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 6f5d242e-9eff-4e30-8cd6-053de74a538a)
(property "Reference" "R16" (id 0) (at 102.87 72.3899 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "82" (id 1) (at 102.87 74.9299 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Resistor_SMD:R_1206_3216Metric_Pad1.30x1.75mm_HandSolder" (id 2) (at 98.552 73.66 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 100.33 73.66 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 56725089-c7f7-42cc-b287-aa94d5122736))
(pin "2" (uuid 3da20a57-0e33-4f08-90fb-daf9a72b8474))
)
(symbol (lib_id "Device:LED") (at 74.93 81.28 90) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 6f748772-7c75-45ed-a56b-5614d487303b)
(property "Reference" "D2" (id 0) (at 78.74 81.5974 90)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Value" "LED" (id 1) (at 78.74 84.1374 90)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Footprint" "LED_THT:LED_D5.0mm" (id 2) (at 74.93 81.28 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 74.93 81.28 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "PN" "BL-BKC2V4V-AT" (id 4) (at 74.93 81.28 90)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 15302373-179d-408b-8686-1a0e44287341))
(pin "2" (uuid 11fb330f-56fe-4fcf-bb24-3cd7df3df719))
)
(symbol (lib_id "power:GND") (at 153.67 88.9 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 70985b97-6231-495e-878a-eb3e5b5cd1ae)
(property "Reference" "#PWR032" (id 0) (at 153.67 95.25 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 153.67 93.98 0))
(property "Footprint" "" (id 2) (at 153.67 88.9 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 153.67 88.9 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid fce68d30-65d9-482d-94a6-93f502610942))
)
(symbol (lib_id "power:GND") (at 87.63 88.9 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 74992127-628e-483c-aa64-d1836bb78603)
(property "Reference" "#PWR027" (id 0) (at 87.63 95.25 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 87.63 93.98 0))
(property "Footprint" "" (id 2) (at 87.63 88.9 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 87.63 88.9 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 881a7903-dc98-4c9f-9791-39642f02d256))
)
(symbol (lib_id "Device:R") (at 139.7 73.66 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 74aa3fa1-388e-42f0-9d19-9fb6058b76ae)
(property "Reference" "R19" (id 0) (at 142.24 72.3899 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "82" (id 1) (at 142.24 74.9299 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Resistor_SMD:R_1206_3216Metric_Pad1.30x1.75mm_HandSolder" (id 2) (at 137.922 73.66 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 139.7 73.66 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 874a2ba3-5562-49aa-9e93-930547fbd536))
(pin "2" (uuid 742f0a9b-f5b1-4a21-a9db-2cd64307497d))
)
(symbol (lib_id "Device:R") (at 205.74 73.66 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 78236982-859e-4355-a99a-8695ea037409)
(property "Reference" "R24" (id 0) (at 208.28 72.3899 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "82" (id 1) (at 208.28 74.9299 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Resistor_SMD:R_1206_3216Metric_Pad1.30x1.75mm_HandSolder" (id 2) (at 203.962 73.66 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 205.74 73.66 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 647b2ef8-562b-452e-ba61-8a290422606e))
(pin "2" (uuid 1a95676c-963a-4c8e-af28-f8edff5468a2))
)
(symbol (lib_id "Device:R") (at 193.04 73.66 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 7833f398-8b20-4ec3-99a6-0e1165e26c06)
(property "Reference" "R23" (id 0) (at 195.58 72.3899 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "82" (id 1) (at 195.58 74.9299 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Resistor_SMD:R_1206_3216Metric_Pad1.30x1.75mm_HandSolder" (id 2) (at 191.262 73.66 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 193.04 73.66 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid c310b393-5129-4f3a-952e-0d32b30ad86f))
(pin "2" (uuid 1167db32-c6b8-4a42-8d03-b2bd21ee40b3))
)
(symbol (lib_id "Device:R") (at 87.63 73.66 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 78c85d11-fc93-4232-913b-3a682e7b001a)
(property "Reference" "R15" (id 0) (at 90.17 72.3899 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "82" (id 1) (at 90.17 74.9299 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Resistor_SMD:R_1206_3216Metric_Pad1.30x1.75mm_HandSolder" (id 2) (at 85.852 73.66 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 87.63 73.66 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 6afd697c-4dba-43b5-b7fd-89d1fd7fa5f8))
(pin "2" (uuid 96e4695a-bc08-4111-8c93-f7f909a40f74))
)
(symbol (lib_id "Device:LED") (at 60.96 81.28 90) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 7c7ed0a8-d8e9-4099-a964-d895039e8cbc)
(property "Reference" "D1" (id 0) (at 64.77 81.5974 90)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Value" "LED" (id 1) (at 64.77 84.1374 90)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Footprint" "LED_THT:LED_D5.0mm" (id 2) (at 60.96 81.28 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 60.96 81.28 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "PN" "BL-BKC2V4V-AT" (id 4) (at 60.96 81.28 90)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid e0a6257a-8808-4e05-b0b4-dbdfb9dee733))
(pin "2" (uuid 894cf84d-8fbe-44c9-abc1-4e6351a65967))
)
(symbol (lib_id "Device:R") (at 153.67 73.66 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 7cca3ee8-9951-4db8-ad46-23a76de22ec9)
(property "Reference" "R20" (id 0) (at 156.21 72.3899 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "82" (id 1) (at 156.21 74.9299 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Resistor_SMD:R_1206_3216Metric_Pad1.30x1.75mm_HandSolder" (id 2) (at 151.892 73.66 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 153.67 73.66 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid e83e9d72-4450-452f-8fd3-b86e72e90cb2))
(pin "2" (uuid ffa96df8-eea0-4e90-8dbf-6a48d4f496f8))
)
(symbol (lib_id "Device:LED") (at 127 81.28 90) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 80c27d87-90fb-4ca5-9693-2e3492246031)
(property "Reference" "D6" (id 0) (at 130.81 81.5974 90)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Value" "LED" (id 1) (at 130.81 84.1374 90)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Footprint" "LED_THT:LED_D5.0mm" (id 2) (at 127 81.28 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 127 81.28 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "PN" "BL-BKC2V4V-AT" (id 4) (at 127 81.28 90)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid cc0f0d27-44e9-4a0b-aaac-e3b20f66612e))
(pin "2" (uuid 89d67277-9ac7-4525-a2ad-6d36977c0da4))
)
(symbol (lib_id "Device:LED") (at 87.63 81.28 90) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 849817c3-19d0-4c96-814d-cc99280b4f4d)
(property "Reference" "D3" (id 0) (at 91.44 81.5974 90)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Value" "LED" (id 1) (at 91.44 84.1374 90)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Footprint" "LED_THT:LED_D5.0mm" (id 2) (at 87.63 81.28 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 87.63 81.28 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "PN" "BL-BKC2V4V-AT" (id 4) (at 87.63 81.28 90)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 2b9f5b47-9802-467b-90e8-6ff554a111e5))
(pin "2" (uuid ed457a7e-7626-45dd-b52f-e2d70432c3a4))
)
(symbol (lib_id "power:GND") (at 166.37 88.9 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 89cb3a9b-79d5-448e-a76c-ee7217e8e3eb)
(property "Reference" "#PWR033" (id 0) (at 166.37 95.25 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 166.37 93.98 0))
(property "Footprint" "" (id 2) (at 166.37 88.9 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 166.37 88.9 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 77967f08-52c8-4c8e-847a-2a02ad36c442))
)
(symbol (lib_id "Device:LED") (at 205.74 81.28 90) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 9ce02831-8ba8-473e-8f3d-d8d9a7ebf4b7)
(property "Reference" "D12" (id 0) (at 209.55 81.5974 90)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Value" "LED" (id 1) (at 209.55 84.1374 90)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Footprint" "LED_THT:LED_D5.0mm" (id 2) (at 205.74 81.28 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 205.74 81.28 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "PN" "BL-BKC2V4V-AT" (id 4) (at 205.74 81.28 90)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 8b9d5e79-23bc-4d82-b01f-0a1a872d87cd))
(pin "2" (uuid 60e16a6d-1ddf-4c22-b3f3-a39f2128f4e8))
)
(symbol (lib_id "Device:LED") (at 166.37 81.28 90) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 9df6ec41-73d3-44a2-b4cc-652d0f368295)
(property "Reference" "D9" (id 0) (at 170.18 81.5974 90)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Value" "LED" (id 1) (at 170.18 84.1374 90)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Footprint" "LED_THT:LED_D5.0mm" (id 2) (at 166.37 81.28 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 166.37 81.28 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "PN" "BL-BKC2V4V-AT" (id 4) (at 166.37 81.28 90)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 4663401a-75c6-440f-8bb0-56314156c281))
(pin "2" (uuid 4620fd47-5e0d-4180-bf54-c02c4a785015))
)
(symbol (lib_id "power:GND") (at 74.93 88.9 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid aadccb8a-3aba-4586-86ee-1b8b73931e29)
(property "Reference" "#PWR026" (id 0) (at 74.93 95.25 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 74.93 93.98 0))
(property "Footprint" "" (id 2) (at 74.93 88.9 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 74.93 88.9 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid b0cdad93-2224-45e0-bb1d-d0d593ad8670))
)
(symbol (lib_id "Device:LED") (at 114.3 81.28 90) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid b73eae3a-7e83-4cd7-8803-fc1321bf216a)
(property "Reference" "D5" (id 0) (at 118.11 81.5974 90)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Value" "LED" (id 1) (at 118.11 84.1374 90)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Footprint" "LED_THT:LED_D5.0mm" (id 2) (at 114.3 81.28 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 114.3 81.28 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "PN" "BL-BKC2V4V-AT" (id 4) (at 114.3 81.28 90)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid c02590d5-0c22-4aa3-ab3e-670482ee85b0))
(pin "2" (uuid 8ffdf17e-3c49-45f7-a9a4-ede3806f82a3))
)
(symbol (lib_id "Device:LED") (at 139.7 81.28 90) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid bbe61ce1-bff0-47fb-9e9b-60ce8ed04d71)
(property "Reference" "D7" (id 0) (at 143.51 81.5974 90)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Value" "LED" (id 1) (at 143.51 84.1374 90)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Footprint" "LED_THT:LED_D5.0mm" (id 2) (at 139.7 81.28 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 139.7 81.28 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "PN" "BL-BKC2V4V-AT" (id 4) (at 139.7 81.28 90)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 4e6e4416-4569-4a4f-aa15-a4f6b3a7d241))
(pin "2" (uuid 7eb00283-7702-404b-8bcb-4eed1390d981))
)
(symbol (lib_id "power:GND") (at 139.7 88.9 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid c3e3b21d-0671-487d-8fc3-4e5d0a2b1117)
(property "Reference" "#PWR031" (id 0) (at 139.7 95.25 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 139.7 93.98 0))
(property "Footprint" "" (id 2) (at 139.7 88.9 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 139.7 88.9 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 29fbbfd7-649f-4198-82dd-ed571a2a8adf))
)
(symbol (lib_id "Device:LED") (at 179.07 81.28 90) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid c54f3c09-49ca-457b-9804-f5b4838aa661)
(property "Reference" "D10" (id 0) (at 182.88 81.5974 90)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Value" "LED" (id 1) (at 182.88 84.1374 90)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Footprint" "LED_THT:LED_D5.0mm" (id 2) (at 179.07 81.28 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 179.07 81.28 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "PN" "BL-BKC2V4V-AT" (id 4) (at 179.07 81.28 90)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 7573beb1-aca7-4207-a965-5f4b330e6217))
(pin "2" (uuid 6914c809-b634-45e5-a296-996c87da9d53))
)
(symbol (lib_id "Device:R") (at 127 73.66 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid cac23b6a-c767-4caf-bede-a27952bc6168)
(property "Reference" "R18" (id 0) (at 129.54 72.3899 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "82" (id 1) (at 129.54 74.9299 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Resistor_SMD:R_1206_3216Metric_Pad1.30x1.75mm_HandSolder" (id 2) (at 125.222 73.66 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 127 73.66 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 7d1cc201-ab8e-4e01-bd6b-cd24a3802ac7))
(pin "2" (uuid 089570ec-1a03-4fff-8150-f6bd00f036e6))
)
(symbol (lib_id "Device:LED") (at 100.33 81.28 90) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid df28aa8e-b45a-4306-8f4a-d36eaf696391)
(property "Reference" "D4" (id 0) (at 104.14 81.5974 90)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Value" "LED" (id 1) (at 104.14 84.1374 90)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Footprint" "LED_THT:LED_D5.0mm" (id 2) (at 100.33 81.28 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 100.33 81.28 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "PN" "BL-BKC2V4V-AT" (id 4) (at 100.33 81.28 90)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 8adad49c-d103-480e-934d-e92c0708d95f))
(pin "2" (uuid 5b2079c4-483f-4db6-93d2-d73be66252d4))
)
(symbol (lib_id "Device:R") (at 114.3 73.66 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid e57fed16-1ca4-44ba-8cbf-0042355d981f)
(property "Reference" "R17" (id 0) (at 116.84 72.3899 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "82" (id 1) (at 116.84 74.9299 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Resistor_SMD:R_1206_3216Metric_Pad1.30x1.75mm_HandSolder" (id 2) (at 112.522 73.66 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 114.3 73.66 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid a9a06556-4be1-4b8f-9bf8-d3506069f237))
(pin "2" (uuid 10560a4d-6820-4502-9d70-2a338f1b4049))
)
(symbol (lib_id "Device:R") (at 166.37 73.66 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid ee89aa93-1a52-41a8-97a4-4ae4990fe68d)
(property "Reference" "R21" (id 0) (at 168.91 72.3899 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "82" (id 1) (at 168.91 74.9299 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Resistor_SMD:R_1206_3216Metric_Pad1.30x1.75mm_HandSolder" (id 2) (at 164.592 73.66 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 166.37 73.66 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid e0b81d85-bce7-4824-a63d-584751b2fb9b))
(pin "2" (uuid 5729457b-a207-4898-a7ae-c897cd85ab4d))
)
(symbol (lib_id "power:GND") (at 60.96 88.9 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid f41e7414-9d5d-49ab-9f67-0063e5f5fd1f)
(property "Reference" "#PWR025" (id 0) (at 60.96 95.25 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 60.96 93.98 0))
(property "Footprint" "" (id 2) (at 60.96 88.9 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 60.96 88.9 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 4d5805fb-8d92-41c3-a780-f2386948498b))
)
)