-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMiniUSB2C.net
More file actions
125 lines (125 loc) · 4.24 KB
/
MiniUSB2C.net
File metadata and controls
125 lines (125 loc) · 4.24 KB
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
125
(export (version D)
(design
(source C:/Users/drk/Documents/github/KTEC/MiniUSB2C/MiniUSB2C.sch)
(date "18.2.13 12:41:09")
(tool "Eeschema 4.0.7")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title)
(company)
(rev)
(date)
(source MiniUSB2C.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref J1)
(value USB)
(footprint YD_modules:DX_USB)
(libsource (lib Keyboard) (part USB))
(sheetpath (names /) (tstamps /))
(tstamp 5A49E634))
(comp (ref USB1)
(value USB_TYPE-C_16PIN)
(footprint YD_modules:USB_TYPE-C_16PIN2)
(libsource (lib Keyboard) (part USB_TYPE-C_16PIN))
(sheetpath (names /) (tstamps /))
(tstamp 5A49E757))
(comp (ref R1)
(value 5k1)
(footprint Resistors_SMD:R_0402)
(libsource (lib device) (part R_Small))
(sheetpath (names /) (tstamps /))
(tstamp 5A826B00))
(comp (ref R2)
(value 5k1)
(footprint Resistors_SMD:R_0402)
(libsource (lib device) (part R_Small))
(sheetpath (names /) (tstamps /))
(tstamp 5A826B75)))
(libparts
(libpart (lib device) (part R_Small)
(description "Resistor, small symbol")
(footprints
(fp R_*))
(fields
(field (name Reference) R)
(field (name Value) R_Small))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib Keyboard) (part USB)
(fields
(field (name Reference) J)
(field (name Value) USB))
(pins
(pin (num 1) (name VBUS) (type power_out))
(pin (num 2) (name D-) (type BiDi))
(pin (num 3) (name D+) (type BiDi))
(pin (num 4) (name ID) (type power_out))
(pin (num 5) (name GND) (type input))
(pin (num P$6) (name ~) (type input))
(pin (num P$7) (name ~) (type input))
(pin (num P$8) (name ~) (type input))
(pin (num P$9) (name ~) (type input))))
(libpart (lib Keyboard) (part USB_TYPE-C_16PIN)
(fields
(field (name Reference) USB)
(field (name Value) USB_TYPE-C_16PIN))
(pins
(pin (num 0) (name SHIELD) (type input))
(pin (num 1) (name "A1&B12(G)") (type input))
(pin (num 2) (name "A4&B9(V)") (type input))
(pin (num 3) (name B8) (type input))
(pin (num 4) (name A5) (type input))
(pin (num 5) (name "B7(D-)") (type input))
(pin (num 6) (name "A6(D+)") (type input))
(pin (num 7) (name "A7(D-)") (type input))
(pin (num 8) (name "B6(D+)") (type input))
(pin (num 9) (name A8) (type input))
(pin (num 10) (name B5) (type input))
(pin (num 11) (name "A9&B4(V)") (type input))
(pin (num 12) (name "A12&B1(G)") (type input)))))
(libraries
(library (logical device)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library\\device.lib"))
(library (logical Keyboard)
(uri C:\kicad-library\library\Keyboard.lib)))
(nets
(net (code 1) (name VBUS)
(node (ref USB1) (pin 2))
(node (ref USB1) (pin 11))
(node (ref J1) (pin 1)))
(net (code 2) (name "Net-(R1-Pad1)")
(node (ref USB1) (pin 4))
(node (ref R1) (pin 1)))
(net (code 3) (name "Net-(R2-Pad1)")
(node (ref R2) (pin 1))
(node (ref USB1) (pin 10)))
(net (code 4) (name "Net-(USB1-Pad3)")
(node (ref USB1) (pin 3)))
(net (code 5) (name GNDPWR)
(node (ref USB1) (pin 1))
(node (ref J1) (pin P$9))
(node (ref USB1) (pin 12))
(node (ref USB1) (pin 0))
(node (ref J1) (pin P$8))
(node (ref J1) (pin P$7))
(node (ref J1) (pin P$6))
(node (ref J1) (pin 5))
(node (ref R2) (pin 2))
(node (ref R1) (pin 2)))
(net (code 6) (name "Net-(J1-Pad4)")
(node (ref J1) (pin 4)))
(net (code 7) (name /USB_D+)
(node (ref J1) (pin 3))
(node (ref USB1) (pin 6))
(node (ref USB1) (pin 8)))
(net (code 8) (name /USB_D-)
(node (ref USB1) (pin 7))
(node (ref USB1) (pin 5))
(node (ref J1) (pin 2)))
(net (code 9) (name "Net-(USB1-Pad9)")
(node (ref USB1) (pin 9)))))