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

33 lines
610 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
2015-12-31 13:02:30 -08:00
* @author Andrey Belomutskiy, (c) 2012-2016
2015-07-10 06:01:56 -07:00
*/
#ifndef SENSORS_H_
#define SENSORS_H_
#include "tps.h"
#include "map.h"
#include "maf.h"
#include "ego.h"
#include "voltage.h"
#include "thermistors.h"
#include "adc_inputs.h"
#if EFI_PROD_CODE || EFI_SIMULATOR
#include "adc_math.h"
#endif
void initSensors(Logging *sharedLogger DECLARE_ENGINE_PARAMETER_S);
bool getAcToggle(DECLARE_ENGINE_PARAMETER_F);
#endif /*SENSORS_H_*/