Reset "Timer" Function.

Hi all.

I am having a problem in my program. I would like to reset "Timer " function to fix time for call a function again after a period of time.
Is this possible? If yes, please give me the solution . :slight_smile:

Thanks in advand!

Just save the current value and compare it to determine if the proper amount of time has passed. use subtraction to avoid rollover issues.