-
Notifications
You must be signed in to change notification settings - Fork 1
/
clock_divider.net
707 lines (707 loc) · 25.6 KB
/
clock_divider.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
(export (version D)
(design
(source "/home/bmatthieu3/Documents/clock_divider(1)/clock_divider/clock_divider.sch")
(date "dim. 15 mars 2020 16:27:53 CET")
(tool "Eeschema 5.0.2-bee76a0~70~ubuntu18.04.1")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title)
(company)
(rev)
(date)
(source clock_divider.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref J3)
(value Conn_01x08_Male)
(footprint Connector_PinHeader_2.54mm:PinHeader_1x08_P2.54mm_Vertical)
(datasheet ~)
(libsource (lib Connector) (part Conn_01x08_Male) (description "Generic connector, single row, 01x08, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5B9BDAB4))
(comp (ref J4)
(value Conn_01x08_Male)
(footprint Connector_PinHeader_2.54mm:PinHeader_1x08_P2.54mm_Vertical)
(datasheet ~)
(libsource (lib Connector) (part Conn_01x08_Male) (description "Generic connector, single row, 01x08, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5B9BDD4C))
(comp (ref J1)
(value Conn_01x06_Male)
(footprint Connector_PinHeader_2.54mm:PinHeader_1x06_P2.54mm_Vertical)
(datasheet ~)
(libsource (lib Connector) (part Conn_01x06_Male) (description "Generic connector, single row, 01x06, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5B9C3A67))
(comp (ref U2)
(value ATmega328-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 MCU_Microchip_ATmega) (part ATmega328-PU) (description "20MHz, 32kB Flash, 2kB SRAM, 1kB EEPROM, DIP-28"))
(sheetpath (names /) (tstamps /))
(tstamp 5B9CE629))
(comp (ref U1)
(value L7805)
(footprint Package_TO_SOT_THT:TO-92)
(datasheet http://www.st.com/content/ccc/resource/technical/document/datasheet/41/4f/b3/b0/12/d4/47/88/CD00000444.pdf/files/CD00000444.pdf/jcr:content/translations/en.CD00000444.pdf)
(libsource (lib Regulator_Linear) (part L7805) (description "Positive 1.5A 35V Linear Regulator, Fixed Output 5V, TO-220/TO-263/TO-252"))
(sheetpath (names /) (tstamps /))
(tstamp 5B9D3A12))
(comp (ref C3)
(value 100nF)
(footprint Capacitor_THT:C_Rect_L7.0mm_W2.0mm_P5.00mm)
(datasheet ~)
(libsource (lib Device) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5B9DE3CD))
(comp (ref C4)
(value 100nF)
(footprint Capacitor_THT:C_Rect_L7.0mm_W2.0mm_P5.00mm)
(datasheet ~)
(libsource (lib Device) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5B9E06E1))
(comp (ref Y1)
(value Crystal)
(footprint Crystal:Crystal_HC49-4H_Vertical)
(datasheet ~)
(libsource (lib Device) (part Crystal) (description "Two pin crystal"))
(sheetpath (names /) (tstamps /))
(tstamp 5BA13B1B))
(comp (ref C8)
(value 22pF)
(footprint Capacitor_THT:C_Disc_D4.3mm_W1.9mm_P5.00mm)
(datasheet ~)
(libsource (lib Device) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5BA13CAE))
(comp (ref C9)
(value 22pF)
(footprint Capacitor_THT:C_Disc_D4.3mm_W1.9mm_P5.00mm)
(datasheet ~)
(libsource (lib Device) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5BA13DCF))
(comp (ref D1)
(value D_Zener)
(footprint Diode_THT:D_DO-34_SOD68_P7.62mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part D_Zener) (description "Zener diode"))
(sheetpath (names /) (tstamps /))
(tstamp 5BA159DA))
(comp (ref C5)
(value 220pF)
(footprint Capacitor_THT:C_Disc_D4.3mm_W1.9mm_P5.00mm)
(datasheet ~)
(libsource (lib Device) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5BA15F47))
(comp (ref R9)
(value 1k)
(footprint Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5BA1624A))
(comp (ref R16)
(value 1k)
(footprint Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5BA1CA3A))
(comp (ref Q1)
(value BC547)
(footprint Package_TO_SOT_THT:TO-92)
(datasheet http://www.fairchildsemi.com/ds/BC/BC547.pdf)
(libsource (lib Transistor_BJT) (part BC547) (description "0.1A Ic, 45V Vce, Small Signal NPN Transistor, TO-92"))
(sheetpath (names /) (tstamps /))
(tstamp 5BA1CF64))
(comp (ref R12)
(value 470k)
(footprint Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5BA1D97E))
(comp (ref D3)
(value D_Zener)
(footprint Diode_THT:D_DO-34_SOD68_P7.62mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part D_Zener) (description "Zener diode"))
(sheetpath (names /) (tstamps /))
(tstamp 5BA1E01A))
(comp (ref C7)
(value 220pF)
(footprint Capacitor_THT:C_Disc_D4.3mm_W1.9mm_P5.00mm)
(datasheet ~)
(libsource (lib Device) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5BA1E138))
(comp (ref R14)
(value 1k)
(footprint Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5BA1E266))
(comp (ref R2)
(value 330)
(footprint Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5BA65B7E))
(comp (ref R3)
(value 1k)
(footprint Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5BA65C2F))
(comp (ref R4)
(value 330)
(footprint Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5BA6D4D8))
(comp (ref R5)
(value 1k)
(footprint Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5BA6D4DF))
(comp (ref R6)
(value 330)
(footprint Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5BA73277))
(comp (ref R7)
(value 1k)
(footprint Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5BA7327E))
(comp (ref R8)
(value 330)
(footprint Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5BA7904D))
(comp (ref R10)
(value 1k)
(footprint Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5BA79054))
(comp (ref R11)
(value 330)
(footprint Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5BA7ED59))
(comp (ref R13)
(value 1k)
(footprint Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5BA7ED60))
(comp (ref R15)
(value 330)
(footprint Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5BA84A97))
(comp (ref R17)
(value 1k)
(footprint Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5BA84A9E))
(comp (ref R18)
(value 330)
(footprint Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5BA8A765))
(comp (ref R19)
(value 1k)
(footprint Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5BA8A76C))
(comp (ref R20)
(value 330)
(footprint Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5BA90373))
(comp (ref R21)
(value 1k)
(footprint Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5BA9037A))
(comp (ref D4)
(value D)
(footprint Diode_THT:D_DO-34_SOD68_P7.62mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part D) (description Diode))
(sheetpath (names /) (tstamps /))
(tstamp 5BA9DC23))
(comp (ref J2)
(value Conn_01x06_Male)
(footprint Connector_PinHeader_2.54mm:PinHeader_1x06_P2.54mm_Vertical)
(datasheet ~)
(libsource (lib Connector) (part Conn_01x06_Male) (description "Generic connector, single row, 01x06, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5BAA752B))
(comp (ref D2)
(value D_Zener)
(footprint Diode_THT:D_DO-34_SOD68_P7.62mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part D_Zener) (description "Zener diode"))
(sheetpath (names /) (tstamps /))
(tstamp 5B9F42E3))
(comp (ref C6)
(value 220pF)
(footprint Capacitor_THT:C_Disc_D4.3mm_W1.9mm_P5.00mm)
(datasheet ~)
(libsource (lib Device) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5B9F9C50))
(comp (ref C2)
(value 22uF)
(footprint Capacitor_THT:CP_Radial_D5.0mm_P2.50mm)
(datasheet ~)
(libsource (lib Device) (part CP) (description "Polarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5BA17C27))
(comp (ref C1)
(value 100nF)
(footprint Capacitor_THT:C_Rect_L7.0mm_W2.0mm_P5.00mm)
(datasheet ~)
(libsource (lib Device) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5BA17CE9))
(comp (ref R1)
(value 10)
(footprint Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5BAC4173)))
(libparts
(libpart (lib Connector) (part Conn_01x06_Male)
(description "Generic connector, single row, 01x06, script generated (kicad-library-utils/schlib/autogen/connector/)")
(docs ~)
(footprints
(fp Connector*:*_1x??_*))
(fields
(field (name Reference) J)
(field (name Value) Conn_01x06_Male))
(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 Connector) (part Conn_01x08_Male)
(description "Generic connector, single row, 01x08, script generated (kicad-library-utils/schlib/autogen/connector/)")
(docs ~)
(footprints
(fp Connector*:*_1x??_*))
(fields
(field (name Reference) J)
(field (name Value) Conn_01x08_Male))
(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))))
(libpart (lib Device) (part C)
(description "Unpolarized capacitor")
(docs ~)
(footprints
(fp C_*))
(fields
(field (name Reference) C)
(field (name Value) C))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib Device) (part CP)
(description "Polarized capacitor")
(docs ~)
(footprints
(fp CP_*))
(fields
(field (name Reference) C)
(field (name Value) CP))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib Device) (part Crystal)
(description "Two pin crystal")
(docs ~)
(footprints
(fp Crystal*))
(fields
(field (name Reference) Y)
(field (name Value) Crystal))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive))))
(libpart (lib Device) (part D)
(description Diode)
(docs ~)
(footprints
(fp TO-???*)
(fp *_Diode_*)
(fp *SingleDiode*)
(fp D_*))
(fields
(field (name Reference) D)
(field (name Value) D))
(pins
(pin (num 1) (name K) (type passive))
(pin (num 2) (name A) (type passive))))
(libpart (lib Device) (part D_Zener)
(description "Zener diode")
(docs ~)
(footprints
(fp TO-???*)
(fp *_Diode_*)
(fp *SingleDiode*)
(fp D_*))
(fields
(field (name Reference) D)
(field (name Value) D_Zener))
(pins
(pin (num 1) (name K) (type passive))
(pin (num 2) (name A) (type passive))))
(libpart (lib Device) (part R)
(description Resistor)
(docs ~)
(footprints
(fp R_*))
(fields
(field (name Reference) R)
(field (name Value) R))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib MCU_Microchip_ATmega) (part ATmega48PV-10PU)
(aliases
(alias ATmega48P-20PU)
(alias ATmega48A-PU)
(alias ATmega48PA-PU)
(alias ATmega88PV-10PU)
(alias ATmega88P-20PU)
(alias ATmega88A-PU)
(alias ATmega88PA-PU)
(alias ATmega168PV-10PU)
(alias ATmega168P-20PU)
(alias ATmega168A-PU)
(alias ATmega168PA-PU)
(alias ATmega328-PU)
(alias ATmega328P-PU))
(description "10MHz, 4kB Flash, 512B SRAM, 256B EEPROM, DIP-28")
(docs http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-8025-8-bit-AVR-Microcontroller-ATmega48P-88P-168P_Datasheet.pdf)
(footprints
(fp DIP*W7.62mm*))
(fields
(field (name Reference) U)
(field (name Value) ATmega48PV-10PU)
(field (name Footprint) Package_DIP:DIP-28_W7.62mm))
(pins
(pin (num 1) (name ~RESET~/PC6) (type 3state))
(pin (num 2) (name PD0) (type 3state))
(pin (num 3) (name PD1) (type 3state))
(pin (num 4) (name PD2) (type 3state))
(pin (num 5) (name PD3) (type 3state))
(pin (num 6) (name PD4) (type 3state))
(pin (num 7) (name VCC) (type power_in))
(pin (num 8) (name GND) (type power_in))
(pin (num 9) (name XTAL1/PB6) (type 3state))
(pin (num 10) (name XTAL2/PB7) (type 3state))
(pin (num 11) (name PD5) (type 3state))
(pin (num 12) (name PD6) (type 3state))
(pin (num 13) (name PD7) (type 3state))
(pin (num 14) (name PB0) (type 3state))
(pin (num 15) (name PB1) (type 3state))
(pin (num 16) (name PB2) (type 3state))
(pin (num 17) (name PB3) (type 3state))
(pin (num 18) (name PB4) (type 3state))
(pin (num 19) (name PB5) (type 3state))
(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 3state))
(pin (num 24) (name PC1) (type 3state))
(pin (num 25) (name PC2) (type 3state))
(pin (num 26) (name PC3) (type 3state))
(pin (num 27) (name PC4) (type 3state))
(pin (num 28) (name PC5) (type 3state))))
(libpart (lib Regulator_Linear) (part L7805)
(aliases
(alias L7806)
(alias L7808)
(alias L7885)
(alias L7809)
(alias L7812)
(alias L7815)
(alias L7818)
(alias L7824))
(description "Positive 1.5A 35V Linear Regulator, Fixed Output 5V, TO-220/TO-263/TO-252")
(docs http://www.st.com/content/ccc/resource/technical/document/datasheet/41/4f/b3/b0/12/d4/47/88/CD00000444.pdf/files/CD00000444.pdf/jcr:content/translations/en.CD00000444.pdf)
(footprints
(fp TO?252*)
(fp TO?263*)
(fp TO?220*))
(fields
(field (name Reference) U)
(field (name Value) L7805))
(pins
(pin (num 1) (name IN) (type power_in))
(pin (num 2) (name GND) (type power_in))
(pin (num 3) (name OUT) (type power_out))))
(libpart (lib Transistor_BJT) (part BC547)
(aliases
(alias BC546)
(alias BC548)
(alias BC549)
(alias BC550)
(alias BC337)
(alias BC338))
(description "0.1A Ic, 45V Vce, Small Signal NPN Transistor, TO-92")
(docs http://www.fairchildsemi.com/ds/BC/BC547.pdf)
(footprints
(fp TO?92*))
(fields
(field (name Reference) Q)
(field (name Value) BC547)
(field (name Footprint) Package_TO_SOT_THT:TO-92_Inline))
(pins
(pin (num 1) (name C) (type passive))
(pin (num 2) (name B) (type input))
(pin (num 3) (name E) (type passive)))))
(libraries
(library (logical Connector)
(uri /usr/share/kicad/library/Connector.lib))
(library (logical Device)
(uri /usr/share/kicad/library/Device.lib))
(library (logical MCU_Microchip_ATmega)
(uri /usr/share/kicad/library/MCU_Microchip_ATmega.lib))
(library (logical Regulator_Linear)
(uri /usr/share/kicad/library/Regulator_Linear.lib))
(library (logical Transistor_BJT)
(uri /usr/share/kicad/library/Transistor_BJT.lib)))
(nets
(net (code 1) (name /VCC)
(node (ref U2) (pin 20))
(node (ref J2) (pin 5))
(node (ref C3) (pin 1))
(node (ref U2) (pin 7))
(node (ref U1) (pin 3))
(node (ref R16) (pin 1)))
(net (code 2) (name /ROTATE_IN)
(node (ref J2) (pin 2))
(node (ref R9) (pin 1)))
(net (code 3) (name "Net-(C8-Pad2)")
(node (ref U2) (pin 9))
(node (ref C8) (pin 2))
(node (ref Y1) (pin 1)))
(net (code 4) (name /LED1)
(node (ref R2) (pin 1))
(node (ref J4) (pin 8)))
(net (code 5) (name /LED4)
(node (ref J4) (pin 2))
(node (ref R8) (pin 1)))
(net (code 6) (name /PB2)
(node (ref U2) (pin 16))
(node (ref R7) (pin 2))
(node (ref R6) (pin 2)))
(net (code 7) (name /LED3)
(node (ref R6) (pin 1))
(node (ref J4) (pin 4)))
(net (code 8) (name /LED2)
(node (ref R4) (pin 1))
(node (ref J4) (pin 6)))
(net (code 9) (name "Net-(C7-Pad1)")
(node (ref D3) (pin 1))
(node (ref U2) (pin 13))
(node (ref C7) (pin 1))
(node (ref R14) (pin 1)))
(net (code 10) (name /RESET_IN)
(node (ref J2) (pin 4))
(node (ref R12) (pin 2)))
(net (code 11) (name "Net-(D4-Pad1)")
(node (ref D4) (pin 1))
(node (ref Q1) (pin 2))
(node (ref R12) (pin 1)))
(net (code 12) (name "Net-(U2-Pad28)")
(node (ref U2) (pin 28)))
(net (code 13) (name "Net-(U2-Pad27)")
(node (ref U2) (pin 27)))
(net (code 14) (name "Net-(U2-Pad26)")
(node (ref U2) (pin 26)))
(net (code 15) (name "Net-(U2-Pad25)")
(node (ref U2) (pin 25)))
(net (code 16) (name /DIVIDING)
(node (ref U2) (pin 24))
(node (ref J2) (pin 1)))
(net (code 17) (name "Net-(C5-Pad1)")
(node (ref R9) (pin 2))
(node (ref U2) (pin 23))
(node (ref C5) (pin 1))
(node (ref D1) (pin 1)))
(net (code 18) (name "Net-(U2-Pad4)")
(node (ref U2) (pin 4)))
(net (code 19) (name "Net-(U2-Pad12)")
(node (ref U2) (pin 12)))
(net (code 20) (name "Net-(U2-Pad11)")
(node (ref U2) (pin 11)))
(net (code 21) (name "Net-(U2-Pad1)")
(node (ref U2) (pin 1)))
(net (code 22) (name "Net-(J1-Pad6)")
(node (ref J1) (pin 6)))
(net (code 23) (name "Net-(J1-Pad5)")
(node (ref J1) (pin 5)))
(net (code 24) (name "Net-(C4-Pad1)")
(node (ref U2) (pin 21))
(node (ref C4) (pin 1)))
(net (code 25) (name "Net-(U2-Pad5)")
(node (ref U2) (pin 5)))
(net (code 26) (name "Net-(C1-Pad1)")
(node (ref R1) (pin 1))
(node (ref U1) (pin 1))
(node (ref C1) (pin 1))
(node (ref C2) (pin 1)))
(net (code 27) (name GND)
(node (ref J2) (pin 6))
(node (ref U2) (pin 22))
(node (ref C8) (pin 1))
(node (ref C9) (pin 1))
(node (ref Q1) (pin 3))
(node (ref D1) (pin 2))
(node (ref C5) (pin 2))
(node (ref D3) (pin 2))
(node (ref C7) (pin 2))
(node (ref U1) (pin 2))
(node (ref C1) (pin 2))
(node (ref C2) (pin 2))
(node (ref C4) (pin 2))
(node (ref J1) (pin 4))
(node (ref C3) (pin 2))
(node (ref U2) (pin 8))
(node (ref D4) (pin 2))
(node (ref D2) (pin 2))
(node (ref C6) (pin 2)))
(net (code 28) (name /PD1)
(node (ref R21) (pin 2))
(node (ref U2) (pin 3))
(node (ref R20) (pin 2)))
(net (code 29) (name /PD0)
(node (ref R18) (pin 2))
(node (ref R19) (pin 2))
(node (ref U2) (pin 2)))
(net (code 30) (name /PB5)
(node (ref U2) (pin 19))
(node (ref R17) (pin 2))
(node (ref R15) (pin 2)))
(net (code 31) (name /PB4)
(node (ref R13) (pin 2))
(node (ref U2) (pin 18))
(node (ref R11) (pin 2)))
(net (code 32) (name "Net-(C6-Pad1)")
(node (ref C6) (pin 1))
(node (ref Q1) (pin 1))
(node (ref D2) (pin 1))
(node (ref R16) (pin 2))
(node (ref U2) (pin 6)))
(net (code 33) (name "Net-(J1-Pad3)")
(node (ref J1) (pin 3)))
(net (code 35) (name "Net-(C9-Pad2)")
(node (ref C9) (pin 2))
(node (ref Y1) (pin 2))
(node (ref U2) (pin 10)))
(net (code 36) (name /PB3)
(node (ref U2) (pin 17))
(node (ref R10) (pin 2))
(node (ref R8) (pin 2)))
(net (code 37) (name /PB1)
(node (ref R5) (pin 2))
(node (ref R4) (pin 2))
(node (ref U2) (pin 15)))
(net (code 38) (name /PB0)
(node (ref R3) (pin 2))
(node (ref U2) (pin 14))
(node (ref R2) (pin 2)))
(net (code 39) (name /MASTER_CLK_IN)
(node (ref R14) (pin 2))
(node (ref J2) (pin 3)))
(net (code 40) (name /LED7)
(node (ref R18) (pin 1))
(node (ref J3) (pin 4)))
(net (code 41) (name /LED6)
(node (ref J3) (pin 6))
(node (ref R15) (pin 1)))
(net (code 42) (name /LED5)
(node (ref J3) (pin 8))
(node (ref R11) (pin 1)))
(net (code 43) (name /LED8)
(node (ref J3) (pin 2))
(node (ref R20) (pin 1)))
(net (code 44) (name "Net-(J1-Pad2)")
(node (ref J1) (pin 2)))
(net (code 45) (name "Net-(J1-Pad1)")
(node (ref R1) (pin 2))
(node (ref J1) (pin 1)))
(net (code 46) (name /CLK1)
(node (ref J4) (pin 7))
(node (ref R3) (pin 1)))
(net (code 47) (name /CLK2)
(node (ref J4) (pin 5))
(node (ref R5) (pin 1)))
(net (code 48) (name /CLK3)
(node (ref J4) (pin 3))
(node (ref R7) (pin 1)))
(net (code 49) (name /CLK4)
(node (ref J4) (pin 1))
(node (ref R10) (pin 1)))
(net (code 50) (name /CLK5)
(node (ref J3) (pin 7))
(node (ref R13) (pin 1)))
(net (code 51) (name /CLK6)
(node (ref R17) (pin 1))
(node (ref J3) (pin 5)))
(net (code 52) (name /CLK7)
(node (ref R19) (pin 1))
(node (ref J3) (pin 3)))
(net (code 53) (name /CLK8)
(node (ref R21) (pin 1))
(node (ref J3) (pin 1)))))