-
Notifications
You must be signed in to change notification settings - Fork 0
/
tester.net
118 lines (118 loc) · 3.46 KB
/
tester.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
(export (version D)
(design
(source /home/davidk/projects/hardware/cr2032_tester/tester.sch)
(date "Wed 28 May 2014 07:41:47 PM PDT")
(tool "eeschema (2013-june-11)-stable"))
(components
(comp (ref BT1)
(value CR2032)
(libsource (lib device) (part BATTERY))
(sheetpath (names /) (tstamps /))
(tstamp 52D73E68))
(comp (ref D1)
(value LED)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 536C7784))
(comp (ref R1)
(value R)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 536C7793))
(comp (ref Q1)
(value TPS3809L30)
(libsource (lib tps3809l30) (part TPS3809L30))
(sheetpath (names /) (tstamps /))
(tstamp 536C7E1D))
(comp (ref P1)
(value TST)
(libsource (lib device) (part TST))
(sheetpath (names /) (tstamps /))
(tstamp 53869E4F))
(comp (ref P2)
(value TST)
(libsource (lib device) (part TST))
(sheetpath (names /) (tstamps /))
(tstamp 53869E65)))
(libparts
(libpart (lib device) (part BATTERY)
(fields
(field (name Reference) BT)
(field (name Value) BATTERY)
(field (name Footprint) ~)
(field (name Datasheet) ~))
(pins
(pin (num 1) (name +) (type passive))
(pin (num 2) (name -) (type passive))))
(libpart (lib device) (part LED)
(footprints
(fp LED-3MM)
(fp LED-5MM)
(fp LED-10MM)
(fp LED-0603)
(fp LED-0805)
(fp LED-1206)
(fp LEDV))
(fields
(field (name Reference) D)
(field (name Value) LED)
(field (name Footprint) ~)
(field (name Datasheet) ~))
(pins
(pin (num 1) (name A) (type passive))
(pin (num 2) (name K) (type passive))))
(libpart (lib device) (part R)
(description Resistance)
(footprints
(fp R?)
(fp SM0603)
(fp SM0805)
(fp R?-*)
(fp SM1206))
(fields
(field (name Reference) R)
(field (name Value) R)
(field (name Footprint) ~)
(field (name Datasheet) ~))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib device) (part TST)
(fields
(field (name Reference) P)
(field (name Value) TST)
(field (name Footprint) ~)
(field (name Datasheet) ~))
(pins
(pin (num 1) (name ~) (type passive))))
(libpart (lib tps3809l30) (part TPS3809L30)
(fields
(field (name Reference) Q)
(field (name Value) TPS3809L30)
(field (name Footprint) ~)
(field (name Datasheet) ~))
(pins
(pin (num 1) (name GND) (type power_in))
(pin (num 2) (name ~RESET) (type output))
(pin (num 3) (name VDD) (type power_in)))))
(libraries
(library (logical device)
(uri /usr/share/kicad/library/device.lib))
(library (logical tps3809l30)
(uri tps3809l30.lib)))
(nets
(net (code 1) (name "")
(node (ref D1) (pin 2))
(node (ref R1) (pin 1)))
(net (code 2) (name GND)
(node (ref BT1) (pin 2))
(node (ref R1) (pin 2))
(node (ref Q1) (pin 1))
(node (ref P2) (pin 1)))
(net (code 3) (name "")
(node (ref D1) (pin 1))
(node (ref Q1) (pin 2)))
(net (code 4) (name VCC)
(node (ref BT1) (pin 1))
(node (ref P1) (pin 1))
(node (ref Q1) (pin 3)))))