Skip to content

Commit

Permalink
fix: extended apps size from 10 to 16 bits
Browse files Browse the repository at this point in the history
  • Loading branch information
federico-carbone authored Sep 2, 2024
1 parent e2ff674 commit 8c4ec0e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions SC24/MCB.json
Original file line number Diff line number Diff line change
Expand Up @@ -1962,7 +1962,7 @@
"APPS_0_voltage": {
"description": "The voltage of the APPS #0 expressed in mV",
"start_bit": 0,
"size": 10,
"size": 16,
"endianness": "little",
"unit": "mV",
"receivers": [
Expand All @@ -1976,8 +1976,8 @@
},
"APPS_1_voltage": {
"description": "The voltage of the APPS #1 expressed in mV",
"start_bit": 10,
"size": 10,
"start_bit": 16,
"size": 16,
"endianness": "little",
"unit": "mV",
"receivers": [
Expand All @@ -1991,7 +1991,7 @@
},
"STEER_RME_voltage": {
"description": "The voltage of the Steering Wheel RME (rotary magnetic encoder) sensor expressed in mV",
"start_bit": 20,
"start_bit": 32,
"size": 16,
"endianness": "little",
"unit": "mV",
Expand All @@ -2006,7 +2006,7 @@
},
"BRAKE_PRESS_FRONT_voltage": {
"description": "The voltage of the front brake pressure sensor expressed in mV",
"start_bit": 36,
"start_bit": 48,
"size": 16,
"endianness": "little",
"unit": "mV",
Expand Down Expand Up @@ -4731,4 +4731,4 @@
}
}
}
}
}

0 comments on commit 8c4ec0e

Please sign in to comment.