Whereabouts?
unsigned long start_time=micros(); //record start time
unsigned long delta_t = micros() - start_time; //the difference
Right there.
See my reply 2
Whereabouts?
unsigned long start_time=micros(); //record start time
unsigned long delta_t = micros() - start_time; //the difference
Right there.
See my reply 2