kicad/co2meter.kicad_sch

Tue, 03 Oct 2023 17:24:06 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 03 Oct 2023 17:24:06 +0200
changeset 77
15dc572a7fcb
parent 65
afdc58d595f8
permissions
-rw-r--r--

Version 0.3.0. Backported network code from experimental roaming project. Will now connect after reset to the strongest AP. Id the signal level drops below -67, extra scans are done to see for a better AP. Nothing is done yet. Removed config.conf file, all info is taken from the project menu and live tests. Better log the board type and send it via json mqtt. Send bssid and current channel too.

65
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1 (kicad_sch (version 20211123) (generator eeschema)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
3 (uuid fca2c061-396c-4cfb-b481-9bbedd001526)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
4
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
5 (paper "A4")
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
6
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
7 (title_block
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
8 (title "Flesdruk meter")
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
9 (date "2019-11-13")
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
10 (rev "1,1")
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
11 (company "MBSE")
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
12 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
13
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
14 (lib_symbols
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
15 (symbol "Connector:Conn_01x05_Male" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
16 (property "Reference" "J" (id 0) (at 0 7.62 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
17 (effects (font (size 1.27 1.27)))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
18 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
19 (property "Value" "Conn_01x05_Male" (id 1) (at 0 -7.62 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
20 (effects (font (size 1.27 1.27)))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
21 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
22 (property "Footprint" "" (id 2) (at 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
23 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
24 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
25 (property "Datasheet" "~" (id 3) (at 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
26 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
27 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
28 (property "ki_keywords" "connector" (id 4) (at 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
29 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
30 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
31 (property "ki_description" "Generic connector, single row, 01x05, script generated (kicad-library-utils/schlib/autogen/connector/)" (id 5) (at 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
32 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
33 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
34 (property "ki_fp_filters" "Connector*:*_1x??_*" (id 6) (at 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
35 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
36 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
37 (symbol "Conn_01x05_Male_1_1"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
38 (polyline
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
39 (pts
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
40 (xy 1.27 -5.08)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
41 (xy 0.8636 -5.08)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
42 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
43 (stroke (width 0.1524) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
44 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
45 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
46 (polyline
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
47 (pts
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
48 (xy 1.27 -2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
49 (xy 0.8636 -2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
50 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
51 (stroke (width 0.1524) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
52 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
53 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
54 (polyline
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
55 (pts
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
56 (xy 1.27 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
57 (xy 0.8636 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
58 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
59 (stroke (width 0.1524) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
60 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
61 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
62 (polyline
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
63 (pts
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
64 (xy 1.27 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
65 (xy 0.8636 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
66 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
67 (stroke (width 0.1524) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
68 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
69 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
70 (polyline
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
71 (pts
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
72 (xy 1.27 5.08)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
73 (xy 0.8636 5.08)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
74 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
75 (stroke (width 0.1524) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
76 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
77 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
78 (rectangle (start 0.8636 -4.953) (end 0 -5.207)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
79 (stroke (width 0.1524) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
80 (fill (type outline))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
81 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
82 (rectangle (start 0.8636 -2.413) (end 0 -2.667)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
83 (stroke (width 0.1524) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
84 (fill (type outline))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
85 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
86 (rectangle (start 0.8636 0.127) (end 0 -0.127)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
87 (stroke (width 0.1524) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
88 (fill (type outline))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
89 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
90 (rectangle (start 0.8636 2.667) (end 0 2.413)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
91 (stroke (width 0.1524) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
92 (fill (type outline))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
93 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
94 (rectangle (start 0.8636 5.207) (end 0 4.953)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
95 (stroke (width 0.1524) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
96 (fill (type outline))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
97 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
98 (pin passive line (at 5.08 5.08 180) (length 3.81)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
99 (name "Pin_1" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
100 (number "1" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
101 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
102 (pin passive line (at 5.08 2.54 180) (length 3.81)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
103 (name "Pin_2" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
104 (number "2" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
105 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
106 (pin passive line (at 5.08 0 180) (length 3.81)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
107 (name "Pin_3" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
108 (number "3" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
109 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
110 (pin passive line (at 5.08 -2.54 180) (length 3.81)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
111 (name "Pin_4" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
112 (number "4" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
113 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
114 (pin passive line (at 5.08 -5.08 180) (length 3.81)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
115 (name "Pin_5" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
116 (number "5" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
117 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
118 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
119 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
120 (symbol "Connector:Screw_Terminal_01x05" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
121 (property "Reference" "J" (id 0) (at 0 7.62 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
122 (effects (font (size 1.27 1.27)))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
123 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
124 (property "Value" "Screw_Terminal_01x05" (id 1) (at 0 -7.62 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
125 (effects (font (size 1.27 1.27)))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
126 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
127 (property "Footprint" "" (id 2) (at 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
128 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
129 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
130 (property "Datasheet" "~" (id 3) (at 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
131 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
132 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
133 (property "ki_keywords" "screw terminal" (id 4) (at 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
134 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
135 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
136 (property "ki_description" "Generic screw terminal, single row, 01x05, script generated (kicad-library-utils/schlib/autogen/connector/)" (id 5) (at 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
137 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
138 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
139 (property "ki_fp_filters" "TerminalBlock*:*" (id 6) (at 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
140 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
141 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
142 (symbol "Screw_Terminal_01x05_1_1"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
143 (rectangle (start -1.27 6.35) (end 1.27 -6.35)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
144 (stroke (width 0.254) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
145 (fill (type background))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
146 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
147 (circle (center 0 -5.08) (radius 0.635)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
148 (stroke (width 0.1524) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
149 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
150 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
151 (circle (center 0 -2.54) (radius 0.635)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
152 (stroke (width 0.1524) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
153 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
154 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
155 (polyline
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
156 (pts
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
157 (xy -0.5334 -4.7498)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
158 (xy 0.3302 -5.588)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
159 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
160 (stroke (width 0.1524) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
161 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
162 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
163 (polyline
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
164 (pts
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
165 (xy -0.5334 -2.2098)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
166 (xy 0.3302 -3.048)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
167 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
168 (stroke (width 0.1524) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
169 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
170 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
171 (polyline
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
172 (pts
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
173 (xy -0.5334 0.3302)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
174 (xy 0.3302 -0.508)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
175 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
176 (stroke (width 0.1524) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
177 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
178 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
179 (polyline
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
180 (pts
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
181 (xy -0.5334 2.8702)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
182 (xy 0.3302 2.032)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
183 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
184 (stroke (width 0.1524) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
185 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
186 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
187 (polyline
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
188 (pts
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
189 (xy -0.5334 5.4102)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
190 (xy 0.3302 4.572)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
191 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
192 (stroke (width 0.1524) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
193 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
194 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
195 (polyline
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
196 (pts
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
197 (xy -0.3556 -4.572)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
198 (xy 0.508 -5.4102)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
199 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
200 (stroke (width 0.1524) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
201 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
202 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
203 (polyline
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
204 (pts
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
205 (xy -0.3556 -2.032)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
206 (xy 0.508 -2.8702)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
207 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
208 (stroke (width 0.1524) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
209 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
210 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
211 (polyline
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
212 (pts
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
213 (xy -0.3556 0.508)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
214 (xy 0.508 -0.3302)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
215 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
216 (stroke (width 0.1524) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
217 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
218 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
219 (polyline
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
220 (pts
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
221 (xy -0.3556 3.048)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
222 (xy 0.508 2.2098)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
223 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
224 (stroke (width 0.1524) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
225 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
226 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
227 (polyline
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
228 (pts
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
229 (xy -0.3556 5.588)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
230 (xy 0.508 4.7498)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
231 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
232 (stroke (width 0.1524) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
233 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
234 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
235 (circle (center 0 0) (radius 0.635)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
236 (stroke (width 0.1524) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
237 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
238 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
239 (circle (center 0 2.54) (radius 0.635)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
240 (stroke (width 0.1524) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
241 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
242 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
243 (circle (center 0 5.08) (radius 0.635)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
244 (stroke (width 0.1524) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
245 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
246 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
247 (pin passive line (at -5.08 5.08 0) (length 3.81)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
248 (name "Pin_1" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
249 (number "1" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
250 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
251 (pin passive line (at -5.08 2.54 0) (length 3.81)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
252 (name "Pin_2" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
253 (number "2" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
254 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
255 (pin passive line (at -5.08 0 0) (length 3.81)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
256 (name "Pin_3" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
257 (number "3" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
258 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
259 (pin passive line (at -5.08 -2.54 0) (length 3.81)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
260 (name "Pin_4" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
261 (number "4" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
262 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
263 (pin passive line (at -5.08 -5.08 0) (length 3.81)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
264 (name "Pin_5" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
265 (number "5" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
266 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
267 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
268 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
269 (symbol "Connector_Generic:Conn_02x05_Odd_Even" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
270 (property "Reference" "J" (id 0) (at 1.27 7.62 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
271 (effects (font (size 1.27 1.27)))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
272 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
273 (property "Value" "Conn_02x05_Odd_Even" (id 1) (at 1.27 -7.62 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
274 (effects (font (size 1.27 1.27)))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
275 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
276 (property "Footprint" "" (id 2) (at 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
277 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
278 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
279 (property "Datasheet" "~" (id 3) (at 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
280 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
281 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
282 (property "ki_keywords" "connector" (id 4) (at 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
283 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
284 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
285 (property "ki_description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" (id 5) (at 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
286 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
287 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
288 (property "ki_fp_filters" "Connector*:*_2x??_*" (id 6) (at 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
289 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
290 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
291 (symbol "Conn_02x05_Odd_Even_1_1"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
292 (rectangle (start -1.27 -4.953) (end 0 -5.207)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
293 (stroke (width 0.1524) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
294 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
295 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
296 (rectangle (start -1.27 -2.413) (end 0 -2.667)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
297 (stroke (width 0.1524) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
298 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
299 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
300 (rectangle (start -1.27 0.127) (end 0 -0.127)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
301 (stroke (width 0.1524) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
302 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
303 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
304 (rectangle (start -1.27 2.667) (end 0 2.413)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
305 (stroke (width 0.1524) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
306 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
307 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
308 (rectangle (start -1.27 5.207) (end 0 4.953)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
309 (stroke (width 0.1524) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
310 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
311 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
312 (rectangle (start -1.27 6.35) (end 3.81 -6.35)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
313 (stroke (width 0.254) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
314 (fill (type background))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
315 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
316 (rectangle (start 3.81 -4.953) (end 2.54 -5.207)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
317 (stroke (width 0.1524) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
318 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
319 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
320 (rectangle (start 3.81 -2.413) (end 2.54 -2.667)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
321 (stroke (width 0.1524) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
322 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
323 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
324 (rectangle (start 3.81 0.127) (end 2.54 -0.127)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
325 (stroke (width 0.1524) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
326 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
327 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
328 (rectangle (start 3.81 2.667) (end 2.54 2.413)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
329 (stroke (width 0.1524) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
330 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
331 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
332 (rectangle (start 3.81 5.207) (end 2.54 4.953)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
333 (stroke (width 0.1524) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
334 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
335 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
336 (pin passive line (at -5.08 5.08 0) (length 3.81)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
337 (name "Pin_1" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
338 (number "1" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
339 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
340 (pin passive line (at 7.62 -5.08 180) (length 3.81)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
341 (name "Pin_10" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
342 (number "10" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
343 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
344 (pin passive line (at 7.62 5.08 180) (length 3.81)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
345 (name "Pin_2" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
346 (number "2" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
347 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
348 (pin passive line (at -5.08 2.54 0) (length 3.81)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
349 (name "Pin_3" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
350 (number "3" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
351 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
352 (pin passive line (at 7.62 2.54 180) (length 3.81)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
353 (name "Pin_4" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
354 (number "4" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
355 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
356 (pin passive line (at -5.08 0 0) (length 3.81)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
357 (name "Pin_5" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
358 (number "5" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
359 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
360 (pin passive line (at 7.62 0 180) (length 3.81)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
361 (name "Pin_6" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
362 (number "6" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
363 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
364 (pin passive line (at -5.08 -2.54 0) (length 3.81)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
365 (name "Pin_7" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
366 (number "7" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
367 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
368 (pin passive line (at 7.62 -2.54 180) (length 3.81)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
369 (name "Pin_8" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
370 (number "8" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
371 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
372 (pin passive line (at -5.08 -5.08 0) (length 3.81)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
373 (name "Pin_9" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
374 (number "9" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
375 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
376 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
377 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
378 (symbol "Converter_DCDC:OKI-78SR-3.3_1.5-W36-C" (in_bom yes) (on_board yes)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
379 (property "Reference" "U" (id 0) (at -3.81 3.175 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
380 (effects (font (size 1.27 1.27)))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
381 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
382 (property "Value" "OKI-78SR-3.3_1.5-W36-C" (id 1) (at 0 3.175 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
383 (effects (font (size 1.27 1.27)) (justify left))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
384 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
385 (property "Footprint" "Converter_DCDC:Converter_DCDC_Murata_OKI-78SR_Vertical" (id 2) (at 1.27 -6.35 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
386 (effects (font (size 1.27 1.27) italic) (justify left) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
387 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
388 (property "Datasheet" "https://power.murata.com/data/power/oki-78sr.pdf" (id 3) (at 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
389 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
390 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
391 (property "ki_keywords" "dc-dc murata Step-Down DC/DC-Regulator" (id 4) (at 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
392 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
393 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
394 (property "ki_description" "1.5A Step-Down DC/DC-Regulator, 7-36V input, 3.3V fixed Output Voltage, LM78xx replacement, -40°C to +85°C, OKI-78SR_Vertical" (id 5) (at 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
395 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
396 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
397 (property "ki_fp_filters" "Converter*DCDC*Murata*OKI*78SR*Vertical*" (id 6) (at 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
398 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
399 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
400 (symbol "OKI-78SR-3.3_1.5-W36-C_0_1"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
401 (rectangle (start -5.08 1.905) (end 5.08 -5.08)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
402 (stroke (width 0.254) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
403 (fill (type background))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
404 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
405 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
406 (symbol "OKI-78SR-3.3_1.5-W36-C_1_1"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
407 (pin power_in line (at -7.62 0 0) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
408 (name "IN" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
409 (number "1" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
410 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
411 (pin power_in line (at 0 -7.62 90) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
412 (name "GND" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
413 (number "2" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
414 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
415 (pin power_out line (at 7.62 0 180) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
416 (name "OUT" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
417 (number "3" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
418 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
419 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
420 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
421 (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
422 (property "Reference" "C" (id 0) (at 0.635 2.54 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
423 (effects (font (size 1.27 1.27)) (justify left))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
424 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
425 (property "Value" "C" (id 1) (at 0.635 -2.54 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
426 (effects (font (size 1.27 1.27)) (justify left))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
427 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
428 (property "Footprint" "" (id 2) (at 0.9652 -3.81 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
429 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
430 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
431 (property "Datasheet" "~" (id 3) (at 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
432 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
433 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
434 (property "ki_keywords" "cap capacitor" (id 4) (at 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
435 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
436 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
437 (property "ki_description" "Unpolarized capacitor" (id 5) (at 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
438 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
439 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
440 (property "ki_fp_filters" "C_*" (id 6) (at 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
441 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
442 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
443 (symbol "C_0_1"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
444 (polyline
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
445 (pts
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
446 (xy -2.032 -0.762)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
447 (xy 2.032 -0.762)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
448 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
449 (stroke (width 0.508) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
450 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
451 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
452 (polyline
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
453 (pts
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
454 (xy -2.032 0.762)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
455 (xy 2.032 0.762)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
456 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
457 (stroke (width 0.508) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
458 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
459 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
460 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
461 (symbol "C_1_1"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
462 (pin passive line (at 0 3.81 270) (length 2.794)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
463 (name "~" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
464 (number "1" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
465 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
466 (pin passive line (at 0 -3.81 90) (length 2.794)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
467 (name "~" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
468 (number "2" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
469 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
470 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
471 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
472 (symbol "Device:R" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
473 (property "Reference" "R" (id 0) (at 2.032 0 90)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
474 (effects (font (size 1.27 1.27)))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
475 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
476 (property "Value" "R" (id 1) (at 0 0 90)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
477 (effects (font (size 1.27 1.27)))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
478 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
479 (property "Footprint" "" (id 2) (at -1.778 0 90)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
480 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
481 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
482 (property "Datasheet" "~" (id 3) (at 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
483 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
484 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
485 (property "ki_keywords" "R res resistor" (id 4) (at 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
486 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
487 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
488 (property "ki_description" "Resistor" (id 5) (at 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
489 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
490 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
491 (property "ki_fp_filters" "R_*" (id 6) (at 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
492 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
493 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
494 (symbol "R_0_1"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
495 (rectangle (start -1.016 -2.54) (end 1.016 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
496 (stroke (width 0.254) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
497 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
498 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
499 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
500 (symbol "R_1_1"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
501 (pin passive line (at 0 3.81 270) (length 1.27)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
502 (name "~" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
503 (number "1" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
504 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
505 (pin passive line (at 0 -3.81 90) (length 1.27)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
506 (name "~" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
507 (number "2" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
508 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
509 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
510 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
511 (symbol "Sensor_Pressure:40PC015G" (in_bom yes) (on_board yes)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
512 (property "Reference" "U" (id 0) (at -10.16 6.35 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
513 (effects (font (size 1.27 1.27)) (justify left))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
514 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
515 (property "Value" "40PC015G" (id 1) (at 6.35 6.35 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
516 (effects (font (size 1.27 1.27)))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
517 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
518 (property "Footprint" "" (id 2) (at 2.54 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
519 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
520 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
521 (property "Datasheet" "http://www.honeywellscportal.com//index.php?ci_id=138832" (id 3) (at 2.54 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
522 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
523 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
524 (property "ki_keywords" "gage gauge pressure sensor" (id 4) (at 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
525 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
526 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
527 (property "ki_description" "Gauge pressure sensor, 0 to 15PSI, 5V supply, 0.2% accuracy, integrated signal conditioning, excellent media compatibility" (id 5) (at 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
528 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
529 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
530 (symbol "40PC015G_0_1"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
531 (circle (center -5.842 1.524) (radius 2.6162)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
532 (stroke (width 0.508) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
533 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
534 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
535 (polyline
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
536 (pts
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
537 (xy -7.112 0.254)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
538 (xy -4.572 2.794)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
539 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
540 (stroke (width 0.254) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
541 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
542 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
543 (polyline
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
544 (pts
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
545 (xy -5.842 -1.27)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
546 (xy -5.842 -3.81)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
547 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
548 (stroke (width 0.508) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
549 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
550 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
551 (polyline
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
552 (pts
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
553 (xy -4.572 2.794)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
554 (xy -4.826 1.778)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
555 (xy -5.588 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
556 (xy -4.572 2.794)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
557 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
558 (stroke (width 0.254) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
559 (fill (type outline))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
560 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
561 (rectangle (start 7.62 5.08) (end -10.16 -5.08)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
562 (stroke (width 0.254) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
563 (fill (type background))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
564 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
565 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
566 (symbol "40PC015G_1_1"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
567 (pin power_in line (at 0 7.62 270) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
568 (name "Vcc" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
569 (number "1" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
570 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
571 (pin power_in line (at 0 -7.62 90) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
572 (name "GND" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
573 (number "2" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
574 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
575 (pin output line (at 10.16 0 180) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
576 (name "Vout" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
577 (number "3" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
578 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
579 (pin no_connect line (at -7.62 -5.08 90) (length 2.54) hide
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
580 (name "NC" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
581 (number "4" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
582 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
583 (pin no_connect line (at -5.08 -5.08 90) (length 2.54) hide
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
584 (name "NC" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
585 (number "5" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
586 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
587 (pin no_connect line (at -2.54 -5.08 90) (length 2.54) hide
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
588 (name "NC" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
589 (number "6" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
590 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
591 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
592 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
593 (symbol "Sensor_Temperature:DS18B20" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
594 (property "Reference" "U" (id 0) (at -3.81 6.35 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
595 (effects (font (size 1.27 1.27)))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
596 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
597 (property "Value" "DS18B20" (id 1) (at 6.35 6.35 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
598 (effects (font (size 1.27 1.27)))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
599 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
600 (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" (id 2) (at -25.4 -6.35 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
601 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
602 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
603 (property "Datasheet" "http://datasheets.maximintegrated.com/en/ds/DS18B20.pdf" (id 3) (at -3.81 6.35 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
604 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
605 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
606 (property "ki_keywords" "OneWire 1Wire Dallas Maxim" (id 4) (at 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
607 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
608 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
609 (property "ki_description" "Programmable Resolution 1-Wire Digital Thermometer TO-92" (id 5) (at 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
610 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
611 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
612 (property "ki_fp_filters" "TO*92*" (id 6) (at 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
613 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
614 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
615 (symbol "DS18B20_0_1"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
616 (rectangle (start -5.08 5.08) (end 5.08 -5.08)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
617 (stroke (width 0.254) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
618 (fill (type background))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
619 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
620 (circle (center -3.302 -2.54) (radius 1.27)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
621 (stroke (width 0.254) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
622 (fill (type outline))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
623 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
624 (rectangle (start -2.667 -1.905) (end -3.937 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
625 (stroke (width 0.254) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
626 (fill (type outline))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
627 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
628 (arc (start -2.667 3.175) (mid -3.302 3.81) (end -3.937 3.175)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
629 (stroke (width 0.254) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
630 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
631 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
632 (polyline
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
633 (pts
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
634 (xy -3.937 0.635)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
635 (xy -3.302 0.635)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
636 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
637 (stroke (width 0.254) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
638 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
639 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
640 (polyline
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
641 (pts
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
642 (xy -3.937 1.27)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
643 (xy -3.302 1.27)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
644 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
645 (stroke (width 0.254) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
646 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
647 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
648 (polyline
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
649 (pts
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
650 (xy -3.937 1.905)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
651 (xy -3.302 1.905)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
652 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
653 (stroke (width 0.254) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
654 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
655 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
656 (polyline
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
657 (pts
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
658 (xy -3.937 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
659 (xy -3.302 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
660 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
661 (stroke (width 0.254) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
662 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
663 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
664 (polyline
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
665 (pts
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
666 (xy -3.937 3.175)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
667 (xy -3.937 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
668 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
669 (stroke (width 0.254) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
670 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
671 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
672 (polyline
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
673 (pts
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
674 (xy -3.937 3.175)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
675 (xy -3.302 3.175)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
676 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
677 (stroke (width 0.254) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
678 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
679 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
680 (polyline
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
681 (pts
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
682 (xy -2.667 3.175)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
683 (xy -2.667 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
684 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
685 (stroke (width 0.254) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
686 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
687 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
688 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
689 (symbol "DS18B20_1_1"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
690 (pin power_in line (at 0 -7.62 90) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
691 (name "GND" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
692 (number "1" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
693 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
694 (pin bidirectional line (at 7.62 0 180) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
695 (name "DQ" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
696 (number "2" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
697 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
698 (pin power_in line (at 0 7.62 270) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
699 (name "VDD" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
700 (number "3" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
701 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
702 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
703 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
704 (symbol "co2meter:+3.3V-power" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
705 (property "Reference" "#PWR" (id 0) (at 0 -3.81 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
706 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
707 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
708 (property "Value" "+3.3V-power" (id 1) (at 0 3.556 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
709 (effects (font (size 1.27 1.27)))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
710 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
711 (property "Footprint" "" (id 2) (at 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
712 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
713 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
714 (property "Datasheet" "" (id 3) (at 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
715 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
716 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
717 (symbol "+3.3V-power_0_1"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
718 (polyline
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
719 (pts
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
720 (xy -0.762 1.27)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
721 (xy 0 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
722 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
723 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
724 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
725 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
726 (polyline
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
727 (pts
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
728 (xy 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
729 (xy 0 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
730 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
731 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
732 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
733 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
734 (polyline
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
735 (pts
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
736 (xy 0 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
737 (xy 0.762 1.27)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
738 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
739 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
740 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
741 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
742 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
743 (symbol "+3.3V-power_1_1"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
744 (pin power_in line (at 0 0 90) (length 0) hide
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
745 (name "+3V3" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
746 (number "1" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
747 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
748 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
749 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
750 (symbol "co2meter:DOIT-ESP32-DEVKIT-V1-ESP32" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
751 (property "Reference" "U" (id 0) (at 1.27 -49.53 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
752 (effects (font (size 1.27 1.27)))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
753 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
754 (property "Value" "DOIT-ESP32-DEVKIT-V1-ESP32" (id 1) (at 0 -52.07 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
755 (effects (font (size 1.27 1.27)))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
756 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
757 (property "Footprint" "" (id 2) (at 1.27 -49.53 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
758 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
759 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
760 (property "Datasheet" "" (id 3) (at 1.27 -49.53 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
761 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
762 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
763 (symbol "DOIT-ESP32-DEVKIT-V1-ESP32_0_1"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
764 (rectangle (start -20.32 -48.26) (end 21.59 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
765 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
766 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
767 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
768 (rectangle (start 2.54 0) (end -2.54 -3.81)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
769 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
770 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
771 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
772 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
773 (symbol "DOIT-ESP32-DEVKIT-V1-ESP32_1_1"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
774 (pin power_out line (at -22.86 -2.54 0) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
775 (name "3V3" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
776 (number "1" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
777 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
778 (pin output line (at -22.86 -25.4 0) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
779 (name "UART2-TX" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
780 (number "10" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
781 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
782 (pin bidirectional line (at -22.86 -27.94 0) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
783 (name "GPIO5" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
784 (number "11" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
785 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
786 (pin bidirectional line (at -22.86 -30.48 0) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
787 (name "GPIO18" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
788 (number "12" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
789 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
790 (pin bidirectional line (at -22.86 -33.02 0) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
791 (name "GPIO19" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
792 (number "13" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
793 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
794 (pin bidirectional line (at -22.86 -35.56 0) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
795 (name "GPIO21" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
796 (number "14" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
797 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
798 (pin input line (at -22.86 -38.1 0) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
799 (name "UART0-RX" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
800 (number "15" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
801 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
802 (pin output line (at -22.86 -40.64 0) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
803 (name "UART0-TX" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
804 (number "16" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
805 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
806 (pin bidirectional line (at -22.86 -43.18 0) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
807 (name "GPIO22" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
808 (number "17" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
809 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
810 (pin bidirectional line (at -22.86 -45.72 0) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
811 (name "GPIO23" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
812 (number "18" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
813 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
814 (pin power_in line (at 24.13 -2.54 180) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
815 (name "VIN" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
816 (number "19" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
817 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
818 (pin unspecified line (at -22.86 -5.08 0) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
819 (name "CLK" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
820 (number "2" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
821 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
822 (pin power_in line (at 24.13 -5.08 180) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
823 (name "GND" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
824 (number "20" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
825 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
826 (pin unspecified line (at 24.13 -7.62 180) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
827 (name "CMD" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
828 (number "21" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
829 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
830 (pin unspecified line (at 24.13 -10.16 180) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
831 (name "SD3" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
832 (number "22" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
833 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
834 (pin unspecified line (at 24.13 -12.7 180) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
835 (name "SD2" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
836 (number "23" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
837 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
838 (pin bidirectional line (at 24.13 -15.24 180) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
839 (name "GPIO13" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
840 (number "24" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
841 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
842 (pin bidirectional line (at 24.13 -17.78 180) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
843 (name "GPIO12" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
844 (number "25" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
845 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
846 (pin bidirectional line (at 24.13 -20.32 180) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
847 (name "GPIO14" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
848 (number "26" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
849 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
850 (pin bidirectional line (at 24.13 -22.86 180) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
851 (name "GPIO27" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
852 (number "27" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
853 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
854 (pin bidirectional line (at 24.13 -25.4 180) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
855 (name "GPIO26" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
856 (number "28" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
857 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
858 (pin bidirectional line (at 24.13 -27.94 180) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
859 (name "GPIO25" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
860 (number "29" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
861 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
862 (pin unspecified line (at -22.86 -7.62 0) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
863 (name "SD0" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
864 (number "3" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
865 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
866 (pin bidirectional line (at 24.13 -30.48 180) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
867 (name "GPIO33" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
868 (number "30" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
869 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
870 (pin bidirectional line (at 24.13 -33.02 180) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
871 (name "GPIO32" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
872 (number "31" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
873 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
874 (pin bidirectional line (at 24.13 -35.56 180) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
875 (name "GPIO35" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
876 (number "32" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
877 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
878 (pin bidirectional line (at 24.13 -38.1 180) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
879 (name "GPIO34" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
880 (number "33" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
881 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
882 (pin bidirectional line (at 24.13 -40.64 180) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
883 (name "SENS-VN" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
884 (number "34" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
885 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
886 (pin bidirectional line (at 24.13 -43.18 180) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
887 (name "SENS-VP" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
888 (number "35" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
889 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
890 (pin input line (at 24.13 -45.72 180) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
891 (name "EN" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
892 (number "36" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
893 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
894 (pin unspecified line (at -22.86 -10.16 0) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
895 (name "SD1" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
896 (number "4" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
897 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
898 (pin bidirectional line (at -22.86 -12.7 0) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
899 (name "GPIO0" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
900 (number "5" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
901 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
902 (pin bidirectional line (at -22.86 -15.24 0) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
903 (name "GPIO15" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
904 (number "6" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
905 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
906 (pin bidirectional line (at -22.86 -17.78 0) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
907 (name "GPIO2" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
908 (number "7" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
909 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
910 (pin bidirectional line (at -22.86 -20.32 0) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
911 (name "GPIO4" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
912 (number "8" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
913 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
914 (pin input line (at -22.86 -22.86 0) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
915 (name "UART2-RX" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
916 (number "9" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
917 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
918 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
919 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
920 (symbol "co2meter:KY-040-Rotary-switch" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
921 (property "Reference" "SW" (id 0) (at 0 15.24 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
922 (effects (font (size 1.27 1.27)))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
923 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
924 (property "Value" "KY-040-Rotary-switch" (id 1) (at 0 12.7 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
925 (effects (font (size 1.27 1.27)))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
926 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
927 (property "Footprint" "" (id 2) (at 0 15.24 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
928 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
929 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
930 (property "Datasheet" "" (id 3) (at 0 15.24 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
931 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
932 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
933 (symbol "KY-040-Rotary-switch_0_1"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
934 (rectangle (start -7.62 -2.54) (end 7.62 11.43)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
935 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
936 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
937 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
938 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
939 (symbol "KY-040-Rotary-switch_1_1"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
940 (pin power_in line (at -2.54 -5.08 90) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
941 (name "5V" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
942 (number "~" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
943 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
944 (pin output line (at 5.08 -5.08 90) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
945 (name "A" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
946 (number "~" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
947 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
948 (pin output line (at 2.54 -5.08 90) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
949 (name "B" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
950 (number "~" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
951 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
952 (pin output line (at -5.08 -5.08 90) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
953 (name "GND/C" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
954 (number "~" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
955 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
956 (pin input line (at 0 -5.08 90) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
957 (name "SW" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
958 (number "~" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
959 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
960 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
961 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
962 (symbol "co2meter:SSD1306-OLED_SSD1306" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
963 (property "Reference" "Brd" (id 0) (at 0 -3.81 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
964 (effects (font (size 1.27 1.27)))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
965 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
966 (property "Value" "SSD1306-OLED_SSD1306" (id 1) (at 0 -1.27 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
967 (effects (font (size 1.27 1.27)))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
968 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
969 (property "Footprint" "" (id 2) (at 0 6.35 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
970 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
971 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
972 (property "Datasheet" "" (id 3) (at 0 6.35 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
973 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
974 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
975 (property "ki_fp_filters" "SSD1306-128x64_OLED:SSD1306" (id 4) (at 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
976 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
977 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
978 (symbol "SSD1306-OLED_SSD1306_0_1"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
979 (rectangle (start -6.35 6.35) (end 6.35 -6.35)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
980 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
981 (fill (type background))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
982 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
983 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
984 (symbol "SSD1306-OLED_SSD1306_1_1"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
985 (pin input line (at -3.81 8.89 270) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
986 (name "GND" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
987 (number "1" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
988 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
989 (pin input line (at -1.27 8.89 270) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
990 (name "VCC" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
991 (number "2" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
992 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
993 (pin input line (at 1.27 8.89 270) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
994 (name "SCL" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
995 (number "3" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
996 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
997 (pin input line (at 3.81 8.89 270) (length 2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
998 (name "SDA" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
999 (number "4" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1000 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1001 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1002 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1003 (symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1004 (property "Reference" "#PWR" (id 0) (at 0 -6.35 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1005 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1006 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1007 (property "Value" "GND" (id 1) (at 0 -3.81 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1008 (effects (font (size 1.27 1.27)))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1009 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1010 (property "Footprint" "" (id 2) (at 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1011 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1012 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1013 (property "Datasheet" "" (id 3) (at 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1014 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1015 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1016 (property "ki_keywords" "power-flag" (id 4) (at 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1017 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1018 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1019 (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (id 5) (at 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1020 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1021 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1022 (symbol "GND_0_1"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1023 (polyline
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1024 (pts
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1025 (xy 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1026 (xy 0 -1.27)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1027 (xy 1.27 -1.27)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1028 (xy 0 -2.54)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1029 (xy -1.27 -1.27)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1030 (xy 0 -1.27)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1031 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1032 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1033 (fill (type none))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1034 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1035 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1036 (symbol "GND_1_1"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1037 (pin power_in line (at 0 0 270) (length 0) hide
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1038 (name "GND" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1039 (number "1" (effects (font (size 1.27 1.27))))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1040 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1041 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1042 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1043 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1044
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1045 (junction (at 170.18 87.63) (diameter 0) (color 0 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1046 (uuid 03cda2e1-241e-4057-bc21-e1b42d415c35)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1047 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1048 (junction (at 124.46 88.9) (diameter 0) (color 0 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1049 (uuid 0493b10a-5e4b-4f24-bedd-a1575ab8fbe6)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1050 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1051 (junction (at 180.34 67.31) (diameter 0) (color 0 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1052 (uuid 072082b4-63a5-496a-b94d-c3f6b2018027)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1053 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1054 (junction (at 57.15 113.03) (diameter 0) (color 0 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1055 (uuid 0a06b81c-42b9-407b-8b4d-56f9df213588)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1056 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1057 (junction (at 182.88 34.29) (diameter 0) (color 0 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1058 (uuid 0c49c2fc-399a-4109-9590-b9c5ad08f465)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1059 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1060 (junction (at 95.25 113.03) (diameter 0) (color 0 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1061 (uuid 0deb8754-68cd-42c6-b6b8-de6d8558209d)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1062 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1063 (junction (at 78.74 113.03) (diameter 0) (color 0 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1064 (uuid 0f74e103-34c1-48d3-927e-5467e54507c2)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1065 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1066 (junction (at 55.88 138.43) (diameter 0) (color 0 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1067 (uuid 21d1bf8e-411e-476e-a4a4-86dca47cbe7a)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1068 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1069 (junction (at 182.88 64.77) (diameter 0) (color 0 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1070 (uuid 22023640-fb03-4f75-848f-dae2234593e8)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1071 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1072 (junction (at 170.18 49.53) (diameter 0) (color 0 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1073 (uuid 22938074-08cf-4545-b43b-2810d6c47387)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1074 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1075 (junction (at 35.56 41.91) (diameter 0) (color 0 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1076 (uuid 2857f009-8a76-4b41-b382-a3e267b1a6cd)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1077 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1078 (junction (at 157.48 49.53) (diameter 0) (color 0 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1079 (uuid 302e9411-57e8-4013-b417-008739089a6d)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1080 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1081 (junction (at 106.68 113.03) (diameter 0) (color 0 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1082 (uuid 312cce81-faaa-4374-9ee2-b800d2653f44)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1083 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1084 (junction (at 157.48 80.01) (diameter 0) (color 0 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1085 (uuid 4a7e2ef8-e9ba-4bf4-8187-d86875f664f4)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1086 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1087 (junction (at 57.15 97.79) (diameter 0) (color 0 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1088 (uuid 4b688b62-3f83-47e9-9046-9bced9abe953)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1089 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1090 (junction (at 111.76 102.87) (diameter 0) (color 0 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1091 (uuid 5f8ed3e5-10c3-4a09-8cdc-3ed3e6a5842f)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1092 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1093 (junction (at 186.69 62.23) (diameter 0) (color 0 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1094 (uuid 6a334def-927b-4c15-a48e-cf7541fdaf7f)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1095 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1096 (junction (at 157.48 87.63) (diameter 0) (color 0 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1097 (uuid 6ba456e6-c0d9-4040-acc5-02dc25c2128c)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1098 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1099 (junction (at 135.89 88.9) (diameter 0) (color 0 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1100 (uuid 6feb82b9-4de0-493f-8864-51ed3c93d42d)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1101 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1102 (junction (at 107.95 49.53) (diameter 0) (color 0 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1103 (uuid 6ffebeaa-36eb-4798-a3fe-68cce3cc9a65)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1104 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1105 (junction (at 157.48 64.77) (diameter 0) (color 0 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1106 (uuid 826dccde-1573-4324-adc5-21ab9b0742c2)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1107 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1108 (junction (at 55.88 133.35) (diameter 0) (color 0 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1109 (uuid 8a8ccc30-b11c-4077-87af-2bab94ef4dc8)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1110 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1111 (junction (at 224.79 53.34) (diameter 0) (color 0 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1112 (uuid 90389324-10df-429c-8540-e18f46e96c91)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1113 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1114 (junction (at 182.88 49.53) (diameter 0) (color 0 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1115 (uuid 92d0d878-a562-4fa0-9268-e9d36fe0a740)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1116 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1117 (junction (at 135.89 41.91) (diameter 0) (color 0 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1118 (uuid 94334e09-fcbe-47b8-890b-7e7617f4c18a)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1119 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1120 (junction (at 106.68 97.79) (diameter 0) (color 0 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1121 (uuid 998255b3-aa06-4a0a-8de5-6b02897f3139)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1122 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1123 (junction (at 186.69 46.99) (diameter 0) (color 0 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1124 (uuid 9d047283-1f3e-4ecc-bcaf-1c2f62dd8553)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1125 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1126 (junction (at 170.18 57.15) (diameter 0) (color 0 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1127 (uuid a20169ac-cc6c-4bae-b17e-176080d14416)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1128 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1129 (junction (at 85.09 146.05) (diameter 0) (color 0 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1130 (uuid a5d5eb2a-f1a9-4a65-b34c-d7b0f5c7773a)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1131 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1132 (junction (at 118.11 102.87) (diameter 0) (color 0 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1133 (uuid a634e11d-24b6-433d-b2bc-373698bde094)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1134 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1135 (junction (at 170.18 80.01) (diameter 0) (color 0 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1136 (uuid b485e49c-c096-4b3e-8407-04594db958aa)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1137 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1138 (junction (at 157.48 57.15) (diameter 0) (color 0 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1139 (uuid b9c63f1c-af7b-4dce-85f4-ef5578a4f5c2)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1140 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1141 (junction (at 170.18 64.77) (diameter 0) (color 0 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1142 (uuid bab566de-8eea-4868-af08-1004477c18b8)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1143 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1144 (junction (at 148.59 72.39) (diameter 0) (color 0 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1145 (uuid c406891e-d129-412f-8e94-033299e599cb)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1146 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1147 (junction (at 53.34 138.43) (diameter 0) (color 0 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1148 (uuid d0a6d4c2-512f-49ae-a626-419494895d3f)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1149 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1150 (junction (at 157.48 72.39) (diameter 0) (color 0 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1151 (uuid d5448d46-d3b1-4346-9e25-2e4037f65cc9)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1152 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1153 (junction (at 135.89 99.06) (diameter 0) (color 0 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1154 (uuid e3d2648d-bbcf-4ff0-a051-b863aa38e7eb)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1155 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1156 (junction (at 180.34 52.07) (diameter 0) (color 0 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1157 (uuid e9400b1f-a24d-416d-a0af-a21709f2a894)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1158 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1159 (junction (at 148.59 87.63) (diameter 0) (color 0 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1160 (uuid eb08cdce-a715-469c-884e-a5691ce00095)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1161 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1162 (junction (at 80.01 146.05) (diameter 0) (color 0 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1163 (uuid efcb2424-0561-44d8-9aa2-418c8db410ec)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1164 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1165 (junction (at 82.55 143.51) (diameter 0) (color 0 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1166 (uuid f5c82a86-15bc-41f4-abad-6fdd278db489)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1167 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1168 (junction (at 170.18 72.39) (diameter 0) (color 0 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1169 (uuid fb2a95fa-5584-483a-a320-363229315688)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1170 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1171 (junction (at 95.25 100.33) (diameter 0) (color 0 0 0 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1172 (uuid fc3fc332-480b-4a2a-8fcd-2cc28ace681a)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1173 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1174
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1175 (no_connect (at 45.72 46.99) (uuid 03ac2405-86c6-4dcd-8f44-251ea9fc97bf))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1176 (no_connect (at 92.71 49.53) (uuid 128c6400-b3ef-4696-8477-fdbff716794d))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1177 (no_connect (at 45.72 72.39) (uuid 1c2cc251-6fd2-4eea-a559-8408fcf67c72))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1178 (no_connect (at 92.71 46.99) (uuid 1fc8ef7c-e2e8-4d17-891b-8d77528867ce))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1179 (no_connect (at 63.5 107.95) (uuid 336d309a-db94-4f6a-9e5e-918842253041))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1180 (no_connect (at 92.71 57.15) (uuid 42e02b31-12a2-494e-8114-bfafa42a49fc))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1181 (no_connect (at 45.72 85.09) (uuid 431e8c9d-f73b-4df1-b01e-4af7372a677e))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1182 (no_connect (at 45.72 59.69) (uuid 48d86c43-4555-4781-9b5f-e33663e36d12))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1183 (no_connect (at 92.71 54.61) (uuid 50bb53ae-484a-4563-8cb7-ea12b7bf6c94))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1184 (no_connect (at 45.72 67.31) (uuid 6067fc64-f26a-4ead-9c8d-ff0dceb81e4e))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1185 (no_connect (at 45.72 44.45) (uuid 694c6185-42a9-43e1-9ec0-35fe5ab64e48))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1186 (no_connect (at 45.72 54.61) (uuid 858b97b2-9251-496c-b241-cb42d14f2978))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1187 (no_connect (at 45.72 49.53) (uuid 8cefe52a-a953-49f4-8135-554b12c059ad))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1188 (no_connect (at 92.71 52.07) (uuid 8ff0ed40-78a7-4a95-ad54-cae69ca3451d))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1189 (no_connect (at 92.71 82.55) (uuid 9522152e-21b9-4d87-bf83-6c0d8efacf3c))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1190 (no_connect (at 45.72 77.47) (uuid 9529aeeb-bd34-4f28-899c-6d6695c6ded1))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1191 (no_connect (at 45.72 80.01) (uuid 9fe00b1f-4005-4b08-b32f-cbaa3b253a17))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1192 (no_connect (at 63.5 146.05) (uuid bd082197-2306-47c7-8dc8-f1fb7ff062b1))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1193 (no_connect (at 45.72 69.85) (uuid c84c92ca-4430-40f0-afe1-927ab3e13db8))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1194 (no_connect (at 45.72 62.23) (uuid d2f2f8de-6e84-4445-8b55-93bcfc8dda2c))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1195 (no_connect (at 45.72 57.15) (uuid e1c6f0cc-4cfb-4eed-a220-8395c92ad3d9))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1196 (no_connect (at 45.72 64.77) (uuid e4c96f4a-9d00-4811-ad9d-f9b8290ce0b9))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1197 (no_connect (at 92.71 80.01) (uuid f3b79f11-b8be-4985-9436-b229b1f3165a))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1198 (no_connect (at 92.71 85.09) (uuid f48ebab7-52a8-480b-be1e-2f5806caa9fc))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1199 (no_connect (at 45.72 52.07) (uuid f719275d-5ad3-407d-a7e8-636021ca67dd))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1200
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1201 (wire (pts (xy 229.87 30.48) (xy 247.65 30.48))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1202 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1203 (uuid 01d5c970-70cc-474a-a103-ec8bf1225bf0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1204 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1205 (wire (pts (xy 92.71 62.23) (xy 106.68 62.23))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1206 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1207 (uuid 0286f7f5-1477-401e-b080-dd5d260bb5b2)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1208 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1209 (wire (pts (xy 55.88 151.13) (xy 80.01 151.13))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1210 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1211 (uuid 045e2f2f-7879-40b9-a5ce-e087039dd81d)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1212 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1213 (wire (pts (xy 187.96 87.63) (xy 170.18 87.63))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1214 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1215 (uuid 047c3298-7695-461a-826c-12b6912bcd3b)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1216 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1217 (wire (pts (xy 92.71 69.85) (xy 138.43 69.85))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1218 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1219 (uuid 067316c1-9908-4980-a284-a516eabec228)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1220 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1221 (wire (pts (xy 106.68 104.14) (xy 106.68 97.79))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1222 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1223 (uuid 090c6a3a-a66c-460c-a527-94ca12675a66)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1224 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1225 (wire (pts (xy 135.89 80.01) (xy 135.89 41.91))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1226 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1227 (uuid 098b2d1e-bce5-410c-923c-71ae1f9b718f)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1228 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1229 (wire (pts (xy 78.74 105.41) (xy 78.74 90.17))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1230 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1231 (uuid 0a902512-1781-4be5-93fc-5e440f03f27e)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1232 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1233 (wire (pts (xy 170.18 57.15) (xy 157.48 57.15))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1234 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1235 (uuid 0aba24eb-a89f-415f-b650-5a75a8f70032)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1236 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1237 (wire (pts (xy 180.34 41.91) (xy 135.89 41.91))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1238 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1239 (uuid 0b4d6eaa-aeb1-4d34-9f0f-8c2c4c21042e)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1240 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1241 (wire (pts (xy 57.15 113.03) (xy 57.15 114.3))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1242 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1243 (uuid 0bc49e4e-fbea-4498-a678-ae36858add00)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1244 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1245 (wire (pts (xy 135.89 88.9) (xy 135.89 87.63))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1246 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1247 (uuid 0dd6ad53-72e9-4aba-8182-2a28317c055f)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1248 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1249 (wire (pts (xy 229.87 45.72) (xy 220.98 45.72))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1250 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1251 (uuid 0de8c88f-b03c-4f6c-9785-61b48006a9f5)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1252 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1253 (wire (pts (xy 45.72 82.55) (xy 40.64 82.55))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1254 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1255 (uuid 0fbfc175-6feb-4a75-a2e2-e720061d6e1e)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1256 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1257 (wire (pts (xy 76.2 135.89) (xy 92.71 135.89))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1258 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1259 (uuid 10bcc634-8630-4cba-9179-2665df206fbd)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1260 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1261 (polyline (pts (xy 29.21 124.46) (xy 134.62 124.46))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1262 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1263 (uuid 10d4f051-7777-4970-b149-1f50a8672a67)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1264 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1265
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1266 (wire (pts (xy 187.96 80.01) (xy 182.88 80.01))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1267 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1268 (uuid 11e13bea-a097-4894-96e0-16517ed16694)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1269 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1270 (wire (pts (xy 187.96 72.39) (xy 170.18 72.39))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1271 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1272 (uuid 12304955-cae1-4914-a81a-e402fb67bc68)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1273 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1274 (wire (pts (xy 148.59 57.15) (xy 157.48 57.15))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1275 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1276 (uuid 12c41517-1a3b-408d-b877-598217533079)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1277 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1278 (wire (pts (xy 135.89 90.17) (xy 135.89 88.9))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1279 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1280 (uuid 12e41619-1a4b-4888-979a-b96d596778d4)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1281 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1282 (polyline (pts (xy 134.62 124.46) (xy 134.62 158.75))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1283 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1284 (uuid 138bb2a3-fc05-4075-82db-88e804db9a78)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1285 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1286
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1287 (wire (pts (xy 78.74 107.95) (xy 76.2 107.95))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1288 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1289 (uuid 183cfe1f-5f42-45ad-ab9a-cdc4af1fc955)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1290 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1291 (wire (pts (xy 82.55 143.51) (xy 92.71 143.51))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1292 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1293 (uuid 1b064d1c-2c15-4615-9a74-1761b386d9f6)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1294 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1295 (wire (pts (xy 180.34 67.31) (xy 187.96 67.31))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1296 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1297 (uuid 1df6cb6b-d844-4a2b-bb3e-20bf19f5d9be)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1298 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1299 (wire (pts (xy 177.8 85.09) (xy 187.96 85.09))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1300 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1301 (uuid 2157fafd-687f-42ad-90b4-83990ea5aba5)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1302 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1303 (wire (pts (xy 124.46 88.9) (xy 124.46 90.17))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1304 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1305 (uuid 2306c79f-ea25-4eca-9bdb-2fbe862f69d5)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1306 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1307 (wire (pts (xy 78.74 113.03) (xy 95.25 113.03))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1308 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1309 (uuid 2308ecbf-c211-47a2-9f38-9c9cc642e756)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1310 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1311 (wire (pts (xy 143.51 77.47) (xy 92.71 77.47))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1312 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1313 (uuid 238e4f21-70d8-40f5-bef6-179a8eccaa51)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1314 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1315 (wire (pts (xy 106.68 113.03) (xy 118.11 113.03))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1316 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1317 (uuid 24ddd220-5848-4c09-aaec-d8a2978adfee)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1318 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1319 (wire (pts (xy 229.87 50.8) (xy 229.87 45.72))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1320 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1321 (uuid 24ee47f4-a910-4c6a-af6b-e68926277c4d)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1322 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1323 (wire (pts (xy 38.1 105.41) (xy 63.5 105.41))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1324 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1325 (uuid 256cfb0e-1ef0-4349-82c9-cb719e9d9d9d)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1326 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1327 (wire (pts (xy 53.34 133.35) (xy 55.88 133.35))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1328 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1329 (uuid 295fe736-5a3c-4c7b-81b4-990854fcecb6)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1330 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1331 (wire (pts (xy 187.96 57.15) (xy 170.18 57.15))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1332 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1333 (uuid 2a715645-17bc-408a-8d9a-5d4445a40f97)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1334 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1335 (wire (pts (xy 57.15 113.03) (xy 78.74 113.03))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1336 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1337 (uuid 2c74ab37-c951-4a13-9756-c9b0cb6d58a9)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1338 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1339 (wire (pts (xy 170.18 64.77) (xy 177.8 64.77))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1340 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1341 (uuid 2e045fb0-1a68-4996-938f-2477915fc9c9)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1342 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1343 (wire (pts (xy 157.48 72.39) (xy 148.59 72.39))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1344 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1345 (uuid 2ffc3d96-4204-4a5f-85bc-190388b16bb0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1346 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1347 (wire (pts (xy 124.46 97.79) (xy 124.46 99.06))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1348 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1349 (uuid 36091092-a0a0-4941-bf21-6c0f06a9b029)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1350 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1351 (wire (pts (xy 186.69 62.23) (xy 187.96 62.23))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1352 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1353 (uuid 3d2e2122-be9b-4388-b34d-12ec2e283883)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1354 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1355 (wire (pts (xy 50.8 138.43) (xy 53.34 138.43))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1356 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1357 (uuid 3db0d00e-b26c-4b66-87dc-6d5a3a79b788)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1358 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1359 (wire (pts (xy 177.8 80.01) (xy 177.8 85.09))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1360 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1361 (uuid 3fc872e1-0521-42b1-8419-73f40369e5c9)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1362 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1363 (wire (pts (xy 220.98 48.26) (xy 227.33 48.26))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1364 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1365 (uuid 413b2fa4-ca77-4394-982e-6d99e856c7f5)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1366 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1367 (wire (pts (xy 157.48 49.53) (xy 160.02 49.53))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1368 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1369 (uuid 455df168-32aa-4640-8502-72bcd7127d6e)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1370 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1371 (wire (pts (xy 76.2 105.41) (xy 78.74 105.41))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1372 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1373 (uuid 45655d91-ee90-4d29-b451-83c9b8d7ab90)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1374 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1375 (wire (pts (xy 177.8 54.61) (xy 187.96 54.61))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1376 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1377 (uuid 4727398c-58eb-4b91-9127-53043a44e23d)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1378 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1379 (polyline (pts (xy 267.97 27.94) (xy 267.97 68.58))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1380 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1381 (uuid 49667567-a53c-4c53-8ae4-7aa5f9caf815)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1382 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1383
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1384 (wire (pts (xy 187.96 64.77) (xy 182.88 64.77))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1385 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1386 (uuid 4bf83b80-39f3-4314-a4cd-c93c275bcb2b)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1387 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1388 (wire (pts (xy 55.88 138.43) (xy 55.88 151.13))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1389 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1390 (uuid 4ce6bf24-6647-4107-a95a-e716ba18d063)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1391 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1392 (wire (pts (xy 224.79 66.04) (xy 224.79 53.34))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1393 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1394 (uuid 506d69a2-3b2e-476f-81c2-f7851711c7f8)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1395 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1396 (wire (pts (xy 232.41 53.34) (xy 232.41 45.72))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1397 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1398 (uuid 511db1ce-e88e-4db2-94de-adafb1fae91a)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1399 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1400 (wire (pts (xy 106.68 113.03) (xy 106.68 111.76))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1401 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1402 (uuid 513136ee-dad9-45e6-b438-580049ff21fe)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1403 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1404 (wire (pts (xy 50.8 140.97) (xy 63.5 140.97))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1405 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1406 (uuid 52df6f53-cd4f-41d2-a9da-2624f8f90cad)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1407 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1408 (wire (pts (xy 95.25 100.33) (xy 76.2 100.33))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1409 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1410 (uuid 550d3989-580a-4f72-90ad-04b2cb74808a)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1411 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1412 (wire (pts (xy 140.97 74.93) (xy 92.71 74.93))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1413 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1414 (uuid 55f4ac93-ba10-46e3-9937-2ffafdcabe22)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1415 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1416 (wire (pts (xy 35.56 41.91) (xy 45.72 41.91))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1417 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1418 (uuid 580c50a9-f1e1-42b3-bffc-3d18a144e73b)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1419 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1420 (wire (pts (xy 186.69 34.29) (xy 182.88 34.29))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1421 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1422 (uuid 58afd971-7625-40f4-9806-e28ff58538e0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1423 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1424 (wire (pts (xy 138.43 80.01) (xy 157.48 80.01))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1425 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1426 (uuid 5e308b1c-b163-4824-9a14-0e05f8a8a384)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1427 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1428 (wire (pts (xy 76.2 140.97) (xy 92.71 140.97))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1429 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1430 (uuid 5ee7631e-80de-42e1-917d-dfe5faec90f1)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1431 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1432 (wire (pts (xy 227.33 38.1) (xy 240.03 38.1))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1433 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1434 (uuid 61064fa9-3817-4e78-8b33-b24c013606bd)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1435 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1436 (wire (pts (xy 35.56 40.64) (xy 35.56 41.91))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1437 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1438 (uuid 6aa1a202-0120-474b-b769-dc34619a7c32)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1439 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1440 (wire (pts (xy 186.69 77.47) (xy 187.96 77.47))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1441 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1442 (uuid 6b8af06b-f80b-4d53-b2e9-3285c0370931)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1443 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1444 (wire (pts (xy 111.76 101.6) (xy 111.76 102.87))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1445 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1446 (uuid 6c5933d1-87ac-434c-9b6e-58bc43da511e)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1447 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1448 (wire (pts (xy 220.98 40.64) (xy 227.33 40.64))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1449 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1450 (uuid 6e971c2a-32cd-4486-bced-6b4638578835)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1451 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1452 (wire (pts (xy 180.34 52.07) (xy 180.34 67.31))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1453 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1454 (uuid 7256cbe4-60ef-44b2-a465-e93130517b92)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1455 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1456 (wire (pts (xy 53.34 138.43) (xy 53.34 133.35))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1457 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1458 (uuid 72637849-31a3-475d-9b65-26b60a32aef3)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1459 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1460 (wire (pts (xy 157.48 49.53) (xy 140.97 49.53))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1461 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1462 (uuid 733999ce-788e-4c91-a8d8-3df6942b0a36)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1463 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1464 (wire (pts (xy 58.42 135.89) (xy 63.5 135.89))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1465 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1466 (uuid 7503778a-a605-4ffb-ad4f-89e4de5b5520)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1467 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1468 (wire (pts (xy 180.34 82.55) (xy 187.96 82.55))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1469 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1470 (uuid 75a3e2ee-07d0-4ada-8cd1-a3270be0114f)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1471 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1472 (wire (pts (xy 227.33 58.42) (xy 237.49 58.42))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1473 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1474 (uuid 76264d3f-e6ff-43e6-89db-75481ecf9cc3)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1475 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1476 (wire (pts (xy 186.69 46.99) (xy 186.69 62.23))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1477 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1478 (uuid 76731bc5-9dc4-4df8-9e6a-b3ec4c4389c1)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1479 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1480 (wire (pts (xy 224.79 53.34) (xy 224.79 50.8))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1481 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1482 (uuid 78bae966-a56b-4e55-9a77-9ca905d05592)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1483 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1484 (polyline (pts (xy 205.74 27.94) (xy 205.74 120.65))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1485 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1486 (uuid 79cf37b8-fcd0-4d53-b1dd-c53b1a5a06aa)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1487 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1488
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1489 (wire (pts (xy 106.68 97.79) (xy 76.2 97.79))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1490 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1491 (uuid 7aabd5ed-6386-4066-9c69-1c7c99452c65)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1492 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1493 (wire (pts (xy 182.88 49.53) (xy 187.96 49.53))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1494 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1495 (uuid 7e57dd20-fa31-45de-890b-5462982952a9)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1496 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1497 (polyline (pts (xy 29.21 158.75) (xy 29.21 124.46))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1498 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1499 (uuid 7e9d6d6e-dd57-40ca-a568-1e2eb8fcf945)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1500 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1501
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1502 (wire (pts (xy 157.48 64.77) (xy 143.51 64.77))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1503 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1504 (uuid 7e9f4ad4-5cc2-4a78-b31b-e37203f2b8eb)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1505 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1506 (wire (pts (xy 177.8 64.77) (xy 177.8 69.85))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1507 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1508 (uuid 7f3bd71b-05a3-4fca-89d2-f10b2207ff05)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1509 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1510 (wire (pts (xy 111.76 92.71) (xy 111.76 93.98))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1511 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1512 (uuid 7fb946c5-ecba-4e9f-a5d6-909db7ddcb26)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1513 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1514 (wire (pts (xy 227.33 40.64) (xy 227.33 38.1))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1515 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1516 (uuid 8001a0cf-753c-42b3-a261-b2afc7cb017e)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1517 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1518 (wire (pts (xy 118.11 104.14) (xy 118.11 102.87))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1519 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1520 (uuid 804eb70b-7d22-4aa8-ad74-b6d926117d53)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1521 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1522 (wire (pts (xy 182.88 80.01) (xy 182.88 64.77))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1523 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1524 (uuid 8150f5f2-b509-40a8-8d42-77e74e03adfe)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1525 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1526 (wire (pts (xy 148.59 87.63) (xy 148.59 72.39))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1527 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1528 (uuid 867bed2f-a9c3-4475-8fd2-514231618cbd)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1529 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1530 (polyline (pts (xy 205.74 120.65) (xy 29.21 120.65))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1531 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1532 (uuid 86a57f05-3441-4aab-b926-e4d3517434e2)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1533 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1534
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1535 (wire (pts (xy 55.88 135.89) (xy 50.8 135.89))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1536 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1537 (uuid 88f53bf4-1ce1-441e-ba97-7fbc5c15c48b)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1538 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1539 (wire (pts (xy 57.15 90.17) (xy 57.15 97.79))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1540 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1541 (uuid 8940b6f2-4abd-4830-868d-14cba97dd1fb)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1542 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1543 (wire (pts (xy 167.64 49.53) (xy 170.18 49.53))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1544 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1545 (uuid 8cde3b37-026a-48a3-b7fc-0478ffd19db7)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1546 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1547 (wire (pts (xy 82.55 153.67) (xy 82.55 143.51))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1548 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1549 (uuid 8d270794-250b-46e2-ad42-bab50f864031)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1550 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1551 (wire (pts (xy 76.2 143.51) (xy 82.55 143.51))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1552 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1553 (uuid 8ddf1093-6970-4b62-a8cf-60e64d19f4f7)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1554 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1555 (wire (pts (xy 57.15 100.33) (xy 57.15 113.03))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1556 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1557 (uuid 8dee7e61-7342-4ffa-80a7-e4cd0f3be1ea)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1558 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1559 (wire (pts (xy 186.69 35.56) (xy 186.69 34.29))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1560 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1561 (uuid 8e85813f-5312-4e4d-890f-3ddff8d936a4)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1562 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1563 (wire (pts (xy 40.64 102.87) (xy 63.5 102.87))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1564 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1565 (uuid 8ea11385-4387-466b-a7db-33e6a6447445)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1566 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1567 (wire (pts (xy 247.65 50.8) (xy 229.87 50.8))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1568 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1569 (uuid 8f762166-95e7-4f62-8ced-1d446d9bcc81)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1570 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1571 (polyline (pts (xy 134.62 158.75) (xy 29.21 158.75))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1572 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1573 (uuid 8fd59352-a9a5-4d6d-a123-905293f08000)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1574 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1575
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1576 (wire (pts (xy 229.87 43.18) (xy 229.87 30.48))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1577 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1578 (uuid 91b26bf3-6149-4109-9ad5-d094007f4026)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1579 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1580 (wire (pts (xy 118.11 59.69) (xy 118.11 102.87))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1581 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1582 (uuid 92db4f53-299c-4100-882b-3b15a31a3e95)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1583 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1584 (wire (pts (xy 63.5 143.51) (xy 50.8 143.51))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1585 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1586 (uuid 95f71423-bde9-4c79-af67-145932b8a2e3)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1587 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1588 (wire (pts (xy 157.48 80.01) (xy 160.02 80.01))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1589 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1590 (uuid 97193ca4-e70f-4997-933d-15af6808ccf1)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1591 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1592 (wire (pts (xy 95.25 113.03) (xy 95.25 111.76))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1593 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1594 (uuid 97825c1d-4734-48cd-bebc-271656d09927)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1595 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1596 (wire (pts (xy 187.96 46.99) (xy 186.69 46.99))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1597 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1598 (uuid 9996990a-36fd-43a9-a84c-60f40f24578b)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1599 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1600 (wire (pts (xy 85.09 146.05) (xy 92.71 146.05))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1601 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1602 (uuid 99b06caa-4b98-4d2c-bb7f-2516ed6a8559)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1603 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1604 (wire (pts (xy 55.88 133.35) (xy 58.42 133.35))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1605 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1606 (uuid 9c62d85b-b636-4eb6-ab3e-745ed353afad)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1607 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1608 (wire (pts (xy 78.74 113.03) (xy 78.74 107.95))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1609 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1610 (uuid 9e48711f-be73-467e-bd7f-9e9010d7f213)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1611 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1612 (wire (pts (xy 80.01 151.13) (xy 80.01 146.05))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1613 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1614 (uuid a0eb193a-be48-4613-a467-52a4338433f4)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1615 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1616 (polyline (pts (xy 209.55 27.94) (xy 267.97 27.94))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1617 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1618 (uuid a1056aa2-6e90-4254-afce-b6052e27631a)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1619 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1620
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1621 (wire (pts (xy 53.34 153.67) (xy 82.55 153.67))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1622 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1623 (uuid a203a7bd-ee86-4075-8489-dbce00f9c0dc)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1624 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1625 (wire (pts (xy 247.65 66.04) (xy 224.79 66.04))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1626 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1627 (uuid a2233166-fc70-443c-b3bc-7cec6d1eee9c)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1628 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1629 (wire (pts (xy 118.11 102.87) (xy 111.76 102.87))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1630 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1631 (uuid a265bb67-924d-4330-ae2c-419be5fed48c)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1632 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1633 (wire (pts (xy 63.5 100.33) (xy 57.15 100.33))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1634 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1635 (uuid a2aab548-9336-43c9-9e6f-0030758af502)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1636 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1637 (wire (pts (xy 58.42 133.35) (xy 58.42 135.89))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1638 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1639 (uuid a422596c-130e-4a21-ad34-d79bec34f564)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1640 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1641 (wire (pts (xy 124.46 72.39) (xy 92.71 72.39))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1642 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1643 (uuid a6741d2a-e95d-423a-818a-71c3283a133e)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1644 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1645 (wire (pts (xy 135.89 88.9) (xy 124.46 88.9))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1646 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1647 (uuid a75073a3-52b1-42da-bccb-2025145ccc85)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1648 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1649 (wire (pts (xy 140.97 49.53) (xy 140.97 74.93))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1650 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1651 (uuid aa98ea51-9f51-4cef-a490-a0f55b97752d)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1652 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1653 (polyline (pts (xy 209.55 68.58) (xy 209.55 27.94))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1654 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1655 (uuid ac3c5968-9abd-462f-b968-f160e24f95ca)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1656 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1657
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1658 (wire (pts (xy 111.76 102.87) (xy 76.2 102.87))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1659 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1660 (uuid adb73dcb-d7ea-469b-ab50-c5273982a858)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1661 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1662 (wire (pts (xy 157.48 87.63) (xy 148.59 87.63))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1663 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1664 (uuid b225677c-228c-4258-a944-d3a048e15ea3)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1665 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1666 (wire (pts (xy 182.88 49.53) (xy 182.88 34.29))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1667 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1668 (uuid b3adc8d3-ab3e-4bf6-9b6a-e5a6448cf868)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1669 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1670 (wire (pts (xy 148.59 72.39) (xy 148.59 57.15))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1671 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1672 (uuid b44992c2-4fd6-4c95-9606-d8ff3a4d0736)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1673 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1674 (wire (pts (xy 224.79 53.34) (xy 232.41 53.34))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1675 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1676 (uuid b48f1e2a-663d-4c0f-8df7-32e46bcbf3fe)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1677 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1678 (wire (pts (xy 57.15 97.79) (xy 35.56 97.79))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1679 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1680 (uuid b4fa337e-b613-4a4a-9dec-c77c42034210)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1681 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1682 (wire (pts (xy 186.69 46.99) (xy 186.69 43.18))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1683 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1684 (uuid b649f4cf-a4b1-4f3b-983a-d30c8a90e5ee)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1685 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1686 (wire (pts (xy 95.25 104.14) (xy 95.25 100.33))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1687 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1688 (uuid baca2c13-c782-4e58-9c67-36d01be29dbb)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1689 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1690 (wire (pts (xy 106.68 62.23) (xy 106.68 97.79))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1691 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1692 (uuid bb68f84f-68f2-4be4-bcb7-df83a82d84c0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1693 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1694 (wire (pts (xy 177.8 49.53) (xy 177.8 54.61))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1695 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1696 (uuid bcc50cc2-f9f5-44c0-8bb3-b465b2ce5c07)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1697 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1698 (wire (pts (xy 95.25 113.03) (xy 106.68 113.03))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1699 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1700 (uuid bcc90c24-b49f-41fa-a288-9d53e65b3440)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1701 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1702 (wire (pts (xy 167.64 64.77) (xy 170.18 64.77))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1703 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1704 (uuid be53432f-b2a0-44c3-973c-64d511d8b696)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1705 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1706 (wire (pts (xy 118.11 113.03) (xy 118.11 111.76))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1707 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1708 (uuid c1ede83d-e399-4137-a120-457b8be24f42)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1709 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1710 (wire (pts (xy 177.8 69.85) (xy 187.96 69.85))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1711 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1712 (uuid c22e669f-cb2c-4ab3-b095-20b9762fa383)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1713 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1714 (wire (pts (xy 220.98 43.18) (xy 229.87 43.18))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1715 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1716 (uuid c2b0e104-cd54-4806-b3aa-9f0a0bec1bcc)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1717 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1718 (wire (pts (xy 232.41 45.72) (xy 247.65 45.72))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1719 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1720 (uuid c2fa6549-740d-4e22-8f17-d1488bc3861c)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1721 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1722 (wire (pts (xy 170.18 87.63) (xy 157.48 87.63))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1723 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1724 (uuid c381e0ca-c5bc-4a64-a39d-8ebb079b9557)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1725 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1726 (wire (pts (xy 100.33 67.31) (xy 92.71 67.31))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1727 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1728 (uuid c410c3e9-3e1f-4c2f-8297-25662f4f2e8b)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1729 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1730 (wire (pts (xy 63.5 97.79) (xy 57.15 97.79))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1731 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1732 (uuid c44c4e57-f58a-4d4c-a04a-79af5f1f3ff2)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1733 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1734 (wire (pts (xy 124.46 99.06) (xy 135.89 99.06))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1735 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1736 (uuid ca1f4ae8-9184-443b-b26c-08040ef05bbd)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1737 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1738 (wire (pts (xy 76.2 146.05) (xy 80.01 146.05))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1739 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1740 (uuid ca660fb4-ef55-4d55-9054-4cb4bd1de92d)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1741 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1742 (wire (pts (xy 92.71 44.45) (xy 97.79 44.45))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1743 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1744 (uuid ca9f6f8b-3c90-4ede-bb1d-6613a7ae6015)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1745 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1746 (wire (pts (xy 97.79 44.45) (xy 97.79 49.53))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1747 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1748 (uuid cbcfe2a9-a338-463f-a5a8-4b24f033ce15)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1749 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1750 (wire (pts (xy 227.33 48.26) (xy 227.33 58.42))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1751 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1752 (uuid cc61986f-1813-4f2b-ae4b-26575807940a)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1753 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1754 (wire (pts (xy 115.57 41.91) (xy 135.89 41.91))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1755 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1756 (uuid ce3153a5-5960-4294-9823-3d7b6e22faec)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1757 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1758 (wire (pts (xy 167.64 80.01) (xy 170.18 80.01))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1759 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1760 (uuid d2150b86-414b-4d88-9505-f48968ca174e)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1761 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1762 (wire (pts (xy 95.25 64.77) (xy 95.25 100.33))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1763 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1764 (uuid d2278a05-cb22-4698-9f49-ed14ddab5cef)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1765 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1766 (wire (pts (xy 63.5 138.43) (xy 55.88 138.43))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1767 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1768 (uuid d3c11aa8-72a1-4402-b248-6d5ce3413775)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1769 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1770 (polyline (pts (xy 29.21 27.94) (xy 205.74 27.94))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1771 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1772 (uuid d3ed1221-6c9c-4a79-8021-29cd2cf9c799)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1773 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1774
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1775 (wire (pts (xy 124.46 88.9) (xy 124.46 72.39))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1776 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1777 (uuid d6323465-c9ea-4203-8507-1f014d047386)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1778 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1779 (wire (pts (xy 35.56 41.91) (xy 35.56 97.79))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1780 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1781 (uuid d8358600-e22e-40a2-b96e-0f898ce7d842)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1782 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1783 (wire (pts (xy 40.64 82.55) (xy 40.64 102.87))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1784 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1785 (uuid dafa799b-fe34-404d-ae2a-ff3ebcdcc18f)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1786 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1787 (wire (pts (xy 138.43 69.85) (xy 138.43 80.01))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1788 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1789 (uuid dc476be5-8d28-41b4-af52-73d25f5b20d4)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1790 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1791 (wire (pts (xy 76.2 138.43) (xy 92.71 138.43))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1792 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1793 (uuid dcff3ce9-c94d-42a3-83f5-fa04bcc18349)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1794 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1795 (wire (pts (xy 170.18 49.53) (xy 177.8 49.53))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1796 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1797 (uuid dee40c8f-2878-4cb1-808a-395157be4ae4)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1798 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1799 (wire (pts (xy 38.1 74.93) (xy 38.1 105.41))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1800 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1801 (uuid e0a65f05-3501-4578-b907-ff6f34bf5564)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1802 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1803 (wire (pts (xy 97.79 49.53) (xy 107.95 49.53))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1804 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1805 (uuid e11f4d6d-8993-40d5-8483-6b994e0b0a20)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1806 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1807 (wire (pts (xy 92.71 59.69) (xy 118.11 59.69))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1808 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1809 (uuid e1443e5d-6f2f-4d39-bca9-006a71c637b2)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1810 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1811 (wire (pts (xy 180.34 52.07) (xy 180.34 41.91))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1812 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1813 (uuid e1cd3b69-b81b-4318-9ba2-067c6f50ad41)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1814 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1815 (wire (pts (xy 187.96 52.07) (xy 180.34 52.07))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1816 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1817 (uuid e2cd25a7-172e-4c18-af08-8ccf2a7750a0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1818 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1819 (wire (pts (xy 80.01 146.05) (xy 85.09 146.05))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1820 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1821 (uuid e3ae56a3-7f98-45b6-9421-37babbd23f5d)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1822 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1823 (wire (pts (xy 224.79 50.8) (xy 220.98 50.8))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1824 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1825 (uuid e4df015f-0335-4cd3-abc5-715053b8d3ed)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1826 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1827 (wire (pts (xy 157.48 64.77) (xy 160.02 64.77))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1828 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1829 (uuid e54e785c-b13d-4a10-a89b-60c48223e0b1)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1830 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1831 (wire (pts (xy 186.69 62.23) (xy 186.69 77.47))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1832 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1833 (uuid e564d615-9ea8-4a86-a450-908ecdbe173e)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1834 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1835 (wire (pts (xy 53.34 138.43) (xy 53.34 153.67))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1836 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1837 (uuid e71c7e11-aaa6-4e23-8232-2b17b043581e)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1838 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1839 (wire (pts (xy 55.88 138.43) (xy 55.88 135.89))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1840 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1841 (uuid ed066126-9dc7-4d8b-a01c-bc3be40d608b)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1842 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1843 (wire (pts (xy 92.71 64.77) (xy 95.25 64.77))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1844 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1845 (uuid ed65377a-1c69-4616-85d3-fd06692ac3b8)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1846 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1847 (wire (pts (xy 170.18 72.39) (xy 157.48 72.39))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1848 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1849 (uuid ed789e5a-db84-4c52-ba0e-555b347ea605)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1850 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1851 (wire (pts (xy 182.88 64.77) (xy 182.88 49.53))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1852 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1853 (uuid ef4f17af-a894-4011-9a61-7a0402b571de)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1854 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1855 (wire (pts (xy 92.71 41.91) (xy 100.33 41.91))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1856 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1857 (uuid ef8bf726-6738-44d2-8f2f-07ebc39f4e6a)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1858 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1859 (wire (pts (xy 143.51 64.77) (xy 143.51 77.47))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1860 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1861 (uuid eff4443b-438a-4255-a993-01e4a1d8cfa2)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1862 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1863 (wire (pts (xy 135.89 99.06) (xy 135.89 97.79))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1864 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1865 (uuid f1d56a65-1cd1-47cb-a4d6-fd6a0f2b5c41)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1866 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1867 (polyline (pts (xy 29.21 120.65) (xy 29.21 27.94))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1868 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1869 (uuid f2f3da64-cce9-4166-8b5a-0827ed0e05cf)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1870 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1871 (polyline (pts (xy 267.97 68.58) (xy 209.55 68.58))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1872 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1873 (uuid f7d30b31-9dbc-43d8-a0bc-0d9694ef1385)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1874 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1875
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1876 (wire (pts (xy 78.74 90.17) (xy 57.15 90.17))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1877 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1878 (uuid f8bee911-1302-4761-9605-01797277afd9)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1879 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1880 (wire (pts (xy 170.18 80.01) (xy 177.8 80.01))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1881 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1882 (uuid fabf4021-7811-400c-bf40-5bd06d5fb788)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1883 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1884 (wire (pts (xy 180.34 67.31) (xy 180.34 82.55))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1885 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1886 (uuid feed6b34-80d7-428b-9dde-85b3a4088008)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1887 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1888 (wire (pts (xy 38.1 74.93) (xy 45.72 74.93))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1889 (stroke (width 0) (type default) (color 0 0 0 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1890 (uuid ffd037ce-d4bc-46c8-b256-d94969fd637f)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1891 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1892
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1893 (text "Noise free stable 3,3V" (at 120.65 41.91 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1894 (effects (font (size 1.27 1.27)) (justify left bottom))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1895 (uuid 45154bd8-89a6-4fad-aa1c-ba49b744501e)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1896 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1897 (text "Frontpanel" (at 88.9 128.27 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1898 (effects (font (size 2.2098 2.2098) (thickness 0.442) bold) (justify left bottom))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1899 (uuid 7e5900e8-0f5c-49b8-af44-72d3d85a1c53)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1900 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1901 (text "Bottle\nsensors" (at 210.82 35.56 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1902 (effects (font (size 2.2098 2.2098) (thickness 0.442) bold) (justify left bottom))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1903 (uuid 849a0bdc-65b5-4519-8daa-0f9c1e1fd641)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1904 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1905 (text "Mainboard" (at 102.87 33.02 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1906 (effects (font (size 2.2098 2.2098) (thickness 0.442) bold) (justify left bottom))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1907 (uuid c0a2905b-e2da-4cda-bcba-9576f928d075)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1908 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1909
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1910 (label "SDA" (at 58.42 143.51 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1911 (effects (font (size 1.27 1.27)) (justify left bottom))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1912 (uuid 00b756bc-dabf-49d6-b7b8-07d1de2aab01)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1913 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1914 (label "SW" (at 80.01 140.97 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1915 (effects (font (size 1.27 1.27)) (justify left bottom))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1916 (uuid 094ff265-d100-4d96-924e-aa05302e60bb)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1917 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1918 (label "DQ" (at 186.69 44.45 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1919 (effects (font (size 1.27 1.27)) (justify left bottom))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1920 (uuid 1a9ab7f9-1fb8-4656-9e8b-4a505b1ef1e4)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1921 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1922 (label "CLK" (at 81.28 97.79 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1923 (effects (font (size 1.27 1.27)) (justify left bottom))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1924 (uuid 2e5acffd-de35-4622-83e3-5204b4b09275)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1925 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1926 (label "DT" (at 81.28 100.33 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1927 (effects (font (size 1.27 1.27)) (justify left bottom))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1928 (uuid 49b49b5e-a2ee-4a82-b24b-88cc0b173ebb)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1929 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1930 (label "SCL" (at 58.42 140.97 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1931 (effects (font (size 1.27 1.27)) (justify left bottom))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1932 (uuid 80c11c27-8b25-413d-802e-696c4205558c)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1933 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1934 (label "SCL" (at 49.53 102.87 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1935 (effects (font (size 1.27 1.27)) (justify left bottom))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1936 (uuid 84c0a2d1-bf87-4fff-8ac0-e2f657071bba)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1937 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1938 (label "SW" (at 81.28 102.87 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1939 (effects (font (size 1.27 1.27)) (justify left bottom))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1940 (uuid 8a943acc-eb86-4865-b495-4c504859e857)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1941 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1942 (label "DT" (at 80.01 138.43 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1943 (effects (font (size 1.27 1.27)) (justify left bottom))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1944 (uuid 905e6e60-c5dc-4551-ab4a-1cbe4162f3a4)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1945 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1946 (label "DQ" (at 97.79 67.31 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1947 (effects (font (size 1.27 1.27)) (justify left bottom))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1948 (uuid ae9cc1a8-7ac0-4f64-9713-9ea0bd947bab)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1949 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1950 (label "CLK" (at 80.01 135.89 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1951 (effects (font (size 1.27 1.27)) (justify left bottom))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1952 (uuid e0817a20-02bc-4f23-a99a-90c7c7c7243b)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1953 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1954 (label "SDA" (at 49.53 105.41 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1955 (effects (font (size 1.27 1.27)) (justify left bottom))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1956 (uuid fc615ed9-d643-4913-b6fc-d6868988969d)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1957 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1958
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1959 (symbol (lib_id "Connector:Screw_Terminal_01x05") (at 193.04 52.07 0) (mirror x) (unit 1)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1960 (in_bom yes) (on_board yes)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1961 (uuid 00000000-0000-0000-0000-000060b4a1f0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1962 (property "Reference" "J1" (id 0) (at 196.85 52.07 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1963 (property "Value" "Bottle 1" (id 1) (at 199.39 54.61 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1964 (property "Footprint" "" (id 2) (at 193.04 52.07 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1965 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1966 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1967 (property "Datasheet" "~" (id 3) (at 193.04 52.07 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1968 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1969 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1970 (pin "1" (uuid 50a7f1c4-81ef-4bcb-99d1-f54c5e5d67f7))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1971 (pin "2" (uuid 4f32fb56-157a-47f9-b498-150a9cb4a029))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1972 (pin "3" (uuid 29a52b9c-b2ca-4ef3-966f-bf0660ab32a0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1973 (pin "4" (uuid 7be1da66-00e9-4219-b88f-4c364c4066f1))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1974 (pin "5" (uuid a35bb256-86c0-4bba-9485-93de5d6b6000))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1975 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1976
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1977 (symbol (lib_id "Device:R") (at 170.18 53.34 0) (unit 1)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1978 (in_bom yes) (on_board yes)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1979 (uuid 00000000-0000-0000-0000-000060b4bf4a)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1980 (property "Reference" "R3" (id 0) (at 171.958 52.1716 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1981 (effects (font (size 1.27 1.27)) (justify left))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1982 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1983 (property "Value" "10K" (id 1) (at 171.958 54.483 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1984 (effects (font (size 1.27 1.27)) (justify left))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1985 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1986 (property "Footprint" "" (id 2) (at 168.402 53.34 90)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1987 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1988 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1989 (property "Datasheet" "~" (id 3) (at 170.18 53.34 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1990 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1991 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1992 (pin "1" (uuid 33697bbf-9f69-4939-b776-31b073edb978))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1993 (pin "2" (uuid 04bef350-2114-4df0-85b2-07d921090209))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1994 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1995
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1996 (symbol (lib_id "Connector_Generic:Conn_02x05_Odd_Even") (at 68.58 102.87 0) (unit 1)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1997 (in_bom yes) (on_board yes)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1998 (uuid 00000000-0000-0000-0000-000060b4c27d)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
1999 (property "Reference" "J4" (id 0) (at 69.85 92.2782 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2000 (property "Value" "toFront" (id 1) (at 69.85 94.5896 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2001 (property "Footprint" "" (id 2) (at 68.58 102.87 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2002 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2003 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2004 (property "Datasheet" "~" (id 3) (at 68.58 102.87 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2005 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2006 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2007 (pin "1" (uuid 20bfe83b-8482-4db8-954c-ef0b2c69093c))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2008 (pin "10" (uuid 4ff10fb6-1c52-431c-8cb3-86bf128e195c))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2009 (pin "2" (uuid 3d9e0a79-a3a3-462d-8d24-875bb6f80c9a))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2010 (pin "3" (uuid 46110833-fdd4-43c2-aa08-2c8da9026135))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2011 (pin "4" (uuid e80cc864-cf30-4b36-a254-0f533c06fc89))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2012 (pin "5" (uuid 6db5c63b-5df0-4fd6-9ef1-73d9217154c5))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2013 (pin "6" (uuid 234857ef-f2e0-4f5b-a7cf-38f69c9103d1))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2014 (pin "7" (uuid d7cef31b-ec2b-45b3-b2f1-b03a5760fd33))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2015 (pin "8" (uuid f54de290-b278-4fea-b44d-de8087ef2ab6))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2016 (pin "9" (uuid 301a3424-bebf-4388-8f78-c7faf3c0c473))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2017 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2018
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2019 (symbol (lib_id "Device:R") (at 163.83 49.53 270) (unit 1)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2020 (in_bom yes) (on_board yes)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2021 (uuid 00000000-0000-0000-0000-000060b4c7e2)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2022 (property "Reference" "R2" (id 0) (at 163.83 44.2722 90))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2023 (property "Value" "1K" (id 1) (at 163.83 46.5836 90))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2024 (property "Footprint" "" (id 2) (at 163.83 47.752 90)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2025 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2026 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2027 (property "Datasheet" "~" (id 3) (at 163.83 49.53 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2028 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2029 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2030 (pin "1" (uuid 88a19959-2460-4a85-bc3c-e21a6a91fdfa))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2031 (pin "2" (uuid d5424d4e-068c-4081-b717-d18c6f9d1e8a))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2032 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2033
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2034 (symbol (lib_id "Device:C") (at 157.48 53.34 0) (unit 1)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2035 (in_bom yes) (on_board yes)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2036 (uuid 00000000-0000-0000-0000-000060b4d0b3)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2037 (property "Reference" "C1" (id 0) (at 160.401 52.1716 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2038 (effects (font (size 1.27 1.27)) (justify left))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2039 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2040 (property "Value" "100nF" (id 1) (at 160.401 54.483 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2041 (effects (font (size 1.27 1.27)) (justify left))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2042 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2043 (property "Footprint" "" (id 2) (at 158.4452 57.15 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2044 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2045 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2046 (property "Datasheet" "~" (id 3) (at 157.48 53.34 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2047 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2048 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2049 (pin "1" (uuid f43bdf57-6769-4706-845b-9ba3fb67fba4))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2050 (pin "2" (uuid 111e849f-a246-474d-90b6-f91e5fd45fd9))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2051 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2052
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2053 (symbol (lib_id "Connector:Screw_Terminal_01x05") (at 193.04 67.31 0) (mirror x) (unit 1)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2054 (in_bom yes) (on_board yes)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2055 (uuid 00000000-0000-0000-0000-000060b4ef95)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2056 (property "Reference" "J2" (id 0) (at 196.85 67.31 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2057 (property "Value" "Bottle 2" (id 1) (at 199.39 69.85 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2058 (property "Footprint" "" (id 2) (at 193.04 67.31 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2059 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2060 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2061 (property "Datasheet" "~" (id 3) (at 193.04 67.31 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2062 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2063 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2064 (pin "1" (uuid 0154fb66-31fa-46b9-9e05-e9cd322425ec))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2065 (pin "2" (uuid 02413558-284e-4939-bde1-32716f8822ab))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2066 (pin "3" (uuid b682ab8f-f518-4961-b110-70d8e7d8f65d))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2067 (pin "4" (uuid 1f2e5b5f-797a-47bf-91ab-0892348bd5ad))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2068 (pin "5" (uuid 0189c1f7-0f51-47c7-88f2-6ba4a358ae4a))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2069 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2070
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2071 (symbol (lib_id "Device:R") (at 170.18 68.58 0) (unit 1)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2072 (in_bom yes) (on_board yes)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2073 (uuid 00000000-0000-0000-0000-000060b4f0ad)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2074 (property "Reference" "R5" (id 0) (at 171.958 67.4116 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2075 (effects (font (size 1.27 1.27)) (justify left))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2076 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2077 (property "Value" "10K" (id 1) (at 171.958 69.723 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2078 (effects (font (size 1.27 1.27)) (justify left))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2079 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2080 (property "Footprint" "" (id 2) (at 168.402 68.58 90)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2081 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2082 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2083 (property "Datasheet" "~" (id 3) (at 170.18 68.58 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2084 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2085 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2086 (pin "1" (uuid f2953b59-b43a-4242-8812-ded06dcfec53))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2087 (pin "2" (uuid f21dc72f-be0c-48b1-b015-977b8d03d3b7))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2088 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2089
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2090 (symbol (lib_id "Device:R") (at 163.83 64.77 270) (unit 1)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2091 (in_bom yes) (on_board yes)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2092 (uuid 00000000-0000-0000-0000-000060b4f0b7)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2093 (property "Reference" "R4" (id 0) (at 163.83 59.5122 90))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2094 (property "Value" "1K" (id 1) (at 163.83 61.8236 90))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2095 (property "Footprint" "" (id 2) (at 163.83 62.992 90)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2096 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2097 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2098 (property "Datasheet" "~" (id 3) (at 163.83 64.77 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2099 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2100 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2101 (pin "1" (uuid 10c31d67-5c35-41ca-b315-aa77fb721a34))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2102 (pin "2" (uuid 54a8e65a-adc7-467d-a9db-c6e9bf23f417))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2103 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2104
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2105 (symbol (lib_id "Device:C") (at 157.48 68.58 0) (unit 1)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2106 (in_bom yes) (on_board yes)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2107 (uuid 00000000-0000-0000-0000-000060b4f0c1)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2108 (property "Reference" "C2" (id 0) (at 160.401 67.4116 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2109 (effects (font (size 1.27 1.27)) (justify left))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2110 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2111 (property "Value" "100nF" (id 1) (at 160.401 69.723 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2112 (effects (font (size 1.27 1.27)) (justify left))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2113 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2114 (property "Footprint" "" (id 2) (at 158.4452 72.39 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2115 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2116 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2117 (property "Datasheet" "~" (id 3) (at 157.48 68.58 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2118 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2119 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2120 (pin "1" (uuid cd09ac67-5baa-4d9a-a7fd-fd96d8d5d81a))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2121 (pin "2" (uuid cc0291b6-5468-45e9-8b76-406b0acdb3e3))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2122 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2123
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2124 (symbol (lib_id "Connector:Screw_Terminal_01x05") (at 193.04 82.55 0) (mirror x) (unit 1)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2125 (in_bom yes) (on_board yes)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2126 (uuid 00000000-0000-0000-0000-000060b53971)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2127 (property "Reference" "J3" (id 0) (at 196.85 82.55 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2128 (property "Value" "Bottle 3" (id 1) (at 199.39 85.09 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2129 (property "Footprint" "" (id 2) (at 193.04 82.55 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2130 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2131 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2132 (property "Datasheet" "~" (id 3) (at 193.04 82.55 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2133 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2134 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2135 (pin "1" (uuid fbb6cd5c-70c9-44f5-bf7c-44408663f514))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2136 (pin "2" (uuid b9e325cf-7a0c-447a-84f2-f103ba7352dd))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2137 (pin "3" (uuid c327e579-1c15-46cb-88cb-7f82ce28266f))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2138 (pin "4" (uuid 9f15c4b9-ec68-4218-90ae-889b4a98430a))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2139 (pin "5" (uuid 2ce0b2d2-22f0-4a4d-a11a-ae1025b10feb))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2140 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2141
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2142 (symbol (lib_id "Device:R") (at 170.18 83.82 0) (unit 1)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2143 (in_bom yes) (on_board yes)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2144 (uuid 00000000-0000-0000-0000-000060b53aef)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2145 (property "Reference" "R8" (id 0) (at 171.958 82.6516 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2146 (effects (font (size 1.27 1.27)) (justify left))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2147 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2148 (property "Value" "10K" (id 1) (at 171.958 84.963 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2149 (effects (font (size 1.27 1.27)) (justify left))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2150 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2151 (property "Footprint" "" (id 2) (at 168.402 83.82 90)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2152 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2153 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2154 (property "Datasheet" "~" (id 3) (at 170.18 83.82 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2155 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2156 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2157 (pin "1" (uuid 05db0d23-dc7c-485e-b501-7a2afce29e46))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2158 (pin "2" (uuid 7cf5edf2-0b1e-4adb-948c-3ad189deddb5))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2159 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2160
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2161 (symbol (lib_id "Device:R") (at 163.83 80.01 270) (unit 1)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2162 (in_bom yes) (on_board yes)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2163 (uuid 00000000-0000-0000-0000-000060b53af9)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2164 (property "Reference" "R6" (id 0) (at 163.83 74.7522 90))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2165 (property "Value" "1K" (id 1) (at 163.83 77.0636 90))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2166 (property "Footprint" "" (id 2) (at 163.83 78.232 90)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2167 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2168 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2169 (property "Datasheet" "~" (id 3) (at 163.83 80.01 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2170 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2171 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2172 (pin "1" (uuid 837f7c70-8adb-4802-8462-755045e4dfc0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2173 (pin "2" (uuid 62bda144-56d5-433b-9fe1-79b4fcb3f306))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2174 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2175
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2176 (symbol (lib_id "Device:C") (at 157.48 83.82 0) (unit 1)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2177 (in_bom yes) (on_board yes)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2178 (uuid 00000000-0000-0000-0000-000060b53b03)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2179 (property "Reference" "C3" (id 0) (at 160.401 82.6516 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2180 (effects (font (size 1.27 1.27)) (justify left))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2181 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2182 (property "Value" "100nF" (id 1) (at 160.401 84.963 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2183 (effects (font (size 1.27 1.27)) (justify left))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2184 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2185 (property "Footprint" "" (id 2) (at 158.4452 87.63 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2186 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2187 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2188 (property "Datasheet" "~" (id 3) (at 157.48 83.82 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2189 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2190 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2191 (pin "1" (uuid 5bc6ed90-94dc-4579-81c2-a8b64cd61feb))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2192 (pin "2" (uuid c6d284b8-e353-4602-a4a7-11c2d896b433))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2193 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2194
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2195 (symbol (lib_id "power:GND") (at 148.59 87.63 0) (unit 1)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2196 (in_bom yes) (on_board yes)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2197 (uuid 00000000-0000-0000-0000-000060b62867)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2198 (property "Reference" "#PWR04" (id 0) (at 148.59 93.98 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2199 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2200 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2201 (property "Value" "GND" (id 1) (at 148.717 92.0242 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2202 (property "Footprint" "" (id 2) (at 148.59 87.63 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2203 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2204 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2205 (property "Datasheet" "" (id 3) (at 148.59 87.63 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2206 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2207 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2208 (pin "1" (uuid 2e343a79-e921-414c-9126-0870d1e81c2a))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2209 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2210
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2211 (symbol (lib_id "power:GND") (at 57.15 114.3 0) (unit 1)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2212 (in_bom yes) (on_board yes)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2213 (uuid 00000000-0000-0000-0000-000060b64255)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2214 (property "Reference" "#PWR07" (id 0) (at 57.15 120.65 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2215 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2216 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2217 (property "Value" "GND" (id 1) (at 57.277 118.6942 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2218 (property "Footprint" "" (id 2) (at 57.15 114.3 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2219 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2220 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2221 (property "Datasheet" "" (id 3) (at 57.15 114.3 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2222 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2223 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2224 (pin "1" (uuid 93657920-8c8b-4bcc-921e-5a124bc74736))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2225 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2226
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2227 (symbol (lib_id "Converter_DCDC:OKI-78SR-3.3_1.5-W36-C") (at 107.95 41.91 0) (unit 1)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2228 (in_bom yes) (on_board yes)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2229 (uuid 00000000-0000-0000-0000-000060b6693b)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2230 (property "Reference" "U2" (id 0) (at 107.95 35.7632 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2231 (property "Value" "DD0503MA" (id 1) (at 107.95 38.0746 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2232 (property "Footprint" "Converter_DCDC:Converter_DCDC_muRata_OKI-78SR_Vertical" (id 2) (at 109.22 48.26 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2233 (effects (font (size 1.27 1.27) italic) (justify left) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2234 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2235 (property "Datasheet" "https://power.murata.com/data/power/oki-78sr.pdf" (id 3) (at 107.95 41.91 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2236 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2237 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2238 (pin "1" (uuid c79f7626-0cb1-4873-aeb2-32e78fb0fa2b))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2239 (pin "2" (uuid d9edd385-6046-4378-b397-8c8a186deaf4))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2240 (pin "3" (uuid 05ed1d96-708b-4f16-a290-b1ac37ff9a39))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2241 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2242
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2243 (symbol (lib_id "power:GND") (at 107.95 49.53 0) (unit 1)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2244 (in_bom yes) (on_board yes)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2245 (uuid 00000000-0000-0000-0000-000060b6a6df)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2246 (property "Reference" "#PWR03" (id 0) (at 107.95 55.88 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2247 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2248 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2249 (property "Value" "GND" (id 1) (at 108.077 53.9242 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2250 (property "Footprint" "" (id 2) (at 107.95 49.53 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2251 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2252 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2253 (property "Datasheet" "" (id 3) (at 107.95 49.53 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2254 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2255 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2256 (pin "1" (uuid 8eb58baa-656c-4483-8b8d-ba60db91745e))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2257 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2258
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2259 (symbol (lib_id "Device:R") (at 135.89 83.82 0) (unit 1)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2260 (in_bom yes) (on_board yes)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2261 (uuid 00000000-0000-0000-0000-000060b6e647)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2262 (property "Reference" "R7" (id 0) (at 137.668 82.6516 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2263 (effects (font (size 1.27 1.27)) (justify left))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2264 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2265 (property "Value" "2K 1%" (id 1) (at 137.668 84.963 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2266 (effects (font (size 1.27 1.27)) (justify left))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2267 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2268 (property "Footprint" "" (id 2) (at 134.112 83.82 90)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2269 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2270 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2271 (property "Datasheet" "~" (id 3) (at 135.89 83.82 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2272 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2273 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2274 (pin "1" (uuid d3a9c00c-23ea-4af2-b5b6-bdd48c784c86))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2275 (pin "2" (uuid 57f9d349-2607-4ae9-970f-9b6b278dcda2))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2276 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2277
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2278 (symbol (lib_id "Device:R") (at 135.89 93.98 0) (unit 1)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2279 (in_bom yes) (on_board yes)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2280 (uuid 00000000-0000-0000-0000-000060b6f1c4)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2281 (property "Reference" "R9" (id 0) (at 137.668 92.8116 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2282 (effects (font (size 1.27 1.27)) (justify left))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2283 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2284 (property "Value" "2K 1%" (id 1) (at 137.668 95.123 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2285 (effects (font (size 1.27 1.27)) (justify left))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2286 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2287 (property "Footprint" "" (id 2) (at 134.112 93.98 90)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2288 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2289 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2290 (property "Datasheet" "~" (id 3) (at 135.89 93.98 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2291 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2292 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2293 (pin "1" (uuid 9d686687-e915-4b3b-a39d-c7f10a806ea2))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2294 (pin "2" (uuid 8312d871-baa9-4c96-a318-e40d498cdce7))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2295 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2296
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2297 (symbol (lib_id "Device:C") (at 124.46 93.98 0) (unit 1)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2298 (in_bom yes) (on_board yes)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2299 (uuid 00000000-0000-0000-0000-000060b6f7df)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2300 (property "Reference" "C4" (id 0) (at 127.381 92.8116 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2301 (effects (font (size 1.27 1.27)) (justify left))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2302 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2303 (property "Value" "100nF" (id 1) (at 127.381 95.123 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2304 (effects (font (size 1.27 1.27)) (justify left))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2305 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2306 (property "Footprint" "" (id 2) (at 125.4252 97.79 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2307 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2308 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2309 (property "Datasheet" "~" (id 3) (at 124.46 93.98 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2310 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2311 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2312 (pin "1" (uuid b8bd0b8e-4d55-4695-a362-4c61d1205994))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2313 (pin "2" (uuid cb61827f-afe2-48bd-9109-c4d9e3b98a06))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2314 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2315
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2316 (symbol (lib_id "power:GND") (at 135.89 99.06 0) (unit 1)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2317 (in_bom yes) (on_board yes)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2318 (uuid 00000000-0000-0000-0000-000060b7779f)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2319 (property "Reference" "#PWR06" (id 0) (at 135.89 105.41 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2320 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2321 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2322 (property "Value" "GND" (id 1) (at 136.017 103.4542 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2323 (property "Footprint" "" (id 2) (at 135.89 99.06 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2324 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2325 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2326 (property "Datasheet" "" (id 3) (at 135.89 99.06 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2327 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2328 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2329 (pin "1" (uuid f401d315-2811-4ea3-9067-9250bfd30e20))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2330 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2331
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2332 (symbol (lib_id "Device:C") (at 95.25 107.95 0) (unit 1)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2333 (in_bom yes) (on_board yes)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2334 (uuid 00000000-0000-0000-0000-000060b8e9ba)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2335 (property "Reference" "C5" (id 0) (at 98.171 106.7816 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2336 (effects (font (size 1.27 1.27)) (justify left))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2337 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2338 (property "Value" "100nF" (id 1) (at 98.171 109.093 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2339 (effects (font (size 1.27 1.27)) (justify left))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2340 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2341 (property "Footprint" "" (id 2) (at 96.2152 111.76 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2342 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2343 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2344 (property "Datasheet" "~" (id 3) (at 95.25 107.95 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2345 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2346 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2347 (pin "1" (uuid eb51f45c-386a-4de9-9c64-a2eb09436eb8))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2348 (pin "2" (uuid c3966cbe-7f74-41c2-852b-d34144bdcae1))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2349 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2350
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2351 (symbol (lib_id "Device:C") (at 106.68 107.95 0) (unit 1)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2352 (in_bom yes) (on_board yes)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2353 (uuid 00000000-0000-0000-0000-000060b8f40c)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2354 (property "Reference" "C6" (id 0) (at 109.601 106.7816 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2355 (effects (font (size 1.27 1.27)) (justify left))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2356 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2357 (property "Value" "100nF" (id 1) (at 109.601 109.093 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2358 (effects (font (size 1.27 1.27)) (justify left))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2359 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2360 (property "Footprint" "" (id 2) (at 107.6452 111.76 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2361 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2362 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2363 (property "Datasheet" "~" (id 3) (at 106.68 107.95 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2364 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2365 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2366 (pin "1" (uuid 960fc37c-5dd9-4ce6-90de-ae699c89ff09))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2367 (pin "2" (uuid 7a2c9b22-ecaf-46d8-9011-c5ca55ccc466))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2368 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2369
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2370 (symbol (lib_id "Device:C") (at 118.11 107.95 0) (unit 1)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2371 (in_bom yes) (on_board yes)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2372 (uuid 00000000-0000-0000-0000-000060b8fbf6)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2373 (property "Reference" "C7" (id 0) (at 121.031 106.7816 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2374 (effects (font (size 1.27 1.27)) (justify left))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2375 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2376 (property "Value" "100nF" (id 1) (at 121.031 109.093 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2377 (effects (font (size 1.27 1.27)) (justify left))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2378 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2379 (property "Footprint" "" (id 2) (at 119.0752 111.76 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2380 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2381 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2382 (property "Datasheet" "~" (id 3) (at 118.11 107.95 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2383 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2384 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2385 (pin "1" (uuid b73ffc46-198f-410b-8840-76a7402b8ee0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2386 (pin "2" (uuid 30b15ca6-17fd-4b07-a1a7-4af055203a46))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2387 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2388
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2389 (symbol (lib_id "Device:R") (at 186.69 39.37 0) (unit 1)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2390 (in_bom yes) (on_board yes)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2391 (uuid 00000000-0000-0000-0000-000060ba7f76)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2392 (property "Reference" "R1" (id 0) (at 188.468 38.2016 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2393 (effects (font (size 1.27 1.27)) (justify left))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2394 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2395 (property "Value" "2K2" (id 1) (at 188.468 40.513 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2396 (effects (font (size 1.27 1.27)) (justify left))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2397 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2398 (property "Footprint" "" (id 2) (at 184.912 39.37 90)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2399 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2400 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2401 (property "Datasheet" "~" (id 3) (at 186.69 39.37 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2402 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2403 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2404 (pin "1" (uuid d5524a13-0bb7-40f3-bd01-684774a45d11))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2405 (pin "2" (uuid 851c7dd4-6853-4a3f-ba64-d5768f82432e))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2406 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2407
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2408 (symbol (lib_id "Device:R") (at 111.76 97.79 0) (unit 1)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2409 (in_bom yes) (on_board yes)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2410 (uuid 00000000-0000-0000-0000-000060bc0a6f)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2411 (property "Reference" "R10" (id 0) (at 113.538 96.6216 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2412 (effects (font (size 1.27 1.27)) (justify left))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2413 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2414 (property "Value" "10K" (id 1) (at 113.538 98.933 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2415 (effects (font (size 1.27 1.27)) (justify left))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2416 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2417 (property "Footprint" "" (id 2) (at 109.982 97.79 90)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2418 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2419 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2420 (property "Datasheet" "~" (id 3) (at 111.76 97.79 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2421 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2422 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2423 (pin "1" (uuid db643d75-6670-4cb6-be59-3618945eac7d))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2424 (pin "2" (uuid 15ac007a-9dfb-4de1-bef1-86637274c404))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2425 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2426
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2427 (symbol (lib_id "Connector_Generic:Conn_02x05_Odd_Even") (at 68.58 140.97 0) (unit 1)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2428 (in_bom yes) (on_board yes)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2429 (uuid 00000000-0000-0000-0000-000060c01de3)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2430 (property "Reference" "J5" (id 0) (at 69.85 130.3782 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2431 (property "Value" "toMain" (id 1) (at 69.85 132.6896 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2432 (property "Footprint" "" (id 2) (at 68.58 140.97 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2433 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2434 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2435 (property "Datasheet" "~" (id 3) (at 68.58 140.97 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2436 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2437 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2438 (pin "1" (uuid ac3c09e5-25bf-40a0-a963-1fb52c2d8086))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2439 (pin "10" (uuid a24bcb86-6d95-4bb3-a75b-0a8ab5e4f311))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2440 (pin "2" (uuid 158889f2-70c3-43b3-af92-3c267ecedde0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2441 (pin "3" (uuid 1b315e09-8b59-4125-bb89-edde7f7f0761))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2442 (pin "4" (uuid 99f66265-b320-4b9c-ae80-0c40bf00f378))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2443 (pin "5" (uuid e3aa5e62-59cf-4e7d-9cba-46cdb0e960c4))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2444 (pin "6" (uuid 176b6673-a7f7-4afa-94b1-4b7d0ee630af))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2445 (pin "7" (uuid f7ecaa30-c2b9-410b-8279-f3939bd505b7))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2446 (pin "8" (uuid 7e91220a-5a8f-48ec-b445-b70a74091cc9))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2447 (pin "9" (uuid a19c96be-4f47-4ffc-9344-ea12b1a21b09))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2448 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2449
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2450 (symbol (lib_id "power:GND") (at 85.09 146.05 0) (unit 1)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2451 (in_bom yes) (on_board yes)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2452 (uuid 00000000-0000-0000-0000-000060c62a82)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2453 (property "Reference" "#PWR0102" (id 0) (at 85.09 152.4 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2454 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2455 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2456 (property "Value" "GND" (id 1) (at 85.217 150.4442 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2457 (property "Footprint" "" (id 2) (at 85.09 146.05 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2458 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2459 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2460 (property "Datasheet" "" (id 3) (at 85.09 146.05 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2461 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2462 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2463 (pin "1" (uuid 8881d894-80d8-418f-97fa-de71aea6e488))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2464 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2465
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2466 (symbol (lib_id "Connector:Conn_01x05_Male") (at 215.9 45.72 0) (mirror x) (unit 1)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2467 (in_bom yes) (on_board yes)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2468 (uuid 00000000-0000-0000-0000-000060c7ed59)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2469 (property "Reference" "J6" (id 0) (at 215.2142 43.9928 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2470 (effects (font (size 1.27 1.27)) (justify right))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2471 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2472 (property "Value" "Plug" (id 1) (at 215.2142 46.3042 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2473 (effects (font (size 1.27 1.27)) (justify right))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2474 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2475 (property "Footprint" "" (id 2) (at 215.9 45.72 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2476 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2477 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2478 (property "Datasheet" "~" (id 3) (at 215.9 45.72 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2479 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2480 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2481 (pin "1" (uuid 109b42cd-f5a8-4b11-8aa8-a288f2260046))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2482 (pin "2" (uuid e5ed4263-f2eb-4a2b-b07d-c95c9fce1fb8))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2483 (pin "3" (uuid 3fd39c28-0856-43d6-8e3a-90dd0b32c07c))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2484 (pin "4" (uuid a1cc3ec9-7668-47d1-a8cc-bbd8027631b7))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2485 (pin "5" (uuid 8f1f416f-0538-4100-91bf-44ae092c8bcb))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2486 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2487
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2488 (symbol (lib_id "Sensor_Temperature:DS18B20") (at 247.65 38.1 0) (mirror y) (unit 1)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2489 (in_bom yes) (on_board yes)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2490 (uuid 00000000-0000-0000-0000-000060c87ed6)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2491 (property "Reference" "U3" (id 0) (at 253.492 36.9316 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2492 (effects (font (size 1.27 1.27)) (justify right))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2493 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2494 (property "Value" "DS18B20" (id 1) (at 253.492 39.243 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2495 (effects (font (size 1.27 1.27)) (justify right))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2496 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2497 (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" (id 2) (at 273.05 44.45 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2498 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2499 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2500 (property "Datasheet" "http://datasheets.maximintegrated.com/en/ds/DS18B20.pdf" (id 3) (at 251.46 31.75 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2501 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2502 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2503 (pin "1" (uuid eb52d979-b0a8-4254-a69d-5647802a0565))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2504 (pin "2" (uuid 9f269f52-8493-4e23-98fb-79d9ac9856be))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2505 (pin "3" (uuid 6a722718-4837-46dc-b6da-19b03aa6aa11))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2506 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2507
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2508 (symbol (lib_id "Sensor_Pressure:40PC015G") (at 247.65 58.42 0) (mirror y) (unit 1)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2509 (in_bom yes) (on_board yes)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2510 (uuid 00000000-0000-0000-0000-000060c90357)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2511 (property "Reference" "U4" (id 0) (at 258.572 57.2516 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2512 (effects (font (size 1.27 1.27)) (justify right))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2513 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2514 (property "Value" "12 MPa" (id 1) (at 258.572 59.563 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2515 (effects (font (size 1.27 1.27)) (justify right))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2516 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2517 (property "Footprint" "" (id 2) (at 245.11 58.42 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2518 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2519 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2520 (property "Datasheet" "http://www.honeywellscportal.com//index.php?ci_id=138832" (id 3) (at 245.11 58.42 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2521 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2522 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2523 (pin "1" (uuid 05b8ef67-0dcf-4da1-abc7-1b144ae1b5da))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2524 (pin "2" (uuid cf49e01c-51cf-4a0f-b8d8-7c29f72a65b9))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2525 (pin "3" (uuid 89a104d3-c7b6-4d08-907b-33fd68013d24))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2526 (pin "4" (uuid 2fb5ba84-7f1c-40da-815b-bef21ee1d260))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2527 (pin "5" (uuid 19903272-2ada-461e-bc88-aafc3c37803f))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2528 (pin "6" (uuid b671b974-fc6f-46df-9e0b-5c7a279e5745))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2529 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2530
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2531 (symbol (lib_id "co2meter:DOIT-ESP32-DEVKIT-V1-ESP32") (at 68.58 39.37 0) (unit 1)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2532 (in_bom yes) (on_board yes) (fields_autoplaced)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2533 (uuid 14f67bc3-86de-47ad-ab44-98b9c9995122)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2534 (property "Reference" "U1" (id 0) (at 69.215 35.7972 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2535 (property "Value" "DOIT-ESP32-DEVKIT-V1-ESP32" (id 1) (at 69.215 38.3341 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2536 (property "Footprint" "" (id 2) (at 69.85 88.9 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2537 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2538 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2539 (property "Datasheet" "" (id 3) (at 69.85 88.9 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2540 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2541 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2542 (pin "1" (uuid 73e204af-a5cb-4409-9723-6be6ad236c1e))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2543 (pin "10" (uuid 9e010af0-fea5-4ca2-b7ce-0848fb070f2c))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2544 (pin "11" (uuid 83690b6a-599e-4d32-8edb-86eced6addb0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2545 (pin "12" (uuid cd0e8214-3736-4062-80a7-f0776a23c8e8))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2546 (pin "13" (uuid c900bd1a-19d2-403f-9a42-c3ed9f60d030))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2547 (pin "14" (uuid cf806a72-4070-4565-99f3-412b45d914f8))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2548 (pin "15" (uuid 282cc8ca-e35c-4dd7-bff1-95739c866431))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2549 (pin "16" (uuid 363f5ded-ee9c-49a0-b6ea-bb83b435d20e))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2550 (pin "17" (uuid a6eec6e7-0413-412f-98db-75085a67599e))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2551 (pin "18" (uuid 95d094d8-b0f3-4a57-b537-7d0acc340d78))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2552 (pin "19" (uuid 5a1d7bdf-271a-4f36-a755-248eda078dd2))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2553 (pin "2" (uuid 6f8ef707-ca63-4dad-8922-8093d2381916))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2554 (pin "20" (uuid 75c38993-404d-4715-bf39-4839680e768e))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2555 (pin "21" (uuid 4539acdd-4e88-4e49-983a-7fc3edf77805))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2556 (pin "22" (uuid 34b910bb-88c9-4329-950a-30a26267f87e))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2557 (pin "23" (uuid ec0de60c-5943-4c65-8884-e53ce130a80b))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2558 (pin "24" (uuid 361ad578-f10d-429a-9b99-d20a982eb75a))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2559 (pin "25" (uuid bba9fdb9-3def-4837-bb69-89c6b4885447))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2560 (pin "26" (uuid 08eaa7ff-9f4e-4cff-a0cb-15f2c96ddae7))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2561 (pin "27" (uuid a7e11bd6-e0b4-4328-b631-dfc7a402f487))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2562 (pin "28" (uuid f01e37ed-b55f-4dcd-add6-a9987b6b53c5))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2563 (pin "29" (uuid 47396d9c-f25d-44da-b46e-5ffc3a3023e6))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2564 (pin "3" (uuid 8e26d7c1-7db5-4a22-9c80-d64bb9cdb003))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2565 (pin "30" (uuid 59901bdb-d286-409a-afa4-a61e126b3ab0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2566 (pin "31" (uuid 957233b1-068f-4ad7-b953-6fd6a014eac2))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2567 (pin "32" (uuid 98e637ec-da94-4c2f-a7db-24e4ec985694))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2568 (pin "33" (uuid dba9013f-1cdb-41d6-84a1-188c20c9d811))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2569 (pin "34" (uuid 8827d6ae-69aa-40df-a6aa-ec4062934d5c))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2570 (pin "35" (uuid 207206e7-78a2-4512-83b2-1db2b537ef0a))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2571 (pin "36" (uuid 0db0f44d-d324-4531-925a-0f35c58a8423))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2572 (pin "4" (uuid dad13467-cfd3-4549-b999-f27303a95c92))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2573 (pin "5" (uuid e9c4b7d6-3d8b-4caf-8ba2-290ae00b4b44))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2574 (pin "6" (uuid f912987c-fa8d-4894-8a6c-8ff850993e00))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2575 (pin "7" (uuid 1588c1d8-cce1-4b43-a9f4-16704c305cec))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2576 (pin "8" (uuid 3090d03b-5f3f-49c2-acc8-3e73da79ffdd))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2577 (pin "9" (uuid 1211ea4e-d858-49e6-a541-5e1dd03ac740))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2578 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2579
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2580 (symbol (lib_id "co2meter:KY-040-Rotary-switch") (at 97.79 140.97 270) (mirror x) (unit 1)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2581 (in_bom yes) (on_board yes) (fields_autoplaced)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2582 (uuid 18e33118-7b02-4f90-9733-7d143fe4792e)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2583 (property "Reference" "SW1" (id 0) (at 109.855 140.1353 90)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2584 (effects (font (size 1.27 1.27)) (justify left))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2585 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2586 (property "Value" "KY-040-Rotary-switch" (id 1) (at 109.855 142.6722 90)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2587 (effects (font (size 1.27 1.27)) (justify left))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2588 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2589 (property "Footprint" "" (id 2) (at 113.03 140.97 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2590 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2591 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2592 (property "Datasheet" "" (id 3) (at 113.03 140.97 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2593 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2594 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2595 (pin "~" (uuid 0a043a4e-fd30-456d-af01-26785fc509e4))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2596 (pin "~" (uuid 0a043a4e-fd30-456d-af01-26785fc509e4))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2597 (pin "~" (uuid 0a043a4e-fd30-456d-af01-26785fc509e4))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2598 (pin "~" (uuid 0a043a4e-fd30-456d-af01-26785fc509e4))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2599 (pin "~" (uuid 0a043a4e-fd30-456d-af01-26785fc509e4))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2600 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2601
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2602 (symbol (lib_id "co2meter:SSD1306-OLED_SSD1306") (at 41.91 139.7 270) (unit 1)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2603 (in_bom yes) (on_board yes) (fields_autoplaced)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2604 (uuid 2a5e4430-a487-4aae-a5a4-fb0374b000ef)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2605 (property "Reference" "Brd1" (id 0) (at 41.91 129.7772 90))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2606 (property "Value" "SSD1306-OLED_SSD1306" (id 1) (at 41.91 132.3141 90))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2607 (property "Footprint" "" (id 2) (at 48.26 139.7 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2608 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2609 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2610 (property "Datasheet" "" (id 3) (at 48.26 139.7 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2611 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2612 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2613 (pin "1" (uuid 7e8e356f-4d39-43c9-9e4e-c2d39bc9336a))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2614 (pin "2" (uuid 77d313d4-fb95-445f-98db-8acc9e62d640))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2615 (pin "3" (uuid 4a9db890-bd9e-47fc-9fe9-d17afc01f2d7))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2616 (pin "4" (uuid 452774b8-cc05-4849-a0c3-ab1dbd6066fc))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2617 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2618
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2619 (symbol (lib_id "co2meter:+3.3V-power") (at 35.56 40.64 0) (unit 1)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2620 (in_bom yes) (on_board yes) (fields_autoplaced)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2621 (uuid 8b311be5-97b4-42a8-967e-824153df559b)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2622 (property "Reference" "#PWR0103" (id 0) (at 35.56 44.45 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2623 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2624 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2625 (property "Value" "+3.3V-power" (id 1) (at 35.56 37.0642 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2626 (property "Footprint" "" (id 2) (at 35.56 40.64 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2627 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2628 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2629 (property "Datasheet" "" (id 3) (at 35.56 40.64 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2630 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2631 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2632 (pin "1" (uuid bcfe16e4-e267-46bb-a82a-b2937a8834b1))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2633 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2634
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2635 (symbol (lib_id "co2meter:+3.3V-power") (at 182.88 34.29 0) (unit 1)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2636 (in_bom yes) (on_board yes) (fields_autoplaced)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2637 (uuid 8db95752-58fa-483d-8601-6d29ae3c556a)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2638 (property "Reference" "#PWR0105" (id 0) (at 182.88 38.1 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2639 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2640 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2641 (property "Value" "+3.3V-power" (id 1) (at 182.88 30.7142 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2642 (property "Footprint" "" (id 2) (at 182.88 34.29 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2643 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2644 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2645 (property "Datasheet" "" (id 3) (at 182.88 34.29 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2646 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2647 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2648 (pin "1" (uuid e456d0ca-e366-46c2-a3f9-5a409218f270))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2649 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2650
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2651 (symbol (lib_id "co2meter:+3.3V-power") (at 111.76 92.71 0) (unit 1)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2652 (in_bom yes) (on_board yes) (fields_autoplaced)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2653 (uuid 9e8b1a21-7495-4bda-9c2b-3e8bcb13e8a8)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2654 (property "Reference" "#PWR0104" (id 0) (at 111.76 96.52 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2655 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2656 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2657 (property "Value" "+3.3V-power" (id 1) (at 111.76 89.1342 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2658 (property "Footprint" "" (id 2) (at 111.76 92.71 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2659 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2660 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2661 (property "Datasheet" "" (id 3) (at 111.76 92.71 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2662 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2663 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2664 (pin "1" (uuid 358cf39d-bfbb-40c0-b9a9-e97df3519c10))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2665 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2666
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2667 (symbol (lib_id "co2meter:+3.3V-power") (at 55.88 133.35 0) (unit 1)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2668 (in_bom yes) (on_board yes) (fields_autoplaced)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2669 (uuid a7f5a011-c0d4-46dd-8648-82ee821802e6)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2670 (property "Reference" "#PWR0101" (id 0) (at 55.88 137.16 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2671 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2672 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2673 (property "Value" "+3.3V-power" (id 1) (at 55.88 129.7742 0))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2674 (property "Footprint" "" (id 2) (at 55.88 133.35 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2675 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2676 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2677 (property "Datasheet" "" (id 3) (at 55.88 133.35 0)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2678 (effects (font (size 1.27 1.27)) hide)
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2679 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2680 (pin "1" (uuid 8d37ad3d-78e2-40ee-827e-1a60d1ccbcd2))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2681 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2682
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2683 (sheet_instances
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2684 (path "/" (page "1"))
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2685 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2686
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2687 (symbol_instances
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2688 (path "/00000000-0000-0000-0000-000060b6a6df"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2689 (reference "#PWR03") (unit 1) (value "GND") (footprint "")
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2690 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2691 (path "/00000000-0000-0000-0000-000060b62867"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2692 (reference "#PWR04") (unit 1) (value "GND") (footprint "")
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2693 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2694 (path "/00000000-0000-0000-0000-000060b7779f"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2695 (reference "#PWR06") (unit 1) (value "GND") (footprint "")
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2696 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2697 (path "/00000000-0000-0000-0000-000060b64255"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2698 (reference "#PWR07") (unit 1) (value "GND") (footprint "")
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2699 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2700 (path "/a7f5a011-c0d4-46dd-8648-82ee821802e6"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2701 (reference "#PWR0101") (unit 1) (value "+3.3V-power") (footprint "")
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2702 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2703 (path "/00000000-0000-0000-0000-000060c62a82"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2704 (reference "#PWR0102") (unit 1) (value "GND") (footprint "")
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2705 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2706 (path "/8b311be5-97b4-42a8-967e-824153df559b"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2707 (reference "#PWR0103") (unit 1) (value "+3.3V-power") (footprint "")
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2708 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2709 (path "/9e8b1a21-7495-4bda-9c2b-3e8bcb13e8a8"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2710 (reference "#PWR0104") (unit 1) (value "+3.3V-power") (footprint "")
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2711 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2712 (path "/8db95752-58fa-483d-8601-6d29ae3c556a"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2713 (reference "#PWR0105") (unit 1) (value "+3.3V-power") (footprint "")
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2714 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2715 (path "/2a5e4430-a487-4aae-a5a4-fb0374b000ef"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2716 (reference "Brd1") (unit 1) (value "SSD1306-OLED_SSD1306") (footprint "")
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2717 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2718 (path "/00000000-0000-0000-0000-000060b4d0b3"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2719 (reference "C1") (unit 1) (value "100nF") (footprint "")
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2720 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2721 (path "/00000000-0000-0000-0000-000060b4f0c1"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2722 (reference "C2") (unit 1) (value "100nF") (footprint "")
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2723 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2724 (path "/00000000-0000-0000-0000-000060b53b03"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2725 (reference "C3") (unit 1) (value "100nF") (footprint "")
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2726 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2727 (path "/00000000-0000-0000-0000-000060b6f7df"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2728 (reference "C4") (unit 1) (value "100nF") (footprint "")
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2729 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2730 (path "/00000000-0000-0000-0000-000060b8e9ba"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2731 (reference "C5") (unit 1) (value "100nF") (footprint "")
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2732 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2733 (path "/00000000-0000-0000-0000-000060b8f40c"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2734 (reference "C6") (unit 1) (value "100nF") (footprint "")
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2735 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2736 (path "/00000000-0000-0000-0000-000060b8fbf6"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2737 (reference "C7") (unit 1) (value "100nF") (footprint "")
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2738 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2739 (path "/00000000-0000-0000-0000-000060b4a1f0"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2740 (reference "J1") (unit 1) (value "Bottle 1") (footprint "")
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2741 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2742 (path "/00000000-0000-0000-0000-000060b4ef95"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2743 (reference "J2") (unit 1) (value "Bottle 2") (footprint "")
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2744 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2745 (path "/00000000-0000-0000-0000-000060b53971"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2746 (reference "J3") (unit 1) (value "Bottle 3") (footprint "")
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2747 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2748 (path "/00000000-0000-0000-0000-000060b4c27d"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2749 (reference "J4") (unit 1) (value "toFront") (footprint "")
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2750 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2751 (path "/00000000-0000-0000-0000-000060c01de3"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2752 (reference "J5") (unit 1) (value "toMain") (footprint "")
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2753 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2754 (path "/00000000-0000-0000-0000-000060c7ed59"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2755 (reference "J6") (unit 1) (value "Plug") (footprint "")
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2756 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2757 (path "/00000000-0000-0000-0000-000060ba7f76"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2758 (reference "R1") (unit 1) (value "2K2") (footprint "")
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2759 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2760 (path "/00000000-0000-0000-0000-000060b4c7e2"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2761 (reference "R2") (unit 1) (value "1K") (footprint "")
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2762 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2763 (path "/00000000-0000-0000-0000-000060b4bf4a"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2764 (reference "R3") (unit 1) (value "10K") (footprint "")
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2765 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2766 (path "/00000000-0000-0000-0000-000060b4f0b7"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2767 (reference "R4") (unit 1) (value "1K") (footprint "")
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2768 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2769 (path "/00000000-0000-0000-0000-000060b4f0ad"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2770 (reference "R5") (unit 1) (value "10K") (footprint "")
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2771 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2772 (path "/00000000-0000-0000-0000-000060b53af9"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2773 (reference "R6") (unit 1) (value "1K") (footprint "")
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2774 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2775 (path "/00000000-0000-0000-0000-000060b6e647"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2776 (reference "R7") (unit 1) (value "2K 1%") (footprint "")
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2777 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2778 (path "/00000000-0000-0000-0000-000060b53aef"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2779 (reference "R8") (unit 1) (value "10K") (footprint "")
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2780 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2781 (path "/00000000-0000-0000-0000-000060b6f1c4"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2782 (reference "R9") (unit 1) (value "2K 1%") (footprint "")
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2783 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2784 (path "/00000000-0000-0000-0000-000060bc0a6f"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2785 (reference "R10") (unit 1) (value "10K") (footprint "")
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2786 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2787 (path "/18e33118-7b02-4f90-9733-7d143fe4792e"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2788 (reference "SW1") (unit 1) (value "KY-040-Rotary-switch") (footprint "")
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2789 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2790 (path "/14f67bc3-86de-47ad-ab44-98b9c9995122"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2791 (reference "U1") (unit 1) (value "DOIT-ESP32-DEVKIT-V1-ESP32") (footprint "")
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2792 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2793 (path "/00000000-0000-0000-0000-000060b6693b"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2794 (reference "U2") (unit 1) (value "DD0503MA") (footprint "Converter_DCDC:Converter_DCDC_muRata_OKI-78SR_Vertical")
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2795 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2796 (path "/00000000-0000-0000-0000-000060c87ed6"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2797 (reference "U3") (unit 1) (value "DS18B20") (footprint "Package_TO_SOT_THT:TO-92_Inline")
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2798 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2799 (path "/00000000-0000-0000-0000-000060c90357"
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2800 (reference "U4") (unit 1) (value "12 MPa") (footprint "")
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2801 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2802 )
afdc58d595f8 Updated kicad drawings to kicad 6.0.8
Michiel Broek <mbroek@mbse.eu>
parents: 63
diff changeset
2803 )

mercurial