-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalpaka_svg2shenzhen.net
92 lines (92 loc) · 3.03 KB
/
alpaka_svg2shenzhen.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
(export (version D)
(design
(source /home/alex/GitHub/alpaka_badge/alpaka_svg2shenzhen.sch)
(date "Sa 11 Sep 2021 11:48:14 CEST")
(tool "Eeschema 5.1.10")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title)
(company)
(rev)
(date)
(source alpaka_svg2shenzhen.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref D1)
(value LED)
(footprint LED_THT:LED_D5.0mm)
(datasheet ~)
(libsource (lib Device) (part LED) (description "Light emitting diode"))
(sheetpath (names /) (tstamps /))
(tstamp 613B9F6E))
(comp (ref BT1)
(value Battery_Cell)
(footprint libraries:BAT-HLD-012-SMT)
(datasheet ~)
(libsource (lib Device) (part Battery_Cell) (description "Single-cell battery"))
(sheetpath (names /) (tstamps /))
(tstamp 613BADC3))
(comp (ref SW1)
(value SW_DPDT_x2)
(footprint Button_Switch_SMD:SW_SPDT_CK-JS102011SAQN)
(libsource (lib Switch) (part SW_DPDT_x2) (description "Switch, dual pole double throw, separate symbols"))
(sheetpath (names /) (tstamps /))
(tstamp 613BC52B)))
(libparts
(libpart (lib Device) (part Battery_Cell)
(description "Single-cell battery")
(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 "Light emitting diode")
(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))))
(libpart (lib Switch) (part SW_DPDT_x2)
(description "Switch, dual pole double throw, separate symbols")
(docs ~)
(footprints
(fp SW*DPDT*))
(fields
(field (name Reference) SW)
(field (name Value) SW_DPDT_x2))
(pins
(pin (num 1) (name A) (type passive))
(pin (num 2) (name B) (type passive))
(pin (num 3) (name C) (type passive))
(pin (num 4) (name A) (type passive))
(pin (num 5) (name B) (type passive))
(pin (num 6) (name C) (type passive)))))
(libraries
(library (logical Device)
(uri /usr/share/kicad/library/Device.lib))
(library (logical Switch)
(uri /usr/share/kicad/library/Switch.lib)))
(nets
(net (code 1) (name "Net-(D1-Pad1)")
(node (ref D1) (pin 1))
(node (ref SW1) (pin 2)))
(net (code 2) (name "Net-(BT1-Pad1)")
(node (ref D1) (pin 2))
(node (ref BT1) (pin 1)))
(net (code 3) (name "Net-(BT1-Pad2)")
(node (ref BT1) (pin 2))
(node (ref SW1) (pin 1)))
(net (code 4) (name "Net-(SW1-Pad3)")
(node (ref SW1) (pin 3)))))