Ejemplo n.º 1
0
static void printAllInfo(void) {
	printTemperatureInfo();
	printTPSInfo();
#if EFI_WAVE_CHART
	scheduleMsg(&logger, "waveChartUsedSize=%d", waveChartUsedSize);
#endif
#if EFI_PROD_CODE
	scheduleMsg(&logger, "console mode jumper: %s", boolToString(!GET_CONSOLE_MODE_VALUE()));
#endif
}
Ejemplo n.º 2
0
void grabTPSIsWideOpen() {
#if EFI_PROD_CODE
	engineConfiguration->tpsMax = getTPS10bitAdc();
	printTPSInfo();
#endif /* EFI_PROD_CODE */
}
Ejemplo n.º 3
0
void grabTPSIsClosed() {
#if EFI_PROD_CODE
	engineConfiguration->tpsMin = getTPS10bitAdc();
	printTPSInfo();
#endif /* EFI_PROD_CODE */
}