Blame |
Last modification |
View Log
| Download
| RSS feed
#include "libIgnTiming/timing.h"
#if defined __cplusplus
extern "C"
{
#endif
// lookup EDIS timing in microseconds based on timing angle scaled in
// local timing units being timing in degrees multiplied by TIMING_SCALE
// 0 degrees = 1536 uS
// -10 degrees = 1792 uS
// 60 degrees = 0 uS but limited to 64uS min = 57.5 degrees
// add 2048 uS for multispark (use below 1200 rpm/cranking)
int mapTimingToMicroseconds(int timing, unsigned char multispark);
#if defined __cplusplus
}
#endif