-
Notifications
You must be signed in to change notification settings - Fork 0
/
Interlock.net
109 lines (109 loc) · 3.54 KB
/
Interlock.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
(export (version D)
(design
(source "G:\\My Drive\\KiCad Projects\\Interlock\\Interlock.sch")
(date "10/23/2018 11:22:20 AM")
(tool "Eeschema (5.0.0)")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title)
(company)
(rev)
(date)
(source Interlock.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref BT2032)
(value Battery_Cell)
(footprint Battery:BatteryHolder_Keystone_3034_1x20mm)
(datasheet ~)
(libsource (lib Device) (part Battery_Cell) (description "single battery cell"))
(sheetpath (names /) (tstamps /))
(tstamp 5BC8F31B))
(comp (ref D1)
(value LED)
(footprint LED_THT:LED_D5.0mm_Clear)
(datasheet ~)
(libsource (lib Device) (part LED) (description "LED generic"))
(sheetpath (names /) (tstamps /))
(tstamp 5BC8F3C7))
(comp (ref D2)
(value LED)
(footprint LED_THT:LED_D5.0mm_Clear)
(datasheet ~)
(libsource (lib Device) (part LED) (description "LED generic"))
(sheetpath (names /) (tstamps /))
(tstamp 5BC8F4A5))
(comp (ref D3)
(value LED)
(footprint LED_THT:LED_D5.0mm_Clear)
(datasheet ~)
(libsource (lib Device) (part LED) (description "LED generic"))
(sheetpath (names /) (tstamps /))
(tstamp 5BC8F4C3))
(comp (ref D4)
(value LED)
(footprint LED_THT:LED_D5.0mm_Clear)
(datasheet ~)
(libsource (lib Device) (part LED) (description "LED generic"))
(sheetpath (names /) (tstamps /))
(tstamp 5BC8F4E7))
(comp (ref D5)
(value LED)
(footprint LED_THT:LED_D5.0mm_Clear)
(datasheet ~)
(libsource (lib Device) (part LED) (description "LED generic"))
(sheetpath (names /) (tstamps /))
(tstamp 5BC8F50D))
(comp (ref D6)
(value LED)
(footprint LED_THT:LED_D5.0mm_Clear)
(datasheet ~)
(libsource (lib Device) (part LED) (description "LED generic"))
(sheetpath (names /) (tstamps /))
(tstamp 5BC8F539)))
(libparts
(libpart (lib Device) (part Battery_Cell)
(description "single battery cell")
(docs ~)
(fields
(field (name Reference) BT)
(field (name Value) Battery_Cell))
(pins
(pin (num 1) (name +) (type passive))
(pin (num 2) (name -) (type passive))))
(libpart (lib Device) (part LED)
(description "LED generic")
(docs ~)
(footprints
(fp LED*)
(fp LED_SMD:*)
(fp LED_THT:*))
(fields
(field (name Reference) D)
(field (name Value) LED))
(pins
(pin (num 1) (name K) (type passive))
(pin (num 2) (name A) (type passive)))))
(libraries
(library (logical Device)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Device.lib")))
(nets
(net (code 1) (name "Net-(BT2032-Pad2)")
(node (ref D4) (pin 1))
(node (ref D3) (pin 1))
(node (ref D2) (pin 1))
(node (ref D1) (pin 1))
(node (ref BT2032) (pin 2))
(node (ref D5) (pin 1))
(node (ref D6) (pin 1)))
(net (code 2) (name "Net-(BT2032-Pad1)")
(node (ref D6) (pin 2))
(node (ref D5) (pin 2))
(node (ref BT2032) (pin 1))
(node (ref D4) (pin 2))
(node (ref D3) (pin 2))
(node (ref D2) (pin 2))
(node (ref D1) (pin 2)))))