-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathstormduino Rev2.2.net
More file actions
874 lines (874 loc) · 32.8 KB
/
stormduino Rev2.2.net
File metadata and controls
874 lines (874 loc) · 32.8 KB
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
(export (version D)
(design
(source "D:\\stormduino Rev2\\stormduino Rev2.sch")
(date "5/4/2020 3:28:00 PM")
(tool "Eeschema (5.1.5)-3")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title)
(company)
(rev)
(date)
(source "stormduino Rev2.sch")
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref F1)
(value Fuse)
(datasheet ~)
(libsource (lib stormduino-Rev2-rescue) (part Fuse-Device) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D41E87E))
(comp (ref R4)
(value 1k)
(datasheet ~)
(libsource (lib stormduino-Rev2-rescue) (part R-Device) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D42070F))
(comp (ref R3)
(value 1k)
(datasheet ~)
(libsource (lib stormduino-Rev2-rescue) (part R-Device) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D421133))
(comp (ref C3)
(value 100nF)
(datasheet ~)
(libsource (lib stormduino-Rev2-rescue) (part C-Device) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D49E62C))
(comp (ref C8)
(value 100nf)
(datasheet ~)
(libsource (lib stormduino-Rev2-rescue) (part C-Device) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D4DA072))
(comp (ref U5)
(value ATmega328P-PU)
(footprint Package_DIP:DIP-28_W7.62mm)
(datasheet http://ww1.microchip.com/downloads/en/DeviceDoc/ATmega328_P%20AVR%20MCU%20with%20picoPower%20Technology%20Data%20Sheet%2040001984A.pdf)
(libsource (lib stormduino-Rev2-rescue) (part ATmega328P-PU-MCU_Microchip_ATmega) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D4AE130))
(comp (ref C10)
(value 100nF)
(datasheet ~)
(libsource (lib stormduino-Rev2-rescue) (part C-Device) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D504DAD))
(comp (ref D2)
(value LED)
(datasheet ~)
(libsource (lib stormduino-Rev2-rescue) (part LED-Device) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D4643B7))
(comp (ref R5)
(value 1k)
(datasheet ~)
(libsource (lib stormduino-Rev2-rescue) (part R-Device) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D4634D9))
(comp (ref C4)
(value 100nF)
(datasheet ~)
(libsource (lib stormduino-Rev2-rescue) (part C-Device) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D454C1A))
(comp (ref C7)
(value 100nF)
(datasheet ~)
(libsource (lib stormduino-Rev2-rescue) (part C-Device) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D44352C))
(comp (ref C5)
(value 47uF)
(datasheet ~)
(libsource (lib stormduino-Rev2-rescue) (part CP-Device) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D44283A))
(comp (ref C1)
(value 47uF)
(datasheet ~)
(libsource (lib stormduino-Rev2-rescue) (part CP-Device) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D4413B7))
(comp (ref C9)
(value 100nF)
(datasheet ~)
(libsource (lib stormduino-Rev2-rescue) (part C-Device) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D437769))
(comp (ref C6)
(value 10uF)
(datasheet ~)
(libsource (lib stormduino-Rev2-rescue) (part C-Device) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D4364FB))
(comp (ref C2)
(value 10uF)
(datasheet ~)
(libsource (lib stormduino-Rev2-rescue) (part C-Device) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D432CB2))
(comp (ref U2)
(value AMS1117-5.0)
(footprint Package_TO_SOT_SMD:SOT-223-3_TabPin2)
(datasheet http://www.advanced-monolithic.com/pdf/ds1117.pdf)
(libsource (lib stormduino-Rev2-rescue) (part AMS1117-5.0-Regulator_Linear) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D40CC23))
(comp (ref D1)
(value DIODE)
(datasheet ~)
(libsource (lib stormduino-Rev2-rescue) (part DIODE-pspice) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D42BCBB))
(comp (ref J1)
(value Jack-DC)
(datasheet ~)
(libsource (lib stormduino-Rev2-rescue) (part Jack-DC-Connector) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D42617C))
(comp (ref Q1)
(value BS250)
(footprint Package_TO_SOT_THT:TO-92_Inline)
(datasheet http://www.vishay.com/docs/70209/70209.pdf)
(libsource (lib stormduino-Rev2-rescue) (part BS250-Transistor_FET) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D414E8E))
(comp (ref U3)
(value AMS1117-3.3)
(footprint Package_TO_SOT_SMD:SOT-223-3_TabPin2)
(datasheet http://www.advanced-monolithic.com/pdf/ds1117.pdf)
(libsource (lib stormduino-Rev2-rescue) (part AMS1117-3.3-Regulator_Linear) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D40E3BB))
(comp (ref R2)
(value 10k)
(datasheet ~)
(libsource (lib stormduino-Rev2-rescue) (part R-Device) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D3F48E2))
(comp (ref R1)
(value 10k)
(datasheet ~)
(libsource (lib stormduino-Rev2-rescue) (part R-Device) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D3F3EC9))
(comp (ref U1)
(value LM358)
(datasheet http://www.ti.com/lit/ds/symlink/lm2904-n.pdf)
(libsource (lib stormduino-Rev2-rescue) (part LM358-Amplifier_Operational) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D3EC155))
(comp (ref J6)
(value Conn_01x10_MountingPin)
(datasheet ~)
(libsource (lib stormduino-Rev2-rescue) (part Conn_01x10_MountingPin-Connector_Generic_MountingPin) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D42FB66))
(comp (ref J5)
(value Conn_01x08_MountingPin)
(datasheet ~)
(libsource (lib stormduino-Rev2-rescue) (part Conn_01x08_MountingPin-Connector_Generic_MountingPin) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D4315BA))
(comp (ref J7)
(value Conn_01x08_MountingPin)
(datasheet ~)
(libsource (lib stormduino-Rev2-rescue) (part Conn_01x08_MountingPin-Connector_Generic_MountingPin) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D4321A8))
(comp (ref J4)
(value Conn_01x06_MountingPin)
(datasheet ~)
(libsource (lib stormduino-Rev2-rescue) (part Conn_01x06_MountingPin-Connector_Generic_MountingPin) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D433626))
(comp (ref J3)
(value Conn_02x03_Odd_Even)
(datasheet ~)
(libsource (lib stormduino-Rev2-rescue) (part Conn_02x03_Odd_Even-Connector_Generic) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D434D06))
(comp (ref D3)
(value LED)
(datasheet ~)
(libsource (lib stormduino-Rev2-rescue) (part LED-Device) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D85720A))
(comp (ref D5)
(value LED)
(datasheet ~)
(libsource (lib stormduino-Rev2-rescue) (part LED-Device) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D8594D5))
(comp (ref R6)
(value 1k)
(datasheet ~)
(libsource (lib stormduino-Rev2-rescue) (part R-Device) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D863A28))
(comp (ref R7)
(value 1k)
(datasheet ~)
(libsource (lib stormduino-Rev2-rescue) (part R-Device) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D8655A4))
(comp (ref R8)
(value 1k)
(datasheet ~)
(libsource (lib stormduino-Rev2-rescue) (part R-Device) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D86629A))
(comp (ref D4)
(value LED)
(datasheet ~)
(libsource (lib stormduino-Rev2-rescue) (part LED-Device) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D8F68A9))
(comp (ref SW1)
(value SW_Push)
(datasheet ~)
(libsource (lib stormduino-Rev2-rescue) (part SW_Push-Switch) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5DA6952A))
(comp (ref Y1)
(value "16 Mhz")
(datasheet ~)
(libsource (lib stormduino-Rev2-rescue) (part Crystal-Device) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D8D0260))
(comp (ref C12)
(value 22pF)
(datasheet ~)
(libsource (lib stormduino-Rev2-rescue) (part C-Device) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D911EEB))
(comp (ref C11)
(value 22pF)
(datasheet ~)
(libsource (lib stormduino-Rev2-rescue) (part C-Device) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D9130F7))
(comp (ref J2)
(value USB_C_Receptacle_USB2.0)
(datasheet https://www.usb.org/sites/default/files/documents/usb_type-c.zip)
(libsource (lib stormduino-Rev2-rescue) (part USB_C_Receptacle_USB2.0-Connector) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5DCC7B1A))
(comp (ref R9)
(value 1K)
(datasheet ~)
(libsource (lib stormduino-Rev2-rescue) (part R-Device) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5DD6467C))
(comp (ref C13)
(value 100nF)
(datasheet ~)
(libsource (lib stormduino-Rev2-rescue) (part C-Device) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5DFD54C5))
(comp (ref R10)
(value 1M)
(datasheet ~)
(libsource (lib stormduino-Rev2-rescue) (part R-Device) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5E067E94))
(comp (ref J8)
(value Conn_01x04_MountingPin)
(datasheet ~)
(libsource (lib stormduino-Rev2-rescue) (part Conn_01x04_MountingPin-Connector_Generic_MountingPin) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5EAEEAA9))
(comp (ref U4)
(value CH340C)
(footprint Package_SO:SOIC-16_3.9x9.9mm_P1.27mm)
(datasheet http://www.datasheet5.com/pdf-local-2195953)
(libsource (lib stormduino-Rev2-rescue) (part CH340G-Interface_USB) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D3DFDF0))
(comp (ref J9)
(value Conn_01x06_MountingPin)
(datasheet ~)
(libsource (lib Connector_Generic_MountingPin) (part Conn_01x06_MountingPin) (description "Generic connectable mounting pin connector, single row, 01x06, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5EC6F540)))
(libparts
(libpart (lib Connector_Generic_MountingPin) (part Conn_01x06_MountingPin)
(description "Generic connectable mounting pin connector, single row, 01x06, script generated (kicad-library-utils/schlib/autogen/connector/)")
(docs ~)
(footprints
(fp Connector*:*_1x??-1MP*))
(fields
(field (name Reference) J)
(field (name Value) Conn_01x06_MountingPin))
(pins
(pin (num 1) (name Pin_1) (type passive))
(pin (num 2) (name Pin_2) (type passive))
(pin (num 3) (name Pin_3) (type passive))
(pin (num 4) (name Pin_4) (type passive))
(pin (num 5) (name Pin_5) (type passive))
(pin (num 6) (name Pin_6) (type passive))
(pin (num MP) (name MountPin) (type passive))))
(libpart (lib stormduino-Rev2-rescue) (part AMS1117-3.3-Regulator_Linear)
(footprints
(fp SOT?223*TabPin2*))
(fields
(field (name Reference) U)
(field (name Value) AMS1117-3.3-Regulator_Linear)
(field (name Footprint) Package_TO_SOT_SMD:SOT-223-3_TabPin2))
(pins
(pin (num 1) (name GND) (type power_in))
(pin (num 2) (name VO) (type power_out))
(pin (num 3) (name VI) (type power_in))))
(libpart (lib stormduino-Rev2-rescue) (part AMS1117-5.0-Regulator_Linear)
(footprints
(fp SOT?223*TabPin2*))
(fields
(field (name Reference) U)
(field (name Value) AMS1117-5.0-Regulator_Linear)
(field (name Footprint) Package_TO_SOT_SMD:SOT-223-3_TabPin2))
(pins
(pin (num 1) (name GND) (type power_in))
(pin (num 2) (name VO) (type power_out))
(pin (num 3) (name VI) (type power_in))))
(libpart (lib stormduino-Rev2-rescue) (part ATmega328P-PU-MCU_Microchip_ATmega)
(footprints
(fp DIP*W7.62mm*))
(fields
(field (name Reference) U)
(field (name Value) ATmega328P-PU-MCU_Microchip_ATmega)
(field (name Footprint) Package_DIP:DIP-28_W7.62mm))
(pins
(pin (num 1) (name ~RESET~/PC6) (type BiDi))
(pin (num 2) (name PD0) (type BiDi))
(pin (num 3) (name PD1) (type BiDi))
(pin (num 4) (name PD2) (type BiDi))
(pin (num 5) (name PD3) (type BiDi))
(pin (num 6) (name PD4) (type BiDi))
(pin (num 7) (name VCC) (type power_in))
(pin (num 8) (name GND) (type power_in))
(pin (num 9) (name XTAL1/PB6) (type BiDi))
(pin (num 10) (name XTAL2/PB7) (type BiDi))
(pin (num 11) (name PD5) (type BiDi))
(pin (num 12) (name PD6) (type BiDi))
(pin (num 13) (name PD7) (type BiDi))
(pin (num 14) (name PB0) (type BiDi))
(pin (num 15) (name PB1) (type BiDi))
(pin (num 16) (name PB2) (type BiDi))
(pin (num 17) (name PB3) (type BiDi))
(pin (num 18) (name PB4) (type BiDi))
(pin (num 19) (name PB5) (type BiDi))
(pin (num 20) (name AVCC) (type power_in))
(pin (num 21) (name AREF) (type passive))
(pin (num 22) (name GND) (type passive))
(pin (num 23) (name PC0) (type BiDi))
(pin (num 24) (name PC1) (type BiDi))
(pin (num 25) (name PC2) (type BiDi))
(pin (num 26) (name PC3) (type BiDi))
(pin (num 27) (name PC4) (type BiDi))
(pin (num 28) (name PC5) (type BiDi))))
(libpart (lib stormduino-Rev2-rescue) (part BS250-Transistor_FET)
(footprints
(fp TO?92*))
(fields
(field (name Reference) Q)
(field (name Value) BS250-Transistor_FET)
(field (name Footprint) Package_TO_SOT_THT:TO-92_Inline))
(pins
(pin (num 1) (name D) (type passive))
(pin (num 2) (name G) (type input))
(pin (num 3) (name S) (type passive))))
(libpart (lib stormduino-Rev2-rescue) (part C-Device)
(footprints
(fp C_*))
(fields
(field (name Reference) C)
(field (name Value) C-Device))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib stormduino-Rev2-rescue) (part CH340G-Interface_USB)
(footprints
(fp SOIC*3.9x9.9mm*P1.27mm*))
(fields
(field (name Reference) U)
(field (name Value) CH340G-Interface_USB)
(field (name Footprint) Package_SO:SOIC-16_3.9x9.9mm_P1.27mm))
(pins
(pin (num 1) (name GND) (type power_in))
(pin (num 2) (name TXD) (type output))
(pin (num 3) (name RXD) (type input))
(pin (num 4) (name V3) (type passive))
(pin (num 5) (name UD+) (type BiDi))
(pin (num 6) (name UD-) (type BiDi))
(pin (num 7) (name XI) (type input))
(pin (num 8) (name XO) (type output))
(pin (num 9) (name ~CTS) (type input))
(pin (num 10) (name ~DSR) (type input))
(pin (num 11) (name ~RI) (type input))
(pin (num 12) (name ~DCD) (type input))
(pin (num 13) (name ~DTR) (type output))
(pin (num 14) (name ~RTS) (type output))
(pin (num 15) (name R232) (type input))
(pin (num 16) (name VCC) (type power_in))))
(libpart (lib stormduino-Rev2-rescue) (part CP-Device)
(footprints
(fp CP_*))
(fields
(field (name Reference) C)
(field (name Value) CP-Device))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib stormduino-Rev2-rescue) (part Conn_01x04_MountingPin-Connector_Generic_MountingPin)
(footprints
(fp Connector*:*_1x??-1MP*))
(fields
(field (name Reference) J)
(field (name Value) Conn_01x04_MountingPin-Connector_Generic_MountingPin))
(pins
(pin (num 1) (name Pin_1) (type passive))
(pin (num 2) (name Pin_2) (type passive))
(pin (num 3) (name Pin_3) (type passive))
(pin (num 4) (name Pin_4) (type passive))
(pin (num MP) (name MountPin) (type passive))))
(libpart (lib stormduino-Rev2-rescue) (part Conn_01x06_MountingPin-Connector_Generic_MountingPin)
(footprints
(fp Connector*:*_1x??-1MP*))
(fields
(field (name Reference) J)
(field (name Value) Conn_01x06_MountingPin-Connector_Generic_MountingPin))
(pins
(pin (num 1) (name Pin_1) (type passive))
(pin (num 2) (name Pin_2) (type passive))
(pin (num 3) (name Pin_3) (type passive))
(pin (num 4) (name Pin_4) (type passive))
(pin (num 5) (name Pin_5) (type passive))
(pin (num 6) (name Pin_6) (type passive))
(pin (num MP) (name MountPin) (type passive))))
(libpart (lib stormduino-Rev2-rescue) (part Conn_01x08_MountingPin-Connector_Generic_MountingPin)
(footprints
(fp Connector*:*_1x??-1MP*))
(fields
(field (name Reference) J)
(field (name Value) Conn_01x08_MountingPin-Connector_Generic_MountingPin))
(pins
(pin (num 1) (name Pin_1) (type passive))
(pin (num 2) (name Pin_2) (type passive))
(pin (num 3) (name Pin_3) (type passive))
(pin (num 4) (name Pin_4) (type passive))
(pin (num 5) (name Pin_5) (type passive))
(pin (num 6) (name Pin_6) (type passive))
(pin (num 7) (name Pin_7) (type passive))
(pin (num 8) (name Pin_8) (type passive))
(pin (num MP) (name MountPin) (type passive))))
(libpart (lib stormduino-Rev2-rescue) (part Conn_01x10_MountingPin-Connector_Generic_MountingPin)
(footprints
(fp Connector*:*_1x??-1MP*))
(fields
(field (name Reference) J)
(field (name Value) Conn_01x10_MountingPin-Connector_Generic_MountingPin))
(pins
(pin (num 1) (name Pin_1) (type passive))
(pin (num 2) (name Pin_2) (type passive))
(pin (num 3) (name Pin_3) (type passive))
(pin (num 4) (name Pin_4) (type passive))
(pin (num 5) (name Pin_5) (type passive))
(pin (num 6) (name Pin_6) (type passive))
(pin (num 7) (name Pin_7) (type passive))
(pin (num 8) (name Pin_8) (type passive))
(pin (num 9) (name Pin_9) (type passive))
(pin (num 10) (name Pin_10) (type passive))
(pin (num MP) (name MountPin) (type passive))))
(libpart (lib stormduino-Rev2-rescue) (part Conn_02x03_Odd_Even-Connector_Generic)
(footprints
(fp Connector*:*_2x??_*))
(fields
(field (name Reference) J)
(field (name Value) Conn_02x03_Odd_Even-Connector_Generic))
(pins
(pin (num 1) (name Pin_1) (type passive))
(pin (num 2) (name Pin_2) (type passive))
(pin (num 3) (name Pin_3) (type passive))
(pin (num 4) (name Pin_4) (type passive))
(pin (num 5) (name Pin_5) (type passive))
(pin (num 6) (name Pin_6) (type passive))))
(libpart (lib stormduino-Rev2-rescue) (part Crystal-Device)
(footprints
(fp Crystal*))
(fields
(field (name Reference) Y)
(field (name Value) Crystal-Device))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive))))
(libpart (lib stormduino-Rev2-rescue) (part DIODE-pspice)
(fields
(field (name Reference) D)
(field (name Value) DIODE-pspice))
(pins
(pin (num 1) (name K) (type input))
(pin (num 2) (name A) (type input))))
(libpart (lib stormduino-Rev2-rescue) (part Fuse-Device)
(footprints
(fp *Fuse*))
(fields
(field (name Reference) F)
(field (name Value) Fuse-Device))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib stormduino-Rev2-rescue) (part Jack-DC-Connector)
(footprints
(fp BarrelJack*))
(fields
(field (name Reference) J)
(field (name Value) Jack-DC-Connector))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib stormduino-Rev2-rescue) (part LED-Device)
(footprints
(fp LED*)
(fp LED_SMD:*)
(fp LED_THT:*))
(fields
(field (name Reference) D)
(field (name Value) LED-Device))
(pins
(pin (num 1) (name K) (type passive))
(pin (num 2) (name A) (type passive))))
(libpart (lib stormduino-Rev2-rescue) (part LM358-Amplifier_Operational)
(footprints
(fp SOIC*3.9x4.9mm*P1.27mm*)
(fp DIP*W7.62mm*)
(fp TO*99*)
(fp OnSemi*Micro8*)
(fp TSSOP*3x3mm*P0.65mm*)
(fp TSSOP*4.4x3mm*P0.65mm*)
(fp MSOP*3x3mm*P0.65mm*)
(fp SSOP*3.9x4.9mm*P0.635mm*)
(fp LFCSP*2x2mm*P0.5mm*)
(fp *SIP*)
(fp SOIC*5.3x6.2mm*P1.27mm*))
(fields
(field (name Reference) U)
(field (name Value) LM358-Amplifier_Operational))
(pins
(pin (num 1) (name ~) (type output))
(pin (num 2) (name -) (type input))
(pin (num 3) (name +) (type input))
(pin (num 4) (name V-) (type power_in))
(pin (num 5) (name +) (type input))
(pin (num 6) (name -) (type input))
(pin (num 7) (name ~) (type output))
(pin (num 8) (name V+) (type power_in))))
(libpart (lib stormduino-Rev2-rescue) (part R-Device)
(footprints
(fp R_*))
(fields
(field (name Reference) R)
(field (name Value) R-Device))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib stormduino-Rev2-rescue) (part SW_Push-Switch)
(fields
(field (name Reference) SW)
(field (name Value) SW_Push-Switch))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive))))
(libpart (lib stormduino-Rev2-rescue) (part USB_C_Receptacle_USB2.0-Connector)
(footprints
(fp USB*C*Receptacle*))
(fields
(field (name Reference) J)
(field (name Value) USB_C_Receptacle_USB2.0-Connector))
(pins
(pin (num A1) (name GND) (type power_in))
(pin (num A4) (name VBUS) (type power_in))
(pin (num A5) (name CC1) (type BiDi))
(pin (num A6) (name D+) (type BiDi))
(pin (num A7) (name D-) (type BiDi))
(pin (num A8) (name SBU1) (type BiDi))
(pin (num A9) (name VBUS) (type passive))
(pin (num A12) (name GND) (type passive))
(pin (num B1) (name GND) (type passive))
(pin (num B4) (name VBUS) (type passive))
(pin (num B5) (name CC2) (type BiDi))
(pin (num B6) (name D+) (type BiDi))
(pin (num B7) (name D-) (type BiDi))
(pin (num B8) (name SBU2) (type BiDi))
(pin (num B9) (name VBUS) (type passive))
(pin (num B12) (name GND) (type passive))
(pin (num S1) (name SHIELD) (type passive)))))
(libraries
(library (logical Connector_Generic_MountingPin)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Connector_Generic_MountingPin.lib"))
(library (logical stormduino-Rev2-rescue)
(uri "D:\\stormduino Rev2/stormduino Rev2-rescue.lib")))
(nets
(net (code 1) (name GND)
(node (ref C1) (pin 2))
(node (ref C4) (pin 2))
(node (ref D5) (pin 1))
(node (ref C5) (pin 2))
(node (ref C10) (pin 2))
(node (ref C7) (pin 2))
(node (ref R2) (pin 2))
(node (ref J2) (pin A1))
(node (ref J5) (pin 6))
(node (ref U4) (pin 1))
(node (ref J3) (pin 6))
(node (ref J6) (pin 7))
(node (ref J8) (pin 2))
(node (ref C9) (pin 2))
(node (ref C6) (pin 2))
(node (ref U5) (pin 8))
(node (ref C2) (pin 2))
(node (ref J5) (pin 7))
(node (ref U2) (pin 1))
(node (ref J2) (pin A12))
(node (ref J2) (pin B12))
(node (ref J2) (pin B1))
(node (ref U1) (pin 4))
(node (ref D2) (pin 1))
(node (ref J1) (pin 2))
(node (ref SW1) (pin 1))
(node (ref C13) (pin 2))
(node (ref U5) (pin 22))
(node (ref C3) (pin 1))
(node (ref C12) (pin 2))
(node (ref C11) (pin 1))
(node (ref U3) (pin 1)))
(net (code 2) (name /D1)
(node (ref J8) (pin 3))
(node (ref U5) (pin 3))
(node (ref J7) (pin 2))
(node (ref R4) (pin 1))
(node (ref D3) (pin 1)))
(net (code 3) (name /D0)
(node (ref J7) (pin 1))
(node (ref U5) (pin 2))
(node (ref J8) (pin 4))
(node (ref D4) (pin 1))
(node (ref R3) (pin 1)))
(net (code 4) (name "Net-(F1-Pad2)")
(node (ref J2) (pin A9))
(node (ref J2) (pin B9))
(node (ref J2) (pin A4))
(node (ref F1) (pin 2))
(node (ref J2) (pin B4)))
(net (code 5) (name "Net-(J2-PadA5)")
(node (ref J2) (pin A5)))
(net (code 6) (name "Net-(J2-PadA8)")
(node (ref J2) (pin A8)))
(net (code 7) (name "Net-(J2-PadB5)")
(node (ref J2) (pin B5)))
(net (code 8) (name "Net-(J2-PadB8)")
(node (ref J2) (pin B8)))
(net (code 9) (name "Net-(J2-PadS1)")
(node (ref J2) (pin S1)))
(net (code 10) (name "Net-(J2-PadA7)")
(node (ref J2) (pin A7))
(node (ref J2) (pin B7))
(node (ref U4) (pin 6)))
(net (code 11) (name "Net-(C11-Pad2)")
(node (ref U5) (pin 9))
(node (ref R10) (pin 1))
(node (ref C11) (pin 2))
(node (ref Y1) (pin 1)))
(net (code 12) (name "Net-(C12-Pad1)")
(node (ref C12) (pin 1))
(node (ref U5) (pin 10))
(node (ref R10) (pin 2))
(node (ref Y1) (pin 2)))
(net (code 13) (name /D6)
(node (ref U5) (pin 12))
(node (ref J7) (pin 7)))
(net (code 14) (name /D7)
(node (ref J7) (pin 8))
(node (ref U5) (pin 13)))
(net (code 15) (name /D2)
(node (ref U5) (pin 4))
(node (ref J7) (pin 3)))
(net (code 16) (name /D3)
(node (ref U5) (pin 5))
(node (ref J7) (pin 4)))
(net (code 17) (name /D4)
(node (ref U5) (pin 6))
(node (ref J7) (pin 5)))
(net (code 18) (name /D5)
(node (ref J7) (pin 6))
(node (ref U5) (pin 11)))
(net (code 19) (name /VIN)
(node (ref U2) (pin 3))
(node (ref D1) (pin 2))
(node (ref R1) (pin 1))
(node (ref J5) (pin 8))
(node (ref C1) (pin 1)))
(net (code 20) (name /D11)
(node (ref J6) (pin 4))
(node (ref J3) (pin 4))
(node (ref U5) (pin 17)))
(net (code 21) (name /A5)
(node (ref U5) (pin 28))
(node (ref J4) (pin 6))
(node (ref J6) (pin 10)))
(net (code 22) (name /AREF)
(node (ref U5) (pin 21))
(node (ref C13) (pin 1))
(node (ref J6) (pin 8)))
(net (code 23) (name /A4)
(node (ref J6) (pin 9))
(node (ref U5) (pin 27))
(node (ref J4) (pin 5)))
(net (code 24) (name "Net-(D5-Pad2)")
(node (ref R8) (pin 2))
(node (ref D5) (pin 2)))
(net (code 25) (name "Net-(D3-Pad2)")
(node (ref D3) (pin 2))
(node (ref R6) (pin 1)))
(net (code 26) (name +5V)
(node (ref U1) (pin 8))
(node (ref U3) (pin 3))
(node (ref C4) (pin 1))
(node (ref Q1) (pin 1))
(node (ref J5) (pin 2))
(node (ref J5) (pin 5))
(node (ref C5) (pin 1))
(node (ref J3) (pin 2))
(node (ref C2) (pin 1))
(node (ref U2) (pin 2))
(node (ref C7) (pin 1))
(node (ref R8) (pin 1))
(node (ref R9) (pin 2))
(node (ref U5) (pin 20))
(node (ref C10) (pin 1))
(node (ref U5) (pin 7))
(node (ref R7) (pin 1))
(node (ref R6) (pin 2)))
(net (code 27) (name "Net-(D4-Pad2)")
(node (ref R7) (pin 2))
(node (ref D4) (pin 2)))
(net (code 28) (name /D10)
(node (ref U5) (pin 16))
(node (ref J6) (pin 3)))
(net (code 29) (name /D12)
(node (ref U5) (pin 18))
(node (ref J6) (pin 5))
(node (ref J3) (pin 1)))
(net (code 30) (name /D13)
(node (ref J3) (pin 3))
(node (ref U1) (pin 5))
(node (ref U5) (pin 19))
(node (ref J6) (pin 6)))
(net (code 31) (name /D8)
(node (ref U5) (pin 14))
(node (ref J6) (pin 1)))
(net (code 32) (name /D9)
(node (ref U5) (pin 15))
(node (ref J6) (pin 2)))
(net (code 33) (name "Net-(J8-PadMP)")
(node (ref J8) (pin MP)))
(net (code 34) (name /DSR)
(node (ref U4) (pin 10))
(node (ref J9) (pin 2)))
(net (code 35) (name /RI)
(node (ref U4) (pin 11))
(node (ref J9) (pin 3)))
(net (code 36) (name /DCD)
(node (ref U4) (pin 12))
(node (ref J9) (pin 4)))
(net (code 37) (name "Net-(C8-Pad2)")
(node (ref C8) (pin 2))
(node (ref U4) (pin 13)))
(net (code 38) (name /RTS)
(node (ref U4) (pin 14))
(node (ref J9) (pin 5)))
(net (code 39) (name /R232)
(node (ref J9) (pin 6))
(node (ref U4) (pin 15)))
(net (code 40) (name "Net-(R3-Pad2)")
(node (ref U4) (pin 2))
(node (ref R3) (pin 2)))
(net (code 41) (name /VBUS)
(node (ref J8) (pin 1))
(node (ref U4) (pin 16))
(node (ref Q1) (pin 3))
(node (ref F1) (pin 1)))
(net (code 42) (name "Net-(J9-PadMP)")
(node (ref J9) (pin MP)))
(net (code 43) (name "Net-(U4-Pad8)")
(node (ref U4) (pin 8)))
(net (code 44) (name "Net-(R4-Pad2)")
(node (ref R4) (pin 2))
(node (ref U4) (pin 3)))
(net (code 45) (name "Net-(J2-PadA6)")
(node (ref U4) (pin 5))
(node (ref J2) (pin A6))
(node (ref J2) (pin B6)))
(net (code 46) (name "Net-(U4-Pad7)")
(node (ref U4) (pin 7)))
(net (code 47) (name /CTS)
(node (ref U4) (pin 9))
(node (ref J9) (pin 1)))
(net (code 48) (name "Net-(J5-Pad1)")
(node (ref J5) (pin 1)))
(net (code 49) (name "Net-(D2-Pad2)")
(node (ref D2) (pin 2))
(node (ref R5) (pin 2)))
(net (code 50) (name "Net-(R5-Pad1)")
(node (ref R5) (pin 1))
(node (ref U1) (pin 6))
(node (ref U1) (pin 7)))
(net (code 51) (name +3V3)
(node (ref C6) (pin 1))
(node (ref C9) (pin 1))
(node (ref U3) (pin 2))
(node (ref J5) (pin 4))
(node (ref U4) (pin 4))
(node (ref U1) (pin 2))
(node (ref C3) (pin 2)))
(net (code 52) (name /DTR)
(node (ref C8) (pin 1))
(node (ref R9) (pin 1))
(node (ref J5) (pin 3))
(node (ref SW1) (pin 2))
(node (ref U5) (pin 1))
(node (ref J3) (pin 5)))
(net (code 53) (name /A1)
(node (ref J4) (pin 2))
(node (ref U5) (pin 24)))
(net (code 54) (name /A0)
(node (ref J4) (pin 1))
(node (ref U5) (pin 23)))
(net (code 55) (name /A2)
(node (ref U5) (pin 25))
(node (ref J4) (pin 3)))
(net (code 56) (name /A3)
(node (ref U5) (pin 26))
(node (ref J4) (pin 4)))
(net (code 57) (name "Net-(J5-PadMP)")
(node (ref J5) (pin MP)))
(net (code 58) (name "Net-(J7-PadMP)")
(node (ref J7) (pin MP)))
(net (code 59) (name "Net-(J6-PadMP)")
(node (ref J6) (pin MP)))
(net (code 60) (name "Net-(J4-PadMP)")
(node (ref J4) (pin MP)))
(net (code 61) (name "Net-(Q1-Pad2)")
(node (ref Q1) (pin 2))
(node (ref U1) (pin 1)))
(net (code 62) (name "Net-(D1-Pad1)")
(node (ref J1) (pin 1))
(node (ref D1) (pin 1)))
(net (code 63) (name "Net-(R1-Pad2)")
(node (ref U1) (pin 3))
(node (ref R1) (pin 2))
(node (ref R2) (pin 1)))))