-
Notifications
You must be signed in to change notification settings - Fork 3
/
ATM90E26_Featherwing.net
946 lines (946 loc) · 35.6 KB
/
ATM90E26_Featherwing.net
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
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
(export (version D)
(design
(source C:\Users\Tisham\Documents\kicad\ATM90E26_Featherwing\ATM90E26_Featherwing.sch)
(date "23/12/2019 8:11:41 AM")
(tool "Eeschema (5.1.5)-3")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title)
(company)
(rev)
(date)
(source ATM90E26_Featherwing.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref LOGO1)
(value OSHW-LOGOM)
(footprint Symbols:OSHW-Logo2_7.3x6mm_Copper)
(fields
(field (name DNP) " "))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part OSHW-LOGOM) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 994F8438))
(comp (ref CF1)
(value WIREPADSMD1,27-254)
(footprint ATM90E26_Featherwing:SMD1,27-2,54)
(fields
(field (name DNP) " "))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part WIREPADSMD1,27-254) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 92C0C2C7))
(comp (ref U1)
(value ATM90E26)
(footprint ATM90E26_Featherwing:SSOP-28)
(fields
(field (name manf#) ATM90E26-YU-B))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part ATM90E26) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 94FABF20))
(comp (ref CF2)
(value WIREPADSMD1,27-254)
(footprint ATM90E26_Featherwing:SMD1,27-2,54)
(fields
(field (name DNP) " "))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part WIREPADSMD1,27-254) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp AF346ECE))
(comp (ref WARN1)
(value WIREPADSMD1,27-254)
(footprint ATM90E26_Featherwing:SMD1,27-2,54)
(fields
(field (name DNP) " "))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part WIREPADSMD1,27-254) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 9AAB8EE5))
(comp (ref INT1)
(value WIREPADSMD1,27-254)
(footprint ATM90E26_Featherwing:SMD1,27-2,54)
(fields
(field (name DNP) " "))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part WIREPADSMD1,27-254) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 9533A0C3))
(comp (ref ZX1)
(value WIREPADSMD1,27-254)
(footprint ATM90E26_Featherwing:SMD1,27-2,54)
(fields
(field (name DNP) " "))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part WIREPADSMD1,27-254) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 40767F2A))
(comp (ref C8)
(value 10uf)
(footprint ATM90E26_Featherwing:AVX-A)
(fields
(field (name manf#) TAJA106K010RNJV))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part "TANTALUM-SMD-22UF-10V(AVX-A)") (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 13B372FD))
(comp (ref C1)
(value 10uf)
(footprint ATM90E26_Featherwing:AVX-A)
(fields
(field (name manf#) TAJA106K010RNJV))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part "TANTALUM-SMD-22UF-10V(AVX-A)") (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 180D41D9))
(comp (ref C2)
(value 100n)
(footprint ATM90E26_Featherwing:C0603)
(fields
(field (name manf#) GCJ188R71H104KA12D))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part C-0603) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp AEC71D01))
(comp (ref C9)
(value 100n)
(footprint ATM90E26_Featherwing:C0603)
(fields
(field (name manf#) GCJ188R71H104KA12D))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part C-0603) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 93F3FA2A))
(comp (ref C6)
(value 100n)
(footprint ATM90E26_Featherwing:C0603)
(fields
(field (name manf#) GCJ188R71H104KA12D))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part C-0603) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp E24BCDB6))
(comp (ref Q1)
(value 8.192MHz)
(footprint ATM90E26_Featherwing:HC49UP)
(fields
(field (name manf#) ABLS-8.192MHZ-B2-T))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part CRYSTALHC49UP) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 56A7AB31))
(comp (ref C11)
(value 27p)
(footprint ATM90E26_Featherwing:C0603)
(fields
(field (name manf#) C0603C270F4HACTU))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part C-0603) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 33864A69))
(comp (ref C12)
(value 27p)
(footprint ATM90E26_Featherwing:C0603)
(fields
(field (name manf#) C0603C270F4HACTU))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part C-0603) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 265FE1EF))
(comp (ref R2)
(value 1K)
(footprint ATM90E26_Featherwing:R0603)
(fields
(field (name manf#) CRT0603-FY-1001ELF))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part "SMD-RES-1K(0603)") (description ""))
(sheetpath (names /) (tstamps /))
(tstamp FA6D7899))
(comp (ref R3)
(value 1K)
(footprint ATM90E26_Featherwing:R0603)
(fields
(field (name manf#) CRT0603-FY-1001ELF))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part "SMD-RES-1K(0603)") (description ""))
(sheetpath (names /) (tstamps /))
(tstamp DF39756A))
(comp (ref C4)
(value 33n)
(footprint ATM90E26_Featherwing:C0603)
(fields
(field (name manf#) GCJ188R71H333KA12D))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part C-0603) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 3383F2DA))
(comp (ref C5)
(value 33n)
(footprint ATM90E26_Featherwing:C0603)
(fields
(field (name manf#) GCJ188R71H333KA12D))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part C-0603) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 1B857C3C))
(comp (ref C13)
(value 33n)
(footprint ATM90E26_Featherwing:C0603)
(fields
(field (name manf#) GCJ188R71H333KA12D))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part C-0603) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 59D59327))
(comp (ref R9)
(value 1K)
(footprint ATM90E26_Featherwing:R0603)
(fields
(field (name manf#) CRT0603-FY-1001ELF))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part "SMD-RES-1K(0603)") (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 566DAAD1))
(comp (ref R6)
(value 1K)
(footprint ATM90E26_Featherwing:R0603)
(fields
(field (name manf#) CRT0603-FY-1001ELF))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part "SMD-RES-1K(0603)") (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 64D54441))
(comp (ref C10)
(value 33n)
(footprint ATM90E26_Featherwing:C0603)
(fields
(field (name manf#) GCJ188R71H333KA12D))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part C-0603) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5E9E3D95))
(comp (ref R8)
(value 2.4R)
(footprint ATM90E26_Featherwing:R0603)
(fields
(field (name manf#) CRCW06032R40FKEA))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part "SMD-RES-1K(0603)") (description ""))
(sheetpath (names /) (tstamps /))
(tstamp A94CCE6E))
(comp (ref R7)
(value 2.4R)
(footprint ATM90E26_Featherwing:R0603)
(fields
(field (name manf#) CRCW06032R40FKEA))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part "SMD-RES-1K(0603)") (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 74010D37))
(comp (ref R5)
(value 100R)
(footprint ATM90E26_Featherwing:R0603)
(fields
(field (name manf#) CRT0603-FY-1000ELF))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part "SMD-RES-1K(0603)") (description ""))
(sheetpath (names /) (tstamps /))
(tstamp E2EBFC47))
(comp (ref R1)
(value 100R)
(footprint ATM90E26_Featherwing:R0603)
(fields
(field (name manf#) CRT0603-FY-1000ELF))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part "SMD-RES-1K(0603)") (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 7C684F18))
(comp (ref C7)
(value 330n)
(footprint ATM90E26_Featherwing:C0603)
(fields
(field (name manf#) GCJ188R91E334MA01J))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part C-0603) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 067997B4))
(comp (ref C3)
(value 330n)
(footprint ATM90E26_Featherwing:C0603)
(fields
(field (name manf#) GCJ188R91E334MA01J))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part C-0603) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 4F43C7AF))
(comp (ref I2P_IN1)
(value WIREPADSMD1,27-254)
(footprint ATM90E26_Featherwing:SMD1,27-2,54)
(fields
(field (name DNP) " "))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part WIREPADSMD1,27-254) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 705A590A))
(comp (ref I2N_IN1)
(value WIREPADSMD1,27-254)
(footprint ATM90E26_Featherwing:SMD1,27-2,54)
(fields
(field (name DNP) " "))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part WIREPADSMD1,27-254) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 2CE42E54))
(comp (ref MS1)
(value FEATHERWING_NODIM)
(footprint ATM90E26_Featherwing:FEATHERWING_DIM)
(fields
(field (name DNP) " "))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part FEATHERWING_NODIM) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp D29686E8))
(comp (ref J4)
(value "12V AC")
(footprint ATM90E26_Featherwing:DC_BARREL_JACK_SMD_2MM)
(fields
(field (name manf#) PJ-002AH-SMT-TR))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part CON_DC_M-DC_SMD) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 14030541))
(comp (ref R10)
(value 100K)
(footprint ATM90E26_Featherwing:R0603)
(fields
(field (name manf#) CRT0603-FY-1003ELF))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part "SMD-RES-0R(0603)") (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 35223906))
(comp (ref R11)
(value INF)
(footprint ATM90E26_Featherwing:R0603)
(fields
(field (name DNP) " "))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part "SMD-RES-0R(0603)") (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 1F0665CF))
(comp (ref D1)
(value MBRA140)
(footprint ATM90E26_Featherwing:SMA-DIODE)
(fields
(field (name manf#) VS-MBRA140-M3/5AT))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part MBRA140) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp C78C3FBD))
(comp (ref U2)
(value CJT1117-5.0-SOT223)
(footprint ATM90E26_Featherwing:SOT-223)
(fields
(field (name manf#) NCP1117ST33T3G))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part "PMIC-CJT1117-5.0(SOT223)") (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 174248B1))
(comp (ref C14)
(value 220uF)
(footprint ATM90E26_Featherwing:140CLH-1010)
(fields
(field (name manf#) UWT1H221MNL1GS))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part CPOL-US140CLH-1010) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 6493887B))
(comp (ref C15)
(value 100uF)
(footprint ATM90E26_Featherwing:153CLV-0605)
(fields
(field (name manf#) EMVE160ADA101MF55G))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part CPOL-US153CLV-0605) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 78B66A39))
(comp (ref J2)
(value 4P-SMD-2.0-90D)
(footprint ATM90E26_Featherwing:HW4-SMD-2.0-90D)
(fields
(field (name DNP) " "))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part "GROVE-CONNECTOR-SMD-90D(4+2P-2.0)") (description ""))
(sheetpath (names /) (tstamps /))
(tstamp E61DAECA))
(comp (ref D2)
(value 20V-1A)
(footprint ATM90E26_Featherwing:SOD-123)
(fields
(field (name manf#) MBR120VLSFT3G))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part "SMD-DIODE-SCHOTTKY-20V-1A(SOD-123)") (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 2ACCFBF6))
(comp (ref PWR1)
(value GREEN)
(footprint ATM90E26_Featherwing:LED-0603)
(fields
(field (name manf#) LTST-C194TGKT))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part LED'0603') (description ""))
(sheetpath (names /) (tstamps /))
(tstamp CB64C2E2))
(comp (ref R12)
(value 12R)
(footprint ATM90E26_Featherwing:0805)
(fields
(field (name manf#) RT0805FRE0712RL))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part RESISTOR0805) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 749259AA))
(comp (ref R13)
(value 1K)
(footprint ATM90E26_Featherwing:R0603)
(fields
(field (name manf#) CRT0603-FY-1001ELF))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part "SMD-RES-0R(0603)") (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 221781BE))
(comp (ref J3)
(value 4P-SMD-2.0-90D)
(footprint ATM90E26_Featherwing:HW4-SMD-2.0-90D)
(fields
(field (name DNP) " "))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part "GROVE-CONNECTOR-SMD-90D(4+2P-2.0)") (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 939F3055))
(comp (ref SI/RX1)
(value WIREPADSMD1,27-254)
(footprint ATM90E26_Featherwing:SMD1,27-2,54)
(fields
(field (name DNP) " "))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part WIREPADSMD1,27-254) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 3D52DAB6))
(comp (ref SO/TX1)
(value WIREPADSMD1,27-254)
(footprint ATM90E26_Featherwing:SMD1,27-2,54)
(fields
(field (name DNP) " "))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part WIREPADSMD1,27-254) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 094E2C9E))
(comp (ref SCLK1)
(value WIREPADSMD1,27-254)
(footprint ATM90E26_Featherwing:SMD1,27-2,54)
(fields
(field (name DNP) " "))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part WIREPADSMD1,27-254) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 65C29A1F))
(comp (ref CS1)
(value WIREPADSMD1,27-254)
(footprint ATM90E26_Featherwing:SMD1,27-2,54)
(fields
(field (name DNP) " "))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part WIREPADSMD1,27-254) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 9B40E863))
(comp (ref C16)
(value 100n)
(footprint ATM90E26_Featherwing:C0603)
(fields
(field (name manf#) GCJ188R71H104KA12D))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part C-0603) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 3BF359D1))
(comp (ref C17)
(value 100n)
(footprint ATM90E26_Featherwing:C0603)
(fields
(field (name manf#) GCJ188R71H104KA12D))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part C-0603) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 20F00162))
(comp (ref MMD0)
(value JUMPER-PAD-3-NOFULL_BOX_SILK)
(footprint ATM90E26_Featherwing:PAD-JUMPER-3-NO_YES_SILK_FULL_BOX)
(fields
(field (name DNP) " "))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part JUMPER-PAD-3-NOFULL_BOX_SILK) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 27B7BCB4))
(comp (ref MMD1)
(value JUMPER-PAD-3-NOFULL_BOX_SILK)
(footprint ATM90E26_Featherwing:PAD-JUMPER-3-NO_YES_SILK_FULL_BOX)
(fields
(field (name DNP) " "))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part JUMPER-PAD-3-NOFULL_BOX_SILK) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp A257DCDB))
(comp (ref USEL1)
(value JUMPER-PAD-3-NOFULL_BOX_SILK)
(footprint ATM90E26_Featherwing:PAD-JUMPER-3-NO_YES_SILK_FULL_BOX)
(fields
(field (name DNP) " "))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part JUMPER-PAD-3-NOFULL_BOX_SILK) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 84BB06D0))
(comp (ref RXMUX1)
(value JUMPER-PAD-3-NOYES_SILK)
(footprint ATM90E26_Featherwing:PAD-JUMPER-3-NO_YES_SILK)
(fields
(field (name DNP) " "))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part JUMPER-PAD-3-NOYES_SILK) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 421A43AB))
(comp (ref TXMUX1)
(value JUMPER-PAD-3-NOYES_SILK)
(footprint ATM90E26_Featherwing:PAD-JUMPER-3-NO_YES_SILK)
(fields
(field (name DNP) " "))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part JUMPER-PAD-3-NOYES_SILK) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 216188BC))
(comp (ref CSMUX1)
(value JUMPER-PAD-3-NOYES_SILK)
(footprint ATM90E26_Featherwing:PAD-JUMPER-3-NO_YES_SILK)
(fields
(field (name DNP) " "))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part JUMPER-PAD-3-NOYES_SILK) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp B643949B))
(comp (ref SCKMUX1)
(value JUMPER-PAD-2-NOYES_SILK)
(footprint ATM90E26_Featherwing:PAD-JUMPER-2-NO_YES_SILK)
(fields
(field (name DNP) " "))
(libsource (lib ATM90E26_Featherwing-eagle-import) (part JUMPER-PAD-2-NOYES_SILK) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 96573A6B))
(comp (ref J1)
(value AudioJack3)
(footprint Connector_Audio:Jack_3.5mm_CUI_SJ-3523-SMT_Horizontal)
(datasheet ~)
(fields
(field (name manf#) SJ-3523-SMT-TR))
(libsource (lib Connector) (part AudioJack3) (description "Audio Jack, 3 Poles (Stereo / TRS)"))
(sheetpath (names /) (tstamps /))
(tstamp 5D0721CB)))
(libparts
(libpart (lib ATM90E26_Featherwing-eagle-import) (part ATM90E26)
(fields
(field (name Value) ATM90E26))
(pins
(pin (num 1) (name MMD1) (type input))
(pin (num 2) (name DGND) (type unspc))
(pin (num 3) (name DVDD) (type unspc))
(pin (num 4) (name ~RESET) (type input))
(pin (num 5) (name AVDD) (type unspc))
(pin (num 6) (name AGND@0) (type unspc))
(pin (num 7) (name I2P) (type input))
(pin (num 8) (name I2N) (type input))
(pin (num 9) (name ~RESV) (type input))
(pin (num 10) (name I1P) (type input))
(pin (num 11) (name I1N) (type input))
(pin (num 12) (name USEL) (type input))
(pin (num 13) (name VREF) (type power_in))
(pin (num 14) (name AGND@1) (type unspc))
(pin (num 15) (name VN) (type input))
(pin (num 16) (name VP) (type input))
(pin (num 17) (name WARNOUT) (type output))
(pin (num 18) (name CF1) (type output))
(pin (num 19) (name CF2) (type output))
(pin (num 20) (name IRQ) (type output))
(pin (num 21) (name ZX) (type unspc))
(pin (num 22) (name OSCI) (type input))
(pin (num 23) (name OSCO) (type output))
(pin (num 24) (name ~CS) (type input))
(pin (num 25) (name SCLK) (type input))
(pin (num 26) (name SDO/UTX) (type output))
(pin (num 27) (name SDI/URX) (type input))
(pin (num 28) (name MMD0) (type input))))
(libpart (lib ATM90E26_Featherwing-eagle-import) (part C-0603)
(fields
(field (name Reference) C)
(field (name Value) C-0603))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive))))
(libpart (lib ATM90E26_Featherwing-eagle-import) (part CON_DC_M-DC_SMD)
(fields
(field (name Reference) J)
(field (name Value) CON_DC_M-DC_SMD))
(pins
(pin (num P2) (name P2) (type passive))
(pin (num P3) (name P3) (type passive))
(pin (num P1@2) (name P1) (type passive))))
(libpart (lib ATM90E26_Featherwing-eagle-import) (part CPOL-US140CLH-1010)
(fields
(field (name Reference) C)
(field (name Value) CPOL-US140CLH-1010))
(pins
(pin (num +) (name +) (type passive))
(pin (num -) (name -) (type passive))))
(libpart (lib ATM90E26_Featherwing-eagle-import) (part CPOL-US153CLV-0605)
(fields
(field (name Reference) C)
(field (name Value) CPOL-US153CLV-0605))
(pins
(pin (num +) (name +) (type passive))
(pin (num -) (name -) (type passive))))
(libpart (lib ATM90E26_Featherwing-eagle-import) (part CRYSTALHC49UP)
(fields
(field (name Reference) Q)
(field (name Value) CRYSTALHC49UP))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive))))
(libpart (lib ATM90E26_Featherwing-eagle-import) (part FEATHERWING_NODIM)
(fields
(field (name Reference) MS)
(field (name Value) FEATHERWING_NODIM))
(pins
(pin (num 1) (name ~RESET) (type input))
(pin (num 2) (name 3V) (type power_in))
(pin (num 3) (name AREF) (type passive))
(pin (num 4) (name GND) (type unspc))
(pin (num 5) (name GPIOA0) (type unspc))
(pin (num 6) (name GPIOA1) (type unspc))
(pin (num 7) (name GPIOA2) (type unspc))
(pin (num 8) (name GPIOA3) (type unspc))
(pin (num 9) (name GPIOA4) (type unspc))
(pin (num 10) (name GPIOA5) (type unspc))
(pin (num 11) (name GPIOSCK) (type unspc))
(pin (num 12) (name GPIOMOSI) (type unspc))
(pin (num 13) (name GPIOMISO) (type unspc))
(pin (num 14) (name GPIORX) (type unspc))
(pin (num 15) (name GPIOTX) (type unspc))
(pin (num 16) (name NC) (type passive))
(pin (num 17) (name GPIOSDA) (type unspc))
(pin (num 18) (name GPIOSCL) (type unspc))
(pin (num 19) (name GPIO5) (type unspc))
(pin (num 20) (name GPIO6) (type unspc))
(pin (num 21) (name GPIO9) (type unspc))
(pin (num 22) (name GPIO10) (type unspc))
(pin (num 23) (name GPIO11) (type unspc))
(pin (num 24) (name GPIO12) (type unspc))
(pin (num 25) (name GPIO13) (type unspc))
(pin (num 26) (name USB) (type power_in))
(pin (num 27) (name EN) (type passive))
(pin (num 28) (name VBAT) (type power_in))))
(libpart (lib ATM90E26_Featherwing-eagle-import) (part "GROVE-CONNECTOR-SMD-90D(4+2P-2.0)")
(fields
(field (name Reference) J)
(field (name Value) "GROVE-CONNECTOR-SMD-90D(4+2P-2.0)"))
(pins
(pin (num 1) (name 1) (type unspc))
(pin (num 2) (name 2) (type unspc))
(pin (num 3) (name 3) (type unspc))
(pin (num 4) (name 4) (type unspc))
(pin (num SS1) (name SS1) (type unspc))
(pin (num SS2) (name SS2) (type unspc))))
(libpart (lib ATM90E26_Featherwing-eagle-import) (part JUMPER-PAD-2-NOYES_SILK)
(fields
(field (name Reference) SJ)
(field (name Value) JUMPER-PAD-2-NOYES_SILK))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive))))
(libpart (lib ATM90E26_Featherwing-eagle-import) (part JUMPER-PAD-3-NOFULL_BOX_SILK)
(fields
(field (name Reference) SJ)
(field (name Value) JUMPER-PAD-3-NOFULL_BOX_SILK))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive))
(pin (num 3) (name 3) (type passive))))
(libpart (lib ATM90E26_Featherwing-eagle-import) (part JUMPER-PAD-3-NOYES_SILK)
(fields
(field (name Reference) SJ)
(field (name Value) JUMPER-PAD-3-NOYES_SILK))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive))
(pin (num 3) (name 3) (type passive))))
(libpart (lib ATM90E26_Featherwing-eagle-import) (part LED'0603')
(fields
(field (name Reference) D)
(field (name Value) LED'0603'))
(pins
(pin (num +) (name +) (type passive))
(pin (num -) (name -) (type passive))))
(libpart (lib ATM90E26_Featherwing-eagle-import) (part MBRA140)
(fields
(field (name Reference) D)
(field (name Value) MBRA140))
(pins
(pin (num A) (name A) (type passive))
(pin (num C) (name C) (type passive))))
(libpart (lib ATM90E26_Featherwing-eagle-import) (part OSHW-LOGOM)
(fields
(field (name Reference) LOGO)
(field (name Value) OSHW-LOGOM)))
(libpart (lib ATM90E26_Featherwing-eagle-import) (part "PMIC-CJT1117-5.0(SOT223)")
(fields
(field (name Reference) U)
(field (name Value) "PMIC-CJT1117-5.0(SOT223)"))
(pins
(pin (num 1) (name GND) (type unspc))
(pin (num 2) (name OUT) (type unspc))
(pin (num 3) (name IN) (type unspc))
(pin (num TER) (name OUT) (type unspc))))
(libpart (lib ATM90E26_Featherwing-eagle-import) (part RESISTOR0805)
(fields
(field (name Reference) R)
(field (name Value) RESISTOR0805))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive))))
(libpart (lib ATM90E26_Featherwing-eagle-import) (part "SMD-DIODE-SCHOTTKY-20V-1A(SOD-123)")
(fields
(field (name Reference) D)
(field (name Value) "SMD-DIODE-SCHOTTKY-20V-1A(SOD-123)"))
(pins
(pin (num +) (name +) (type passive))
(pin (num -) (name -) (type passive))))
(libpart (lib ATM90E26_Featherwing-eagle-import) (part "SMD-RES-0R(0603)")
(fields
(field (name Reference) R)
(field (name Value) "SMD-RES-0R(0603)"))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive))))
(libpart (lib ATM90E26_Featherwing-eagle-import) (part "SMD-RES-1K(0603)")
(fields
(field (name Reference) R)
(field (name Value) "SMD-RES-1K(0603)"))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive))))
(libpart (lib ATM90E26_Featherwing-eagle-import) (part "TANTALUM-SMD-22UF-10V(AVX-A)")
(fields
(field (name Reference) C)
(field (name Value) "TANTALUM-SMD-22UF-10V(AVX-A)"))
(pins
(pin (num +) (name +) (type passive))
(pin (num -) (name -) (type passive))))
(libpart (lib ATM90E26_Featherwing-eagle-import) (part WIREPADSMD1,27-254)
(fields
(field (name Reference) PAD)
(field (name Value) WIREPADSMD1,27-254))
(pins
(pin (num 1) (name P) (type passive))))
(libpart (lib Connector) (part AudioJack3)
(description "Audio Jack, 3 Poles (Stereo / TRS)")
(docs ~)
(footprints
(fp Jack*))
(fields
(field (name Reference) J)
(field (name Value) AudioJack3))
(pins
(pin (num R) (name ~) (type passive))
(pin (num S) (name ~) (type passive))
(pin (num T) (name ~) (type passive)))))
(libraries
(library (logical ATM90E26_Featherwing-eagle-import)
(uri C:\Users\Tisham\Documents\kicad\ATM90E26_Featherwing/ATM90E26_Featherwing-eagle-import.lib))
(library (logical Connector)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Connector.lib")))
(nets
(net (code 1) (name GND)
(node (ref USEL1) (pin 1))
(node (ref C11) (pin 2))
(node (ref C17) (pin 1))
(node (ref J3) (pin SS1))
(node (ref J3) (pin SS2))
(node (ref C16) (pin 1))
(node (ref J3) (pin 4))
(node (ref MMD0) (pin 1))
(node (ref MMD1) (pin 3))
(node (ref PWR1) (pin -))
(node (ref J2) (pin 4))
(node (ref J2) (pin SS1))
(node (ref J2) (pin SS2))
(node (ref U1) (pin 14))
(node (ref U1) (pin 2))
(node (ref U1) (pin 9))
(node (ref U2) (pin 1))
(node (ref U1) (pin 6))
(node (ref C3) (pin 1))
(node (ref C7) (pin 2))
(node (ref R7) (pin 1))
(node (ref R8) (pin 2))
(node (ref R11) (pin 2))
(node (ref C5) (pin 1))
(node (ref C10) (pin 1))
(node (ref R2) (pin 1))
(node (ref R3) (pin 1))
(node (ref C4) (pin 1))
(node (ref C12) (pin 2))
(node (ref C8) (pin -))
(node (ref C1) (pin -))
(node (ref C2) (pin 1))
(node (ref C9) (pin 2))
(node (ref C6) (pin 1))
(node (ref J4) (pin P2))
(node (ref MS1) (pin 4))
(node (ref C15) (pin -))
(node (ref C14) (pin -))
(node (ref C13) (pin 2)))
(net (code 2) (name "Net-(MS1-Pad1)")
(node (ref MS1) (pin 1)))
(net (code 3) (name "Net-(MS1-Pad10)")
(node (ref MS1) (pin 10)))
(net (code 4) (name "Net-(MS1-Pad14)")
(node (ref MS1) (pin 14)))
(net (code 5) (name "Net-(MS1-Pad15)")
(node (ref MS1) (pin 15)))
(net (code 6) (name "Net-(MS1-Pad16)")
(node (ref MS1) (pin 16)))
(net (code 7) (name "Net-(MS1-Pad19)")
(node (ref MS1) (pin 19)))
(net (code 8) (name "Net-(MS1-Pad20)")
(node (ref MS1) (pin 20)))
(net (code 9) (name "Net-(J4-PadP3)")
(node (ref J4) (pin P3)))
(net (code 10) (name "Net-(MS1-Pad24)")
(node (ref MS1) (pin 24)))
(net (code 11) (name "Net-(MS1-Pad27)")
(node (ref MS1) (pin 27)))
(net (code 12) (name "Net-(MS1-Pad28)")
(node (ref MS1) (pin 28)))
(net (code 13) (name "Net-(MS1-Pad3)")
(node (ref MS1) (pin 3)))
(net (code 14) (name "Net-(MS1-Pad5)")
(node (ref MS1) (pin 5)))
(net (code 15) (name "Net-(MS1-Pad6)")
(node (ref MS1) (pin 6)))
(net (code 16) (name "Net-(MS1-Pad7)")
(node (ref MS1) (pin 7)))
(net (code 17) (name "Net-(MS1-Pad8)")
(node (ref MS1) (pin 8)))
(net (code 18) (name "Net-(MS1-Pad9)")
(node (ref MS1) (pin 9)))
(net (code 19) (name /AC_VP)
(node (ref D1) (pin A))
(node (ref J4) (pin P1@2))
(node (ref R10) (pin 1)))
(net (code 20) (name "Net-(C1-Pad+)")
(node (ref C1) (pin +))
(node (ref U1) (pin 13))
(node (ref C2) (pin 2)))
(net (code 21) (name "Net-(U1-Pad17)")
(node (ref U1) (pin 17))
(node (ref WARN1) (pin 1)))
(net (code 22) (name "Net-(U1-Pad21)")
(node (ref U1) (pin 21))
(node (ref ZX1) (pin 1)))
(net (code 23) (name "Net-(MMD0-Pad2)")
(node (ref MMD0) (pin 2))
(node (ref U1) (pin 28)))
(net (code 24) (name "Net-(CF2-Pad1)")
(node (ref U1) (pin 19))
(node (ref CF2) (pin 1)))
(net (code 25) (name /I1N_IN)
(node (ref R5) (pin 2))
(node (ref J1) (pin S))
(node (ref R12) (pin 2)))
(net (code 26) (name "Net-(J1-PadR)")
(node (ref J1) (pin R)))
(net (code 27) (name /I1P_IN)
(node (ref J1) (pin T))
(node (ref R1) (pin 2))
(node (ref R12) (pin 1)))
(net (code 28) (name /5V_REG)
(node (ref C15) (pin +))
(node (ref C17) (pin 2))
(node (ref D2) (pin +))
(node (ref U2) (pin TER))
(node (ref U2) (pin 2)))
(net (code 29) (name "Net-(PWR1-Pad+)")
(node (ref R13) (pin 2))
(node (ref PWR1) (pin +)))
(net (code 30) (name /AC_REC)
(node (ref C14) (pin +))
(node (ref U2) (pin 3))
(node (ref C16) (pin 2))
(node (ref D1) (pin C)))
(net (code 31) (name "Net-(U1-Pad12)")
(node (ref USEL1) (pin 2))
(node (ref U1) (pin 12)))
(net (code 32) (name "Net-(INT1-Pad1)")
(node (ref INT1) (pin 1))
(node (ref U1) (pin 20)))
(net (code 33) (name /SCLK)
(node (ref SCKMUX1) (pin 2))
(node (ref SCLK1) (pin 1))
(node (ref U1) (pin 25)))
(net (code 34) (name /VP)
(node (ref R2) (pin 2))
(node (ref R11) (pin 1))
(node (ref R10) (pin 2))
(node (ref U1) (pin 16))
(node (ref C4) (pin 2)))
(net (code 35) (name /VN)
(node (ref U1) (pin 15))
(node (ref R3) (pin 2))
(node (ref C5) (pin 2)))
(net (code 36) (name /CLKOUT)
(node (ref C12) (pin 1))
(node (ref Q1) (pin 2))
(node (ref U1) (pin 23)))
(net (code 37) (name /CLKIN)
(node (ref U1) (pin 22))
(node (ref Q1) (pin 1))
(node (ref C11) (pin 1)))
(net (code 38) (name /CS)
(node (ref U1) (pin 24))
(node (ref CSMUX1) (pin 2))
(node (ref CS1) (pin 1)))
(net (code 39) (name /SO/TX)
(node (ref J2) (pin 1))
(node (ref TXMUX1) (pin 2))
(node (ref U1) (pin 26))
(node (ref SO/TX1) (pin 1)))
(net (code 40) (name "Net-(CF1-Pad1)")
(node (ref CF1) (pin 1))
(node (ref U1) (pin 18)))
(net (code 41) (name "Net-(MMD1-Pad2)")
(node (ref U1) (pin 1))
(node (ref MMD1) (pin 2)))
(net (code 42) (name /SI/RX)
(node (ref J2) (pin 2))
(node (ref U1) (pin 27))
(node (ref RXMUX1) (pin 2))
(node (ref SI/RX1) (pin 1)))
(net (code 43) (name /SCL)
(node (ref MS1) (pin 18))
(node (ref J3) (pin 1)))
(net (code 44) (name /SDA)
(node (ref MS1) (pin 17))
(node (ref J3) (pin 2)))
(net (code 45) (name /SCK)
(node (ref MS1) (pin 11))
(node (ref SCKMUX1) (pin 1)))
(net (code 46) (name /MOSI)
(node (ref MS1) (pin 12))
(node (ref RXMUX1) (pin 1)))
(net (code 47) (name /USB)
(node (ref R13) (pin 1))
(node (ref D2) (pin -))
(node (ref MS1) (pin 26)))
(net (code 48) (name /ATM_RX)
(node (ref MS1) (pin 25))
(node (ref RXMUX1) (pin 3)))
(net (code 49) (name /I1N)
(node (ref C7) (pin 1))
(node (ref R5) (pin 1))
(node (ref U1) (pin 10)))
(net (code 50) (name /CS_9)
(node (ref CSMUX1) (pin 1))
(node (ref MS1) (pin 21)))
(net (code 51) (name /MISO)
(node (ref MS1) (pin 13))
(node (ref TXMUX1) (pin 1)))
(net (code 52) (name /CS_10)
(node (ref MS1) (pin 22))
(node (ref CSMUX1) (pin 3)))
(net (code 53) (name /ATM_TX)
(node (ref MS1) (pin 23))
(node (ref TXMUX1) (pin 3)))
(net (code 54) (name /I2P)
(node (ref U1) (pin 7))
(node (ref C13) (pin 1))
(node (ref R9) (pin 1)))
(net (code 55) (name /I2N)
(node (ref U1) (pin 8))
(node (ref R6) (pin 1))
(node (ref C10) (pin 2)))
(net (code 56) (name +3V3)
(node (ref U1) (pin 5))
(node (ref J2) (pin 3))
(node (ref MMD1) (pin 1))
(node (ref MMD0) (pin 3))
(node (ref USEL1) (pin 3))
(node (ref MS1) (pin 2))
(node (ref C9) (pin 1))
(node (ref C8) (pin +))
(node (ref C6) (pin 2))
(node (ref U1) (pin 4))
(node (ref J3) (pin 3))
(node (ref U1) (pin 3)))
(net (code 57) (name /I2P_IN)
(node (ref R8) (pin 1))
(node (ref R9) (pin 2))
(node (ref I2P_IN1) (pin 1)))
(net (code 58) (name /I2N_IN)
(node (ref R6) (pin 2))
(node (ref R7) (pin 2))
(node (ref I2N_IN1) (pin 1)))
(net (code 59) (name /I1P)
(node (ref C3) (pin 2))
(node (ref R1) (pin 1))
(node (ref U1) (pin 11)))))