-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbmw-obc-backlight.net
101 lines (101 loc) · 3.64 KB
/
bmw-obc-backlight.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
(export (version D)
(design
(source C:\Users\dowster\repos\bmw-obc-backlight\bmw-obc-backlight\bmw-obc-backlight.sch)
(date "3/6/2021 12:39:31 AM")
(tool "Eeschema (5.1.9)-1")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title)
(company)
(rev)
(date)
(source bmw-obc-backlight.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref J1)
(value Conn_01x02)
(footprint bmw-obc-backlight-footprints:TE_2Position_2.54mmPitch_Horizontal_Header)
(datasheet https://media.digikey.com/pdf/Data%20Sheets/Tyco%20Electonics%20AMP%20PDFs/535676.pdf)
(libsource (lib Connector_Generic) (part Conn_01x02) (description "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 60235A24))
(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 6023A561))
(comp (ref D2)
(value LED)
(footprint LED_THT:LED_D5.0mm)
(datasheet ~)
(libsource (lib Device) (part LED) (description "Light emitting diode"))
(sheetpath (names /) (tstamps /))
(tstamp 6023B59A))
(comp (ref R1)
(value 10000)
(footprint Resistor_SMD:R_1206_3216Metric_Pad1.30x1.75mm_HandSolder)
(datasheet https://page.venkel.com/hubfs/Resources/Datasheets/CR-Series.pdf)
(fields
(field (name "SMT Equiv") https://page.venkel.com/hubfs/Resources/Datasheets/CR-Series.pdf))
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 60238D1F)))
(libparts
(libpart (lib Connector_Generic) (part Conn_01x02)
(description "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)")
(docs ~)
(footprints
(fp Connector*:*_1x??_*))
(fields
(field (name Reference) J)
(field (name Value) Conn_01x02))
(pins
(pin (num 1) (name Pin_1) (type passive))
(pin (num 2) (name Pin_2) (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 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)))))
(libraries
(library (logical Connector_Generic)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Connector_Generic.lib"))
(library (logical Device)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Device.lib")))
(nets
(net (code 1) (name "Net-(D2-Pad1)")
(node (ref J1) (pin 2))
(node (ref D2) (pin 1)))
(net (code 2) (name "Net-(D2-Pad2)")
(node (ref D2) (pin 2))
(node (ref R1) (pin 2)))
(net (code 3) (name "Net-(D1-Pad1)")
(node (ref R1) (pin 1))
(node (ref D1) (pin 1)))
(net (code 4) (name "Net-(D1-Pad2)")
(node (ref J1) (pin 1))
(node (ref D1) (pin 2)))))