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 df571fb commit 4e47ff2Copy full SHA for 4e47ff2
1 file changed
firmware/controllers/can/can_dash.cpp
@@ -28,15 +28,15 @@
28
#define CAN_MAZDA_RX_STATUS_2 0x420
29
30
//w202 DASH
31
-#define W202_STAT_1 0x308 /* _20ms cycle */
+#define W202_STAT_1 0x308 /* _20ms cycle */
32
#define W202_STAT_2 0x608 /* _100ms cycle */
33
-#define W202_ALIVE 0x210 /* _200ms cycle */
+#define W202_ALIVE 0x210 /* _200ms cycle */
34
#define W202_STAT_3 0x310 /* _200ms cycle */
35
36
//BMW E90 DASH
37
#define E90_ABS_COUNTER 0x0C0
38
#define E90_SEATBELT_COUNTER 0x0D7
39
-#define E90_T15 0x130
+#define E90_T15 0x130
40
#define E90_RPM 0x175
41
#define E90_BRAKE_COUNTER 0x19E
42
#define E90_SPEED 0x1A6
0 commit comments