Skip to content

Commit

Permalink
Added Sense SOC to cerb CAN spec
Browse files Browse the repository at this point in the history
  • Loading branch information
harrison-e committed Dec 2, 2024
1 parent 40f07ee commit b90554d
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion cangen/can-messages/mpu.json
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,22 @@
"format": "divide10000"
}
]
},
{
"name": "MPU/Sense/SOC",
"unit": "%",
"sim": {
"min": 5,
"max": 99,
"inc_min": 0.1,
"inc_max": 0.5
},
"points": [
{
"size": 32,
"endianness": "little"
}
]
}
]
},
Expand Down Expand Up @@ -933,4 +949,4 @@
}
]
}
]
]

0 comments on commit b90554d

Please sign in to comment.