kicad/BalkonController.kicad_sch

Sun, 10 Sep 2023 17:29:15 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 10 Sep 2023 17:29:15 +0200
changeset 37
50dbb626fbab
parent 36
7b5c1fbeda7b
permissions
-rw-r--r--

Version 0.4.3. Attempt to fix the sunlight overflow of the APDS9930 sensor in the private part of the esp-idf-lib. Removed some error checks from functions that always return OK. Store light sensor registers in the state record and report the values in the json result string.

36
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1 (kicad_sch (version 20230121) (generator eeschema)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
3 (uuid d06e3360-25ec-4d8f-9e48-47fa174ca19b)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
4
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
5 (paper "A4")
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7 (title_block
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8 (title "Balkon Controller")
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
9 (date "2023-04-16")
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10 (rev "1.6")
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11 (company "MBSE")
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
12 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
13
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
14 (lib_symbols
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
15 (symbol "Analog_ADC:INA219AxD" (in_bom yes) (on_board yes)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
16 (property "Reference" "U" (at -6.35 8.89 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
17 (effects (font (size 1.27 1.27)))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
18 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
19 (property "Value" "INA219AxD" (at 5.08 8.89 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
20 (effects (font (size 1.27 1.27)))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
21 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
22 (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (at 20.32 -8.89 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
23 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
24 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
25 (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ina219.pdf" (at 8.89 -2.54 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
26 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
27 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
28 (property "ki_keywords" "ADC I2C 16-Bit Oversampling Current Shunt" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
29 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
30 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
31 (property "ki_description" "Zero-Drift, Bidirectional Current/Power Monitor (0-26V) With I2C Interface, SOIC-8" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
32 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
33 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
34 (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm*" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
35 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
36 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
37 (symbol "INA219AxD_0_1"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
38 (rectangle (start -7.62 7.62) (end 7.62 -7.62)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
39 (stroke (width 0.254) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
40 (fill (type background))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
41 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
42 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
43 (symbol "INA219AxD_1_1"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
44 (pin input line (at 10.16 -2.54 180) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
45 (name "A1" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
46 (number "1" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
47 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
48 (pin input line (at 10.16 -5.08 180) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
49 (name "A0" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
50 (number "2" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
51 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
52 (pin bidirectional line (at 10.16 5.08 180) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
53 (name "SDA" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
54 (number "3" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
55 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
56 (pin input line (at 10.16 2.54 180) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
57 (name "SCL" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
58 (number "4" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
59 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
60 (pin power_in line (at 0 10.16 270) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
61 (name "VS" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
62 (number "5" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
63 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
64 (pin power_in line (at 0 -10.16 90) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
65 (name "GND" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
66 (number "6" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
67 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
68 (pin input line (at -10.16 -2.54 0) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
69 (name "IN-" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
70 (number "7" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
71 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
72 (pin input line (at -10.16 2.54 0) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
73 (name "IN+" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
74 (number "8" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
75 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
76 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
77 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
78 (symbol "BalkonController-rescue:CP-Device" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
79 (property "Reference" "C" (at 0.635 2.54 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
80 (effects (font (size 1.27 1.27)) (justify left))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
81 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
82 (property "Value" "CP-Device" (at 0.635 -2.54 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
83 (effects (font (size 1.27 1.27)) (justify left))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
84 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
85 (property "Footprint" "" (at 0.9652 -3.81 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
86 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
87 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
88 (property "Datasheet" "" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
89 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
90 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
91 (property "ki_fp_filters" "CP_*" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
92 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
93 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
94 (symbol "CP-Device_0_1"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
95 (rectangle (start -2.286 0.508) (end 2.286 1.016)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
96 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
97 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
98 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
99 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
100 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
101 (xy -1.778 2.286)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
102 (xy -0.762 2.286)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
103 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
104 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
105 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
106 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
107 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
108 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
109 (xy -1.27 2.794)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
110 (xy -1.27 1.778)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
111 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
112 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
113 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
114 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
115 (rectangle (start 2.286 -0.508) (end -2.286 -1.016)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
116 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
117 (fill (type outline))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
118 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
119 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
120 (symbol "CP-Device_1_1"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
121 (pin passive line (at 0 3.81 270) (length 2.794)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
122 (name "~" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
123 (number "1" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
124 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
125 (pin passive line (at 0 -3.81 90) (length 2.794)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
126 (name "~" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
127 (number "2" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
128 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
129 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
130 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
131 (symbol "BalkonController-rescue:LM2596-MBSE-Modules" (in_bom yes) (on_board yes)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
132 (property "Reference" "Brd" (at -8.89 8.89 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
133 (effects (font (size 1.27 1.27)))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
134 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
135 (property "Value" "LM2596-MBSE-Modules" (at 1.27 8.89 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
136 (effects (font (size 1.27 1.27)) (justify left))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
137 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
138 (property "Footprint" "" (at 0 -12.7 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
139 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
140 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
141 (property "Datasheet" "" (at 0 -5.08 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
142 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
143 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
144 (symbol "LM2596-MBSE-Modules_0_1"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
145 (rectangle (start -10.16 7.62) (end 10.16 -7.62)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
146 (stroke (width 0.254) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
147 (fill (type background))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
148 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
149 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
150 (symbol "LM2596-MBSE-Modules_1_1"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
151 (pin power_in line (at -12.7 5.08 0) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
152 (name "IN+" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
153 (number "1" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
154 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
155 (pin power_in line (at -12.7 -5.08 0) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
156 (name "IN-" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
157 (number "2" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
158 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
159 (pin power_out line (at 12.7 5.08 180) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
160 (name "OUT+" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
161 (number "3" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
162 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
163 (pin power_out line (at 12.7 -5.08 180) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
164 (name "OUT-" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
165 (number "6" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
166 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
167 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
168 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
169 (symbol "Connector:Screw_Terminal_01x02" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
170 (property "Reference" "J" (at 0 2.54 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
171 (effects (font (size 1.27 1.27)))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
172 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
173 (property "Value" "Screw_Terminal_01x02" (at 0 -5.08 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
174 (effects (font (size 1.27 1.27)))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
175 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
176 (property "Footprint" "" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
177 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
178 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
179 (property "Datasheet" "~" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
180 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
181 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
182 (property "ki_keywords" "screw terminal" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
183 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
184 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
185 (property "ki_description" "Generic screw terminal, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
186 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
187 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
188 (property "ki_fp_filters" "TerminalBlock*:*" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
189 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
190 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
191 (symbol "Screw_Terminal_01x02_1_1"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
192 (rectangle (start -1.27 1.27) (end 1.27 -3.81)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
193 (stroke (width 0.254) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
194 (fill (type background))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
195 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
196 (circle (center 0 -2.54) (radius 0.635)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
197 (stroke (width 0.1524) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
198 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
199 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
200 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
201 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
202 (xy -0.5334 -2.2098)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
203 (xy 0.3302 -3.048)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
204 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
205 (stroke (width 0.1524) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
206 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
207 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
208 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
209 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
210 (xy -0.5334 0.3302)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
211 (xy 0.3302 -0.508)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
212 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
213 (stroke (width 0.1524) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
214 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
215 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
216 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
217 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
218 (xy -0.3556 -2.032)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
219 (xy 0.508 -2.8702)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
220 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
221 (stroke (width 0.1524) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
222 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
223 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
224 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
225 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
226 (xy -0.3556 0.508)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
227 (xy 0.508 -0.3302)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
228 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
229 (stroke (width 0.1524) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
230 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
231 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
232 (circle (center 0 0) (radius 0.635)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
233 (stroke (width 0.1524) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
234 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
235 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
236 (pin passive line (at -5.08 0 0) (length 3.81)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
237 (name "Pin_1" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
238 (number "1" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
239 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
240 (pin passive line (at -5.08 -2.54 0) (length 3.81)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
241 (name "Pin_2" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
242 (number "2" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
243 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
244 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
245 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
246 (symbol "Connector:Screw_Terminal_01x06" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
247 (property "Reference" "J" (at 0 7.62 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
248 (effects (font (size 1.27 1.27)))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
249 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
250 (property "Value" "Screw_Terminal_01x06" (at 0 -10.16 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
251 (effects (font (size 1.27 1.27)))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
252 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
253 (property "Footprint" "" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
254 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
255 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
256 (property "Datasheet" "~" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
257 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
258 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
259 (property "ki_keywords" "screw terminal" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
260 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
261 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
262 (property "ki_description" "Generic screw terminal, single row, 01x06, script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
263 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
264 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
265 (property "ki_fp_filters" "TerminalBlock*:*" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
266 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
267 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
268 (symbol "Screw_Terminal_01x06_1_1"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
269 (rectangle (start -1.27 6.35) (end 1.27 -8.89)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
270 (stroke (width 0.254) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
271 (fill (type background))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
272 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
273 (circle (center 0 -7.62) (radius 0.635)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
274 (stroke (width 0.1524) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
275 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
276 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
277 (circle (center 0 -5.08) (radius 0.635)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
278 (stroke (width 0.1524) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
279 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
280 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
281 (circle (center 0 -2.54) (radius 0.635)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
282 (stroke (width 0.1524) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
283 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
284 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
285 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
286 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
287 (xy -0.5334 -7.2898)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
288 (xy 0.3302 -8.128)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
289 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
290 (stroke (width 0.1524) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
291 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
292 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
293 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
294 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
295 (xy -0.5334 -4.7498)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
296 (xy 0.3302 -5.588)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
297 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
298 (stroke (width 0.1524) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
299 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
300 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
301 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
302 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
303 (xy -0.5334 -2.2098)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
304 (xy 0.3302 -3.048)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
305 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
306 (stroke (width 0.1524) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
307 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
308 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
309 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
310 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
311 (xy -0.5334 0.3302)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
312 (xy 0.3302 -0.508)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
313 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
314 (stroke (width 0.1524) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
315 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
316 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
317 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
318 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
319 (xy -0.5334 2.8702)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
320 (xy 0.3302 2.032)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
321 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
322 (stroke (width 0.1524) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
323 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
324 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
325 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
326 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
327 (xy -0.5334 5.4102)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
328 (xy 0.3302 4.572)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
329 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
330 (stroke (width 0.1524) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
331 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
332 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
333 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
334 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
335 (xy -0.3556 -7.112)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
336 (xy 0.508 -7.9502)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
337 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
338 (stroke (width 0.1524) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
339 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
340 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
341 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
342 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
343 (xy -0.3556 -4.572)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
344 (xy 0.508 -5.4102)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
345 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
346 (stroke (width 0.1524) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
347 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
348 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
349 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
350 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
351 (xy -0.3556 -2.032)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
352 (xy 0.508 -2.8702)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
353 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
354 (stroke (width 0.1524) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
355 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
356 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
357 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
358 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
359 (xy -0.3556 0.508)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
360 (xy 0.508 -0.3302)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
361 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
362 (stroke (width 0.1524) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
363 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
364 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
365 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
366 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
367 (xy -0.3556 3.048)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
368 (xy 0.508 2.2098)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
369 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
370 (stroke (width 0.1524) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
371 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
372 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
373 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
374 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
375 (xy -0.3556 5.588)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
376 (xy 0.508 4.7498)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
377 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
378 (stroke (width 0.1524) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
379 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
380 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
381 (circle (center 0 0) (radius 0.635)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
382 (stroke (width 0.1524) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
383 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
384 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
385 (circle (center 0 2.54) (radius 0.635)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
386 (stroke (width 0.1524) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
387 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
388 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
389 (circle (center 0 5.08) (radius 0.635)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
390 (stroke (width 0.1524) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
391 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
392 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
393 (pin passive line (at -5.08 5.08 0) (length 3.81)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
394 (name "Pin_1" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
395 (number "1" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
396 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
397 (pin passive line (at -5.08 2.54 0) (length 3.81)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
398 (name "Pin_2" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
399 (number "2" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
400 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
401 (pin passive line (at -5.08 0 0) (length 3.81)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
402 (name "Pin_3" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
403 (number "3" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
404 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
405 (pin passive line (at -5.08 -2.54 0) (length 3.81)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
406 (name "Pin_4" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
407 (number "4" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
408 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
409 (pin passive line (at -5.08 -5.08 0) (length 3.81)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
410 (name "Pin_5" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
411 (number "5" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
412 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
413 (pin passive line (at -5.08 -7.62 0) (length 3.81)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
414 (name "Pin_6" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
415 (number "6" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
416 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
417 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
418 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
419 (symbol "Device:Battery" (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
420 (property "Reference" "BT" (at 2.54 2.54 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
421 (effects (font (size 1.27 1.27)) (justify left))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
422 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
423 (property "Value" "Battery" (at 2.54 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
424 (effects (font (size 1.27 1.27)) (justify left))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
425 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
426 (property "Footprint" "" (at 0 1.524 90)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
427 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
428 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
429 (property "Datasheet" "~" (at 0 1.524 90)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
430 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
431 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
432 (property "ki_keywords" "batt voltage-source cell" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
433 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
434 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
435 (property "ki_description" "Multiple-cell battery" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
436 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
437 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
438 (symbol "Battery_0_1"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
439 (rectangle (start -2.032 -1.397) (end 2.032 -1.651)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
440 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
441 (fill (type outline))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
442 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
443 (rectangle (start -2.032 1.778) (end 2.032 1.524)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
444 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
445 (fill (type outline))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
446 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
447 (rectangle (start -1.3208 -1.9812) (end 1.27 -2.4892)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
448 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
449 (fill (type outline))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
450 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
451 (rectangle (start -1.3208 1.1938) (end 1.27 0.6858)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
452 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
453 (fill (type outline))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
454 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
455 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
456 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
457 (xy 0 -1.524)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
458 (xy 0 -1.27)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
459 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
460 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
461 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
462 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
463 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
464 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
465 (xy 0 -1.016)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
466 (xy 0 -0.762)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
467 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
468 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
469 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
470 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
471 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
472 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
473 (xy 0 -0.508)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
474 (xy 0 -0.254)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
475 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
476 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
477 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
478 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
479 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
480 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
481 (xy 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
482 (xy 0 0.254)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
483 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
484 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
485 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
486 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
487 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
488 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
489 (xy 0 0.508)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
490 (xy 0 0.762)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
491 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
492 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
493 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
494 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
495 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
496 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
497 (xy 0 1.778)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
498 (xy 0 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
499 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
500 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
501 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
502 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
503 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
504 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
505 (xy 0.254 2.667)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
506 (xy 1.27 2.667)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
507 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
508 (stroke (width 0.254) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
509 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
510 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
511 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
512 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
513 (xy 0.762 3.175)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
514 (xy 0.762 2.159)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
515 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
516 (stroke (width 0.254) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
517 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
518 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
519 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
520 (symbol "Battery_1_1"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
521 (pin passive line (at 0 5.08 270) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
522 (name "+" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
523 (number "1" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
524 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
525 (pin passive line (at 0 -5.08 90) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
526 (name "-" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
527 (number "2" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
528 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
529 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
530 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
531 (symbol "Device:Fuse" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
532 (property "Reference" "F" (at 2.032 0 90)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
533 (effects (font (size 1.27 1.27)))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
534 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
535 (property "Value" "Fuse" (at -1.905 0 90)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
536 (effects (font (size 1.27 1.27)))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
537 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
538 (property "Footprint" "" (at -1.778 0 90)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
539 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
540 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
541 (property "Datasheet" "~" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
542 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
543 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
544 (property "ki_keywords" "fuse" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
545 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
546 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
547 (property "ki_description" "Fuse" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
548 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
549 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
550 (property "ki_fp_filters" "*Fuse*" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
551 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
552 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
553 (symbol "Fuse_0_1"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
554 (rectangle (start -0.762 -2.54) (end 0.762 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
555 (stroke (width 0.254) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
556 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
557 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
558 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
559 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
560 (xy 0 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
561 (xy 0 -2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
562 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
563 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
564 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
565 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
566 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
567 (symbol "Fuse_1_1"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
568 (pin passive line (at 0 3.81 270) (length 1.27)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
569 (name "~" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
570 (number "1" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
571 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
572 (pin passive line (at 0 -3.81 90) (length 1.27)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
573 (name "~" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
574 (number "2" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
575 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
576 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
577 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
578 (symbol "Device:Q_NMOS_SDG" (pin_names (offset 0) hide) (in_bom yes) (on_board yes)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
579 (property "Reference" "Q" (at 5.08 1.27 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
580 (effects (font (size 1.27 1.27)) (justify left))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
581 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
582 (property "Value" "Q_NMOS_SDG" (at 5.08 -1.27 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
583 (effects (font (size 1.27 1.27)) (justify left))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
584 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
585 (property "Footprint" "" (at 5.08 2.54 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
586 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
587 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
588 (property "Datasheet" "~" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
589 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
590 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
591 (property "ki_keywords" "transistor NMOS N-MOS N-MOSFET" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
592 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
593 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
594 (property "ki_description" "N-MOSFET transistor, source/drain/gate" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
595 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
596 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
597 (symbol "Q_NMOS_SDG_0_1"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
598 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
599 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
600 (xy 0.254 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
601 (xy -2.54 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
602 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
603 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
604 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
605 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
606 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
607 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
608 (xy 0.254 1.905)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
609 (xy 0.254 -1.905)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
610 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
611 (stroke (width 0.254) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
612 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
613 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
614 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
615 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
616 (xy 0.762 -1.27)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
617 (xy 0.762 -2.286)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
618 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
619 (stroke (width 0.254) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
620 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
621 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
622 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
623 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
624 (xy 0.762 0.508)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
625 (xy 0.762 -0.508)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
626 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
627 (stroke (width 0.254) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
628 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
629 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
630 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
631 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
632 (xy 0.762 2.286)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
633 (xy 0.762 1.27)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
634 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
635 (stroke (width 0.254) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
636 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
637 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
638 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
639 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
640 (xy 2.54 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
641 (xy 2.54 1.778)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
642 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
643 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
644 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
645 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
646 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
647 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
648 (xy 2.54 -2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
649 (xy 2.54 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
650 (xy 0.762 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
651 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
652 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
653 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
654 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
655 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
656 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
657 (xy 0.762 -1.778)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
658 (xy 3.302 -1.778)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
659 (xy 3.302 1.778)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
660 (xy 0.762 1.778)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
661 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
662 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
663 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
664 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
665 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
666 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
667 (xy 1.016 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
668 (xy 2.032 0.381)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
669 (xy 2.032 -0.381)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
670 (xy 1.016 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
671 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
672 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
673 (fill (type outline))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
674 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
675 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
676 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
677 (xy 2.794 0.508)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
678 (xy 2.921 0.381)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
679 (xy 3.683 0.381)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
680 (xy 3.81 0.254)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
681 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
682 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
683 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
684 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
685 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
686 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
687 (xy 3.302 0.381)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
688 (xy 2.921 -0.254)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
689 (xy 3.683 -0.254)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
690 (xy 3.302 0.381)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
691 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
692 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
693 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
694 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
695 (circle (center 1.651 0) (radius 2.794)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
696 (stroke (width 0.254) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
697 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
698 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
699 (circle (center 2.54 -1.778) (radius 0.254)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
700 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
701 (fill (type outline))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
702 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
703 (circle (center 2.54 1.778) (radius 0.254)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
704 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
705 (fill (type outline))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
706 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
707 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
708 (symbol "Q_NMOS_SDG_1_1"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
709 (pin passive line (at 2.54 -5.08 90) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
710 (name "S" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
711 (number "1" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
712 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
713 (pin passive line (at 2.54 5.08 270) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
714 (name "D" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
715 (number "2" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
716 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
717 (pin input line (at -5.08 0 0) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
718 (name "G" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
719 (number "3" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
720 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
721 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
722 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
723 (symbol "Device:R" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
724 (property "Reference" "R" (at 2.032 0 90)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
725 (effects (font (size 1.27 1.27)))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
726 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
727 (property "Value" "R" (at 0 0 90)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
728 (effects (font (size 1.27 1.27)))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
729 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
730 (property "Footprint" "" (at -1.778 0 90)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
731 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
732 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
733 (property "Datasheet" "~" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
734 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
735 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
736 (property "ki_keywords" "R res resistor" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
737 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
738 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
739 (property "ki_description" "Resistor" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
740 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
741 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
742 (property "ki_fp_filters" "R_*" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
743 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
744 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
745 (symbol "R_0_1"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
746 (rectangle (start -1.016 -2.54) (end 1.016 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
747 (stroke (width 0.254) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
748 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
749 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
750 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
751 (symbol "R_1_1"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
752 (pin passive line (at 0 3.81 270) (length 1.27)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
753 (name "~" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
754 (number "1" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
755 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
756 (pin passive line (at 0 -3.81 90) (length 1.27)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
757 (name "~" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
758 (number "2" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
759 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
760 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
761 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
762 (symbol "Device:Solar_Cells" (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
763 (property "Reference" "SC" (at 2.54 2.54 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
764 (effects (font (size 1.27 1.27)) (justify left))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
765 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
766 (property "Value" "Solar_Cells" (at 2.54 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
767 (effects (font (size 1.27 1.27)) (justify left))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
768 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
769 (property "Footprint" "" (at 0 1.524 90)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
770 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
771 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
772 (property "Datasheet" "~" (at 0 1.524 90)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
773 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
774 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
775 (property "ki_keywords" "solar cell" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
776 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
777 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
778 (property "ki_description" "Multiple solar cells" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
779 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
780 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
781 (symbol "Solar_Cells_0_1"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
782 (rectangle (start -2.032 -1.397) (end 2.032 -1.651)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
783 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
784 (fill (type outline))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
785 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
786 (rectangle (start -2.032 1.778) (end 2.032 1.524)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
787 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
788 (fill (type outline))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
789 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
790 (rectangle (start -1.3208 -1.9812) (end 1.27 -2.4892)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
791 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
792 (fill (type outline))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
793 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
794 (rectangle (start -1.3208 1.1938) (end 1.27 0.6858)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
795 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
796 (fill (type outline))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
797 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
798 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
799 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
800 (xy -2.54 0.254)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
801 (xy -4.064 1.778)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
802 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
803 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
804 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
805 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
806 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
807 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
808 (xy -2.54 2.286)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
809 (xy -4.064 3.81)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
810 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
811 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
812 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
813 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
814 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
815 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
816 (xy 0 -1.524)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
817 (xy 0 -1.27)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
818 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
819 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
820 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
821 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
822 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
823 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
824 (xy 0 -1.016)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
825 (xy 0 -0.762)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
826 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
827 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
828 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
829 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
830 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
831 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
832 (xy 0 -0.508)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
833 (xy 0 -0.254)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
834 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
835 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
836 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
837 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
838 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
839 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
840 (xy 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
841 (xy 0 0.254)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
842 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
843 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
844 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
845 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
846 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
847 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
848 (xy 0 0.508)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
849 (xy 0 0.762)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
850 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
851 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
852 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
853 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
854 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
855 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
856 (xy 0 1.778)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
857 (xy 0 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
858 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
859 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
860 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
861 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
862 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
863 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
864 (xy 0.254 2.667)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
865 (xy 1.27 2.667)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
866 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
867 (stroke (width 0.254) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
868 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
869 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
870 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
871 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
872 (xy 0.762 3.175)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
873 (xy 0.762 2.159)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
874 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
875 (stroke (width 0.254) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
876 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
877 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
878 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
879 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
880 (xy -2.54 1.016)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
881 (xy -2.54 0.254)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
882 (xy -3.302 0.254)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
883 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
884 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
885 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
886 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
887 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
888 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
889 (xy -2.54 3.048)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
890 (xy -2.54 2.286)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
891 (xy -3.302 2.286)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
892 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
893 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
894 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
895 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
896 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
897 (symbol "Solar_Cells_1_1"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
898 (pin passive line (at 0 5.08 270) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
899 (name "+" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
900 (number "1" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
901 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
902 (pin passive line (at 0 -5.08 90) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
903 (name "-" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
904 (number "2" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
905 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
906 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
907 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
908 (symbol "Diode:1N4007" (pin_numbers hide) (pin_names hide) (in_bom yes) (on_board yes)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
909 (property "Reference" "D" (at 0 2.54 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
910 (effects (font (size 1.27 1.27)))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
911 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
912 (property "Value" "1N4007" (at 0 -2.54 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
913 (effects (font (size 1.27 1.27)))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
914 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
915 (property "Footprint" "Diode_THT:D_DO-41_SOD81_P10.16mm_Horizontal" (at 0 -4.445 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
916 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
917 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
918 (property "Datasheet" "http://www.vishay.com/docs/88503/1n4001.pdf" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
919 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
920 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
921 (property "Sim.Device" "D" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
922 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
923 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
924 (property "Sim.Pins" "1=K 2=A" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
925 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
926 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
927 (property "ki_keywords" "diode" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
928 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
929 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
930 (property "ki_description" "1000V 1A General Purpose Rectifier Diode, DO-41" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
931 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
932 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
933 (property "ki_fp_filters" "D*DO?41*" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
934 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
935 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
936 (symbol "1N4007_0_1"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
937 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
938 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
939 (xy -1.27 1.27)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
940 (xy -1.27 -1.27)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
941 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
942 (stroke (width 0.254) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
943 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
944 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
945 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
946 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
947 (xy 1.27 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
948 (xy -1.27 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
949 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
950 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
951 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
952 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
953 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
954 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
955 (xy 1.27 1.27)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
956 (xy 1.27 -1.27)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
957 (xy -1.27 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
958 (xy 1.27 1.27)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
959 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
960 (stroke (width 0.254) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
961 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
962 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
963 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
964 (symbol "1N4007_1_1"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
965 (pin passive line (at -3.81 0 0) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
966 (name "K" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
967 (number "1" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
968 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
969 (pin passive line (at 3.81 0 180) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
970 (name "A" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
971 (number "2" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
972 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
973 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
974 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
975 (symbol "Diode:BAT43" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
976 (property "Reference" "D" (at 0 2.54 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
977 (effects (font (size 1.27 1.27)))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
978 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
979 (property "Value" "BAT43" (at 0 -2.54 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
980 (effects (font (size 1.27 1.27)))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
981 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
982 (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (at 0 -4.445 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
983 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
984 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
985 (property "Datasheet" "http://www.vishay.com/docs/85660/bat42.pdf" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
986 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
987 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
988 (property "ki_keywords" "diode Schottky" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
989 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
990 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
991 (property "ki_description" "30V 0.2A Small Signal Schottky Diode, DO-35" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
992 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
993 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
994 (property "ki_fp_filters" "D*DO?35*" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
995 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
996 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
997 (symbol "BAT43_0_1"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
998 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
999 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1000 (xy 1.27 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1001 (xy -1.27 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1002 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1003 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1004 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1005 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1006 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1007 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1008 (xy 1.27 1.27)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1009 (xy 1.27 -1.27)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1010 (xy -1.27 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1011 (xy 1.27 1.27)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1012 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1013 (stroke (width 0.254) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1014 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1015 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1016 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1017 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1018 (xy -1.905 0.635)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1019 (xy -1.905 1.27)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1020 (xy -1.27 1.27)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1021 (xy -1.27 -1.27)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1022 (xy -0.635 -1.27)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1023 (xy -0.635 -0.635)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1024 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1025 (stroke (width 0.254) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1026 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1027 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1028 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1029 (symbol "BAT43_1_1"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1030 (pin passive line (at -3.81 0 0) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1031 (name "K" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1032 (number "1" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1033 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1034 (pin passive line (at 3.81 0 180) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1035 (name "A" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1036 (number "2" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1037 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1038 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1039 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1040 (symbol "MCU_Module:WeMos_D1_mini" (in_bom yes) (on_board yes)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1041 (property "Reference" "MC1" (at -11.43 -11.43 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1042 (effects (font (size 1.27 1.27)))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1043 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1044 (property "Value" "WeMos ESP32-C3 v2.1.0" (at -16.51 -13.97 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1045 (effects (font (size 1.27 1.27)))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1046 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1047 (property "Footprint" "Module:WEMOS_D1_mini_light" (at 0 -29.21 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1048 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1049 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1050 (property "Datasheet" "https://www.wemos.cc/en/latest/c3/c3_mini.html" (at -46.99 -29.21 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1051 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1052 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1053 (property "ki_keywords" "ESP32 WiFi BLE microcontroller ESP32-C3" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1054 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1055 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1056 (property "ki_description" "32-bit microcontroller module with WiFi/BLE" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1057 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1058 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1059 (property "ki_fp_filters" "WEMOS*D1*mini*" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1060 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1061 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1062 (symbol "WeMos_D1_mini_1_1"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1063 (rectangle (start -7.62 17.78) (end 7.62 -17.78)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1064 (stroke (width 0.254) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1065 (fill (type background))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1066 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1067 (pin input line (at -10.16 10.16 0) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1068 (name "EN" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1069 (number "1" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1070 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1071 (pin power_in line (at 0 -20.32 90) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1072 (name "GND" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1073 (number "10" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1074 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1075 (pin bidirectional line (at 10.16 5.08 180) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1076 (name "6" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1077 (number "11" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1078 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1079 (pin bidirectional line (at 10.16 7.62 180) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1080 (name "7" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1081 (number "12" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1082 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1083 (pin bidirectional line (at 10.16 10.16 180) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1084 (name "SDA/8" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1085 (number "13" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1086 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1087 (pin bidirectional line (at 10.16 12.7 180) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1088 (name "SCL/10" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1089 (number "14" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1090 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1091 (pin input line (at -10.16 2.54 0) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1092 (name "RX/20" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1093 (number "15" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1094 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1095 (pin output line (at -10.16 0 0) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1096 (name "TX/21" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1097 (number "16" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1098 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1099 (pin bidirectional line (at 10.16 2.54 180) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1100 (name "3/A3" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1101 (number "2" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1102 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1103 (pin bidirectional line (at 10.16 0 180) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1104 (name "2/A2" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1105 (number "3" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1106 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1107 (pin bidirectional line (at 10.16 -2.54 180) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1108 (name "1/A1" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1109 (number "4" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1110 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1111 (pin bidirectional line (at 10.16 -5.08 180) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1112 (name "0/A0" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1113 (number "5" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1114 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1115 (pin bidirectional line (at 10.16 -7.62 180) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1116 (name "4/A4" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1117 (number "6" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1118 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1119 (pin bidirectional line (at 10.16 -10.16 180) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1120 (name "5/A5" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1121 (number "7" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1122 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1123 (pin power_out line (at 2.54 20.32 270) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1124 (name "3V3" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1125 (number "8" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1126 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1127 (pin power_in line (at -2.54 20.32 270) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1128 (name "VBUS" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1129 (number "9" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1130 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1131 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1132 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1133 (symbol "Sensor_Optical:APDS-9306" (in_bom yes) (on_board yes)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1134 (property "Reference" "U6" (at -8.7122 1.1684 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1135 (effects (font (size 1.27 1.27)) (justify right))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1136 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1137 (property "Value" "APDS-9930" (at -8.7122 -1.143 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1138 (effects (font (size 1.27 1.27)) (justify right))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1139 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1140 (property "Footprint" "" (at 0 -12.7 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1141 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1142 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1143 (property "Datasheet" "" (at 19.05 7.62 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1144 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1145 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1146 (property "ki_keywords" "opto ambient light sensor" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1147 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1148 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1149 (property "ki_description" "Ambient Light Sensor, I2C interface, 1.7-3.6V, LGA-8" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1150 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1151 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1152 (property "ki_fp_filters" "Broadcom*LGA*2x2mm*P0.53mm*" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1153 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1154 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1155 (symbol "APDS-9306_0_0"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1156 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1157 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1158 (xy -3.81 1.27)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1159 (xy -2.54 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1160 (xy 0.635 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1161 (xy 0.635 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1162 (xy -2.54 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1163 (xy -3.81 1.27)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1164 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1165 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1166 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1167 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1168 (text "ADC" (at -1.27 1.27 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1169 (effects (font (size 1.27 1.27)))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1170 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1171 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1172 (symbol "APDS-9306_0_1"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1173 (rectangle (start -7.62 5.08) (end 7.62 -5.08)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1174 (stroke (width 0.254) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1175 (fill (type background))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1176 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1177 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1178 (symbol "APDS-9306_1_0"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1179 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1180 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1181 (xy -5.08 -1.524)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1182 (xy -5.08 1.27)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1183 (xy -3.81 1.27)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1184 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1185 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1186 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1187 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1188 (pin no_connect line (at -2.54 -7.62 90) (length 2.54) hide
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1189 (name "VL" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1190 (number "1" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1191 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1192 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1193 (symbol "APDS-9306_1_1"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1194 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1195 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1196 (xy -6.223 -0.762)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1197 (xy -7.112 -1.651)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1198 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1199 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1200 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1201 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1202 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1203 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1204 (xy -6.223 -0.762)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1205 (xy -6.731 -0.762)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1206 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1207 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1208 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1209 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1210 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1211 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1212 (xy -6.223 -0.762)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1213 (xy -6.223 -1.27)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1214 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1215 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1216 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1217 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1218 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1219 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1220 (xy -6.096 0.254)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1221 (xy -6.985 -0.635)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1222 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1223 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1224 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1225 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1226 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1227 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1228 (xy -6.096 0.254)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1229 (xy -6.604 0.254)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1230 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1231 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1232 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1233 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1234 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1235 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1236 (xy -6.096 0.254)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1237 (xy -6.096 -0.254)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1238 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1239 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1240 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1241 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1242 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1243 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1244 (xy -5.842 0.635)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1245 (xy -4.191 0.635)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1246 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1247 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1248 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1249 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1250 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1251 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1252 (xy -4.826 -1.524)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1253 (xy -5.334 -1.524)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1254 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1255 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1256 (fill (type none))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1257 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1258 (polyline
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1259 (pts
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1260 (xy -5.842 -1.016)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1261 (xy -4.191 -1.016)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1262 (xy -5.08 0.635)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1263 (xy -5.842 -1.016)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1264 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1265 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1266 (fill (type outline))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1267 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1268 (pin power_in line (at 2.54 -7.62 90) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1269 (name "GND" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1270 (number "2" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1271 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1272 (pin power_in line (at 2.54 7.62 270) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1273 (name "VCC" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1274 (number "3" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1275 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1276 (pin input line (at 10.16 0 180) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1277 (name "SCL" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1278 (number "4" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1279 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1280 (pin bidirectional line (at 10.16 2.54 180) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1281 (name "SDA" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1282 (number "5" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1283 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1284 (pin open_collector line (at 10.16 -2.54 180) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1285 (name "INT" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1286 (number "6" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1287 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1288 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1289 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1290 (symbol "Sensor_Pressure:BMP280" (in_bom yes) (on_board yes)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1291 (property "Reference" "U101" (at 5.842 1.9137 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1292 (effects (font (size 1.27 1.27)) (justify left))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1293 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1294 (property "Value" "BMP280" (at 5.842 -0.0073 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1295 (effects (font (size 1.27 1.27)) (justify left))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1296 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1297 (property "Footprint" "Package_LGA:Bosch_LGA-8_2x2.5mm_P0.65mm_ClockwisePinNumbering" (at 0 -17.78 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1298 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1299 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1300 (property "Datasheet" "" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1301 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1302 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1303 (property "ki_keywords" "I2C, SPI, pressure, temperature, sensor" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1304 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1305 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1306 (property "ki_description" "Absolute Barometric Pressure Sensor, LGA-8" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1307 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1308 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1309 (property "ki_fp_filters" "Bosch*LGA*2x2.5mm*P0.65mm*" (at 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1310 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1311 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1312 (symbol "BMP280_0_1"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1313 (rectangle (start -7.62 -5.08) (end 5.08 7.62)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1314 (stroke (width 0.254) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1315 (fill (type background))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1316 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1317 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1318 (symbol "BMP280_1_1"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1319 (pin power_in line (at 0 10.16 270) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1320 (name "VCC" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1321 (number "1" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1322 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1323 (pin power_in line (at 0 -7.62 90) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1324 (name "GND" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1325 (number "2" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1326 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1327 (pin input line (at -10.16 5.08 0) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1328 (name "SCK" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1329 (number "3" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1330 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1331 (pin bidirectional line (at -10.16 2.54 0) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1332 (name "SDI" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1333 (number "4" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1334 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1335 (pin input line (at -10.16 0 0) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1336 (name "CSB" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1337 (number "5" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1338 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1339 (pin bidirectional line (at -10.16 -2.54 0) (length 2.54)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1340 (name "SDO" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1341 (number "6" (effects (font (size 1.27 1.27))))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1342 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1343 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1344 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1345 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1346
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1347 (junction (at 241.3 82.55) (diameter 0) (color 0 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1348 (uuid 14494314-e1e3-4b49-8071-b36cd7da7cdc)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1349 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1350 (junction (at 203.2 123.19) (diameter 0) (color 0 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1351 (uuid 15e61beb-3ded-4a60-a4e0-20cb77576d3a)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1352 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1353 (junction (at 241.3 87.63) (diameter 0) (color 0 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1354 (uuid 1a61ef75-2a4f-41f7-9e6d-b526c670e211)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1355 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1356 (junction (at 113.03 100.33) (diameter 0) (color 0 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1357 (uuid 1abfeb46-35c5-4cab-b826-f824222317be)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1358 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1359 (junction (at 111.76 71.12) (diameter 0) (color 0 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1360 (uuid 1e906285-3fcb-4f75-bd9d-3aebfe285679)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1361 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1362 (junction (at 181.61 144.78) (diameter 0) (color 0 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1363 (uuid 2017a74c-5ee7-471e-9db2-89ae314c268d)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1364 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1365 (junction (at 181.61 127) (diameter 0) (color 0 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1366 (uuid 2ecc255f-08ef-4bb8-832c-5b77569a7d0a)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1367 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1368 (junction (at 43.18 83.82) (diameter 0) (color 0 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1369 (uuid 353fec82-6e7a-44b7-b6da-485f33420b6e)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1370 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1371 (junction (at 114.3 68.58) (diameter 0) (color 0 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1372 (uuid 387f743d-cbde-4cab-bc1a-877da2b97c6f)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1373 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1374 (junction (at 45.72 55.88) (diameter 0) (color 0 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1375 (uuid 49309811-ed3b-45ce-9ebd-cbf3f5ac9b12)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1376 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1377 (junction (at 97.79 41.91) (diameter 0) (color 0 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1378 (uuid 4c8c1c90-2ab0-46d2-a066-29a7e499f370)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1379 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1380 (junction (at 173.99 124.46) (diameter 0) (color 0 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1381 (uuid 52215c79-f9b4-447e-a505-02babfa90fa4)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1382 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1383 (junction (at 203.2 144.78) (diameter 0) (color 0 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1384 (uuid 592a9cb3-c605-4646-8979-1baab14a86ba)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1385 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1386 (junction (at 129.54 68.58) (diameter 0) (color 0 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1387 (uuid 5945fdce-0a72-4d59-af3a-509a1ccd19e3)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1388 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1389 (junction (at 69.85 41.91) (diameter 0) (color 0 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1390 (uuid 5d532099-d15a-4414-aacb-e1931ad6d738)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1391 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1392 (junction (at 127 71.12) (diameter 0) (color 0 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1393 (uuid 5da08070-8775-451b-9392-d36dcb8d3e6b)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1394 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1395 (junction (at 241.3 77.47) (diameter 0) (color 0 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1396 (uuid 62fb6af2-f302-45b4-8c51-43082fb52b09)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1397 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1398 (junction (at 165.1 144.78) (diameter 0) (color 0 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1399 (uuid 71200e4f-13df-486c-8888-920be1f2e4b6)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1400 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1401 (junction (at 54.61 144.78) (diameter 0) (color 0 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1402 (uuid 8d3caf85-4d9a-4248-9640-131ad1b92d47)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1403 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1404 (junction (at 110.49 144.78) (diameter 0) (color 0 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1405 (uuid 8e3e600b-99e9-4b71-9573-f66dadf73245)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1406 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1407 (junction (at 132.08 121.92) (diameter 0) (color 0 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1408 (uuid 913bdf18-8288-4c5c-a9f1-570329ef4a37)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1409 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1410 (junction (at 189.23 129.54) (diameter 0) (color 0 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1411 (uuid 93bcdbd0-9ac7-46d2-a7b2-c95a8ddcc632)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1412 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1413 (junction (at 189.23 144.78) (diameter 0) (color 0 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1414 (uuid 93cc600f-da03-4c3d-a7db-6b40e4e8a39c)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1415 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1416 (junction (at 43.18 127) (diameter 0) (color 0 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1417 (uuid b8e7f14c-1ad3-43e3-8038-a9868d27eb42)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1418 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1419 (junction (at 120.65 55.88) (diameter 0) (color 0 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1420 (uuid bd8eefda-17d9-433a-abb9-caa6f3b3acd7)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1421 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1422 (junction (at 203.2 107.95) (diameter 0) (color 0 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1423 (uuid c5a18703-d170-4bbf-8807-cad67096a892)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1424 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1425 (junction (at 60.96 25.4) (diameter 0) (color 0 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1426 (uuid c67d9575-a184-4194-9021-f2bf55a6537d)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1427 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1428 (junction (at 113.03 73.66) (diameter 0) (color 0 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1429 (uuid ce18c019-e6c2-4d9b-9174-c0da84f58a7d)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1430 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1431 (junction (at 165.1 132.08) (diameter 0) (color 0 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1432 (uuid d0a1f0c1-2f0c-42c5-b249-641a79a0769e)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1433 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1434 (junction (at 85.09 144.78) (diameter 0) (color 0 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1435 (uuid dce8818d-21f0-4e77-a045-2e812c2f040c)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1436 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1437 (junction (at 132.08 144.78) (diameter 0) (color 0 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1438 (uuid de1c7a7c-bc37-4ca2-a4a4-33c9b455f219)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1439 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1440 (junction (at 127 109.22) (diameter 0) (color 0 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1441 (uuid df05910a-a709-48fd-ab1e-035147db1b21)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1442 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1443 (junction (at 45.72 41.91) (diameter 0) (color 0 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1444 (uuid e8cc4128-2d4b-468f-87f9-1ed06fcff226)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1445 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1446 (junction (at 173.99 144.78) (diameter 0) (color 0 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1447 (uuid eadd16ad-eca9-4e33-b56d-3deb84471fb0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1448 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1449 (junction (at 129.54 111.76) (diameter 0) (color 0 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1450 (uuid f0621e05-ed96-4c88-bc74-ab4a548c04ef)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1451 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1452 (junction (at 96.52 81.28) (diameter 0) (color 0 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1453 (uuid fefcee56-94ca-4ac7-943d-67b9b6b99fe1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1454 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1455 (junction (at 132.08 81.28) (diameter 0) (color 0 0 0 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1456 (uuid ffa8ceda-8b33-410e-899c-268d3f98d187)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1457 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1458
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1459 (no_connect (at 55.88 66.04) (uuid 23e39f63-de27-414d-9418-c8457148e54e))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1460 (no_connect (at 120.65 114.3) (uuid 2efa4034-95b0-4bf2-b648-9a27d677edb9))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1461 (no_connect (at 120.65 119.38) (uuid 37766e33-b776-470a-b8fd-49bc54253df9))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1462 (no_connect (at 120.65 116.84) (uuid 3acc102d-2806-4546-93ed-d91ded823a5a))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1463 (no_connect (at 100.33 121.92) (uuid 3c181778-9d54-42e4-9bfc-b455c379660e))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1464 (no_connect (at 100.33 119.38) (uuid 61b503d4-1cd2-42e0-bcf3-886c8e8ce0af))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1465 (no_connect (at 104.14 66.04) (uuid 6ed5b7f4-c1a6-4aa2-8d97-9e54b1aeab09))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1466 (no_connect (at 144.78 73.66) (uuid 81cb26a6-301b-4e2c-b150-862577e559dd))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1467 (no_connect (at 106.68 66.04) (uuid 98303a1e-d063-4887-ba16-b8c6c2334802))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1468 (no_connect (at 144.78 116.84) (uuid b6c5a836-1fa6-4cf2-a7eb-d3467ede132f))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1469 (no_connect (at 53.34 66.04) (uuid caf10d99-ebcf-4f13-b05a-5c9c505932a5))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1470 (no_connect (at 144.78 114.3) (uuid d453e012-355c-413b-ae33-358936728199))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1471
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1472 (wire (pts (xy 241.3 77.47) (xy 243.84 77.47))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1473 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1474 (uuid 01090017-8354-4ef0-9efa-1ab1cc82337f)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1475 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1476 (wire (pts (xy 154.94 104.14) (xy 154.94 100.33))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1477 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1478 (uuid 0364c37b-7ede-46b5-b299-1f58bbcdf545)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1479 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1480 (wire (pts (xy 243.84 123.19) (xy 241.3 123.19))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1481 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1482 (uuid 036f35a3-0b7f-4b0d-b238-3d75c7f570bb)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1483 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1484 (wire (pts (xy 43.18 127) (xy 57.15 127))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1485 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1486 (uuid 0480a61d-0098-43dc-ba81-e21d514deccb)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1487 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1488 (wire (pts (xy 132.08 121.92) (xy 132.08 144.78))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1489 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1490 (uuid 07a0927e-c54b-45d9-8e2c-2f23d36fb785)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1491 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1492 (wire (pts (xy 238.76 110.49) (xy 213.36 110.49))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1493 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1494 (uuid 083bf1ca-eaea-4f05-83ed-60bd377149e2)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1495 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1496 (wire (pts (xy 200.66 132.08) (xy 205.74 132.08))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1497 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1498 (uuid 08418749-c63d-4251-8737-176dbf2eb061)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1499 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1500 (wire (pts (xy 213.36 95.25) (xy 236.22 95.25))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1501 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1502 (uuid 0851d81b-90c4-4b4c-96c3-1138a55aad09)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1503 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1504 (wire (pts (xy 213.36 123.19) (xy 203.2 123.19))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1505 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1506 (uuid 0880e2e6-7ac1-4dcc-9a1b-4f42c359a481)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1507 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1508 (wire (pts (xy 173.99 134.62) (xy 173.99 124.46))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1509 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1510 (uuid 1045074a-73d7-44cb-b23a-fc1c343277ec)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1511 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1512 (wire (pts (xy 96.52 35.56) (xy 97.79 35.56))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1513 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1514 (uuid 112400d6-c3f4-4515-b722-cce84b8f18e3)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1515 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1516 (wire (pts (xy 97.79 35.56) (xy 97.79 41.91))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1517 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1518 (uuid 11459007-94b2-47e4-82e8-549c47ae61f5)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1519 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1520 (wire (pts (xy 45.72 30.48) (xy 45.72 25.4))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1521 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1522 (uuid 1286f97f-8c2e-40d4-9a61-3c537d203946)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1523 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1524 (wire (pts (xy 181.61 101.6) (xy 193.04 101.6))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1525 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1526 (uuid 13665e3b-e04c-47ee-b482-0f069a01b185)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1527 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1528 (wire (pts (xy 129.54 111.76) (xy 129.54 68.58))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1529 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1530 (uuid 155cdbcf-f1bf-4d5d-b0c5-d8e3a6cb0ded)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1531 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1532 (wire (pts (xy 124.46 95.25) (xy 124.46 121.92))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1533 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1534 (uuid 1618422f-baf6-40a8-a681-37404e1e8ba6)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1535 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1536 (wire (pts (xy 132.08 81.28) (xy 96.52 81.28))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1537 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1538 (uuid 16a69716-7a2e-47e9-907c-758ae914b145)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1539 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1540 (wire (pts (xy 69.85 35.56) (xy 69.85 41.91))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1541 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1542 (uuid 18536787-49b0-4cc7-99f8-c1679dac9275)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1543 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1544 (wire (pts (xy 189.23 116.84) (xy 189.23 129.54))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1545 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1546 (uuid 19a491c1-c6d7-40cb-8f02-4f565220c472)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1547 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1548 (wire (pts (xy 120.65 109.22) (xy 127 109.22))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1549 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1550 (uuid 1d2ea8bc-78b2-4da3-a968-27f3c760048d)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1551 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1552 (wire (pts (xy 173.99 144.78) (xy 181.61 144.78))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1553 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1554 (uuid 1e0d70d8-0aa4-4840-8b17-e1a80a098707)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1555 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1556 (wire (pts (xy 213.36 107.95) (xy 203.2 107.95))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1557 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1558 (uuid 21a67f62-a80a-464b-9373-55923fb95de5)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1559 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1560 (wire (pts (xy 45.72 40.64) (xy 45.72 41.91))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1561 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1562 (uuid 22a41304-aa52-4124-8738-472e9cb240eb)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1563 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1564 (wire (pts (xy 43.18 44.45) (xy 43.18 83.82))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1565 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1566 (uuid 2373062f-d0ea-4016-82ac-0a798979a89d)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1567 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1568 (wire (pts (xy 129.54 111.76) (xy 144.78 111.76))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1569 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1570 (uuid 25895791-4311-4898-bc58-2ff7bbbff61f)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1571 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1572 (wire (pts (xy 100.33 95.25) (xy 97.79 95.25))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1573 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1574 (uuid 25d869e4-11bc-46bf-a6f8-ce4973f19c3f)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1575 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1576 (wire (pts (xy 165.1 142.24) (xy 165.1 144.78))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1577 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1578 (uuid 268238b2-d374-4dbf-92b2-404178bcbe02)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1579 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1580 (wire (pts (xy 124.46 25.4) (xy 111.76 25.4))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1581 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1582 (uuid 28d39f82-253c-4061-b054-72fe776785e4)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1583 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1584 (wire (pts (xy 236.22 85.09) (xy 243.84 85.09))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1585 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1586 (uuid 2d32e093-92aa-425e-a03e-11693981cf91)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1587 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1588 (wire (pts (xy 71.12 73.66) (xy 113.03 73.66))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1589 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1590 (uuid 2d9345ac-5e20-4837-8074-85abd62b3b3d)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1591 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1592 (wire (pts (xy 243.84 125.73) (xy 213.36 125.73))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1593 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1594 (uuid 33855abf-a53c-4657-9d0e-f7c2826fa9af)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1595 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1596 (wire (pts (xy 85.09 100.33) (xy 87.63 100.33))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1597 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1598 (uuid 33ab7944-4f0e-4553-a906-b13144ffef6e)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1599 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1600 (wire (pts (xy 124.46 41.91) (xy 124.46 35.56))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1601 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1602 (uuid 34ed4df9-a8c0-47f3-ad4a-fadd170d11ce)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1603 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1604 (wire (pts (xy 213.36 80.01) (xy 213.36 81.28))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1605 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1606 (uuid 36b61c38-e475-4252-a541-b7cb781dc8e3)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1607 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1608 (wire (pts (xy 241.3 82.55) (xy 243.84 82.55))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1609 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1610 (uuid 36e93ecd-f5d6-48bb-9fb1-16686fb08261)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1611 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1612 (wire (pts (xy 152.4 78.74) (xy 152.4 81.28))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1613 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1614 (uuid 36fbe0c4-1cae-4b75-b134-cd35546fbbd0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1615 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1616 (wire (pts (xy 113.03 100.33) (xy 113.03 101.6))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1617 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1618 (uuid 37dd49c5-f884-4403-bc61-3b6daaf34fd1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1619 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1620 (wire (pts (xy 43.18 83.82) (xy 43.18 127))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1621 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1622 (uuid 392f665f-5b73-43e4-ad3e-1bd4039d0e50)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1623 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1624 (wire (pts (xy 110.49 142.24) (xy 110.49 144.78))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1625 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1626 (uuid 3fbe1ce4-6dc7-4c93-8e90-126e454ad532)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1627 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1628 (wire (pts (xy 85.09 100.33) (xy 85.09 127))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1629 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1630 (uuid 407c24e4-4f3d-4694-8908-02eb8d84f630)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1631 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1632 (wire (pts (xy 181.61 134.62) (xy 181.61 127))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1633 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1634 (uuid 41583ff2-71fc-4f5e-b717-ea43506eae00)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1635 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1636 (wire (pts (xy 132.08 81.28) (xy 132.08 121.92))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1637 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1638 (uuid 417b9b6b-9741-43f6-8aa7-1a37c0be789a)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1639 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1640 (wire (pts (xy 45.72 41.91) (xy 69.85 41.91))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1641 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1642 (uuid 41cfb94d-0ec4-4b6e-8283-aec2b8619f59)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1643 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1644 (wire (pts (xy 120.65 111.76) (xy 129.54 111.76))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1645 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1646 (uuid 426229aa-6f0a-4377-b720-ef604fc2a268)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1647 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1648 (wire (pts (xy 45.72 25.4) (xy 49.53 25.4))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1649 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1650 (uuid 42ed0859-3b4d-4de3-92c6-ebd96508d597)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1651 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1652 (wire (pts (xy 97.79 95.25) (xy 97.79 111.76))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1653 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1654 (uuid 48292d34-09d0-4199-9d68-0be38c02b487)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1655 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1656 (wire (pts (xy 69.85 41.91) (xy 97.79 41.91))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1657 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1658 (uuid 48cae21e-b282-4d27-bd0f-792477c7e075)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1659 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1660 (wire (pts (xy 213.36 121.92) (xy 213.36 123.19))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1661 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1662 (uuid 4caff896-c5fa-4887-939f-7cc7b7c0aeba)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1663 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1664 (wire (pts (xy 71.12 25.4) (xy 60.96 25.4))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1665 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1666 (uuid 4f0e5c47-a6b7-478b-9ed9-493cafc2cac3)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1667 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1668 (wire (pts (xy 243.84 90.17) (xy 238.76 90.17))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1669 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1670 (uuid 52565862-9e9b-46b2-8088-0699eda0365d)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1671 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1672 (wire (pts (xy 189.23 142.24) (xy 189.23 144.78))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1673 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1674 (uuid 52baebae-b551-4cdc-9af2-5a09f47c074a)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1675 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1676 (wire (pts (xy 173.99 86.36) (xy 173.99 124.46))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1677 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1678 (uuid 53e0f171-831f-4ddc-bef2-b277fbc64783)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1679 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1680 (wire (pts (xy 189.23 129.54) (xy 189.23 134.62))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1681 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1682 (uuid 57756dc7-b6c5-4851-80b6-6d004075142e)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1683 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1684 (wire (pts (xy 213.36 110.49) (xy 213.36 111.76))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1685 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1686 (uuid 5a71abd2-2771-4ab6-b40b-6a6e77eb5721)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1687 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1688 (wire (pts (xy 43.18 144.78) (xy 54.61 144.78))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1689 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1690 (uuid 5ad300cd-fa46-4ff1-abe0-9356827188ae)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1691 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1692 (wire (pts (xy 241.3 87.63) (xy 241.3 82.55))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1693 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1694 (uuid 5b8481fe-e09c-4e69-9344-d22a3ca8812e)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1695 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1696 (wire (pts (xy 85.09 127) (xy 82.55 127))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1697 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1698 (uuid 643c1898-9505-4f31-a6cb-9788deaa0d00)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1699 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1700 (wire (pts (xy 97.79 111.76) (xy 100.33 111.76))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1701 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1702 (uuid 65ca27ef-dbda-4414-8d70-cf47daed1340)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1703 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1704 (wire (pts (xy 213.36 92.71) (xy 203.2 92.71))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1705 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1706 (uuid 689c4142-de1c-4392-9b0d-540e2db5c198)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1707 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1708 (wire (pts (xy 241.3 87.63) (xy 243.84 87.63))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1709 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1710 (uuid 69712f8a-04d5-44ea-84bd-91dfd08e2543)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1711 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1712 (wire (pts (xy 173.99 144.78) (xy 165.1 144.78))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1713 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1714 (uuid 6ccd4085-d727-458c-9015-4a85ebe131cd)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1715 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1716 (wire (pts (xy 173.99 77.47) (xy 241.3 77.47))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1717 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1718 (uuid 6cec7e18-7046-4dcc-bbd7-588cb512b6b6)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1719 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1720 (wire (pts (xy 45.72 81.28) (xy 45.72 55.88))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1721 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1722 (uuid 6e455010-b354-437e-b28d-6e4c14046c7d)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1723 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1724 (wire (pts (xy 71.12 55.88) (xy 71.12 73.66))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1725 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1726 (uuid 6e93b940-086f-4f00-821f-53cc2b3f3d4e)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1727 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1728 (wire (pts (xy 99.06 55.88) (xy 96.52 55.88))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1729 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1730 (uuid 6f053f4c-639c-42b0-8eb8-933f28b7e62a)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1731 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1732 (wire (pts (xy 54.61 137.16) (xy 54.61 144.78))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1733 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1734 (uuid 708e190f-0dce-4d70-871c-c80a9bc8092e)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1735 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1736 (wire (pts (xy 152.4 63.5) (xy 152.4 55.88))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1737 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1738 (uuid 715779f3-e2e2-4e2a-98ae-893a5272d487)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1739 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1740 (wire (pts (xy 203.2 123.19) (xy 203.2 144.78))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1741 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1742 (uuid 71f00432-8c0c-4179-ae2d-68a2e3eef7da)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1743 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1744 (wire (pts (xy 96.52 81.28) (xy 45.72 81.28))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1745 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1746 (uuid 7e6b4b81-6831-4587-a760-0848dcff99ea)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1747 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1748 (wire (pts (xy 132.08 121.92) (xy 154.94 121.92))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1749 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1750 (uuid 7f1099c2-9048-461e-ad94-da6ea18497ae)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1751 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1752 (wire (pts (xy 200.66 101.6) (xy 205.74 101.6))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1753 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1754 (uuid 82c9a9a3-713d-4e32-a556-64ffd1b0a516)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1755 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1756 (wire (pts (xy 129.54 68.58) (xy 144.78 68.58))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1757 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1758 (uuid 846758e7-9555-4e16-9d15-8efe6b46f47e)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1759 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1760 (wire (pts (xy 173.99 86.36) (xy 193.04 86.36))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1761 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1762 (uuid 84e25815-97f5-40a3-8a27-1dea0a7e8137)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1763 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1764 (wire (pts (xy 181.61 101.6) (xy 181.61 127))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1765 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1766 (uuid 854d1c10-56ca-4518-9002-fbbb6119d47c)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1767 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1768 (wire (pts (xy 200.66 116.84) (xy 205.74 116.84))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1769 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1770 (uuid 88d1d437-bf30-4e66-a3c1-5751e6327903)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1771 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1772 (wire (pts (xy 120.65 129.54) (xy 189.23 129.54))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1773 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1774 (uuid 902beb19-f3df-41e6-8430-cd679cd55e6d)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1775 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1776 (wire (pts (xy 95.25 100.33) (xy 107.95 100.33))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1777 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1778 (uuid 92a199ed-6c08-475c-9bf5-04c0b583db70)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1779 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1780 (wire (pts (xy 241.3 123.19) (xy 241.3 87.63))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1781 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1782 (uuid 95501592-7559-4301-ae3b-934f9c43e4f8)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1783 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1784 (wire (pts (xy 127 71.12) (xy 111.76 71.12))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1785 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1786 (uuid 96621dc3-2555-4e6d-a274-f64c14ee6d71)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1787 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1788 (wire (pts (xy 165.1 132.08) (xy 193.04 132.08))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1789 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1790 (uuid 9699b667-062d-4208-81d5-335e0388eae7)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1791 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1792 (wire (pts (xy 189.23 116.84) (xy 193.04 116.84))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1793 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1794 (uuid 98b5e179-4e43-4831-8152-d7dc68dbc2b2)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1795 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1796 (wire (pts (xy 124.46 95.25) (xy 107.95 95.25))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1797 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1798 (uuid 98e73b6a-549d-4e41-9690-1efb60620ad5)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1799 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1800 (wire (pts (xy 236.22 95.25) (xy 236.22 85.09))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1801 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1802 (uuid 9bde2315-805d-49ee-a95c-9df33f671e6f)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1803 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1804 (wire (pts (xy 132.08 144.78) (xy 110.49 144.78))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1805 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1806 (uuid 9d754219-1bcb-44c9-8952-c68ebd801022)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1807 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1808 (wire (pts (xy 113.03 73.66) (xy 120.65 73.66))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1809 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1810 (uuid 9e8cbeca-f4fe-4617-9427-41e0539a9a61)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1811 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1812 (wire (pts (xy 43.18 144.78) (xy 43.18 138.43))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1813 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1814 (uuid a10b33a8-47c3-44ce-b263-7ce1cf1501b9)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1815 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1816 (wire (pts (xy 55.88 44.45) (xy 43.18 44.45))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1817 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1818 (uuid a4adbd14-cd31-46df-8196-6741d7815d39)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1819 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1820 (wire (pts (xy 96.52 55.88) (xy 96.52 81.28))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1821 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1822 (uuid a87840fb-7a60-421f-8f88-2f3895a37869)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1823 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1824 (wire (pts (xy 241.3 82.55) (xy 241.3 77.47))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1825 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1826 (uuid a9aabeed-7783-4c0e-84e5-65f62165f9a0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1827 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1828 (wire (pts (xy 85.09 137.16) (xy 82.55 137.16))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1829 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1830 (uuid ac21e55f-1e3e-4cfc-a445-f0b9c911c551)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1831 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1832 (wire (pts (xy 55.88 45.72) (xy 55.88 44.45))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1833 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1834 (uuid af5c6066-2249-4469-be7d-3a756b7a83d1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1835 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1836 (wire (pts (xy 120.65 132.08) (xy 165.1 132.08))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1837 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1838 (uuid af83d6d6-748e-47be-9ba9-af545adbd954)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1839 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1840 (wire (pts (xy 200.66 86.36) (xy 205.74 86.36))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1841 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1842 (uuid b15c8886-1c70-49db-a946-d180376ae4fd)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1843 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1844 (wire (pts (xy 111.76 71.12) (xy 60.96 71.12))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1845 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1846 (uuid b1c2a6b4-6ec9-4325-8e78-fef5efab6230)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1847 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1848 (wire (pts (xy 106.68 45.72) (xy 106.68 25.4))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1849 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1850 (uuid b202e296-9b74-4b05-926f-832846a58d70)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1851 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1852 (wire (pts (xy 173.99 83.82) (xy 173.99 77.47))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1853 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1854 (uuid b2051910-78ed-4948-a377-bd28b04c451f)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1855 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1856 (wire (pts (xy 120.65 55.88) (xy 119.38 55.88))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1857 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1858 (uuid b20a8195-51a0-4884-b978-b676e8fcd3f6)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1859 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1860 (wire (pts (xy 203.2 107.95) (xy 203.2 123.19))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1861 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1862 (uuid b2266c01-1765-431f-a08d-31358c772b37)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1863 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1864 (wire (pts (xy 60.96 35.56) (xy 60.96 45.72))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1865 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1866 (uuid b3801b11-93f2-4bb0-8264-9f9628e97011)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1867 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1868 (wire (pts (xy 114.3 68.58) (xy 63.5 68.58))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1869 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1870 (uuid b472ea18-8591-4196-8186-6bd778d1d41f)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1871 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1872 (wire (pts (xy 165.1 144.78) (xy 132.08 144.78))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1873 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1874 (uuid b6c53eb3-9f03-4626-983b-828f233cb8c5)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1875 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1876 (wire (pts (xy 152.4 55.88) (xy 120.65 55.88))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1877 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1878 (uuid b791fcdd-68b2-4c9e-8963-e283b4e4a094)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1879 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1880 (wire (pts (xy 213.36 144.78) (xy 213.36 137.16))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1881 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1882 (uuid b792dc01-84c2-40aa-8b80-1eac17676d1d)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1883 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1884 (wire (pts (xy 85.09 144.78) (xy 85.09 137.16))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1885 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1886 (uuid b967eb0c-94ef-4996-bc53-9f470ab4c124)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1887 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1888 (wire (pts (xy 127 71.12) (xy 144.78 71.12))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1889 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1890 (uuid bbd94c8a-3084-40b6-822d-f18c843d84cb)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1891 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1892 (wire (pts (xy 238.76 90.17) (xy 238.76 110.49))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1893 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1894 (uuid bcaf9cea-a658-4cce-9f75-127a16582252)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1895 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1896 (wire (pts (xy 213.36 125.73) (xy 213.36 127))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1897 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1898 (uuid bce0e29e-c64c-4fda-b988-dd1fc6cf3762)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1899 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1900 (wire (pts (xy 45.72 41.91) (xy 45.72 55.88))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1901 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1902 (uuid be15e6c0-871a-4077-ba84-f86b95378290)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1903 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1904 (wire (pts (xy 120.65 124.46) (xy 173.99 124.46))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1905 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1906 (uuid bfd3ffb2-2904-46ab-b7a0-b4d37797ba11)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1907 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1908 (wire (pts (xy 120.65 127) (xy 181.61 127))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1909 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1910 (uuid c511f986-75ff-4705-b843-fd2c5c66c439)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1911 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1912 (wire (pts (xy 127 109.22) (xy 127 71.12))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1913 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1914 (uuid c84474c1-83c8-44f4-b770-e0f8e2822963)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1915 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1916 (wire (pts (xy 68.58 55.88) (xy 71.12 55.88))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1917 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1918 (uuid cb377983-9b44-4138-a079-f3d11885a0cc)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1919 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1920 (wire (pts (xy 107.95 101.6) (xy 107.95 100.33))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1921 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1922 (uuid ce21d889-e77e-47ce-b149-2e62e2c8d632)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1923 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1924 (wire (pts (xy 60.96 71.12) (xy 60.96 66.04))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1925 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1926 (uuid d053c36c-eae2-4c2e-b877-fc5a37ff381f)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1927 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1928 (wire (pts (xy 71.12 35.56) (xy 69.85 35.56))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1929 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1930 (uuid d1e077ec-2c21-4286-846e-0f8ac9b38c00)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1931 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1932 (wire (pts (xy 203.2 144.78) (xy 213.36 144.78))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1933 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1934 (uuid d56d2c93-4663-4792-bf5d-45c454332360)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1935 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1936 (wire (pts (xy 114.3 68.58) (xy 114.3 66.04))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1937 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1938 (uuid d5db7bef-fdb4-4a5c-9c09-31a80eef9284)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1939 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1940 (wire (pts (xy 111.76 25.4) (xy 111.76 45.72))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1941 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1942 (uuid d773c1ec-145f-4081-b579-ea2c2b32a6a4)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1943 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1944 (wire (pts (xy 43.18 127) (xy 43.18 130.81))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1945 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1946 (uuid d88b6fb0-d788-49d9-af85-ace7d599e5f9)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1947 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1948 (wire (pts (xy 111.76 71.12) (xy 111.76 66.04))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1949 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1950 (uuid d94c2996-2d6d-4c8d-8bcf-64bef0d96702)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1951 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1952 (wire (pts (xy 127 109.22) (xy 144.78 109.22))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1953 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1954 (uuid da2132de-f4c4-4d22-b41d-bea46297f70f)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1955 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1956 (wire (pts (xy 57.15 25.4) (xy 60.96 25.4))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1957 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1958 (uuid db57258a-c5d7-4c39-b4d0-545f25d79053)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1959 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1960 (wire (pts (xy 60.96 25.4) (xy 60.96 27.94))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1961 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1962 (uuid dbbe0ed3-e5f0-4e33-9282-fc138ebdc1cb)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1963 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1964 (wire (pts (xy 152.4 81.28) (xy 132.08 81.28))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1965 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1966 (uuid dca9a6da-714b-4edd-8ccc-d0efc2040d66)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1967 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1968 (wire (pts (xy 203.2 92.71) (xy 203.2 107.95))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1969 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1970 (uuid dcfe202c-0c88-47b4-a02f-f0f23d87e4c1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1971 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1972 (wire (pts (xy 189.23 144.78) (xy 203.2 144.78))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1973 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1974 (uuid ddb292a1-3234-4251-b6d2-59cc2696a9c0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1975 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1976 (wire (pts (xy 45.72 55.88) (xy 48.26 55.88))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1977 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1978 (uuid df486fe5-cc96-4f56-b6f0-569d1015dfff)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1979 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1980 (wire (pts (xy 213.36 106.68) (xy 213.36 107.95))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1981 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1982 (uuid e65ae4c1-2b7c-4c4b-b4a3-4ec04fe25179)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1983 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1984 (wire (pts (xy 85.09 144.78) (xy 54.61 144.78))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1985 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1986 (uuid ec6808be-9f32-4516-a12d-4ca12d050a6b)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1987 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1988 (wire (pts (xy 43.18 83.82) (xy 173.99 83.82))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1989 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1990 (uuid ee83f913-324a-450c-b852-c20bc1506be3)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1991 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1992 (wire (pts (xy 106.68 25.4) (xy 96.52 25.4))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1993 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1994 (uuid ef047bdc-bfad-4214-939a-4d5feeb65aa3)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1995 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1996 (wire (pts (xy 113.03 73.66) (xy 113.03 100.33))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1997 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1998 (uuid f04c7868-a810-4055-826e-7dbe8d580188)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1999 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2000 (wire (pts (xy 63.5 68.58) (xy 63.5 66.04))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2001 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2002 (uuid f175649b-ee95-4680-b170-b65b63cf88c0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2003 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2004 (wire (pts (xy 129.54 68.58) (xy 114.3 68.58))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2005 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2006 (uuid f1942f35-8104-4b5e-b67a-b5d812437a21)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2007 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2008 (wire (pts (xy 173.99 142.24) (xy 173.99 144.78))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2009 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2010 (uuid f44c611d-a535-4422-98b0-c569045a4e7d)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2011 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2012 (wire (pts (xy 181.61 144.78) (xy 189.23 144.78))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2013 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2014 (uuid f5492fc3-a943-4c0e-8517-de6376899231)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2015 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2016 (wire (pts (xy 120.65 73.66) (xy 120.65 55.88))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2017 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2018 (uuid f55cc6d5-4c07-4f9a-8873-5c5eddf3c172)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2019 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2020 (wire (pts (xy 181.61 142.24) (xy 181.61 144.78))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2021 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2022 (uuid f5c0ff40-47b5-4910-b75e-da3e1165eb77)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2023 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2024 (wire (pts (xy 120.65 121.92) (xy 124.46 121.92))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2025 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2026 (uuid f672243d-1c35-4e12-bb05-061d8edcda8d)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2027 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2028 (wire (pts (xy 165.1 132.08) (xy 165.1 134.62))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2029 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2030 (uuid f8a96b82-fc68-46dc-ae93-56694292d1d5)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2031 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2032 (wire (pts (xy 213.36 96.52) (xy 213.36 95.25))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2033 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2034 (uuid fa365436-4f36-4b44-ae06-07951ee893be)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2035 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2036 (wire (pts (xy 243.84 80.01) (xy 213.36 80.01))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2037 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2038 (uuid fbe10db2-6a46-4472-a90b-1982c8e7f14b)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2039 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2040 (wire (pts (xy 97.79 41.91) (xy 124.46 41.91))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2041 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2042 (uuid fd4c093d-172a-4c30-b1fc-a16232ee63a7)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2043 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2044 (wire (pts (xy 57.15 137.16) (xy 54.61 137.16))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2045 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2046 (uuid fe0ec34f-d831-4e5b-9ea9-873b60381059)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2047 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2048 (wire (pts (xy 110.49 144.78) (xy 85.09 144.78))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2049 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2050 (uuid fe686c27-e1ff-4512-a520-6d4630cf7596)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2051 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2052 (wire (pts (xy 213.36 91.44) (xy 213.36 92.71))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2053 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2054 (uuid fe746b9e-66aa-4857-a5f3-9e024e67db3e)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2055 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2056 (wire (pts (xy 113.03 100.33) (xy 154.94 100.33))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2057 (stroke (width 0) (type default))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2058 (uuid ff2ecda0-089e-4b85-9a60-0c52127ba32e)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2059 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2060
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2061 (text "0x40" (at 55.88 58.42 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2062 (effects (font (size 1.27 1.27)) (justify left bottom))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2063 (uuid 0559cb26-91d7-490e-8f29-68c8d931b083)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2064 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2065 (text "Instellen 5,7\ntot 5,9 V" (at 64.77 133.35 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2066 (effects (font (size 1.27 1.27)) (justify left bottom))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2067 (uuid 2fd51890-43c5-4397-be6f-6261da3299f5)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2068 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2069 (text "0x41" (at 106.68 58.42 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2070 (effects (font (size 1.27 1.27)) (justify left bottom))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2071 (uuid cd29bd33-6d27-4b49-97dc-f69ab1eea740)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2072 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2073
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2074 (symbol (lib_id "MCU_Module:WeMos_D1_mini") (at 110.49 121.92 0) (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2075 (in_bom yes) (on_board yes) (dnp no)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2076 (uuid 00000000-0000-0000-0000-0000627028ef)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2077 (property "Reference" "MC1" (at 99.06 133.35 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2078 (effects (font (size 1.27 1.27)))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2079 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2080 (property "Value" "WeMos ESP32-C3 v2.1.0" (at 95.25 124.46 90)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2081 (effects (font (size 1.27 1.27)))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2082 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2083 (property "Footprint" "Module:WEMOS_D1_mini_light" (at 110.49 151.13 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2084 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2085 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2086 (property "Datasheet" "https://www.wemos.cc/en/latest/c3/c3_mini.html" (at 63.5 151.13 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2087 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2088 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2089 (pin "1" (uuid 754c8f22-335b-48ac-bbd0-91c02447ca67))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2090 (pin "10" (uuid ab87c375-901e-4329-80d9-999a5ad481d6))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2091 (pin "11" (uuid 1c0c2ea4-9b42-48b5-98d3-9c71d1ed87a2))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2092 (pin "12" (uuid 128136ee-eee0-43af-af16-817ed774e9a8))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2093 (pin "13" (uuid 8d76140e-a248-476e-baed-b0779708a60f))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2094 (pin "14" (uuid 2cfd2d13-d21f-4b8a-b6de-50f12c1ad277))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2095 (pin "15" (uuid fcb32480-23b0-4caf-9726-0aca843e647b))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2096 (pin "16" (uuid 5378432a-b806-4d64-8e12-ed2f8b47c977))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2097 (pin "2" (uuid 8a2e4212-ee14-4737-ad0e-4dacf927a2de))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2098 (pin "3" (uuid 941771df-2923-47a6-bc40-3f971ec0c569))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2099 (pin "4" (uuid 29dac8b9-cdcb-4564-9320-7555c1dfc129))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2100 (pin "5" (uuid 42fc6f06-374a-4896-8694-ac73fdc18a7f))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2101 (pin "6" (uuid 98235bb3-edc5-49c0-8f08-01e4c61dc7af))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2102 (pin "7" (uuid bce9497b-13c9-4dad-baa5-ac72ad4538b3))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2103 (pin "8" (uuid 98eeac17-0a82-41b5-ba90-4ae450846e2b))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2104 (pin "9" (uuid 114875a5-738c-47dd-a26d-6d26a57f215a))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2105 (instances
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2106 (project "BalkonController"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2107 (path "/d06e3360-25ec-4d8f-9e48-47fa174ca19b"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2108 (reference "MC1") (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2109 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2110 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2111 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2112 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2113
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2114 (symbol (lib_id "Sensor_Optical:APDS-9306") (at 154.94 71.12 0) (mirror y) (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2115 (in_bom yes) (on_board yes) (dnp no)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2116 (uuid 00000000-0000-0000-0000-000062707d7b)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2117 (property "Reference" "U6" (at 163.6522 69.9516 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2118 (effects (font (size 1.27 1.27)) (justify right))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2119 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2120 (property "Value" "APDS-9930" (at 163.6522 72.263 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2121 (effects (font (size 1.27 1.27)) (justify right))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2122 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2123 (property "Footprint" "" (at 154.94 83.82 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2124 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2125 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2126 (property "Datasheet" "" (at 135.89 63.5 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2127 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2128 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2129 (pin "1" (uuid 68cfbc57-53f5-4194-9dcd-31b40b2d7108))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2130 (pin "2" (uuid f3bb08f9-cdb4-4b77-9e38-783ed2f44d84))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2131 (pin "3" (uuid 7a79a9ab-ff47-4238-9a08-cc83b857dcd4))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2132 (pin "4" (uuid ffbb3a2a-b21d-438c-9c0f-9bbda8c14be9))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2133 (pin "5" (uuid bde17227-28e2-471f-b7d2-c5e9a430a5c9))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2134 (pin "6" (uuid 493d92af-5fa9-423a-9091-995c5bce2998))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2135 (instances
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2136 (project "BalkonController"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2137 (path "/d06e3360-25ec-4d8f-9e48-47fa174ca19b"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2138 (reference "U6") (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2139 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2140 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2141 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2142 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2143
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2144 (symbol (lib_id "Analog_ADC:INA219AxD") (at 58.42 55.88 270) (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2145 (in_bom yes) (on_board yes) (dnp no)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2146 (uuid 00000000-0000-0000-0000-00006270bbf2)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2147 (property "Reference" "U3" (at 68.58 48.26 90)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2148 (effects (font (size 1.27 1.27)))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2149 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2150 (property "Value" "INA219AxD" (at 72.39 50.8 90)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2151 (effects (font (size 1.27 1.27)))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2152 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2153 (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (at 49.53 76.2 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2154 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2155 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2156 (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ina219.pdf" (at 55.88 64.77 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2157 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2158 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2159 (pin "1" (uuid a7583a90-bc7f-4d40-9261-021d9b79293c))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2160 (pin "2" (uuid e64c8ca6-405d-4904-ad1a-c49c8ef73d39))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2161 (pin "3" (uuid 322bdea4-8afc-4b64-a4cc-107d15ca3c07))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2162 (pin "4" (uuid 19e3d929-a3c6-4bcd-b1a2-34e83c917008))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2163 (pin "5" (uuid a396e461-288f-4f2f-9d93-97072653104b))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2164 (pin "6" (uuid 25555096-f1c8-4998-a47e-1b48f8eaecd5))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2165 (pin "7" (uuid 62e2aaf5-64f6-4d1a-9467-be12806b1cfe))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2166 (pin "8" (uuid 0fc40e2b-0336-4fed-85af-a32396d05419))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2167 (instances
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2168 (project "BalkonController"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2169 (path "/d06e3360-25ec-4d8f-9e48-47fa174ca19b"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2170 (reference "U3") (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2171 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2172 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2173 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2174 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2175
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2176 (symbol (lib_id "Analog_ADC:INA219AxD") (at 109.22 55.88 270) (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2177 (in_bom yes) (on_board yes) (dnp no)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2178 (uuid 00000000-0000-0000-0000-0000633158b2)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2179 (property "Reference" "U2" (at 119.38 48.26 90)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2180 (effects (font (size 1.27 1.27)))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2181 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2182 (property "Value" "INA219AxD" (at 123.19 50.8 90)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2183 (effects (font (size 1.27 1.27)))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2184 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2185 (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (at 100.33 76.2 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2186 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2187 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2188 (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ina219.pdf" (at 106.68 64.77 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2189 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2190 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2191 (pin "1" (uuid 95f3576e-31c1-48e2-8c1c-51c6d9a1a8fd))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2192 (pin "2" (uuid 04aa69b5-4d3d-4045-90c9-ed93b0b352e7))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2193 (pin "3" (uuid 2515645f-3c2d-4039-b93e-9f33f5f350f6))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2194 (pin "4" (uuid eeca4cb5-4142-4d82-a9b6-aa1cb599638c))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2195 (pin "5" (uuid 58f7fc7c-79e0-4462-868e-214b22d48789))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2196 (pin "6" (uuid c7c7902f-7e86-4ccb-b4f4-2da3db8709ea))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2197 (pin "7" (uuid 5b9452c4-02f3-40e0-872e-59d7c9609267))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2198 (pin "8" (uuid 04dd6189-afa7-448b-b27d-277080e53639))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2199 (instances
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2200 (project "BalkonController"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2201 (path "/d06e3360-25ec-4d8f-9e48-47fa174ca19b"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2202 (reference "U2") (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2203 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2204 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2205 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2206 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2207
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2208 (symbol (lib_id "BalkonController-rescue:LM2596-MBSE-Modules") (at 69.85 132.08 0) (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2209 (in_bom yes) (on_board yes) (dnp no)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2210 (uuid 00000000-0000-0000-0000-000063317300)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2211 (property "Reference" "U4" (at 69.85 120.2182 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2212 (effects (font (size 1.27 1.27)))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2213 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2214 (property "Value" "LM2596" (at 69.85 122.5296 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2215 (effects (font (size 1.27 1.27)))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2216 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2217 (property "Footprint" "" (at 69.85 144.78 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2218 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2219 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2220 (property "Datasheet" "" (at 69.85 137.16 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2221 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2222 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2223 (pin "1" (uuid 64f03fa7-381f-417f-84e2-8305d832b0e3))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2224 (pin "2" (uuid 0f684386-030b-44dc-8bae-fef8bf812e00))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2225 (pin "3" (uuid 22bfa4ad-8248-4216-858f-8f8c5f1ab633))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2226 (pin "6" (uuid 04e3d0dc-97e0-4077-a4bb-ea4194001a35))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2227 (instances
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2228 (project "BalkonController"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2229 (path "/d06e3360-25ec-4d8f-9e48-47fa174ca19b"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2230 (reference "U4") (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2231 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2232 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2233 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2234 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2235
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2236 (symbol (lib_id "Device:Q_NMOS_SDG") (at 210.82 132.08 0) (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2237 (in_bom yes) (on_board yes) (dnp no)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2238 (uuid 00000000-0000-0000-0000-00006331886a)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2239 (property "Reference" "Q4" (at 216.027 130.9116 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2240 (effects (font (size 1.27 1.27)) (justify left))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2241 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2242 (property "Value" "HUF75345P3" (at 216.027 133.223 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2243 (effects (font (size 1.27 1.27)) (justify left))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2244 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2245 (property "Footprint" "" (at 215.9 129.54 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2246 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2247 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2248 (property "Datasheet" "~" (at 210.82 132.08 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2249 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2250 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2251 (pin "1" (uuid 73545068-af03-46d2-b403-c2c4389d275a))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2252 (pin "2" (uuid d4db7e11-42fd-4777-9d15-42f54624e39e))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2253 (pin "3" (uuid 319e8a35-e98a-4273-a625-00be90d3fae2))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2254 (instances
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2255 (project "BalkonController"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2256 (path "/d06e3360-25ec-4d8f-9e48-47fa174ca19b"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2257 (reference "Q4") (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2258 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2259 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2260 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2261 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2262
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2263 (symbol (lib_id "Diode:BAT43") (at 104.14 95.25 0) (mirror y) (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2264 (in_bom yes) (on_board yes) (dnp no)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2265 (uuid 00000000-0000-0000-0000-00006331bf86)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2266 (property "Reference" "D1" (at 104.14 89.7382 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2267 (effects (font (size 1.27 1.27)))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2268 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2269 (property "Value" "BAT43" (at 104.14 92.0496 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2270 (effects (font (size 1.27 1.27)))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2271 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2272 (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (at 104.14 99.695 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2273 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2274 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2275 (property "Datasheet" "http://www.vishay.com/docs/85660/bat42.pdf" (at 104.14 95.25 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2276 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2277 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2278 (pin "1" (uuid 096d30c7-5a2a-4f08-be01-db496a19c46c))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2279 (pin "2" (uuid a5633d2e-3138-49c5-b80c-c4058bdd105f))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2280 (instances
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2281 (project "BalkonController"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2282 (path "/d06e3360-25ec-4d8f-9e48-47fa174ca19b"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2283 (reference "D1") (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2284 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2285 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2286 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2287 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2288
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2289 (symbol (lib_id "BalkonController-rescue:CP-Device") (at 43.18 134.62 0) (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2290 (in_bom yes) (on_board yes) (dnp no)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2291 (uuid 00000000-0000-0000-0000-00006331db4a)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2292 (property "Reference" "C1" (at 46.1772 133.4516 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2293 (effects (font (size 1.27 1.27)) (justify left))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2294 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2295 (property "Value" "4u7" (at 46.1772 135.763 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2296 (effects (font (size 1.27 1.27)) (justify left))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2297 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2298 (property "Footprint" "" (at 44.1452 138.43 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2299 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2300 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2301 (property "Datasheet" "~" (at 43.18 134.62 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2302 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2303 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2304 (pin "1" (uuid 98b1ddbc-52b2-42e6-ac99-9c1eb1135d90))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2305 (pin "2" (uuid bb3883ec-f0b3-4869-b48d-3855a944a7ec))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2306 (instances
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2307 (project "BalkonController"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2308 (path "/d06e3360-25ec-4d8f-9e48-47fa174ca19b"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2309 (reference "C1") (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2310 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2311 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2312 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2313 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2314
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2315 (symbol (lib_id "Device:Q_NMOS_SDG") (at 210.82 116.84 0) (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2316 (in_bom yes) (on_board yes) (dnp no)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2317 (uuid 00000000-0000-0000-0000-00006332e764)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2318 (property "Reference" "Q3" (at 216.027 115.6716 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2319 (effects (font (size 1.27 1.27)) (justify left))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2320 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2321 (property "Value" "HUF75345P3" (at 216.027 117.983 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2322 (effects (font (size 1.27 1.27)) (justify left))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2323 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2324 (property "Footprint" "" (at 215.9 114.3 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2325 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2326 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2327 (property "Datasheet" "~" (at 210.82 116.84 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2328 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2329 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2330 (pin "1" (uuid d6104b1e-da41-4a17-8f13-3caf7758efea))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2331 (pin "2" (uuid 59cc155d-1fdd-4e46-b26b-f4e8964d4980))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2332 (pin "3" (uuid 89feb481-0ac7-408e-90a7-db2840d515d1))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2333 (instances
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2334 (project "BalkonController"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2335 (path "/d06e3360-25ec-4d8f-9e48-47fa174ca19b"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2336 (reference "Q3") (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2337 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2338 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2339 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2340 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2341
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2342 (symbol (lib_id "Device:Q_NMOS_SDG") (at 210.82 101.6 0) (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2343 (in_bom yes) (on_board yes) (dnp no)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2344 (uuid 00000000-0000-0000-0000-00006332f185)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2345 (property "Reference" "Q2" (at 216.027 100.4316 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2346 (effects (font (size 1.27 1.27)) (justify left))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2347 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2348 (property "Value" "HUF75345P3" (at 216.027 102.743 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2349 (effects (font (size 1.27 1.27)) (justify left))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2350 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2351 (property "Footprint" "" (at 215.9 99.06 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2352 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2353 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2354 (property "Datasheet" "~" (at 210.82 101.6 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2355 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2356 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2357 (pin "1" (uuid e3f41fe9-bb61-43ff-b528-cd7bb448bf72))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2358 (pin "2" (uuid d21f8e0b-04f0-430e-9d11-ef6113fb2eea))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2359 (pin "3" (uuid 997d04ab-77e6-423f-86d0-6e8f41e67b30))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2360 (instances
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2361 (project "BalkonController"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2362 (path "/d06e3360-25ec-4d8f-9e48-47fa174ca19b"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2363 (reference "Q2") (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2364 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2365 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2366 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2367 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2368
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2369 (symbol (lib_id "Device:Q_NMOS_SDG") (at 210.82 86.36 0) (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2370 (in_bom yes) (on_board yes) (dnp no)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2371 (uuid 00000000-0000-0000-0000-00006332fd15)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2372 (property "Reference" "Q1" (at 216.027 85.1916 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2373 (effects (font (size 1.27 1.27)) (justify left))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2374 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2375 (property "Value" "HUF75345P3" (at 216.027 87.503 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2376 (effects (font (size 1.27 1.27)) (justify left))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2377 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2378 (property "Footprint" "" (at 215.9 83.82 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2379 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2380 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2381 (property "Datasheet" "~" (at 210.82 86.36 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2382 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2383 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2384 (pin "1" (uuid f81c28d3-6de0-4115-81da-cc349d51d0d2))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2385 (pin "2" (uuid 0ea8e051-856a-48c2-a78f-d76298b21631))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2386 (pin "3" (uuid a491af49-3ba8-411a-87fc-378828a7a981))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2387 (instances
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2388 (project "BalkonController"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2389 (path "/d06e3360-25ec-4d8f-9e48-47fa174ca19b"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2390 (reference "Q1") (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2391 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2392 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2393 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2394 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2395
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2396 (symbol (lib_id "Device:R") (at 196.85 86.36 270) (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2397 (in_bom yes) (on_board yes) (dnp no)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2398 (uuid 00000000-0000-0000-0000-000063334b66)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2399 (property "Reference" "R1" (at 196.85 81.1022 90)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2400 (effects (font (size 1.27 1.27)))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2401 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2402 (property "Value" "4K7" (at 196.85 83.4136 90)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2403 (effects (font (size 1.27 1.27)))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2404 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2405 (property "Footprint" "" (at 196.85 84.582 90)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2406 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2407 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2408 (property "Datasheet" "~" (at 196.85 86.36 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2409 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2410 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2411 (pin "1" (uuid 8d68d2b9-785c-4bb9-a862-24913d048dcd))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2412 (pin "2" (uuid f5c5cdcf-b5c2-40b4-aaa5-011704c5a8e9))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2413 (instances
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2414 (project "BalkonController"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2415 (path "/d06e3360-25ec-4d8f-9e48-47fa174ca19b"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2416 (reference "R1") (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2417 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2418 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2419 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2420 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2421
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2422 (symbol (lib_id "Device:R") (at 196.85 101.6 270) (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2423 (in_bom yes) (on_board yes) (dnp no)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2424 (uuid 00000000-0000-0000-0000-0000633358a5)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2425 (property "Reference" "R2" (at 196.85 96.3422 90)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2426 (effects (font (size 1.27 1.27)))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2427 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2428 (property "Value" "4K7" (at 196.85 98.6536 90)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2429 (effects (font (size 1.27 1.27)))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2430 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2431 (property "Footprint" "" (at 196.85 99.822 90)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2432 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2433 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2434 (property "Datasheet" "~" (at 196.85 101.6 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2435 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2436 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2437 (pin "1" (uuid 6c1d9481-1144-4f88-b3b3-aec7aadbebd6))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2438 (pin "2" (uuid a3d48a4c-5098-46a5-91c8-529db90c065f))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2439 (instances
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2440 (project "BalkonController"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2441 (path "/d06e3360-25ec-4d8f-9e48-47fa174ca19b"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2442 (reference "R2") (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2443 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2444 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2445 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2446 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2447
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2448 (symbol (lib_id "Device:R") (at 196.85 116.84 270) (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2449 (in_bom yes) (on_board yes) (dnp no)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2450 (uuid 00000000-0000-0000-0000-0000633360e1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2451 (property "Reference" "R3" (at 196.85 111.5822 90)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2452 (effects (font (size 1.27 1.27)))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2453 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2454 (property "Value" "4K7" (at 196.85 113.8936 90)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2455 (effects (font (size 1.27 1.27)))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2456 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2457 (property "Footprint" "" (at 196.85 115.062 90)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2458 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2459 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2460 (property "Datasheet" "~" (at 196.85 116.84 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2461 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2462 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2463 (pin "1" (uuid d5ff7d9c-158a-4e63-8c2d-de772ab6a76a))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2464 (pin "2" (uuid 4d1166a1-536a-4e13-a68c-97364fd866dd))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2465 (instances
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2466 (project "BalkonController"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2467 (path "/d06e3360-25ec-4d8f-9e48-47fa174ca19b"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2468 (reference "R3") (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2469 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2470 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2471 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2472 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2473
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2474 (symbol (lib_id "Device:R") (at 196.85 132.08 270) (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2475 (in_bom yes) (on_board yes) (dnp no)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2476 (uuid 00000000-0000-0000-0000-0000633369b2)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2477 (property "Reference" "R11" (at 196.85 126.8222 90)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2478 (effects (font (size 1.27 1.27)))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2479 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2480 (property "Value" "4K7" (at 196.85 129.1336 90)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2481 (effects (font (size 1.27 1.27)))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2482 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2483 (property "Footprint" "" (at 196.85 130.302 90)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2484 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2485 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2486 (property "Datasheet" "~" (at 196.85 132.08 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2487 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2488 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2489 (pin "1" (uuid 6898c208-7fac-4362-8341-4adbe2076c46))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2490 (pin "2" (uuid 8c5290a4-4890-463f-869b-ddb1c84386c3))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2491 (instances
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2492 (project "BalkonController"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2493 (path "/d06e3360-25ec-4d8f-9e48-47fa174ca19b"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2494 (reference "R11") (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2495 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2496 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2497 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2498 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2499
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2500 (symbol (lib_id "Device:R") (at 173.99 138.43 0) (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2501 (in_bom yes) (on_board yes) (dnp no)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2502 (uuid 00000000-0000-0000-0000-00006333a233)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2503 (property "Reference" "R4" (at 175.768 137.2616 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2504 (effects (font (size 1.27 1.27)) (justify left))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2505 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2506 (property "Value" "10K" (at 175.768 139.573 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2507 (effects (font (size 1.27 1.27)) (justify left))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2508 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2509 (property "Footprint" "" (at 172.212 138.43 90)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2510 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2511 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2512 (property "Datasheet" "~" (at 173.99 138.43 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2513 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2514 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2515 (pin "1" (uuid 61d3f81c-7aa1-4c00-8181-98a7931001e8))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2516 (pin "2" (uuid 52104836-e98a-4b7b-8cbe-771ca59f9e71))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2517 (instances
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2518 (project "BalkonController"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2519 (path "/d06e3360-25ec-4d8f-9e48-47fa174ca19b"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2520 (reference "R4") (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2521 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2522 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2523 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2524 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2525
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2526 (symbol (lib_id "Device:R") (at 181.61 138.43 0) (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2527 (in_bom yes) (on_board yes) (dnp no)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2528 (uuid 00000000-0000-0000-0000-00006333a9bb)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2529 (property "Reference" "R5" (at 183.388 137.2616 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2530 (effects (font (size 1.27 1.27)) (justify left))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2531 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2532 (property "Value" "10K" (at 183.388 139.573 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2533 (effects (font (size 1.27 1.27)) (justify left))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2534 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2535 (property "Footprint" "" (at 179.832 138.43 90)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2536 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2537 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2538 (property "Datasheet" "~" (at 181.61 138.43 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2539 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2540 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2541 (pin "1" (uuid 49d91758-f748-42f8-8f81-fc4a0cae23f9))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2542 (pin "2" (uuid a377c166-3415-4cd6-9f8c-23cc8401affa))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2543 (instances
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2544 (project "BalkonController"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2545 (path "/d06e3360-25ec-4d8f-9e48-47fa174ca19b"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2546 (reference "R5") (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2547 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2548 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2549 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2550 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2551
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2552 (symbol (lib_id "Device:R") (at 189.23 138.43 0) (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2553 (in_bom yes) (on_board yes) (dnp no)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2554 (uuid 00000000-0000-0000-0000-00006333b3e7)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2555 (property "Reference" "R6" (at 191.008 137.2616 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2556 (effects (font (size 1.27 1.27)) (justify left))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2557 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2558 (property "Value" "10K" (at 191.008 139.573 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2559 (effects (font (size 1.27 1.27)) (justify left))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2560 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2561 (property "Footprint" "" (at 187.452 138.43 90)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2562 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2563 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2564 (property "Datasheet" "~" (at 189.23 138.43 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2565 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2566 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2567 (pin "1" (uuid 72bc1e84-6ecd-44cc-8ee3-5dc521d077d4))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2568 (pin "2" (uuid 9f2467a6-fa33-4714-a6b9-a2b61f70e927))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2569 (instances
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2570 (project "BalkonController"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2571 (path "/d06e3360-25ec-4d8f-9e48-47fa174ca19b"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2572 (reference "R6") (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2573 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2574 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2575 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2576 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2577
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2578 (symbol (lib_id "Connector:Screw_Terminal_01x02") (at 248.92 123.19 0) (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2579 (in_bom yes) (on_board yes) (dnp no)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2580 (uuid 00000000-0000-0000-0000-00006339204c)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2581 (property "Reference" "X3" (at 250.952 123.3932 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2582 (effects (font (size 1.27 1.27)) (justify left))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2583 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2584 (property "Value" "SW out 4" (at 250.952 125.7046 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2585 (effects (font (size 1.27 1.27)) (justify left))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2586 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2587 (property "Footprint" "" (at 248.92 123.19 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2588 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2589 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2590 (property "Datasheet" "~" (at 248.92 123.19 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2591 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2592 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2593 (pin "1" (uuid 441a2130-955e-4a09-8e3f-4ec25afe53c2))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2594 (pin "2" (uuid 2caa94fa-30ed-4096-a2b3-4accfd7042f1))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2595 (instances
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2596 (project "BalkonController"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2597 (path "/d06e3360-25ec-4d8f-9e48-47fa174ca19b"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2598 (reference "X3") (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2599 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2600 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2601 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2602 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2603
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2604 (symbol (lib_id "Connector:Screw_Terminal_01x06") (at 248.92 82.55 0) (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2605 (in_bom yes) (on_board yes) (dnp no)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2606 (uuid 00000000-0000-0000-0000-000063392ef3)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2607 (property "Reference" "X2" (at 250.952 82.7532 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2608 (effects (font (size 1.27 1.27)) (justify left))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2609 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2610 (property "Value" "SW out 1..3" (at 250.952 85.0646 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2611 (effects (font (size 1.27 1.27)) (justify left))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2612 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2613 (property "Footprint" "" (at 248.92 82.55 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2614 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2615 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2616 (property "Datasheet" "~" (at 248.92 82.55 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2617 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2618 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2619 (pin "1" (uuid 201b2539-e8b3-4894-955e-a0b71fe2bfef))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2620 (pin "2" (uuid 8542651d-cb35-451a-bcf8-cd81cbc89eb0))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2621 (pin "3" (uuid 250ea2ef-8e10-428c-ae96-3e7558520b36))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2622 (pin "4" (uuid 3fb42a25-7e92-43e8-9bd3-99f49fe2304c))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2623 (pin "5" (uuid ad3fa229-d376-474f-9794-70e5e60ef469))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2624 (pin "6" (uuid f7a42f8b-8dfb-4a5f-a870-737017d16174))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2625 (instances
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2626 (project "BalkonController"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2627 (path "/d06e3360-25ec-4d8f-9e48-47fa174ca19b"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2628 (reference "X2") (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2629 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2630 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2631 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2632 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2633
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2634 (symbol (lib_id "Device:Fuse") (at 53.34 25.4 270) (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2635 (in_bom yes) (on_board yes) (dnp no)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2636 (uuid 00000000-0000-0000-0000-0000633c00b6)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2637 (property "Reference" "F1" (at 53.34 20.3962 90)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2638 (effects (font (size 1.27 1.27)))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2639 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2640 (property "Value" "2A" (at 53.34 22.7076 90)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2641 (effects (font (size 1.27 1.27)))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2642 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2643 (property "Footprint" "" (at 53.34 23.622 90)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2644 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2645 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2646 (property "Datasheet" "~" (at 53.34 25.4 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2647 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2648 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2649 (pin "1" (uuid ba44f8fb-f17c-477d-873f-e506c6e8923e))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2650 (pin "2" (uuid 42a643b9-7d0f-419d-8ae4-dc0ed523985b))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2651 (instances
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2652 (project "BalkonController"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2653 (path "/d06e3360-25ec-4d8f-9e48-47fa174ca19b"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2654 (reference "F1") (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2655 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2656 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2657 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2658 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2659
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2660 (symbol (lib_id "Device:Battery") (at 45.72 35.56 0) (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2661 (in_bom yes) (on_board yes) (dnp no)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2662 (uuid 00000000-0000-0000-0000-0000633c1492)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2663 (property "Reference" "V1" (at 39.37 34.29 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2664 (effects (font (size 1.27 1.27)) (justify left))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2665 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2666 (property "Value" "Accu 12V 5Ah" (at 27.94 36.83 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2667 (effects (font (size 1.27 1.27)) (justify left))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2668 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2669 (property "Footprint" "" (at 45.72 34.036 90)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2670 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2671 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2672 (property "Datasheet" "~" (at 45.72 34.036 90)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2673 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2674 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2675 (pin "1" (uuid 62ae02f5-34b6-400f-a62a-5791c655928b))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2676 (pin "2" (uuid 100a690b-13ea-4912-b023-47346d3832a2))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2677 (instances
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2678 (project "BalkonController"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2679 (path "/d06e3360-25ec-4d8f-9e48-47fa174ca19b"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2680 (reference "V1") (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2681 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2682 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2683 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2684 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2685
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2686 (symbol (lib_id "Device:Solar_Cells") (at 124.46 30.48 0) (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2687 (in_bom yes) (on_board yes) (dnp no)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2688 (uuid 00000000-0000-0000-0000-0000633c278f)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2689 (property "Reference" "SC1" (at 127.2032 29.3116 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2690 (effects (font (size 1.27 1.27)) (justify left))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2691 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2692 (property "Value" "Solar Cells 12V 10 Watt" (at 127.2032 31.623 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2693 (effects (font (size 1.27 1.27)) (justify left))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2694 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2695 (property "Footprint" "" (at 124.46 28.956 90)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2696 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2697 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2698 (property "Datasheet" "~" (at 124.46 28.956 90)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2699 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2700 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2701 (pin "1" (uuid e4959108-79f8-471d-b5da-726aa225c638))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2702 (pin "2" (uuid 776a6817-13cb-4357-ae68-f61367417683))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2703 (instances
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2704 (project "BalkonController"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2705 (path "/d06e3360-25ec-4d8f-9e48-47fa174ca19b"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2706 (reference "SC1") (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2707 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2708 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2709 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2710 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2711
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2712 (symbol (lib_id "Device:Fuse") (at 60.96 31.75 0) (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2713 (in_bom yes) (on_board yes) (dnp no)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2714 (uuid 00000000-0000-0000-0000-0000633c303a)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2715 (property "Reference" "F2" (at 62.484 30.5816 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2716 (effects (font (size 1.27 1.27)) (justify left))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2717 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2718 (property "Value" "1A" (at 62.484 32.893 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2719 (effects (font (size 1.27 1.27)) (justify left))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2720 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2721 (property "Footprint" "" (at 59.182 31.75 90)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2722 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2723 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2724 (property "Datasheet" "~" (at 60.96 31.75 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2725 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2726 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2727 (pin "1" (uuid 0c7c1dc9-0fb4-4279-96dc-df03e2d8b2b5))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2728 (pin "2" (uuid a1544435-7f9e-411c-8098-e2890de15eb3))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2729 (instances
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2730 (project "BalkonController"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2731 (path "/d06e3360-25ec-4d8f-9e48-47fa174ca19b"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2732 (reference "F2") (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2733 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2734 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2735 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2736 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2737
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2738 (symbol (lib_id "BalkonController-rescue:LM2596-MBSE-Modules") (at 83.82 30.48 0) (mirror y) (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2739 (in_bom yes) (on_board yes) (dnp no)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2740 (uuid 00000000-0000-0000-0000-0000633e25aa)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2741 (property "Reference" "U1" (at 83.82 18.6182 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2742 (effects (font (size 1.27 1.27)))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2743 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2744 (property "Value" "PWM Charger" (at 83.82 20.9296 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2745 (effects (font (size 1.27 1.27)))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2746 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2747 (property "Footprint" "" (at 83.82 43.18 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2748 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2749 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2750 (property "Datasheet" "" (at 83.82 35.56 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2751 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2752 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2753 (pin "1" (uuid 6e74cc7d-6da6-42a4-8752-8c82271a133a))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2754 (pin "2" (uuid d7f80d6c-5bd0-49c1-a84c-84853da55c69))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2755 (pin "3" (uuid cb30c935-094b-49da-8a7a-ef6e3540656d))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2756 (pin "6" (uuid ee13bc44-a5c0-4997-8e63-719b80f6a838))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2757 (instances
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2758 (project "BalkonController"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2759 (path "/d06e3360-25ec-4d8f-9e48-47fa174ca19b"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2760 (reference "U1") (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2761 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2762 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2763 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2764 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2765
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2766 (symbol (lib_id "Device:R") (at 165.1 138.43 0) (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2767 (in_bom yes) (on_board yes) (dnp no)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2768 (uuid 7062ec2b-da7b-4282-8e58-aa0a69338798)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2769 (property "Reference" "R12" (at 166.878 137.2616 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2770 (effects (font (size 1.27 1.27)) (justify left))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2771 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2772 (property "Value" "10K" (at 166.878 139.573 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2773 (effects (font (size 1.27 1.27)) (justify left))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2774 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2775 (property "Footprint" "" (at 163.322 138.43 90)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2776 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2777 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2778 (property "Datasheet" "~" (at 165.1 138.43 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2779 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2780 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2781 (pin "1" (uuid 2873f643-35e5-4001-98d5-b46fcba0c047))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2782 (pin "2" (uuid 8961961f-e761-4fae-9fcf-e4dfd8d3284e))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2783 (instances
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2784 (project "BalkonController"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2785 (path "/d06e3360-25ec-4d8f-9e48-47fa174ca19b"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2786 (reference "R12") (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2787 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2788 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2789 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2790 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2791
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2792 (symbol (lib_id "Diode:1N4007") (at 91.44 100.33 0) (mirror y) (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2793 (in_bom yes) (on_board yes) (dnp no)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2794 (uuid 7aec8f68-b954-4c5d-86af-fe4bb974d29c)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2795 (property "Reference" "D2" (at 91.44 96.0501 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2796 (effects (font (size 1.27 1.27)))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2797 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2798 (property "Value" "1N4007" (at 91.44 97.9711 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2799 (effects (font (size 1.27 1.27)))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2800 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2801 (property "Footprint" "Diode_THT:D_DO-41_SOD81_P10.16mm_Horizontal" (at 91.44 104.775 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2802 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2803 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2804 (property "Datasheet" "http://www.vishay.com/docs/88503/1n4001.pdf" (at 91.44 100.33 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2805 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2806 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2807 (property "Sim.Device" "D" (at 91.44 100.33 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2808 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2809 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2810 (property "Sim.Pins" "1=K 2=A" (at 91.44 100.33 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2811 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2812 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2813 (pin "1" (uuid 923aa809-f72e-4119-afe0-2edee1599a33))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2814 (pin "2" (uuid 0393e4a8-e4a0-45d9-a591-5f27c86302f3))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2815 (instances
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2816 (project "BalkonController"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2817 (path "/d06e3360-25ec-4d8f-9e48-47fa174ca19b"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2818 (reference "D2") (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2819 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2820 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2821 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2822 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2823
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2824 (symbol (lib_id "Sensor_Pressure:BMP280") (at 154.94 114.3 0) (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2825 (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2826 (uuid c711fe98-7ea8-4843-a1a1-6674a99167e4)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2827 (property "Reference" "U5" (at 160.782 112.3863 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2828 (effects (font (size 1.27 1.27)) (justify left))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2829 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2830 (property "Value" "BMP280" (at 160.782 114.3073 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2831 (effects (font (size 1.27 1.27)) (justify left))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2832 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2833 (property "Footprint" "Package_LGA:Bosch_LGA-8_2x2.5mm_P0.65mm_ClockwisePinNumbering" (at 154.94 132.08 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2834 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2835 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2836 (property "Datasheet" "" (at 154.94 114.3 0)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2837 (effects (font (size 1.27 1.27)) hide)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2838 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2839 (pin "1" (uuid 3531c58e-941e-4543-9bd9-d544822df59f))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2840 (pin "2" (uuid 026b99c6-ecfc-499d-be06-a149ceebcd02))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2841 (pin "3" (uuid 3012c399-ea8e-4a0b-8c1c-41c53fa7be17))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2842 (pin "4" (uuid 95061b2d-742e-482f-901b-4cb1a8238654))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2843 (pin "5" (uuid c20a4173-13b2-40cf-8465-372df921ae69))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2844 (pin "6" (uuid 90ea0127-5c35-4988-8a1d-8a8de0960de8))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2845 (instances
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2846 (project "BalkonController"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2847 (path "/d06e3360-25ec-4d8f-9e48-47fa174ca19b"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2848 (reference "U5") (unit 1)
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2849 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2850 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2851 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2852 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2853
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2854 (sheet_instances
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2855 (path "/" (page "1"))
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2856 )
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2857 )

mercurial