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

20 lines
243 B
C

/**
* @file tps.h
* @brief
*
*
* @date Nov 15, 2013
* @author Andrey Belomutskiy, (c) 2012-2013
*/
#ifndef TPS_H_
#define TPS_H_
#include "global.h"
float getTPS(void);
int getTPS10bitAdc(void);
float getTPSVoltage(void);
#endif