This commit is contained in:
Andrey 2022-09-08 00:20:56 -04:00
parent 5dc26a7717
commit ac9d405d40
2 changed files with 1 additions and 11 deletions

View File

@ -112,13 +112,4 @@ void initAlternatorCtrl() {
engineConfiguration->alternatorPwmFrequency, 0);
}
// todo: start invoking this method like 'startVvtControlPins'
void startAlternatorPin(void) {
}
void stopAlternatorPin(void) {
// todo: implementation!
}
#endif /* EFI_ALTERNATOR_CONTROL */

View File

@ -11,8 +11,7 @@
#pragma once
void initAlternatorCtrl();
void startAlternatorPin(void);
void stopAlternatorPin(void);
void setAltPFactor(float p);
void setAltIFactor(float p);
void setAltDFactor(float p);