-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
37 lines (28 loc) · 724 Bytes
/
settings.json
File metadata and controls
37 lines (28 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"data_folder": "data_output",
"data_file": "data",
"log_file": "log",
"setup_pin":
{
"data": 17,
"latch": 27,
"clock": 22,
"heat": 18,
"step": 6,
"sleep": 5,
"sensor_1": 12,
"sensor_2": 25
},
"silent_mode": [63, 45, 53, 29, 29, 43, 51, 27, 27, 46, 54, 30, 30, 46, 54, 30, 30],
"buzzer_mode": [63, 45, 53, 29, 93, 43, 51, 27, 91, 46, 54, 30, 94, 110, 118, 94, 94],
"LED_status":
{
"comment": ["green", "blue", "red"],
"oor_temp": [0.25, 0.5, 1.5],
"oor_humid": [7, 12, 20]
},
"standard_parameters": [290, 70, 10],
"PID_parameters": [260, 85, 12],
"comment": "Number_of_steps_for_stepper_motor",
"steps": 150
}