fome-fw/firmware/controllers/idle_thread.h

18 lines
298 B
C
Raw Normal View History

2014-08-29 07:52:33 -07:00
/**
* @file idle_thread.h
* @brief Idle Valve Control thread
*
* @date May 23, 2013
* @author Andrey Belomutskiy, (c) 2012-2014
*/
#ifndef IDLE_THREAD_H_
#define IDLE_THREAD_H_
2014-10-22 14:03:06 -07:00
#include "engine.h"
void startIdleThread(Engine *engine);
2014-08-29 07:52:33 -07:00
int getIdleSwitch(void);
#endif /* IDLE_THREAD_H_ */