auto-sync
This commit is contained in:
parent
b8a1a02ab2
commit
10566243ee
|
@ -155,7 +155,7 @@ void fanBench(void) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void milBench(void) {
|
void milBench(void) {
|
||||||
pinbench("0", "3000", "100", "1", &enginePins.checkEnginePin, boardConfiguration->malfunctionIndicatorPin);
|
pinbench("0", "500", "500", "16", &enginePins.checkEnginePin, boardConfiguration->malfunctionIndicatorPin);
|
||||||
}
|
}
|
||||||
|
|
||||||
void fuelPumpBenchExt(const char *durationMs) {
|
void fuelPumpBenchExt(const char *durationMs) {
|
||||||
|
|
|
@ -8,6 +8,9 @@
|
||||||
|
|
||||||
#include "trigger_rover.h"
|
#include "trigger_rover.h"
|
||||||
|
|
||||||
|
/**
|
||||||
|
* https://en.wikipedia.org/wiki/Rover_K-series_engine
|
||||||
|
*/
|
||||||
void initializeRoverK(TriggerShape *s DECLARE_ENGINE_PARAMETER_S) {
|
void initializeRoverK(TriggerShape *s DECLARE_ENGINE_PARAMETER_S) {
|
||||||
s->initialize(FOUR_STROKE_CRANK_SENSOR, false);
|
s->initialize(FOUR_STROKE_CRANK_SENSOR, false);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue