-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path3DS_C.net
124 lines (124 loc) · 4.79 KB
/
3DS_C.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
119
120
121
122
123
124
(export (version D)
(design
(source /home/makho/OneDrive/KiCAD/3DS_C/3DS_C.sch)
(date "Sun 11 Aug 2019 08:39:20 PM MST")
(tool "Eeschema 5.0.2-bee76a0~70~ubuntu18.10.1")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title)
(company)
(rev)
(date)
(source 3DS_C.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref J2)
(value 3DS_POWER)
(footprint misc_footprints:3DS_POWER)
(datasheet ~)
(libsource (lib Connector) (part Conn_01x02_Male) (description "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5D50C1CF))
(comp (ref R2)
(value 5.1K)
(footprint Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5D50C54D))
(comp (ref R1)
(value 5.1K)
(footprint Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5D50C5DD))
(comp (ref J1)
(value TYPE-C-31-M-17)
(footprint misc_footprints:TYPEC31M17)
(datasheet https://datasheet.lcsc.com/szlcsc/1903211732_Korean-Hroparts-Elec-TYPE-C-31-M-17_C283540.pdf)
(fields
(field (name Description) "USB Connectors 6 Receptacle 1 RoHS")
(field (name Height) 3.26)
(field (name Manufacturer_Name) "Korean Hroparts Elec")
(field (name Manufacturer_Part_Number) TYPE-C-31-M-17))
(libsource (lib TYPE-C-31-M-17) (part TYPE-C-31-M-17) (description "USB Connectors 6 Receptacle 1 RoHS"))
(sheetpath (names /) (tstamps /))
(tstamp 5D50D522)))
(libparts
(libpart (lib Connector) (part Conn_01x02_Male)
(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_Male))
(pins
(pin (num 1) (name Pin_1) (type passive))
(pin (num 2) (name Pin_2) (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))))
(libpart (lib TYPE-C-31-M-17) (part TYPE-C-31-M-17)
(description "USB Connectors 6 Receptacle 1 RoHS")
(docs https://datasheet.lcsc.com/szlcsc/1903211732_Korean-Hroparts-Elec-TYPE-C-31-M-17_C283540.pdf)
(fields
(field (name Reference) J)
(field (name Value) TYPE-C-31-M-17)
(field (name Footprint) TYPEC31M17)
(field (name Datasheet) https://datasheet.lcsc.com/szlcsc/1903211732_Korean-Hroparts-Elec-TYPE-C-31-M-17_C283540.pdf)
(field (name Description) "USB Connectors 6 Receptacle 1 RoHS")
(field (name Height) 3.26)
(field (name Manufacturer_Name) "Korean Hroparts Elec")
(field (name Manufacturer_Part_Number) TYPE-C-31-M-17))
(pins
(pin (num A5) (name CC1) (type BiDi))
(pin (num A9) (name VBUS_1) (type BiDi))
(pin (num A12) (name GND_1) (type BiDi))
(pin (num B5) (name CC2) (type BiDi))
(pin (num B9) (name VBUS_2) (type BiDi))
(pin (num B12) (name GND_2) (type BiDi))
(pin (num MH1) (name MH1) (type BiDi))
(pin (num MH2) (name MH2) (type BiDi))
(pin (num MH3) (name MH3) (type BiDi))
(pin (num MH4) (name MH4) (type BiDi)))))
(libraries
(library (logical Connector)
(uri /usr/share/kicad/library/Connector.lib))
(library (logical Device)
(uri /usr/share/kicad/library/Device.lib))
(library (logical TYPE-C-31-M-17)
(uri /home/makho/OneDrive/KiCAD/3DS_C/footprint/TYPE-C-31-M-17.lib)))
(nets
(net (code 1) (name VCC)
(node (ref J2) (pin 1))
(node (ref J1) (pin B9))
(node (ref J1) (pin A9)))
(net (code 2) (name GND)
(node (ref J2) (pin 2))
(node (ref R2) (pin 2))
(node (ref R1) (pin 2))
(node (ref J1) (pin MH2))
(node (ref J1) (pin B12))
(node (ref J1) (pin A12))
(node (ref J1) (pin MH1))
(node (ref J1) (pin MH3))
(node (ref J1) (pin MH4)))
(net (code 3) (name CC1)
(node (ref R1) (pin 1))
(node (ref J1) (pin A5)))
(net (code 4) (name CC2)
(node (ref R2) (pin 1))
(node (ref J1) (pin B5)))))