fome-fw/firmware/controllers/sensors/oil_pressure.h

18 lines
327 B
C
Raw Normal View History

/**
* @date Nov 9, 2017
* @author Matthew Kennedy, (c) 2017
*/
#ifndef OIL_PRESSURE_H_
#define OIL_PRESSURE_H_
2018-09-16 19:26:57 -07:00
#include "global.h"
#include "rusefi_enums.h"
#include "engine_configuration.h"
float getOilPressure(DECLARE_ENGINE_PARAMETER_SIGNATURE);
bool hasOilPressureSensor(DECLARE_ENGINE_PARAMETER_SIGNATURE);
#endif