rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Functions
honda_600.h File Reference

Functions

void setHonda600 ()
 

Function Documentation

◆ setHonda600()

void setHonda600 ( )

Definition at line 15 of file honda_600.cpp.

15 {
16
18
19
20 // set global_trigger_offset_angle 180
21 // set global_trigger_offset_angle 540
22 engineConfiguration->globalTriggerAngleOffset = 70; // huh why is this here? do we need better tdcPosition in configureHondaCbr600?
23
25 engineConfiguration->injectionMode = IM_SEQUENTIAL;
27 engineConfiguration->firingOrder = FO_1_3_4_2;
28
29 engineConfiguration->ignitionMode = IM_INDIVIDUAL_COILS;
30
31}
static constexpr engine_configuration_s * engineConfiguration

Referenced by applyEngineType().

Here is the caller graph for this function:

Go to the source code of this file.