-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhyt221.net
61 lines (61 loc) · 1.9 KB
/
hyt221.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
(export (version D)
(design
(source C:/Users/iwata/Dropbox/Workspace/KiCad/hyt221/hyt221.sch)
(date "2017/04/11 17:06:50")
(tool "Eeschema 4.0.1-stable")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title)
(company)
(rev)
(date)
(source hyt221.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref P2)
(value HYT221)
(footprint hyt221:SOIC-4)
(libsource (lib conn) (part CONN_01X04))
(sheetpath (names /) (tstamps /))
(tstamp 58EB713A))
(comp (ref P1)
(value RJ45)
(footprint Pin_Headers:Pin_Header_Straight_1x04_Pitch2.54mm)
(libsource (lib conn) (part CONN_01X04))
(sheetpath (names /) (tstamps /))
(tstamp 58EC8E3F)))
(libparts
(libpart (lib conn) (part CONN_01X04)
(description "Connector 01x04")
(footprints
(fp Pin_Header_Straight_1X04)
(fp Pin_Header_Angled_1X04)
(fp Socket_Strip_Straight_1X04)
(fp Socket_Strip_Angled_1X04))
(fields
(field (name Reference) P)
(field (name Value) CONN_01X04))
(pins
(pin (num 1) (name P1) (type passive))
(pin (num 2) (name P2) (type passive))
(pin (num 3) (name P3) (type passive))
(pin (num 4) (name P4) (type passive)))))
(libraries
(library (logical conn)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library\\conn.lib")))
(nets
(net (code 1) (name /VCC)
(node (ref P2) (pin 3))
(node (ref P1) (pin 3)))
(net (code 2) (name /SDA)
(node (ref P1) (pin 1))
(node (ref P2) (pin 1)))
(net (code 3) (name /GND)
(node (ref P2) (pin 2))
(node (ref P1) (pin 2)))
(net (code 4) (name /SCL)
(node (ref P1) (pin 4))
(node (ref P2) (pin 4)))))