This commit is contained in:
rusefillc 2023-01-14 12:49:11 -05:00
parent 4a22c3856f
commit 9130997887
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@
angle_t getAdvance(int rpm, float engineLoad);
angle_t getCylinderIgnitionTrim(size_t cylinderNumber, int rpm, float ignitionLoad);
/**
* this method is used to build default advance map
*/
float getInitialAdvance(int rpm, float map, float advanceMax);
size_t getMultiSparkCount(int rpm);