UKHeliBob:
At the start of the ISRif (weHaveDoneThisEnoughTimes)
{
return; //don't execute the code in the ISR
}
Dam, I was to fixed on the problem. This is much better.
UKHeliBob:
At the start of the ISRif (weHaveDoneThisEnoughTimes)
{
return; //don't execute the code in the ISR
}
Dam, I was to fixed on the problem. This is much better.