kicad/BalkonController.kicad_prl

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 "active_layer": 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
4 "active_layer_preset": "",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
5 "auto_track_width": true,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6 "hidden_netclasses": [],
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7 "hidden_nets": [],
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8 "high_contrast_mode": 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
9 "net_color_mode": 1,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10 "opacity": {
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11 "images": 0.6,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
12 "pads": 1.0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
13 "tracks": 1.0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
14 "vias": 1.0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
15 "zones": 0.6
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 "ratsnest_display_mode": 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
18 "selection_filter": {
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
19 "dimensions": true,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
20 "footprints": true,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
21 "graphics": true,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
22 "keepouts": true,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
23 "lockedItems": true,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
24 "otherItems": true,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
25 "pads": true,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
26 "text": true,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
27 "tracks": true,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
28 "vias": true,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
29 "zones": true
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 "visible_items": [
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
32 0,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
33 1,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
34 2,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
35 3,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
36 4,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
37 5,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
38 8,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
39 9,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
40 10,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
41 11,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
42 12,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
43 13,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
44 14,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
45 15,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
46 16,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
47 17,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
48 18,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
49 19,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
50 20,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
51 21,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
52 22,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
53 23,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
54 24,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
55 25,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
56 26,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
57 27,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
58 28,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
59 29,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
60 30,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
61 32,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
62 33,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
63 34,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
64 35,
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
65 36
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 "visible_layers": "fffffff_ffffffff",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
68 "zone_display_mode": 0
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
69 },
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
70 "meta": {
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
71 "filename": "BalkonController.kicad_prl",
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
72 "version": 3
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
73 },
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
74 "project": {
7b5c1fbeda7b Moved the kicad drawing into the project.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
75 "files": []
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 }

mercurial