2015-07-10 06:01:56 -07:00
|
|
|
/**
|
|
|
|
* @file electronic_throttle.h
|
|
|
|
*
|
|
|
|
* @date Dec 7, 2013
|
2015-12-31 13:02:30 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2016
|
2015-07-10 06:01:56 -07:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef ELECTRONIC_THROTTLE_H_
|
|
|
|
#define ELECTRONIC_THROTTLE_H_
|
|
|
|
|
|
|
|
void initElectronicThrottle(void);
|
|
|
|
void setDefaultEtbParameters(void);
|
|
|
|
|
|
|
|
#endif /* ELECTRONIC_THROTTLE_H_ */
|