summaryrefslogtreecommitdiff
path: root/base/base.kicad_sch
blob: 87536696d0b4985c497220465a9af2aff65766d0 (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
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
(kicad_sch (version 20211123) (generator eeschema)

  (uuid fa3072d2-8631-4bc3-8dd3-cef90198c55e)

  (paper "USLetter")

  (title_block
    (title "2021 Ornament")
    (date "2021-10-24")
    (rev "A")
    (company "Blaise Thompson")
  )

  (lib_symbols
    (symbol "Connector_Generic:Conn_01x20" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
      (property "Reference" "J" (id 0) (at 0 25.4 0)
        (effects (font (size 1.27 1.27)))
      )
      (property "Value" "Conn_01x20" (id 1) (at 0 -27.94 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" "connector" (id 4) (at 0 0 0)
        (effects (font (size 1.27 1.27)) hide)
      )
      (property "ki_description" "Generic connector, single row, 01x20, script generated (kicad-library-utils/schlib/autogen/connector/)" (id 5) (at 0 0 0)
        (effects (font (size 1.27 1.27)) hide)
      )
      (property "ki_fp_filters" "Connector*:*_1x??_*" (id 6) (at 0 0 0)
        (effects (font (size 1.27 1.27)) hide)
      )
      (symbol "Conn_01x20_1_1"
        (rectangle (start -1.27 -25.273) (end 0 -25.527)
          (stroke (width 0.1524) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (rectangle (start -1.27 -22.733) (end 0 -22.987)
          (stroke (width 0.1524) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (rectangle (start -1.27 -20.193) (end 0 -20.447)
          (stroke (width 0.1524) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (rectangle (start -1.27 -17.653) (end 0 -17.907)
          (stroke (width 0.1524) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (rectangle (start -1.27 -15.113) (end 0 -15.367)
          (stroke (width 0.1524) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (rectangle (start -1.27 -12.573) (end 0 -12.827)
          (stroke (width 0.1524) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (rectangle (start -1.27 -10.033) (end 0 -10.287)
          (stroke (width 0.1524) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (rectangle (start -1.27 -7.493) (end 0 -7.747)
          (stroke (width 0.1524) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (rectangle (start -1.27 -4.953) (end 0 -5.207)
          (stroke (width 0.1524) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (rectangle (start -1.27 -2.413) (end 0 -2.667)
          (stroke (width 0.1524) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (rectangle (start -1.27 0.127) (end 0 -0.127)
          (stroke (width 0.1524) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (rectangle (start -1.27 2.667) (end 0 2.413)
          (stroke (width 0.1524) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (rectangle (start -1.27 5.207) (end 0 4.953)
          (stroke (width 0.1524) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (rectangle (start -1.27 7.747) (end 0 7.493)
          (stroke (width 0.1524) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (rectangle (start -1.27 10.287) (end 0 10.033)
          (stroke (width 0.1524) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (rectangle (start -1.27 12.827) (end 0 12.573)
          (stroke (width 0.1524) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (rectangle (start -1.27 15.367) (end 0 15.113)
          (stroke (width 0.1524) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (rectangle (start -1.27 17.907) (end 0 17.653)
          (stroke (width 0.1524) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (rectangle (start -1.27 20.447) (end 0 20.193)
          (stroke (width 0.1524) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (rectangle (start -1.27 22.987) (end 0 22.733)
          (stroke (width 0.1524) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (rectangle (start -1.27 24.13) (end 1.27 -26.67)
          (stroke (width 0.254) (type default) (color 0 0 0 0))
          (fill (type background))
        )
        (pin passive line (at -5.08 22.86 0) (length 3.81)
          (name "Pin_1" (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 3.81)
          (name "Pin_10" (effects (font (size 1.27 1.27))))
          (number "10" (effects (font (size 1.27 1.27))))
        )
        (pin passive line (at -5.08 -2.54 0) (length 3.81)
          (name "Pin_11" (effects (font (size 1.27 1.27))))
          (number "11" (effects (font (size 1.27 1.27))))
        )
        (pin passive line (at -5.08 -5.08 0) (length 3.81)
          (name "Pin_12" (effects (font (size 1.27 1.27))))
          (number "12" (effects (font (size 1.27 1.27))))
        )
        (pin passive line (at -5.08 -7.62 0) (length 3.81)
          (name "Pin_13" (effects (font (size 1.27 1.27))))
          (number "13" (effects (font (size 1.27 1.27))))
        )
        (pin passive line (at -5.08 -10.16 0) (length 3.81)
          (name "Pin_14" (effects (font (size 1.27 1.27))))
          (number "14" (effects (font (size 1.27 1.27))))
        )
        (pin passive line (at -5.08 -12.7 0) (length 3.81)
          (name "Pin_15" (effects (font (size 1.27 1.27))))
          (number "15" (effects (font (size 1.27 1.27))))
        )
        (pin passive line (at -5.08 -15.24 0) (length 3.81)
          (name "Pin_16" (effects (font (size 1.27 1.27))))
          (number "16" (effects (font (size 1.27 1.27))))
        )
        (pin passive line (at -5.08 -17.78 0) (length 3.81)
          (name "Pin_17" (effects (font (size 1.27 1.27))))
          (number "17" (effects (font (size 1.27 1.27))))
        )
        (pin passive line (at -5.08 -20.32 0) (length 3.81)
          (name "Pin_18" (effects (font (size 1.27 1.27))))
          (number "18" (effects (font (size 1.27 1.27))))
        )
        (pin passive line (at -5.08 -22.86 0) (length 3.81)
          (name "Pin_19" (effects (font (size 1.27 1.27))))
          (number "19" (effects (font (size 1.27 1.27))))
        )
        (pin passive line (at -5.08 20.32 0) (length 3.81)
          (name "Pin_2" (effects (font (size 1.27 1.27))))
          (number "2" (effects (font (size 1.27 1.27))))
        )
        (pin passive line (at -5.08 -25.4 0) (length 3.81)
          (name "Pin_20" (effects (font (size 1.27 1.27))))
          (number "20" (effects (font (size 1.27 1.27))))
        )
        (pin passive line (at -5.08 17.78 0) (length 3.81)
          (name "Pin_3" (effects (font (size 1.27 1.27))))
          (number "3" (effects (font (size 1.27 1.27))))
        )
        (pin passive line (at -5.08 15.24 0) (length 3.81)
          (name "Pin_4" (effects (font (size 1.27 1.27))))
          (number "4" (effects (font (size 1.27 1.27))))
        )
        (pin passive line (at -5.08 12.7 0) (length 3.81)
          (name "Pin_5" (effects (font (size 1.27 1.27))))
          (number "5" (effects (font (size 1.27 1.27))))
        )
        (pin passive line (at -5.08 10.16 0) (length 3.81)
          (name "Pin_6" (effects (font (size 1.27 1.27))))
          (number "6" (effects (font (size 1.27 1.27))))
        )
        (pin passive line (at -5.08 7.62 0) (length 3.81)
          (name "Pin_7" (effects (font (size 1.27 1.27))))
          (number "7" (effects (font (size 1.27 1.27))))
        )
        (pin passive line (at -5.08 5.08 0) (length 3.81)
          (name "Pin_8" (effects (font (size 1.27 1.27))))
          (number "8" (effects (font (size 1.27 1.27))))
        )
        (pin passive line (at -5.08 2.54 0) (length 3.81)
          (name "Pin_9" (effects (font (size 1.27 1.27))))
          (number "9" (effects (font (size 1.27 1.27))))
        )
      )
    )
    (symbol "Device:Battery_Cell" (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes)
      (property "Reference" "BT" (id 0) (at 2.54 2.54 0)
        (effects (font (size 1.27 1.27)) (justify left))
      )
      (property "Value" "Battery_Cell" (id 1) (at 2.54 0 0)
        (effects (font (size 1.27 1.27)) (justify left))
      )
      (property "Footprint" "" (id 2) (at 0 1.524 90)
        (effects (font (size 1.27 1.27)) hide)
      )
      (property "Datasheet" "~" (id 3) (at 0 1.524 90)
        (effects (font (size 1.27 1.27)) hide)
      )
      (property "ki_keywords" "battery cell" (id 4) (at 0 0 0)
        (effects (font (size 1.27 1.27)) hide)
      )
      (property "ki_description" "Single-cell battery" (id 5) (at 0 0 0)
        (effects (font (size 1.27 1.27)) hide)
      )
      (symbol "Battery_Cell_0_1"
        (rectangle (start -2.286 1.778) (end 2.286 1.524)
          (stroke (width 0) (type default) (color 0 0 0 0))
          (fill (type outline))
        )
        (rectangle (start -1.5748 1.1938) (end 1.4732 0.6858)
          (stroke (width 0) (type default) (color 0 0 0 0))
          (fill (type outline))
        )
        (polyline
          (pts
            (xy 0 0.762)
            (xy 0 0)
          )
          (stroke (width 0) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (polyline
          (pts
            (xy 0 1.778)
            (xy 0 2.54)
          )
          (stroke (width 0) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (polyline
          (pts
            (xy 0.508 3.429)
            (xy 1.524 3.429)
          )
          (stroke (width 0.254) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (polyline
          (pts
            (xy 1.016 3.937)
            (xy 1.016 2.921)
          )
          (stroke (width 0.254) (type default) (color 0 0 0 0))
          (fill (type none))
        )
      )
      (symbol "Battery_Cell_1_1"
        (pin passive line (at 0 5.08 270) (length 2.54)
          (name "+" (effects (font (size 1.27 1.27))))
          (number "1" (effects (font (size 1.27 1.27))))
        )
        (pin passive line (at 0 -2.54 90) (length 2.54)
          (name "-" (effects (font (size 1.27 1.27))))
          (number "2" (effects (font (size 1.27 1.27))))
        )
      )
    )
    (symbol "Switch:SW_Push_DPDT" (pin_names (offset 0) hide) (in_bom yes) (on_board yes)
      (property "Reference" "SW" (id 0) (at 0 8.89 0)
        (effects (font (size 1.27 1.27)))
      )
      (property "Value" "SW_Push_DPDT" (id 1) (at 0 -10.16 0)
        (effects (font (size 1.27 1.27)))
      )
      (property "Footprint" "" (id 2) (at 0 5.08 0)
        (effects (font (size 1.27 1.27)) hide)
      )
      (property "Datasheet" "~" (id 3) (at 0 5.08 0)
        (effects (font (size 1.27 1.27)) hide)
      )
      (property "ki_keywords" "switch dual-pole double-throw spdt ON-ON" (id 4) (at 0 0 0)
        (effects (font (size 1.27 1.27)) hide)
      )
      (property "ki_description" "Momentary Switch, dual pole double throw" (id 5) (at 0 0 0)
        (effects (font (size 1.27 1.27)) hide)
      )
      (symbol "SW_Push_DPDT_0_0"
        (circle (center -2.032 -5.08) (radius 0.508)
          (stroke (width 0) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (circle (center -2.032 5.08) (radius 0.508)
          (stroke (width 0) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (circle (center 2.032 -7.62) (radius 0.508)
          (stroke (width 0) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (circle (center 2.032 2.54) (radius 0.508)
          (stroke (width 0) (type default) (color 0 0 0 0))
          (fill (type none))
        )
      )
      (symbol "SW_Push_DPDT_0_1"
        (polyline
          (pts
            (xy -1.524 -4.826)
            (xy 2.54 -3.048)
          )
          (stroke (width 0) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (polyline
          (pts
            (xy -1.524 5.334)
            (xy 2.54 7.112)
          )
          (stroke (width 0) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (polyline
          (pts
            (xy 0 -2.286)
            (xy 0 -4.064)
          )
          (stroke (width 0) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (polyline
          (pts
            (xy 0 -1.016)
            (xy 0 0)
          )
          (stroke (width 0) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (polyline
          (pts
            (xy 0 1.27)
            (xy 0 2.286)
          )
          (stroke (width 0) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (polyline
          (pts
            (xy 0 3.556)
            (xy 0 4.572)
          )
          (stroke (width 0) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (polyline
          (pts
            (xy 0 7.874)
            (xy 0 6.096)
          )
          (stroke (width 0) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (circle (center 2.032 -2.54) (radius 0.508)
          (stroke (width 0) (type default) (color 0 0 0 0))
          (fill (type none))
        )
        (circle (center 2.032 7.62) (radius 0.508)
          (stroke (width 0) (type default) (color 0 0 0 0))
          (fill (type none))
        )
      )
      (symbol "SW_Push_DPDT_1_1"
        (pin passive line (at 5.08 7.62 180) (length 2.54)
          (name "A" (effects (font (size 1.27 1.27))))
          (number "1" (effects (font (size 1.27 1.27))))
        )
        (pin passive line (at -5.08 5.08 0) (length 2.54)
          (name "B" (effects (font (size 1.27 1.27))))
          (number "2" (effects (font (size 1.27 1.27))))
        )
        (pin passive line (at 5.08 2.54 180) (length 2.54)
          (name "C" (effects (font (size 1.27 1.27))))
          (number "3" (effects (font (size 1.27 1.27))))
        )
        (pin passive line (at 5.08 -2.54 180) (length 2.54)
          (name "A" (effects (font (size 1.27 1.27))))
          (number "4" (effects (font (size 1.27 1.27))))
        )
        (pin passive line (at -5.08 -5.08 0) (length 2.54)
          (name "B" (effects (font (size 1.27 1.27))))
          (number "5" (effects (font (size 1.27 1.27))))
        )
        (pin passive line (at 5.08 -7.62 180) (length 2.54)
          (name "C" (effects (font (size 1.27 1.27))))
          (number "6" (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))))
        )
      )
    )
  )

  (junction (at 38.1 99.06) (diameter 0) (color 0 0 0 0)
    (uuid 00670ec7-b975-4ad3-a6f8-7d61bc12d1a2)
  )
  (junction (at 38.1 111.76) (diameter 0) (color 0 0 0 0)
    (uuid 16adbda4-e102-4d62-9b21-f27b75fc7c1a)
  )

  (wire (pts (xy 45.72 99.06) (xy 45.72 101.6))
    (stroke (width 0) (type default) (color 0 0 0 0))
    (uuid 27a65a22-c359-4ad5-9dd9-31661c9abfc8)
  )
  (wire (pts (xy 35.56 99.06) (xy 38.1 99.06))
    (stroke (width 0) (type default) (color 0 0 0 0))
    (uuid 2cc3a906-e880-4e4d-9bb3-c69ad6e5616f)
  )
  (wire (pts (xy 38.1 111.76) (xy 43.18 111.76))
    (stroke (width 0) (type default) (color 0 0 0 0))
    (uuid 39b2ca5e-90c8-4c4a-b185-ca4a2f063568)
  )
  (wire (pts (xy 38.1 85.09) (xy 127 85.09))
    (stroke (width 0) (type default) (color 0 0 0 0))
    (uuid 431e28be-c700-4111-b295-b514f8068dc1)
  )
  (wire (pts (xy 38.1 111.76) (xy 33.02 111.76))
    (stroke (width 0) (type default) (color 0 0 0 0))
    (uuid 6031b3bb-c8af-48a5-b74f-f43c196549d3)
  )
  (wire (pts (xy 38.1 99.06) (xy 45.72 99.06))
    (stroke (width 0) (type default) (color 0 0 0 0))
    (uuid 62f0cdb2-e8a0-462f-8a22-08fcd43c3d67)
  )
  (wire (pts (xy 38.1 85.09) (xy 38.1 91.44))
    (stroke (width 0) (type default) (color 0 0 0 0))
    (uuid 6c65541b-c0e5-47ad-8319-e88be66b2b64)
  )
  (wire (pts (xy 127 101.6) (xy 127 106.68))
    (stroke (width 0) (type default) (color 0 0 0 0))
    (uuid 7e77dc97-5c57-46ec-814d-abf78c276be6)
  )
  (wire (pts (xy 38.1 114.3) (xy 38.1 111.76))
    (stroke (width 0) (type default) (color 0 0 0 0))
    (uuid 8b230558-b112-489b-9d92-534e12e50dfc)
  )
  (wire (pts (xy 35.56 101.6) (xy 35.56 99.06))
    (stroke (width 0) (type default) (color 0 0 0 0))
    (uuid edafb3db-deff-40ac-8c30-73dd7c3630f6)
  )

  (text "https://samueldperry.com/2017/12/25/multi-led-joule-thief-v2/"
    (at 24.13 198.12 0)
    (effects (font (size 1.27 1.27)) (justify left bottom))
    (uuid 09bc6a40-b4bc-4ab2-958e-7caa32e676c5)
  )

  (global_label "CATHODE" (shape output) (at 203.2 106.68 180) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify right))
    (uuid 018f5318-edf3-406e-8b34-1239774f7ef0)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 192.4696 106.6006 0)
      (effects (font (size 1.27 1.27)) (justify right) hide)
    )
  )
  (global_label "CATHODE" (shape output) (at 203.2 81.28 180) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify right))
    (uuid 21f01b60-d294-4c4d-937b-a4418327d128)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 192.4696 81.2006 0)
      (effects (font (size 1.27 1.27)) (justify right) hide)
    )
  )
  (global_label "ANODE" (shape input) (at 203.2 93.98 180) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify right))
    (uuid 2d963135-d8e9-4856-b8af-b58dc790eeb9)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 152.4 259.08 0)
      (effects (font (size 1.27 1.27)) hide)
    )
  )
  (global_label "ANODE" (shape input) (at 203.2 124.46 180) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify right))
    (uuid 36509990-310b-486d-8f77-839d82581019)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 152.4 289.56 0)
      (effects (font (size 1.27 1.27)) hide)
    )
  )
  (global_label "CATHODE" (shape output) (at 203.2 121.92 180) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify right))
    (uuid 38735479-75bd-4e0e-b684-259b5a943999)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 192.4696 121.8406 0)
      (effects (font (size 1.27 1.27)) (justify right) hide)
    )
  )
  (global_label "ANODE" (shape input) (at 203.2 109.22 180) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify right))
    (uuid 38d094cc-a325-4c37-8d66-5481c966812d)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 152.4 274.32 0)
      (effects (font (size 1.27 1.27)) hide)
    )
  )
  (global_label "CATHODE" (shape output) (at 203.2 86.36 180) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify right))
    (uuid 3bd2392a-f99e-43c9-9fc5-573c0db1ba82)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 192.4696 86.2806 0)
      (effects (font (size 1.27 1.27)) (justify right) hide)
    )
  )
  (global_label "ANODE" (shape input) (at 203.2 104.14 180) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify right))
    (uuid 411323c1-b0bb-4165-9fe9-dd689ae28d39)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 152.4 269.24 0)
      (effects (font (size 1.27 1.27)) hide)
    )
  )
  (global_label "CATHODE" (shape output) (at 203.2 101.6 180) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify right))
    (uuid 788844de-2d54-419d-add9-2b83e98bda1c)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 192.4696 101.5206 0)
      (effects (font (size 1.27 1.27)) (justify right) hide)
    )
  )
  (global_label "CATHODE" (shape output) (at 203.2 116.84 180) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify right))
    (uuid 7a18a1cd-da21-41d2-a76b-59f96a0d6720)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 192.4696 116.7606 0)
      (effects (font (size 1.27 1.27)) (justify right) hide)
    )
  )
  (global_label "ANODE" (shape input) (at 203.2 83.82 180) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify right))
    (uuid 809ec048-d0c9-4547-afa8-eb621426953c)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 152.4 248.92 0)
      (effects (font (size 1.27 1.27)) hide)
    )
  )
  (global_label "CATHODE" (shape output) (at 203.2 91.44 180) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify right))
    (uuid 88fea392-e71b-4b72-8de5-d3f97afeb0d8)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 192.4696 91.3606 0)
      (effects (font (size 1.27 1.27)) (justify right) hide)
    )
  )
  (global_label "ANODE" (shape input) (at 203.2 88.9 180) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify right))
    (uuid 90eab063-20da-480e-8fec-291b0332f690)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 152.4 254 0)
      (effects (font (size 1.27 1.27)) hide)
    )
  )
  (global_label "ANODE" (shape input) (at 203.2 114.3 180) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify right))
    (uuid 9516cf37-085c-4e09-9dd4-447e4a372f19)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 152.4 279.4 0)
      (effects (font (size 1.27 1.27)) hide)
    )
  )
  (global_label "ANODE" (shape input) (at 203.2 99.06 180) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify right))
    (uuid 9b261fa2-abce-4f77-bfc5-8624c241f51e)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 152.4 264.16 0)
      (effects (font (size 1.27 1.27)) hide)
    )
  )
  (global_label "ANODE" (shape input) (at 203.2 78.74 180) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify right))
    (uuid 9dcd273b-e6b3-4117-8518-920710a3d38b)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 152.4 243.84 0)
      (effects (font (size 1.27 1.27)) hide)
    )
  )
  (global_label "ANODE" (shape output) (at 127 85.09 0) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify left))
    (uuid 9ecbfc49-5e98-469e-88a3-b42c3da15f05)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 12.7 0 0)
      (effects (font (size 1.27 1.27)) hide)
    )
  )
  (global_label "CATHODE" (shape output) (at 203.2 76.2 180) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify right))
    (uuid ad14e09f-36a3-4f59-a151-174cce205d46)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 192.4696 76.1206 0)
      (effects (font (size 1.27 1.27)) (justify right) hide)
    )
  )
  (global_label "CATHODE" (shape output) (at 203.2 111.76 180) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify right))
    (uuid b0bc1ebb-75a4-4dd7-9141-68ae1f07126b)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 192.4696 111.6806 0)
      (effects (font (size 1.27 1.27)) (justify right) hide)
    )
  )
  (global_label "CATHODE" (shape output) (at 203.2 96.52 180) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify right))
    (uuid bd2cefa3-38b0-4c4a-8e86-6ab3eaae238e)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 192.4696 96.4406 0)
      (effects (font (size 1.27 1.27)) (justify right) hide)
    )
  )
  (global_label "ANODE" (shape input) (at 203.2 119.38 180) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify right))
    (uuid e1b8f244-f4e1-4d43-8825-02309f9e6ada)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 152.4 284.48 0)
      (effects (font (size 1.27 1.27)) hide)
    )
  )
  (global_label "CATHODE" (shape input) (at 127 101.6 0) (fields_autoplaced)
    (effects (font (size 1.27 1.27)) (justify left))
    (uuid e915d62d-9267-4aa0-8f2a-f8ce938d8a11)
    (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 137.7304 101.5206 0)
      (effects (font (size 1.27 1.27)) (justify left) hide)
    )
  )

  (symbol (lib_id "Device:Battery_Cell") (at 38.1 119.38 0) (unit 1)
    (in_bom yes) (on_board yes)
    (uuid 00000000-0000-0000-0000-00006175b4ff)
    (property "Reference" "BT1" (id 0) (at 41.0972 115.7986 0)
      (effects (font (size 1.27 1.27)) (justify left))
    )
    (property "Value" "BK-92" (id 1) (at 41.0972 118.11 0)
      (effects (font (size 1.27 1.27)) (justify left))
    )
    (property "Footprint" "footprints:AA_PCB-Clip" (id 2) (at 41.0972 120.4214 0)
      (effects (font (size 1.27 1.27)) (justify left))
    )
    (property "Datasheet" "~" (id 3) (at 38.1 117.856 90)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid 786a057b-0a8c-42e2-bb3b-d6306a8517d7))
    (pin "2" (uuid 3367eb84-3fa1-44ab-b3e4-93576c7a30ca))
  )

  (symbol (lib_id "power:GND") (at 38.1 121.92 0) (unit 1)
    (in_bom yes) (on_board yes)
    (uuid 00000000-0000-0000-0000-000061765aa9)
    (property "Reference" "#PWR01" (id 0) (at 38.1 128.27 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Value" "GND" (id 1) (at 38.227 126.3142 0))
    (property "Footprint" "" (id 2) (at 38.1 121.92 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "" (id 3) (at 38.1 121.92 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid bce36b24-516f-43ff-b976-1a37f98b521f))
  )

  (symbol (lib_id "Connector_Generic:Conn_01x20") (at 208.28 99.06 0) (unit 1)
    (in_bom yes) (on_board yes) (fields_autoplaced)
    (uuid 0a142063-5e64-4f32-aad9-cc9df6081d3e)
    (property "Reference" "J1" (id 0) (at 210.82 99.0599 0)
      (effects (font (size 1.27 1.27)) (justify left))
    )
    (property "Value" "Conn_01x20" (id 1) (at 210.82 101.5999 0)
      (effects (font (size 1.27 1.27)) (justify left))
    )
    (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x20_P2.54mm_Vertical" (id 2) (at 208.28 99.06 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "~" (id 3) (at 208.28 99.06 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid 3c0d0017-b9fa-4ef9-9016-095c11541672))
    (pin "10" (uuid 22a88c4c-f4e0-46b2-939b-d62f5a1bad16))
    (pin "11" (uuid 6ae12a35-53bc-42dd-aa86-7d209ecf76f1))
    (pin "12" (uuid 266a4a80-172e-4801-9a3c-e3317b7a8303))
    (pin "13" (uuid d9231fc1-ac92-43c6-9ffd-38fd35ca2619))
    (pin "14" (uuid f8adfd25-c8ce-4476-878a-1dc00b607954))
    (pin "15" (uuid fc346ad7-3a36-488d-a178-ab887ec8db36))
    (pin "16" (uuid 6a794d80-e289-4898-8726-6c1b75d2e56b))
    (pin "17" (uuid ca125daf-b7ab-4710-9fc7-3556c5eb866e))
    (pin "18" (uuid fcd23ba7-6978-4663-99ad-ba55be603188))
    (pin "19" (uuid 46d298ef-25fd-4bd2-8790-ccb4f67cf1a4))
    (pin "2" (uuid f47e4c6d-aec2-40ce-b74e-fcdae844fba4))
    (pin "20" (uuid 1a3de243-2660-47ec-b889-fee6bd756ed7))
    (pin "3" (uuid 70058a33-b869-4b66-a4f2-64ab274a9e25))
    (pin "4" (uuid 84142b85-e86b-4da4-9e39-c7094d8cbe26))
    (pin "5" (uuid 85c0d087-a7b7-47e6-9c91-01c27f97637d))
    (pin "6" (uuid 871b8a38-4b9f-4d29-9c6d-72ad3ce908ee))
    (pin "7" (uuid 20bf8fc9-2bcf-4a6b-a320-d1c90e4375cf))
    (pin "8" (uuid aa46d042-0fde-4631-812f-2313ba20c8e3))
    (pin "9" (uuid d2842c57-0c30-4144-bd32-333154192201))
  )

  (symbol (lib_id "Switch:SW_Push_DPDT") (at 38.1 106.68 90) (unit 1)
    (in_bom yes) (on_board yes)
    (uuid 5edc9052-37e6-4d90-b3ff-39b3e853b992)
    (property "Reference" "SW1" (id 0) (at 47.9552 105.5116 90)
      (effects (font (size 1.27 1.27)) (justify right))
    )
    (property "Value" "JS202011JCQN" (id 1) (at 47.9552 107.823 90)
      (effects (font (size 1.27 1.27)) (justify right))
    )
    (property "Footprint" "Button_Switch_SMD:SW_DPDT_CK_JS202011JCQN" (id 2) (at 33.02 106.68 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "~" (id 3) (at 33.02 106.68 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid 1f1c2fba-d19e-4cd0-b30e-3ab149082568))
    (pin "2" (uuid 8dd6e6a2-c49f-41b4-83a3-ba21c61dc776))
    (pin "3" (uuid fd4acf3f-ce3e-47f1-9330-5bac86269939))
    (pin "4" (uuid 60ac3b8e-4eb7-48b6-bb85-197ef8d2bb62))
    (pin "5" (uuid aaa3eb4b-60bf-456b-b511-febbdc6c8b43))
    (pin "6" (uuid 2c2a34e7-b5bc-4d98-bedb-e0a478707028))
  )

  (symbol (lib_id "power:GND") (at 127 106.68 0) (unit 1)
    (in_bom yes) (on_board yes)
    (uuid a7b4a3b9-ea83-4431-88e4-1f08f4ef1f6d)
    (property "Reference" "#PWR0101" (id 0) (at 127 113.03 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Value" "GND" (id 1) (at 127.127 111.0742 0))
    (property "Footprint" "" (id 2) (at 127 106.68 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "" (id 3) (at 127 106.68 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid 5a3b879b-cedc-4d73-a007-bdaf95945d4c))
  )

  (symbol (lib_id "Device:Battery_Cell") (at 38.1 96.52 0) (unit 1)
    (in_bom yes) (on_board yes)
    (uuid e237c42a-60f4-4e3b-9517-165d72aa21e5)
    (property "Reference" "BT2" (id 0) (at 41.0972 92.9386 0)
      (effects (font (size 1.27 1.27)) (justify left))
    )
    (property "Value" "BK-92" (id 1) (at 41.0972 95.25 0)
      (effects (font (size 1.27 1.27)) (justify left))
    )
    (property "Footprint" "footprints:AA_PCB-Clip" (id 2) (at 41.0972 97.5614 0)
      (effects (font (size 1.27 1.27)) (justify left))
    )
    (property "Datasheet" "~" (id 3) (at 38.1 94.996 90)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid a2a1bee1-c349-4ba7-83d1-720f7988c5a7))
    (pin "2" (uuid 9709f9aa-2ef4-4af3-8677-20260ccd439a))
  )

  (sheet_instances
    (path "/" (page "1"))
  )

  (symbol_instances
    (path "/00000000-0000-0000-0000-000061765aa9"
      (reference "#PWR01") (unit 1) (value "GND") (footprint "")
    )
    (path "/a7b4a3b9-ea83-4431-88e4-1f08f4ef1f6d"
      (reference "#PWR0101") (unit 1) (value "GND") (footprint "")
    )
    (path "/00000000-0000-0000-0000-00006175b4ff"
      (reference "BT1") (unit 1) (value "BK-92") (footprint "footprints:AA_PCB-Clip")
    )
    (path "/e237c42a-60f4-4e3b-9517-165d72aa21e5"
      (reference "BT2") (unit 1) (value "BK-92") (footprint "footprints:AA_PCB-Clip")
    )
    (path "/0a142063-5e64-4f32-aad9-cc9df6081d3e"
      (reference "J1") (unit 1) (value "Conn_01x20") (footprint "Connector_PinSocket_2.54mm:PinSocket_1x20_P2.54mm_Vertical")
    )
    (path "/5edc9052-37e6-4d90-b3ff-39b3e853b992"
      (reference "SW1") (unit 1) (value "JS202011JCQN") (footprint "Button_Switch_SMD:SW_DPDT_CK_JS202011JCQN")
    )
  )
)