-
Notifications
You must be signed in to change notification settings - Fork 1
/
pcbee.net
66 lines (66 loc) · 2.02 KB
/
pcbee.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
(export (version D)
(design
(source /Users/richec03/Documents/personal/pcbee/pcbee.sch)
(date "Friday, 02 March 2018 'pmt' 17:19:50")
(tool "Eeschema 4.0.7")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title)
(company)
(rev)
(date)
(source pcbee.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref BT1)
(value Battery_Cell)
(footprint Battery_Holders:Keystone_103_1x20mm-CoinCell)
(libsource (lib device) (part Battery_Cell))
(sheetpath (names /) (tstamps /))
(tstamp 5A997D07))
(comp (ref D2)
(value LED)
(footprint LEDs:LED_D5.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 5A997D53))
(comp (ref D1)
(value LED)
(footprint LEDs:LED_D5.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 5A997D8A)))
(libparts
(libpart (lib device) (part Battery_Cell)
(description "single battery cell")
(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")
(footprints
(fp LED*))
(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 "/Library/Application Support/kicad/library/device.lib")))
(nets
(net (code 1) (name "Net-(BT1-Pad2)")
(node (ref BT1) (pin 2))
(node (ref D2) (pin 1))
(node (ref D1) (pin 1)))
(net (code 2) (name "Net-(BT1-Pad1)")
(node (ref BT1) (pin 1))
(node (ref D2) (pin 2))
(node (ref D1) (pin 2)))))