kicad/BalkonController.kicad_pro

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 {
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2 "board": {
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
3 "3dviewports": [],
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
4 "design_settings": {
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
5 "defaults": {
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6 "board_outline_line_width": 0.1,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7 "copper_line_width": 0.2,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8 "copper_text_size_h": 1.5,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
9 "copper_text_size_v": 1.5,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10 "copper_text_thickness": 0.3,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11 "other_line_width": 0.15,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
12 "silk_line_width": 0.15,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
13 "silk_text_size_h": 1.0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
14 "silk_text_size_v": 1.0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
15 "silk_text_thickness": 0.15
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
16 },
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
17 "diff_pair_dimensions": [],
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
18 "drc_exclusions": [],
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
19 "rules": {
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
20 "solder_mask_clearance": 0.0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
21 "solder_mask_min_width": 0.0
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
22 },
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
23 "track_widths": [],
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
24 "via_dimensions": []
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
25 },
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
26 "layer_presets": [],
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
27 "viewports": []
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
28 },
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
29 "boards": [],
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
30 "cvpcb": {
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
31 "equivalence_files": []
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
32 },
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
33 "erc": {
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
34 "erc_exclusions": [],
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
35 "meta": {
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
36 "version": 0
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
37 },
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
38 "pin_map": [
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
39 [
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
40 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
41 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
42 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
43 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
44 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
45 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
46 1,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
47 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
48 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
49 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
50 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
51 2
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
52 ],
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
53 [
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
54 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
55 2,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
56 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
57 1,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
58 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
59 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
60 1,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
61 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
62 2,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
63 2,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
64 2,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
65 2
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
66 ],
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 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
69 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
70 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
71 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
72 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
73 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
74 1,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
75 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
76 1,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
77 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
78 1,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
79 2
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
80 ],
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 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
83 1,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
84 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
85 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
86 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
87 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
88 1,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
89 1,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
90 2,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
91 1,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
92 1,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
93 2
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
94 ],
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
95 [
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
96 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
97 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
98 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
99 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
100 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
101 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
102 1,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
103 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
104 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
105 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
106 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
107 2
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
108 ],
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
109 [
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
110 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
111 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
112 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
113 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
114 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
115 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
116 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
117 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
118 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
119 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
120 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
121 2
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
122 ],
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
123 [
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
124 1,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
125 1,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
126 1,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
127 1,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
128 1,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
129 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
130 1,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
131 1,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
132 1,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
133 1,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
134 1,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
135 2
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
136 ],
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 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
139 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
140 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
141 1,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
142 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
143 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
144 1,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
145 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
146 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
147 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
148 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
149 2
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
150 ],
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
151 [
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
152 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
153 2,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
154 1,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
155 2,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
156 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
157 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
158 1,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
159 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
160 2,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
161 2,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
162 2,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
163 2
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
164 ],
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
165 [
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
166 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
167 2,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
168 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
169 1,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
170 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
171 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
172 1,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
173 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
174 2,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
175 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
176 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
177 2
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 [
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
180 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
181 2,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
182 1,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
183 1,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
184 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
185 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
186 1,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
187 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
188 2,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
189 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
190 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
191 2
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
192 ],
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
193 [
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
194 2,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
195 2,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
196 2,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
197 2,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
198 2,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
199 2,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
200 2,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
201 2,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
202 2,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
203 2,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
204 2,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
205 2
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
206 ]
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 "rule_severities": {
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
209 "bus_definition_conflict": "error",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
210 "bus_entry_needed": "error",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
211 "bus_to_bus_conflict": "error",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
212 "bus_to_net_conflict": "error",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
213 "conflicting_netclasses": "error",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
214 "different_unit_footprint": "error",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
215 "different_unit_net": "error",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
216 "duplicate_reference": "error",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
217 "duplicate_sheet_names": "error",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
218 "endpoint_off_grid": "warning",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
219 "extra_units": "error",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
220 "global_label_dangling": "warning",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
221 "hier_label_mismatch": "error",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
222 "label_dangling": "error",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
223 "lib_symbol_issues": "warning",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
224 "missing_bidi_pin": "warning",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
225 "missing_input_pin": "warning",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
226 "missing_power_pin": "error",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
227 "missing_unit": "warning",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
228 "multiple_net_names": "warning",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
229 "net_not_bus_member": "warning",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
230 "no_connect_connected": "warning",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
231 "no_connect_dangling": "warning",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
232 "pin_not_connected": "error",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
233 "pin_not_driven": "error",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
234 "pin_to_pin": "error",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
235 "power_pin_not_driven": "error",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
236 "similar_labels": "warning",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
237 "simulation_model_issue": "error",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
238 "unannotated": "error",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
239 "unit_value_mismatch": "error",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
240 "unresolved_variable": "error",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
241 "wire_dangling": "error"
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
242 }
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 "libraries": {
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
245 "pinned_footprint_libs": [],
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
246 "pinned_symbol_libs": []
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
247 },
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
248 "meta": {
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
249 "filename": "BalkonController.kicad_pro",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
250 "version": 1
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
251 },
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
252 "net_settings": {
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
253 "classes": [
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
254 {
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
255 "bus_width": 12,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
256 "clearance": 0.2,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
257 "diff_pair_gap": 0.25,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
258 "diff_pair_via_gap": 0.25,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
259 "diff_pair_width": 0.2,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
260 "line_style": 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
261 "microvia_diameter": 0.3,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
262 "microvia_drill": 0.1,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
263 "name": "Default",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
264 "pcb_color": "rgba(0, 0, 0, 0.000)",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
265 "schematic_color": "rgba(0, 0, 0, 0.000)",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
266 "track_width": 0.25,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
267 "via_diameter": 0.8,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
268 "via_drill": 0.4,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
269 "wire_width": 6
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
270 }
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
271 ],
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
272 "meta": {
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
273 "version": 3
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
274 },
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
275 "net_colors": null,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
276 "netclass_assignments": null,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
277 "netclass_patterns": []
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
278 },
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
279 "pcbnew": {
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
280 "last_paths": {
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
281 "gencad": "",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
282 "idf": "",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
283 "netlist": "",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
284 "specctra_dsn": "",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
285 "step": "",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
286 "vrml": ""
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
287 },
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
288 "page_layout_descr_file": ""
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 "schematic": {
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
291 "annotate_start_num": 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
292 "drawing": {
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
293 "dashed_lines_dash_length_ratio": 12.0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
294 "dashed_lines_gap_length_ratio": 3.0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
295 "default_line_thickness": 6.0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
296 "default_text_size": 50.0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
297 "field_names": [],
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
298 "intersheets_ref_own_page": false,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
299 "intersheets_ref_prefix": "",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
300 "intersheets_ref_short": false,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
301 "intersheets_ref_show": false,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
302 "intersheets_ref_suffix": "",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
303 "junction_size_choice": 3,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
304 "label_size_ratio": 0.25,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
305 "pin_symbol_size": 0.0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
306 "text_offset_ratio": 0.08
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
307 },
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
308 "legacy_lib_dir": "",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
309 "legacy_lib_list": [],
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
310 "meta": {
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
311 "version": 1
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
312 },
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
313 "net_format_name": "",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
314 "ngspice": {
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
315 "fix_include_paths": true,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
316 "fix_passive_vals": false,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
317 "meta": {
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
318 "version": 0
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
319 },
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
320 "model_mode": 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
321 "workbook_filename": ""
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
322 },
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
323 "page_layout_descr_file": "",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
324 "plot_directory": "",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
325 "spice_adjust_passive_values": false,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
326 "spice_current_sheet_as_root": false,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
327 "spice_external_command": "spice \"%I\"",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
328 "spice_model_current_sheet_as_root": true,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
329 "spice_save_all_currents": false,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
330 "spice_save_all_voltages": false,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
331 "subpart_first_id": 65,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
332 "subpart_id_separator": 0
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
333 },
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
334 "sheets": [
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
335 [
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
336 "d06e3360-25ec-4d8f-9e48-47fa174ca19b",
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 ]
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
339 ],
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
340 "text_variables": {}
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
341 }

mercurial