-
Notifications
You must be signed in to change notification settings - Fork 0
/
USBCereal.net
56 lines (56 loc) · 1.74 KB
/
USBCereal.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
(export (version D)
(design
(source /home/niels/Desktop/USBSerial/USBSerial.sch)
(date "Sun 20 Jun 2021 16:52:39")
(tool "Eeschema 5.1.10")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title)
(company)
(rev)
(date)
(source USBSerial.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref J1)
(value USB_B_Micro)
(datasheet ~)
(libsource (lib Connector) (part USB_B_Micro) (description "USB Micro Type B connector"))
(sheetpath (names /) (tstamps /))
(tstamp 60CEDB71)))
(libparts
(libpart (lib Connector) (part USB_B_Micro)
(aliases
(alias USB_B_Mini))
(description "USB Micro Type B connector")
(docs ~)
(footprints
(fp USB*))
(fields
(field (name Reference) J)
(field (name Value) USB_B_Micro))
(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 passive))
(pin (num 5) (name GND) (type power_out))
(pin (num 6) (name Shield) (type passive)))))
(libraries
(library (logical Connector)
(uri /usr/share/kicad/library/Connector.lib)))
(nets
(net (code 1) (name "Net-(J1-Pad2)")
(node (ref J1) (pin 2)))
(net (code 2) (name "Net-(J1-Pad3)")
(node (ref J1) (pin 3)))
(net (code 3) (name "Net-(J1-Pad4)")
(node (ref J1) (pin 4)))
(net (code 4) (name GND)
(node (ref J1) (pin 5))
(node (ref J1) (pin 6)))
(net (code 5) (name +5V)
(node (ref J1) (pin 1)))))