◆ initializeRoverK()
https://en.wikipedia.org/wiki/Rover_K-series_engine
Definition at line 16 of file trigger_rover.cpp.
16 {
18
19 float tooth = 20;
20
22
25
26 float base = 0;
27
28 for (int i = 0; i < 2; i++) {
31 base += tooth;
32 }
33 base += tooth;
34 for (int i = 0; i < 2; i++) {
37 base += tooth;
38 }
39 base += tooth;
40 for (int i = 0; i < 14; i++) {
43 base += tooth;
44 }
45 base += tooth;
46 for (int i = 0; i < 3; i++) {
49 base += tooth;
50 }
51 base += tooth;
52 for (int i = 0; i < 11; i++) {
55 base += tooth;
56 }
57
58}
@ FOUR_STROKE_CRANK_SENSOR
Referenced by TriggerWaveform::initializeTriggerWaveform().
Go to the source code of this file.