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 1bffad7 commit d1e541eCopy full SHA for d1e541e
1 file changed
cangen/can-messages/mpu.json
@@ -88,6 +88,15 @@
88
]
89
}
90
},
91
+ {
92
+ "size": 8,
93
+ "sim": {
94
+ "min": 0,
95
+ "max": 256,
96
+ "inc_min": 1,
97
+ "inc_max": 256
98
+ }
99
+ },
100
{
101
"size": 4,
102
"parse": false
@@ -133,6 +142,11 @@
133
142
"name": "MPU/State/LaunchControl",
134
143
"unit": "",
135
144
"values": [8]
145
146
147
+ "name": "MPU/State/TransitionError",
148
+ "unit": "",
149
+ "values": [9]
136
150
137
151
],
138
152
"clients": [
0 commit comments