Quote:
|
Originally Posted by Tom Bottiglieri
You could put it right in Default_Routine() or Process_Data_From_Master_uP()
Just make sure you initialize the trigger variable outside the function.
Code:
int automode=0;
void Default_Routine(void)
{
what I had before....
}
|
Great,, I think I know what do to know, I'll have to try it know. Thanks.
