rusefi-1/firmware/controllers/sensors/allsensors.h

28 lines
565 B
C
Raw Normal View History

2015-07-10 06:01:56 -07:00
/**
* @file allsensors.h
* @brief
*
* This file should have been called 'sensors.h' but there is some conflict
* with standard win32 header :(
*
*
* @date Nov 15, 2013
2020-01-13 18:57:43 -08:00
* @author Andrey Belomutskiy, (c) 2012-2020
2015-07-10 06:01:56 -07:00
*/
2020-01-20 22:40:11 -08:00
#pragma once
2015-07-10 06:01:56 -07:00
#include "tps.h"
#include "map.h"
#include "maf.h"
#include "ego.h"
#include "voltage.h"
#include "thermistors.h"
#include "adc_inputs.h"
2017-05-15 20:33:22 -07:00
void initSensors(Logging *sharedLogger DECLARE_ENGINE_PARAMETER_SUFFIX);
2015-07-10 06:01:56 -07:00
2019-03-02 10:04:26 -08:00
bool hasAcToggle(DECLARE_ENGINE_PARAMETER_SIGNATURE);
2017-05-15 20:33:22 -07:00
bool getAcToggle(DECLARE_ENGINE_PARAMETER_SIGNATURE);
2015-07-10 06:01:56 -07:00