E65
This commit is contained in:
parent
2205a57024
commit
713e9133b5
|
@ -10,3 +10,6 @@
|
||||||
#include "engine_configuration.h"
|
#include "engine_configuration.h"
|
||||||
|
|
||||||
void setEngineProteusBMW_N73_GDI();
|
void setEngineProteusBMW_N73_GDI();
|
||||||
|
|
||||||
|
void setEngineProteusGearboxManInTheMiddle();
|
||||||
|
|
||||||
|
|
|
@ -43,7 +43,7 @@ typedef enum {
|
||||||
*/
|
*/
|
||||||
GY6_139QMB = 8,
|
GY6_139QMB = 8,
|
||||||
|
|
||||||
UNUSED9 = 9,
|
PROTEUS_E65_6H_MAN_IN_THE_MIDDLE = 9,
|
||||||
UNUSED10 = 10,
|
UNUSED10 = 10,
|
||||||
MRE_MIATA_NB2_MAP = 11,
|
MRE_MIATA_NB2_MAP = 11,
|
||||||
MRE_MIATA_NA6_VAF = 12,
|
MRE_MIATA_NA6_VAF = 12,
|
||||||
|
|
|
@ -26,6 +26,8 @@
|
||||||
#define CAN_BMW_E90_TORQUE_BRAKE 0x0A8
|
#define CAN_BMW_E90_TORQUE_BRAKE 0x0A8
|
||||||
// 10ms period
|
// 10ms period
|
||||||
#define CAN_BMW_E90_TORQUE_2 0x0A9
|
#define CAN_BMW_E90_TORQUE_2 0x0A9
|
||||||
|
|
||||||
|
// https://www.loopybunny.co.uk/CarPC/can/0AA.html
|
||||||
// 10ms period
|
// 10ms period
|
||||||
#define CAN_BMW_E90_RPM_THROTTLE 0x0AA
|
#define CAN_BMW_E90_RPM_THROTTLE 0x0AA
|
||||||
|
|
||||||
|
@ -56,10 +58,14 @@
|
||||||
// SEAT_BELT 2FA
|
// SEAT_BELT 2FA
|
||||||
// DOOR_STATUS 2FC
|
// DOOR_STATUS 2FC
|
||||||
|
|
||||||
// MECH Status Gang 0x304
|
// MECH Status Gang
|
||||||
|
#define CAN_BMW_E90_GANG_STATUS 0x304
|
||||||
|
|
||||||
// EXTERNAL_TEMP_TIME 0x310
|
// EXTERNAL_TEMP_TIME 0x310
|
||||||
|
|
||||||
|
// Fahreranzeige Drehzahlbereich
|
||||||
|
#define CAN_BMW_E90_DASH_ON 0x332
|
||||||
|
|
||||||
// MILEAGE_RANGE 0x310
|
// MILEAGE_RANGE 0x310
|
||||||
//#define CAN_BMW_E90_HAND_BRAKE 0x34F
|
//#define CAN_BMW_E90_HAND_BRAKE 0x34F
|
||||||
// WHEEL_TOLERANCE 0x374
|
// WHEEL_TOLERANCE 0x374
|
||||||
|
|
Loading…
Reference in New Issue