-
Notifications
You must be signed in to change notification settings - Fork 3
/
als.kicad_sch
721 lines (708 loc) · 28.6 KB
/
als.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
(kicad_sch (version 20210126) (generator eeschema)
(paper "A4")
(lib_symbols
(symbol "Connector_Generic:Conn_02x12_Odd_Even" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
(property "Reference" "J" (id 0) (at 1.27 15.24 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "Conn_02x12_Odd_Even" (id 1) (at 1.27 -17.78 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, double row, 02x12, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), 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*:*_2x??_*" (id 6) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "Conn_02x12_Odd_Even_1_1"
(rectangle (start -1.27 -15.113) (end 0 -15.367)
(stroke (width 0.1524)) (fill (type none))
)
(rectangle (start -1.27 -12.573) (end 0 -12.827)
(stroke (width 0.1524)) (fill (type none))
)
(rectangle (start -1.27 -10.033) (end 0 -10.287)
(stroke (width 0.1524)) (fill (type none))
)
(rectangle (start -1.27 -7.493) (end 0 -7.747)
(stroke (width 0.1524)) (fill (type none))
)
(rectangle (start -1.27 -4.953) (end 0 -5.207)
(stroke (width 0.1524)) (fill (type none))
)
(rectangle (start -1.27 -2.413) (end 0 -2.667)
(stroke (width 0.1524)) (fill (type none))
)
(rectangle (start -1.27 0.127) (end 0 -0.127)
(stroke (width 0.1524)) (fill (type none))
)
(rectangle (start -1.27 2.667) (end 0 2.413)
(stroke (width 0.1524)) (fill (type none))
)
(rectangle (start -1.27 5.207) (end 0 4.953)
(stroke (width 0.1524)) (fill (type none))
)
(rectangle (start -1.27 7.747) (end 0 7.493)
(stroke (width 0.1524)) (fill (type none))
)
(rectangle (start -1.27 10.287) (end 0 10.033)
(stroke (width 0.1524)) (fill (type none))
)
(rectangle (start -1.27 12.827) (end 0 12.573)
(stroke (width 0.1524)) (fill (type none))
)
(rectangle (start 3.81 -15.113) (end 2.54 -15.367)
(stroke (width 0.1524)) (fill (type none))
)
(rectangle (start 3.81 -12.573) (end 2.54 -12.827)
(stroke (width 0.1524)) (fill (type none))
)
(rectangle (start 3.81 -10.033) (end 2.54 -10.287)
(stroke (width 0.1524)) (fill (type none))
)
(rectangle (start 3.81 -7.493) (end 2.54 -7.747)
(stroke (width 0.1524)) (fill (type none))
)
(rectangle (start 3.81 -4.953) (end 2.54 -5.207)
(stroke (width 0.1524)) (fill (type none))
)
(rectangle (start 3.81 -2.413) (end 2.54 -2.667)
(stroke (width 0.1524)) (fill (type none))
)
(rectangle (start 3.81 0.127) (end 2.54 -0.127)
(stroke (width 0.1524)) (fill (type none))
)
(rectangle (start 3.81 2.667) (end 2.54 2.413)
(stroke (width 0.1524)) (fill (type none))
)
(rectangle (start 3.81 5.207) (end 2.54 4.953)
(stroke (width 0.1524)) (fill (type none))
)
(rectangle (start 3.81 7.747) (end 2.54 7.493)
(stroke (width 0.1524)) (fill (type none))
)
(rectangle (start 3.81 10.287) (end 2.54 10.033)
(stroke (width 0.1524)) (fill (type none))
)
(rectangle (start 3.81 12.827) (end 2.54 12.573)
(stroke (width 0.1524)) (fill (type none))
)
(rectangle (start -1.27 13.97) (end 3.81 -16.51)
(stroke (width 0.254)) (fill (type background))
)
(pin passive line (at -5.08 12.7 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 7.62 2.54 180) (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 0 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 7.62 0 180) (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 -2.54 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 7.62 -2.54 180) (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 -5.08 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 7.62 -5.08 180) (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 -7.62 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 7.62 -7.62 180) (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 -10.16 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 7.62 12.7 180) (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 7.62 -10.16 180) (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 -12.7 0) (length 3.81)
(name "Pin_21" (effects (font (size 1.27 1.27))))
(number "21" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 7.62 -12.7 180) (length 3.81)
(name "Pin_22" (effects (font (size 1.27 1.27))))
(number "22" (effects (font (size 1.27 1.27))))
)
(pin passive line (at -5.08 -15.24 0) (length 3.81)
(name "Pin_23" (effects (font (size 1.27 1.27))))
(number "23" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 7.62 -15.24 180) (length 3.81)
(name "Pin_24" (effects (font (size 1.27 1.27))))
(number "24" (effects (font (size 1.27 1.27))))
)
(pin passive line (at -5.08 10.16 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 7.62 10.16 180) (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 7.62 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 7.62 7.62 180) (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 5.08 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 7.62 5.08 180) (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 "Interface:TCA9802" (in_bom yes) (on_board yes)
(property "Reference" "U" (id 0) (at -7.62 11.43 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "TCA9802" (id 1) (at 5.08 11.43 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Package_SO:VSSOP-8_3.0x3.0mm_P0.65mm" (id 2) (at 22.86 -11.43 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "http://www.ti.com/lit/ds/symlink/tca9802.pdf" (id 3) (at -7.62 11.43 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "I2C buffer repeater" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Level-Translating I2C Bus Buffer/Repeater 2.2mA Current Source, VSSOP-8" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "VSSOP*3.0x3.0mm*P0.65mm*" (id 6) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "TCA9802_0_1"
(rectangle (start -7.62 10.16) (end 7.62 -10.16)
(stroke (width 0.254)) (fill (type background))
)
)
(symbol "TCA9802_1_1"
(pin power_in line (at -2.54 12.7 270) (length 2.54)
(name "VCCA" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -10.16 2.54 0) (length 2.54)
(name "SCLA" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -10.16 0 0) (length 2.54)
(name "SDAA" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at 0 -12.7 90) (length 2.54)
(name "GND" (effects (font (size 1.27 1.27))))
(number "4" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 -2.54 0) (length 2.54)
(name "EN" (effects (font (size 1.27 1.27))))
(number "5" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 10.16 0 180) (length 2.54)
(name "SDAB" (effects (font (size 1.27 1.27))))
(number "6" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 10.16 2.54 180) (length 2.54)
(name "SCLB" (effects (font (size 1.27 1.27))))
(number "7" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at 2.54 12.7 270) (length 2.54)
(name "VCCB" (effects (font (size 1.27 1.27))))
(number "8" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "MIC5365-3.0YD5-TR:MIC5365-3.0YD5-TR" (pin_names (offset 0.254)) (in_bom yes) (on_board yes)
(property "Reference" "U" (id 0) (at 20.32 -1.27 0)
(effects (font (size 1.524 1.524)))
)
(property "Value" "MIC5365-3.0YD5-TR" (id 1) (at 36.83 -12.7 0)
(effects (font (size 1.524 1.524)))
)
(property "Footprint" "Package_TO_SOT_SMD:SOT-23-5_HandSoldering" (id 2) (at 19.05 -3.81 0)
(effects (font (size 1.524 1.524)) hide)
)
(property "Datasheet" "" (id 3) (at 0 0 0)
(effects (font (size 1.524 1.524)))
)
(property "ki_fp_filters" "TMLF-4_MCH" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "MIC5365-3.0YD5-TR_1_1"
(polyline
(pts
(xy 6.985 -2.54)
(xy 5.715 -3.175)
)
(stroke (width 0.127)) (fill (type none))
)
(polyline
(pts
(xy 6.985 -2.54)
(xy 5.715 -1.905)
)
(stroke (width 0.127)) (fill (type none))
)
(polyline
(pts
(xy 7.62 -10.16)
(xy 33.02 -10.16)
)
(stroke (width 0.127)) (fill (type none))
)
(polyline
(pts
(xy 7.62 5.08)
(xy 7.62 -10.16)
)
(stroke (width 0.127)) (fill (type none))
)
(polyline
(pts
(xy 11.43 5.715)
(xy 10.795 6.985)
)
(stroke (width 0.127)) (fill (type none))
)
(polyline
(pts
(xy 11.43 5.715)
(xy 12.065 6.985)
)
(stroke (width 0.127)) (fill (type none))
)
(polyline
(pts
(xy 28.575 5.715)
(xy 29.21 6.985)
)
(stroke (width 0.127)) (fill (type none))
)
(polyline
(pts
(xy 29.845 5.715)
(xy 29.21 6.985)
)
(stroke (width 0.127)) (fill (type none))
)
(polyline
(pts
(xy 33.02 -10.16)
(xy 33.02 5.08)
)
(stroke (width 0.127)) (fill (type none))
)
(polyline
(pts
(xy 33.02 5.08)
(xy 7.62 5.08)
)
(stroke (width 0.127)) (fill (type none))
)
(pin power_out line (at 29.21 12.7 270) (length 7.62)
(name "VOUT" (effects (font (size 1.4986 1.4986))))
(number "1" (effects (font (size 1.4986 1.4986))))
)
(pin power_in line (at 19.05 -17.78 90) (length 7.62)
(name "GND" (effects (font (size 1.4986 1.4986))))
(number "2" (effects (font (size 1.4986 1.4986))))
)
(pin input line (at 0 -2.54 0) (length 7.62)
(name "EN" (effects (font (size 1.4986 1.4986))))
(number "3" (effects (font (size 1.4986 1.4986))))
)
(pin power_in line (at 11.43 12.7 270) (length 7.62)
(name "VIN" (effects (font (size 1.4986 1.4986))))
(number "4" (effects (font (size 1.4986 1.4986))))
)
(pin passive line (at 21.59 -17.78 90) (length 7.62)
(name "EPAD" (effects (font (size 1.4986 1.4986))))
(number "5" (effects (font (size 1.4986 1.4986))))
)
)
)
(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)) (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 125.73 58.42) (diameter 1.016) (color 0 0 0 0))
(junction (at 128.27 87.63) (diameter 1.016) (color 0 0 0 0))
(junction (at 128.27 90.17) (diameter 1.016) (color 0 0 0 0))
(junction (at 128.27 92.71) (diameter 1.016) (color 0 0 0 0))
(junction (at 128.27 95.25) (diameter 1.016) (color 0 0 0 0))
(junction (at 128.27 97.79) (diameter 1.016) (color 0 0 0 0))
(junction (at 128.27 100.33) (diameter 1.016) (color 0 0 0 0))
(junction (at 128.27 102.87) (diameter 1.016) (color 0 0 0 0))
(junction (at 128.27 105.41) (diameter 1.016) (color 0 0 0 0))
(junction (at 128.27 107.95) (diameter 1.016) (color 0 0 0 0))
(junction (at 134.62 111.76) (diameter 1.016) (color 0 0 0 0))
(junction (at 140.97 92.71) (diameter 1.016) (color 0 0 0 0))
(junction (at 140.97 95.25) (diameter 1.016) (color 0 0 0 0))
(junction (at 140.97 97.79) (diameter 1.016) (color 0 0 0 0))
(junction (at 140.97 100.33) (diameter 1.016) (color 0 0 0 0))
(junction (at 140.97 102.87) (diameter 1.016) (color 0 0 0 0))
(junction (at 140.97 105.41) (diameter 1.016) (color 0 0 0 0))
(junction (at 140.97 107.95) (diameter 1.016) (color 0 0 0 0))
(no_connect (at 88.9 85.09) (uuid 078d13dc-b7af-4b09-b3a5-8aaa67dd4598))
(wire (pts (xy 105.41 27.94) (xy 105.41 43.18))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid b174f21b-bfe5-491a-88b3-6ef267d557c0)
)
(wire (pts (xy 109.22 80.01) (xy 128.27 80.01))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid 89c2cca8-6582-4ed6-be90-302553964afb)
)
(wire (pts (xy 109.22 82.55) (xy 128.27 82.55))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid 804a89ce-8f9b-40d5-bb6f-9cbcb5ad7a7f)
)
(wire (pts (xy 116.84 27.94) (xy 105.41 27.94))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid b174f21b-bfe5-491a-88b3-6ef267d557c0)
)
(wire (pts (xy 124.46 58.42) (xy 125.73 58.42))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid 2821830b-1e86-4458-9a63-30a8d1836485)
)
(wire (pts (xy 125.73 58.42) (xy 127 58.42))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid 2821830b-1e86-4458-9a63-30a8d1836485)
)
(wire (pts (xy 128.27 85.09) (xy 128.27 87.63))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid 5597c7a4-ec43-4aec-90ba-436ccf7266c8)
)
(wire (pts (xy 128.27 87.63) (xy 128.27 90.17))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid 5597c7a4-ec43-4aec-90ba-436ccf7266c8)
)
(wire (pts (xy 128.27 90.17) (xy 128.27 92.71))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid 5597c7a4-ec43-4aec-90ba-436ccf7266c8)
)
(wire (pts (xy 128.27 92.71) (xy 128.27 95.25))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid 5597c7a4-ec43-4aec-90ba-436ccf7266c8)
)
(wire (pts (xy 128.27 95.25) (xy 128.27 97.79))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid 5597c7a4-ec43-4aec-90ba-436ccf7266c8)
)
(wire (pts (xy 128.27 97.79) (xy 128.27 100.33))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid 5597c7a4-ec43-4aec-90ba-436ccf7266c8)
)
(wire (pts (xy 128.27 100.33) (xy 128.27 102.87))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid 5597c7a4-ec43-4aec-90ba-436ccf7266c8)
)
(wire (pts (xy 128.27 102.87) (xy 128.27 105.41))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid 5597c7a4-ec43-4aec-90ba-436ccf7266c8)
)
(wire (pts (xy 128.27 105.41) (xy 128.27 107.95))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid 5597c7a4-ec43-4aec-90ba-436ccf7266c8)
)
(wire (pts (xy 128.27 107.95) (xy 128.27 111.76))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid 5597c7a4-ec43-4aec-90ba-436ccf7266c8)
)
(wire (pts (xy 128.27 111.76) (xy 134.62 111.76))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid 5597c7a4-ec43-4aec-90ba-436ccf7266c8)
)
(wire (pts (xy 140.97 90.17) (xy 140.97 92.71))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid 602ef360-656d-41dc-983c-88695fa79d22)
)
(wire (pts (xy 140.97 92.71) (xy 140.97 95.25))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid 602ef360-656d-41dc-983c-88695fa79d22)
)
(wire (pts (xy 140.97 95.25) (xy 140.97 97.79))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid 602ef360-656d-41dc-983c-88695fa79d22)
)
(wire (pts (xy 140.97 97.79) (xy 140.97 100.33))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid 602ef360-656d-41dc-983c-88695fa79d22)
)
(wire (pts (xy 140.97 100.33) (xy 140.97 102.87))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid 602ef360-656d-41dc-983c-88695fa79d22)
)
(wire (pts (xy 140.97 102.87) (xy 140.97 105.41))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid 602ef360-656d-41dc-983c-88695fa79d22)
)
(wire (pts (xy 140.97 105.41) (xy 140.97 107.95))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid 602ef360-656d-41dc-983c-88695fa79d22)
)
(wire (pts (xy 140.97 107.95) (xy 140.97 111.76))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid 602ef360-656d-41dc-983c-88695fa79d22)
)
(wire (pts (xy 140.97 111.76) (xy 134.62 111.76))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid 602ef360-656d-41dc-983c-88695fa79d22)
)
(wire (pts (xy 142.24 83.82) (xy 140.97 82.55))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid 2b8afe4e-a33f-472c-894d-6da6982656ab)
)
(label "VCC_3.0" (at 101.6 69.85 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid cb449ba8-3675-465f-83f6-45e34486cd3c)
)
(label "SCL_3.0" (at 121.92 80.01 180)
(effects (font (size 1.27 1.27)) (justify right bottom))
(uuid 03961ef5-112e-4478-86fe-f7562c29651f)
)
(label "SDA_3.0" (at 121.92 82.55 180)
(effects (font (size 1.27 1.27)) (justify right bottom))
(uuid 2261a6d5-2554-40cd-bfa0-84f582b99e3f)
)
(label "VCC_3.0" (at 134.62 27.94 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid 80a2afed-e00b-47b2-b2de-b334f642d69d)
)
(label "VCC_3.0" (at 142.24 83.82 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid ab575247-5320-48f8-a5ac-45b0610edbf5)
)
(hierarchical_label "SCL" (shape input) (at 88.9 80.01 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 308f4f5b-87b5-4129-9911-f0a552916fba)
)
(hierarchical_label "SDA" (shape input) (at 88.9 82.55 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid af103d36-e50b-41dc-956a-36b31991ebc5)
)
(hierarchical_label "VCC_3.3" (shape input) (at 96.52 69.85 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid e23c992b-29bc-4438-babb-090cb19a650c)
)
(hierarchical_label "VCC_3.3" (shape input) (at 105.41 27.94 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 54620764-6652-47c3-8f7d-86115e842217)
)
(hierarchical_label "ALS_INT_L" (shape input) (at 140.97 80.01 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 22bee6f1-a6cd-4aca-a8b8-cd958b1f74f5)
)
(hierarchical_label "COMP_RST_L" (shape input) (at 140.97 85.09 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 8d8d7d36-80fe-41d2-8d70-ad4e2f60c8d7)
)
(hierarchical_label "COMP_INT_L" (shape input) (at 140.97 87.63 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 89c52994-5a0d-4f80-9a50-782eaac93740)
)
(symbol (lib_id "power:GND") (at 99.06 95.25 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 6b9ea1a1-01bb-4fbc-bc7e-d4b5612b58b0)
(property "Reference" "#PWR0126" (id 0) (at 99.06 101.6 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 99.06 99.5744 0))
(property "Footprint" "" (id 2) (at 99.06 95.25 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 99.06 95.25 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 361b93f4-cfd1-41a1-a410-cbdf54831607))
)
(symbol (lib_id "power:GND") (at 125.73 58.42 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 14c7a83b-86a6-49de-98cb-bd970e7da31b)
(property "Reference" "#PWR0139" (id 0) (at 125.73 64.77 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 125.73 62.7444 0))
(property "Footprint" "" (id 2) (at 125.73 58.42 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 125.73 58.42 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 81b2368d-1800-4fbb-85ef-4f3520453529))
)
(symbol (lib_id "power:GND") (at 134.62 111.76 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 4a52f7a8-b3bb-49ea-bf5d-c5cfb91d46fd)
(property "Reference" "#PWR0125" (id 0) (at 134.62 118.11 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 134.62 116.0844 0))
(property "Footprint" "" (id 2) (at 134.62 111.76 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 134.62 111.76 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid c3470c82-29a7-4017-b6ef-7a27458ed672))
)
(symbol (lib_id "Connector_Generic:Conn_02x12_Odd_Even") (at 133.35 92.71 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 78022ed6-df53-4a6b-a7fd-76294b2fec4e)
(property "Reference" "J11" (id 0) (at 134.62 75.3068 0))
(property "Value" "Conn_02x12_Odd_Even" (id 1) (at 134.62 77.6055 0))
(property "Footprint" "footprints:AA03-S024VA1" (id 2) (at 133.35 92.71 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 133.35 92.71 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 4ecb47b4-7fc2-47a9-a245-f5fd4519335a))
(pin "10" (uuid 1b3fbfc9-55a7-40b9-87b4-97212e91095d))
(pin "11" (uuid 9dcc2774-a2f8-4fe7-a52a-dde9558e7748))
(pin "12" (uuid 5bc61c76-f5e8-4b1e-b4e4-2d38b9716ff0))
(pin "13" (uuid 3228b562-301d-4318-b897-43c1b082cb7e))
(pin "14" (uuid 20caae12-57ab-40f1-8623-a43deccac0d4))
(pin "15" (uuid 0da74174-8404-48c6-8b18-126810f2fc98))
(pin "16" (uuid 9ccc4fbb-8ff9-47ef-aba7-3e30112c2b0a))
(pin "17" (uuid 964d4d0b-d701-4a47-aa97-0e535dc8b8a5))
(pin "18" (uuid 7dd2087a-fa7d-4ece-9c9e-7274a2653d2f))
(pin "19" (uuid c31536b9-68a1-460f-957b-a57468eb2291))
(pin "2" (uuid 0184476d-9c1b-4769-b936-2306c4ded9af))
(pin "20" (uuid cd6acb96-0278-48f0-9f65-08ac8e48f7af))
(pin "21" (uuid eef28cf0-61e4-4a61-a20a-d664f33ce543))
(pin "22" (uuid 7e2ecd6f-1cf2-45cd-871b-f4fb6edbb13a))
(pin "23" (uuid 3a431c8e-74cf-4405-bcdb-75c02a17ffd9))
(pin "24" (uuid 0d707642-4807-4067-9d9a-8b954592545a))
(pin "3" (uuid 8b6ba1d3-03d4-44c3-858f-aa4d15b0c50d))
(pin "4" (uuid 67bb713d-a244-469a-a5fb-073df06e942b))
(pin "5" (uuid 3ecc15cc-c914-450b-be59-8a36f1acaee9))
(pin "6" (uuid ebf5ac34-3a5a-4907-b46e-c07b32078707))
(pin "7" (uuid 03b566ee-545f-4be2-885b-4953360160a3))
(pin "8" (uuid 23066db8-4325-4708-888a-d97277d04185))
(pin "9" (uuid 78eb57b2-5b40-4a8c-9359-57f36de1a58c))
)
(symbol (lib_id "Interface:TCA9802") (at 99.06 82.55 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 93f53bed-e069-4f03-aa65-267475a61a1d)
(property "Reference" "U14" (id 0) (at 99.06 97.4154 0))
(property "Value" "TCA9802" (id 1) (at 99.06 102.2541 0))
(property "Footprint" "Package_SO:VSSOP-8_3.0x3.0mm_P0.65mm" (id 2) (at 121.92 93.98 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "http://www.ti.com/lit/ds/symlink/tca9802.pdf" (id 3) (at 91.44 71.12 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 0f599e2f-a49c-4e69-ad05-8cc1d6a69eb1))
(pin "2" (uuid 7cd5849b-32bb-4f5a-9d3e-d07d4770ef25))
(pin "3" (uuid 3b135e4b-29a8-4cdb-b06c-dfd9d71f00a4))
(pin "4" (uuid db9043b6-16ce-4490-89db-31aab73b689d))
(pin "5" (uuid 1e4759ba-4804-4288-9210-47d5bbcdf1f9))
(pin "6" (uuid 0652e617-b9c4-4c2b-8f91-a646dea0acea))
(pin "7" (uuid f72a9e62-341e-49e6-9580-2b2901a7c46e))
(pin "8" (uuid ce92ac91-c45b-4e57-925b-fe420a5572ce))
)
(symbol (lib_id "MIC5365-3.0YD5-TR:MIC5365-3.0YD5-TR") (at 105.41 40.64 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid d6fcee26-f1e8-475e-b0f0-d1cf4c78cc87)
(property "Reference" "U16" (id 0) (at 139.1285 42.2924 0)
(effects (font (size 1.524 1.524)) (justify left))
)
(property "Value" "MIC5365-3.0YD5-TR" (id 1) (at 139.1285 45 0)
(effects (font (size 1.524 1.524)) (justify left))
)
(property "Footprint" "Package_TO_SOT_SMD:SOT-23-5_HandSoldering" (id 2) (at 124.46 44.45 0)
(effects (font (size 1.524 1.524)) hide)
)
(property "Datasheet" "" (id 3) (at 105.41 40.64 0)
(effects (font (size 1.524 1.524)))
)
(pin "1" (uuid e2a37cf9-3cab-4405-a8ea-c27a74adf71b))
(pin "2" (uuid 2b23a531-2e40-447c-b5e9-44bca7d5000c))
(pin "3" (uuid 44e4aee9-5ba9-4000-abe7-c19e6d0dccc3))
(pin "4" (uuid 22515118-6641-4ded-affa-6a8c6818e0ac))
(pin "5" (uuid f8754337-246d-485a-88fb-70b650980ddd))
)
)