We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf2e0b commit 7dafedaCopy full SHA for 7dafeda
1 file changed
cangen/can-messages/config.json
@@ -0,0 +1,32 @@
1
+[
2
+ {
3
+ "id": "0x510",
4
+ "desc": "Pump1HighTemp",
5
+ "points": [
6
7
+ "size": 16,
8
+ "endianness": "little",
9
+ "formatter": {
10
+ "key": "divide",
11
+ "arg": 10000
12
+ },
13
+ "sim": {
14
+ "min": 0,
15
+ "max": 3.3,
16
+ "inc_min": 0.01,
17
+ "inc_max": 1
18
+ }
19
20
+ ],
21
+ "fields": [
22
23
+ "name": "Config/MPU/Pump1HighTemp",
24
+ "unit": "C",
25
+ "values": [
26
+ 1
27
+ ]
28
29
30
+ "sim_freq": 1
31
32
+]
0 commit comments