Posts: 1,349
Threads: 194
Joined: Jan 2014
Reputation:
0
My per second timer gets to per milli second randomly..
Posts: 523
Threads: 32
Joined: Oct 2013
Reputation:
0
I dont get what do you mean but, SetTimer should be like: SetTimer(funcname[], interval, repeating);
interval = milliseconds
Posts: 1,349
Threads: 194
Joined: Jan 2014
Reputation:
0
As i set the timer of of 1sec i.e = 1000 milliseconds it works fine for some time after that it gets bugged and start getting executed after each millisecond
Posts: 251
Threads: 3
Joined: Jul 2011
Reputation:
0
This sounds more like the timer is being started over and over again.
Posts: 584
Threads: 51
Joined: Jan 2014
Reputation:
0
Sounds more like the timer is in a loop^
Posts: 1,349
Threads: 194
Joined: Jan 2014
Reputation:
0
timer has many loops inside the function but it's not inside a loop when it is started.