garimella
Full Member level 5
Hi
Iam using arduino and to scan and execute functions at regular interval, I use the following code
start=micros();
if((start-enD)>=(2000.0))
{
enD = micros();
......
my program starts here
}
I want similar settings in PIC. Using PIC24.
Iam using arduino and to scan and execute functions at regular interval, I use the following code
start=micros();
if((start-enD)>=(2000.0))
{
enD = micros();
......
my program starts here
}
I want similar settings in PIC. Using PIC24.
Last edited: