This commit is contained in:
rusefi 2017-11-27 00:05:54 -05:00
parent 44a66037a1
commit e00abd0910
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@ public:
bool isScheduled;
};
/**
* see also scheduleByAngle
*/
void scheduleTask(scheduling_s *scheduling, int delayUs, schfunc_t callback, void *param);
void scheduleByTime(scheduling_s *scheduling, efitimeus_t time, schfunc_t callback, void *param);