IMU: add imu type for Mercedes pn A 006 542 26 18 (#3901)

This commit is contained in:
Andrey G 2022-02-09 00:00:16 +03:00 committed by GitHub
parent 98d910cc25
commit 2ac26d2433
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -362,6 +362,11 @@ typedef enum __attribute__ ((__packed__)) {
IMU_MM5_10 = 2,
IMU_TYPE_3 = 3,
IMU_TYPE_4 = 4,
/**
* Mercedes pn: A 006 542 26 18
* Almost the same as BOSCH above, but XY only and different CAN IDs
*/
IMU_TYPE_MB_A0065422618 = 5,
} imu_type_e;
typedef enum {