Skip to content

Commit 77243c2

Browse files
committed
enum for can msg
1 parent d1e541e commit 77243c2

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

cangen/can-messages/mpu.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,19 @@
9191
{
9292
"size": 8,
9393
"sim": {
94-
"min": 0,
95-
"max": 256,
96-
"inc_min": 1,
97-
"inc_max": 256
94+
"options": [
95+
[0, 0.09],
96+
[1, 0.09],
97+
[2, 0.09],
98+
[4, 0.09],
99+
[8, 0.09],
100+
[16, 0.09],
101+
[32, 0.09],
102+
[64, 0.09],
103+
[18, 0.09],
104+
[24, 0.09],
105+
[96, 0.09]
106+
]
98107
}
99108
},
100109
{

0 commit comments

Comments
 (0)