summaryrefslogtreecommitdiff
path: root/templed/leds.kicad_sch
blob: dea759d7ffec027b06ee0040d1ffc355fe2371be (plain)
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
(kicad_sch (version 20211123) (generator eeschema)

  (uuid cdb1fcd5-e4ff-40bb-959a-d1d40d2a667b)

  (paper "A4")

  (lib_symbols
    (symbol "Device:LED_RKBG" (pin_names (offset 0) hide) (in_bom yes) (on_board yes)
      (property "Reference" "D" (id 0) (at 0 9.398 0)
        (effects (font (size 1.27 1.27)))
      )
      (property "Value" "LED_RKBG" (id 1) (at 0 -8.89 0)
        (effects (font (size 1.27 1.27)))
      )
      (property "Footprint" "" (id 2) (at 0 -1.27 0)
        (effects (font (size 1.27 1.27)) hide)
      )
      (property "Datasheet" "~" (id 3) (at 0 -1.27 0)
        (effects (font (size 1.27 1.27)) hide)
      )
      (property "ki_keywords" "LED RGB diode" (id 4) (at 0 0 0)
        (effects (font (size 1.27 1.27)) hide)
      )
      (property "ki_description" "RGB LED, red/cathode/blue/green" (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_RKBG_0_0"
        (text "B" (at 1.905 -6.35 0)
          (effects (font (size 1.27 1.27)))
        )
        (text "G" (at 1.905 -1.27 0)
          (effects (font (size 1.27 1.27)))
        )
        (text "R" (at 1.905 3.81 0)
          (effects (font (size 1.27 1.27)))
        )
      )
      (symbol "LED_RKBG_0_1"
        (circle (center -2.032 0) (radius 0.254)
          (stroke (width 0) (type default) (color 0 0 0 0))
          (fill (type outline))
        )
        (polyline
          (pts
            (xy -1.27 -5.08)
            (xy 1.27 -5.08)
          )
          (stroke (width 0) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (polyline
          (pts
            (xy -1.27 -3.81)
            (xy -1.27 -6.35)
          )
          (stroke (width 0.254) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (polyline
          (pts
            (xy -1.27 0)
            (xy -2.54 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)
          )
          (stroke (width 0.254) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (polyline
          (pts
            (xy -1.27 5.08)
            (xy 1.27 5.08)
          )
          (stroke (width 0) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (polyline
          (pts
            (xy -1.27 6.35)
            (xy -1.27 3.81)
          )
          (stroke (width 0.254) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (polyline
          (pts
            (xy 1.27 -5.08)
            (xy 2.54 -5.08)
          )
          (stroke (width 0) (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 0)
            (xy 2.54 0)
          )
          (stroke (width 0) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (polyline
          (pts
            (xy 1.27 5.08)
            (xy 2.54 5.08)
          )
          (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 -1.27)
          )
          (stroke (width 0) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (polyline
          (pts
            (xy -1.27 6.35)
            (xy -1.27 3.81)
            (xy -1.27 3.81)
          )
          (stroke (width 0) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (polyline
          (pts
            (xy -1.27 5.08)
            (xy -2.032 5.08)
            (xy -2.032 -5.08)
            (xy -1.016 -5.08)
          )
          (stroke (width 0) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (polyline
          (pts
            (xy 1.27 -3.81)
            (xy 1.27 -6.35)
            (xy -1.27 -5.08)
            (xy 1.27 -3.81)
          )
          (stroke (width 0.254) (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 1.27 6.35)
            (xy 1.27 3.81)
            (xy -1.27 5.08)
            (xy 1.27 6.35)
          )
          (stroke (width 0.254) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (polyline
          (pts
            (xy -1.016 -3.81)
            (xy 0.508 -2.286)
            (xy -0.254 -2.286)
            (xy 0.508 -2.286)
            (xy 0.508 -3.048)
          )
          (stroke (width 0) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (polyline
          (pts
            (xy -1.016 1.27)
            (xy 0.508 2.794)
            (xy -0.254 2.794)
            (xy 0.508 2.794)
            (xy 0.508 2.032)
          )
          (stroke (width 0) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (polyline
          (pts
            (xy -1.016 6.35)
            (xy 0.508 7.874)
            (xy -0.254 7.874)
            (xy 0.508 7.874)
            (xy 0.508 7.112)
          )
          (stroke (width 0) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (polyline
          (pts
            (xy 0 -3.81)
            (xy 1.524 -2.286)
            (xy 0.762 -2.286)
            (xy 1.524 -2.286)
            (xy 1.524 -3.048)
          )
          (stroke (width 0) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (polyline
          (pts
            (xy 0 1.27)
            (xy 1.524 2.794)
            (xy 0.762 2.794)
            (xy 1.524 2.794)
            (xy 1.524 2.032)
          )
          (stroke (width 0) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (polyline
          (pts
            (xy 0 6.35)
            (xy 1.524 7.874)
            (xy 0.762 7.874)
            (xy 1.524 7.874)
            (xy 1.524 7.112)
          )
          (stroke (width 0) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (rectangle (start 1.27 -1.27) (end 1.27 1.27)
          (stroke (width 0) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (rectangle (start 1.27 1.27) (end 1.27 1.27)
          (stroke (width 0) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (rectangle (start 1.27 3.81) (end 1.27 6.35)
          (stroke (width 0) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (rectangle (start 1.27 6.35) (end 1.27 6.35)
          (stroke (width 0) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (rectangle (start 2.794 8.382) (end -2.794 -7.62)
          (stroke (width 0.254) (type default) (color 0 0 0 0))
          (fill (type background))
        )
      )
      (symbol "LED_RKBG_1_1"
        (pin passive line (at 5.08 5.08 180) (length 2.54)
          (name "RA" (effects (font (size 1.27 1.27))))
          (number "1" (effects (font (size 1.27 1.27))))
        )
        (pin passive line (at -5.08 0 0) (length 2.54)
          (name "K" (effects (font (size 1.27 1.27))))
          (number "2" (effects (font (size 1.27 1.27))))
        )
        (pin passive line (at 5.08 -5.08 180) (length 2.54)
          (name "BA" (effects (font (size 1.27 1.27))))
          (number "3" (effects (font (size 1.27 1.27))))
        )
        (pin passive line (at 5.08 0 180) (length 2.54)
          (name "GA" (effects (font (size 1.27 1.27))))
          (number "4" (effects (font (size 1.27 1.27))))
        )
      )
    )
  )


  (global_label "R" (shape input) (at 34.29 87.63 90) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify left))
    (uuid 00b2bbc8-20c0-4cfe-b17e-bc44476609a2)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 34.2106 83.9469 90)
      (effects (font (size 1.27 1.27)) (justify left) hide)
    )
  )
  (global_label "B" (shape input) (at 44.45 87.63 90) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify left))
    (uuid 044a572c-6928-44b7-a84e-2bbd8ef1778c)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 44.3706 83.9469 90)
      (effects (font (size 1.27 1.27)) (justify left) hide)
    )
  )
  (global_label "B" (shape input) (at 210.82 87.63 90) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify left))
    (uuid 05d80020-b6ba-48db-adff-b731d55e53dd)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 210.7406 83.9469 90)
      (effects (font (size 1.27 1.27)) (justify left) hide)
    )
  )
  (global_label "B" (shape input) (at 182.88 87.63 90) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify left))
    (uuid 0d64a686-c749-49de-aa48-297eac31f587)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 182.8006 83.9469 90)
      (effects (font (size 1.27 1.27)) (justify left) hide)
    )
  )
  (global_label "B" (shape input) (at 127 87.63 90) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify left))
    (uuid 11ff7acb-4f29-4f31-8247-8810ddbdd34e)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 126.9206 83.9469 90)
      (effects (font (size 1.27 1.27)) (justify left) hide)
    )
  )
  (global_label "B" (shape output) (at 38.1 25.4 270) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify right))
    (uuid 12c647b2-ff90-4afd-878f-feb6ee3fcac9)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 38.0206 29.0831 90)
      (effects (font (size 1.27 1.27)) (justify right) hide)
    )
  )
  (global_label "R" (shape input) (at 144.78 87.63 90) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify left))
    (uuid 1b8b9f07-8f79-470c-ad8a-9bb6064b01b3)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 144.7006 83.9469 90)
      (effects (font (size 1.27 1.27)) (justify left) hide)
    )
  )
  (global_label "R" (shape output) (at 25.4 25.4 270) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify right))
    (uuid 21a120db-7d6d-43da-95dc-317215b6d172)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 25.3206 29.0831 90)
      (effects (font (size 1.27 1.27)) (justify right) hide)
    )
  )
  (global_label "GND" (shape bidirectional) (at 93.98 97.79 270) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify right))
    (uuid 31fbaf17-f1d5-45f7-9b38-8745917202ae)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 94.0594 104.0736 90)
      (effects (font (size 1.27 1.27)) (justify right) hide)
    )
  )
  (global_label "G" (shape input) (at 205.74 87.63 90) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify left))
    (uuid 37e8649e-ed34-414b-bd8d-05788ebee317)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 205.6606 83.9469 90)
      (effects (font (size 1.27 1.27)) (justify left) hide)
    )
  )
  (global_label "R" (shape input) (at 200.66 87.63 90) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify left))
    (uuid 400e57f6-2973-49b0-8f20-d80b5fa62f7e)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 200.5806 83.9469 90)
      (effects (font (size 1.27 1.27)) (justify left) hide)
    )
  )
  (global_label "GND" (shape bidirectional) (at 31.75 39.37 90) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify left))
    (uuid 47c10591-5691-4226-8f7b-40c5393d5d39)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 31.6706 33.0864 90)
      (effects (font (size 1.27 1.27)) (justify left) hide)
    )
  )
  (global_label "G" (shape output) (at 31.75 25.4 270) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify right))
    (uuid 50785a6e-cba5-4520-9977-ca86f6cf4445)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 31.6706 29.0831 90)
      (effects (font (size 1.27 1.27)) (justify right) hide)
    )
  )
  (global_label "B" (shape input) (at 71.12 87.63 90) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify left))
    (uuid 525ddddd-8c99-476b-a174-a4fd05c6a4f6)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 71.0406 83.9469 90)
      (effects (font (size 1.27 1.27)) (justify left) hide)
    )
  )
  (global_label "GND" (shape bidirectional) (at 39.37 97.79 270) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify right))
    (uuid 590b8d17-ac55-46e8-a40d-744eaaac4a6c)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 39.4494 104.0736 90)
      (effects (font (size 1.27 1.27)) (justify right) hide)
    )
  )
  (global_label "G" (shape input) (at 39.37 87.63 90) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify left))
    (uuid 76fdbe14-6488-40f8-a5c0-eaee0e3ccac4)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 39.2906 83.9469 90)
      (effects (font (size 1.27 1.27)) (justify left) hide)
    )
  )
  (global_label "B" (shape input) (at 154.94 87.63 90) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify left))
    (uuid 7faa3c3d-d152-446a-be65-f1d53f185b3b)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 154.8606 83.9469 90)
      (effects (font (size 1.27 1.27)) (justify left) hide)
    )
  )
  (global_label "R" (shape input) (at 172.72 87.63 90) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify left))
    (uuid 8202521d-7f07-47e9-99bf-06d5fdb346c5)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 172.6406 83.9469 90)
      (effects (font (size 1.27 1.27)) (justify left) hide)
    )
  )
  (global_label "G" (shape input) (at 93.98 87.63 90) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify left))
    (uuid 86c6c105-fe8b-4506-a585-9892e12e66a2)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 93.9006 83.9469 90)
      (effects (font (size 1.27 1.27)) (justify left) hide)
    )
  )
  (global_label "G" (shape input) (at 177.8 87.63 90) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify left))
    (uuid 8ce20c7b-6baf-4d4f-b4ce-755a0c320284)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 177.7206 83.9469 90)
      (effects (font (size 1.27 1.27)) (justify left) hide)
    )
  )
  (global_label "G" (shape input) (at 121.92 87.63 90) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify left))
    (uuid 933588ed-3cff-40b8-bef7-1fe28de7d2c9)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 121.8406 83.9469 90)
      (effects (font (size 1.27 1.27)) (justify left) hide)
    )
  )
  (global_label "GND" (shape bidirectional) (at 66.04 97.79 270) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify right))
    (uuid c4082249-e495-4c4d-9007-09faa2786c9d)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 66.1194 104.0736 90)
      (effects (font (size 1.27 1.27)) (justify right) hide)
    )
  )
  (global_label "R" (shape input) (at 60.96 87.63 90) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify left))
    (uuid c8750b1b-d6f4-4a9a-a79a-8c1290f71ba8)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 60.8806 83.9469 90)
      (effects (font (size 1.27 1.27)) (justify left) hide)
    )
  )
  (global_label "G" (shape input) (at 149.86 87.63 90) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify left))
    (uuid c982d727-af66-47a9-8549-530812ecea7a)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 149.7806 83.9469 90)
      (effects (font (size 1.27 1.27)) (justify left) hide)
    )
  )
  (global_label "GND" (shape bidirectional) (at 121.92 97.79 270) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify right))
    (uuid cba2e2be-4a56-4d60-b907-b49b0366ef8b)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 121.9994 104.0736 90)
      (effects (font (size 1.27 1.27)) (justify right) hide)
    )
  )
  (global_label "GND" (shape bidirectional) (at 177.8 97.79 270) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify right))
    (uuid d07d236a-10c3-4b41-958d-bdbd0e7619e6)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 177.8794 104.0736 90)
      (effects (font (size 1.27 1.27)) (justify right) hide)
    )
  )
  (global_label "G" (shape input) (at 66.04 87.63 90) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify left))
    (uuid d39b55c7-c29d-4507-aaad-71aa3c02af9e)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 65.9606 83.9469 90)
      (effects (font (size 1.27 1.27)) (justify left) hide)
    )
  )
  (global_label "B" (shape input) (at 99.06 87.63 90) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify left))
    (uuid d4e7bc85-fbc5-4479-b746-72b0225e33c5)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 98.9806 83.9469 90)
      (effects (font (size 1.27 1.27)) (justify left) hide)
    )
  )
  (global_label "GND" (shape bidirectional) (at 149.86 97.79 270) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify right))
    (uuid d7b6dac2-81a9-4f43-bd9c-21fc7602eb34)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 149.9394 104.0736 90)
      (effects (font (size 1.27 1.27)) (justify right) hide)
    )
  )
  (global_label "GND" (shape bidirectional) (at 205.74 97.79 270) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify right))
    (uuid eb74f41a-3372-45f9-acbc-6954f83b5a5f)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 205.8194 104.0736 90)
      (effects (font (size 1.27 1.27)) (justify right) hide)
    )
  )
  (global_label "R" (shape input) (at 88.9 87.63 90) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify left))
    (uuid ee6961df-6a12-43a5-b57e-cc86e253f838)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 88.8206 83.9469 90)
      (effects (font (size 1.27 1.27)) (justify left) hide)
    )
  )
  (global_label "R" (shape input) (at 116.84 87.63 90) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify left))
    (uuid f157883f-e56e-4b13-b72b-51d931664c24)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 116.7606 83.9469 90)
      (effects (font (size 1.27 1.27)) (justify left) hide)
    )
  )

  (hierarchical_label "GND" (shape bidirectional) (at 31.75 39.37 270)
    (effects (font (size 1.27 1.27)) (justify right))
    (uuid 21d1c0a7-df77-4460-bd7d-05160cb4dc23)
  )
  (hierarchical_label "G" (shape input) (at 31.75 25.4 90)
    (effects (font (size 1.27 1.27)) (justify left))
    (uuid 32469005-0354-450b-9873-fa347ad83b69)
  )
  (hierarchical_label "B" (shape input) (at 38.1 25.4 90)
    (effects (font (size 1.27 1.27)) (justify left))
    (uuid 4ab3b256-250b-4c40-8b75-5dc0d7f76aaf)
  )
  (hierarchical_label "R" (shape input) (at 25.4 25.4 90)
    (effects (font (size 1.27 1.27)) (justify left))
    (uuid f7a3cabf-a99b-4050-b064-9d8c5bdbf298)
  )

  (symbol (lib_id "Device:LED_RKBG") (at 149.86 92.71 90) (unit 1)
    (in_bom yes) (on_board yes)
    (uuid 4c4b8604-ac52-440b-8bca-7f41ff044f30)
    (property "Reference" "D5" (id 0) (at 139.7 97.79 90)
      (effects (font (size 1.27 1.27)) (justify right))
    )
    (property "Value" "LED_RKBG" (id 1) (at 154.94 97.79 90)
      (effects (font (size 1.27 1.27)) (justify right))
    )
    (property "Footprint" "" (id 2) (at 151.13 92.71 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "~" (id 3) (at 151.13 92.71 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid f3ea1daa-dc44-4439-87f6-935ad41a3cb9))
    (pin "2" (uuid a5255eec-ba48-48a3-be1f-29d2e0324843))
    (pin "3" (uuid 96d0e99d-db40-4dce-b4f4-c8f2d405eff6))
    (pin "4" (uuid cadaa667-fc7f-4aac-99c9-331158d3d4b9))
  )

  (symbol (lib_id "Device:LED_RKBG") (at 205.74 92.71 90) (unit 1)
    (in_bom yes) (on_board yes)
    (uuid 4f0cb878-778d-4453-8c08-8583dff9b67e)
    (property "Reference" "D7" (id 0) (at 195.58 97.79 90)
      (effects (font (size 1.27 1.27)) (justify right))
    )
    (property "Value" "LED_RKBG" (id 1) (at 210.82 97.79 90)
      (effects (font (size 1.27 1.27)) (justify right))
    )
    (property "Footprint" "" (id 2) (at 207.01 92.71 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "~" (id 3) (at 207.01 92.71 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid 373ba93a-654f-467e-8601-04836970d54c))
    (pin "2" (uuid d741e08c-98d1-456f-bba1-4dca74811f51))
    (pin "3" (uuid 5bbf2b42-51d3-4241-bf37-89120ff49cb8))
    (pin "4" (uuid 798f0d48-e8c7-48f0-b601-6303b6407274))
  )

  (symbol (lib_id "Device:LED_RKBG") (at 121.92 92.71 90) (unit 1)
    (in_bom yes) (on_board yes)
    (uuid 516baacd-0847-44de-b498-5cbcd4fa4da7)
    (property "Reference" "D4" (id 0) (at 111.76 97.79 90)
      (effects (font (size 1.27 1.27)) (justify right))
    )
    (property "Value" "LED_RKBG" (id 1) (at 127 97.79 90)
      (effects (font (size 1.27 1.27)) (justify right))
    )
    (property "Footprint" "" (id 2) (at 123.19 92.71 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "~" (id 3) (at 123.19 92.71 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid 20e7a381-0179-4989-88ec-e6cd2730955c))
    (pin "2" (uuid 9f8e37b0-7ebc-4911-b8a3-7227c0f071d1))
    (pin "3" (uuid a5bd5d19-6345-400f-8b9c-2c6a4e92ae68))
    (pin "4" (uuid 6ed4ed50-958e-486d-9621-243571e13ffa))
  )

  (symbol (lib_id "Device:LED_RKBG") (at 177.8 92.71 90) (unit 1)
    (in_bom yes) (on_board yes)
    (uuid 7214b03c-4250-496e-8be4-9ff90021b8ef)
    (property "Reference" "D6" (id 0) (at 167.64 97.79 90)
      (effects (font (size 1.27 1.27)) (justify right))
    )
    (property "Value" "LED_RKBG" (id 1) (at 182.88 97.79 90)
      (effects (font (size 1.27 1.27)) (justify right))
    )
    (property "Footprint" "" (id 2) (at 179.07 92.71 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "~" (id 3) (at 179.07 92.71 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid ee0426e7-5324-46fa-b8d6-3d1dc5f2b6d0))
    (pin "2" (uuid 074204d6-e920-43da-9aed-9d99a34ac829))
    (pin "3" (uuid c50a7da8-3024-4102-a8ed-8fb24007b4fa))
    (pin "4" (uuid 9fd825d0-b7b9-42f9-a4ea-ad7624779a80))
  )

  (symbol (lib_id "Device:LED_RKBG") (at 93.98 92.71 90) (unit 1)
    (in_bom yes) (on_board yes)
    (uuid a0096452-5372-4727-a26e-ab560a6cd949)
    (property "Reference" "D3" (id 0) (at 83.82 97.79 90)
      (effects (font (size 1.27 1.27)) (justify right))
    )
    (property "Value" "LED_RKBG" (id 1) (at 99.06 97.79 90)
      (effects (font (size 1.27 1.27)) (justify right))
    )
    (property "Footprint" "" (id 2) (at 95.25 92.71 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "~" (id 3) (at 95.25 92.71 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid d1d5b449-d02c-49e3-8274-a52c0a9be8c0))
    (pin "2" (uuid aee15f70-502f-49f6-baf8-2ba6cc7a5c52))
    (pin "3" (uuid 3eecd086-e374-4336-b9bc-6f53b3388ed3))
    (pin "4" (uuid a60e28d6-e4f3-4af4-aa59-44149dc92035))
  )

  (symbol (lib_id "Device:LED_RKBG") (at 39.37 92.71 90) (unit 1)
    (in_bom yes) (on_board yes)
    (uuid b98e8f83-c3dd-473c-8c86-724c530d3c48)
    (property "Reference" "D1" (id 0) (at 29.21 97.79 90)
      (effects (font (size 1.27 1.27)) (justify right))
    )
    (property "Value" "LED_RKBG" (id 1) (at 44.45 97.79 90)
      (effects (font (size 1.27 1.27)) (justify right))
    )
    (property "Footprint" "" (id 2) (at 40.64 92.71 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "~" (id 3) (at 40.64 92.71 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid 1cf35564-ec41-4fb0-a07c-8ab38d402b37))
    (pin "2" (uuid 8f853b9f-9f13-4204-8cce-00b31a0b7244))
    (pin "3" (uuid ebcbcead-3101-44a9-aa77-000deff966b2))
    (pin "4" (uuid 89721fa2-2653-4e9c-a3c2-7ea499737682))
  )

  (symbol (lib_id "Device:LED_RKBG") (at 66.04 92.71 90) (unit 1)
    (in_bom yes) (on_board yes)
    (uuid e8e20a25-2d8f-4084-8696-113851ddabdc)
    (property "Reference" "D2" (id 0) (at 55.88 97.79 90)
      (effects (font (size 1.27 1.27)) (justify right))
    )
    (property "Value" "LED_RKBG" (id 1) (at 71.12 97.79 90)
      (effects (font (size 1.27 1.27)) (justify right))
    )
    (property "Footprint" "" (id 2) (at 67.31 92.71 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "~" (id 3) (at 67.31 92.71 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid 6fcb52d4-4300-4716-be4c-529aed053437))
    (pin "2" (uuid 22c93e5d-1b90-44be-a057-0d9493fa0242))
    (pin "3" (uuid 0bd606bc-1fdf-4cf4-a18c-934d0494c730))
    (pin "4" (uuid 678d09b5-de79-466f-8ffd-53bd325aef6b))
  )
)