fome-fw/firmware/controllers/electronic_throttle.h

14 lines
244 B
C

/**
* @file electronic_throttle.h
*
* @date Dec 7, 2013
* @author Andrey Belomutskiy, (c) 2012-2014
*/
#ifndef ELECTRONIC_THROTTLE_H_
#define ELECTRONIC_THROTTLE_H_
void initElectronicThrottle(void);
#endif /* ELECTRONIC_THROTTLE_H_ */