9 lines
270 B
C
9 lines
270 B
C
#pragma once
|
|
|
|
// Nissan X-Trail T31 — IDs highlighted by the sniffer.
|
|
static const unsigned long CAN_ID_BCM_60D = 0x60D;
|
|
static const unsigned long CAN_ID_LOCK_358 = 0x358;
|
|
|
|
static const uint8_t BCM60D_B1_IGN_MASK = 0x0C;
|
|
static const uint8_t BCM60D_B2_LOCKED = 0x18;
|