2020-11-03 15:06:32 -08:00
|
|
|
/**
|
|
|
|
* @file idle_hardware.h
|
|
|
|
* @brief Idle Air Control valve hardware
|
|
|
|
*
|
|
|
|
* @date November 3, 2020
|
|
|
|
*
|
|
|
|
* This is just the hardware interface - deciding where to put the valve happens in idle_thread.cpp
|
|
|
|
*/
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
2021-04-20 11:09:41 -07:00
|
|
|
void initIdleHardware(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
2020-11-03 15:06:32 -08:00
|
|
|
bool isIdleHardwareRestartNeeded();
|
|
|
|
bool isIdleMotorBusy(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|