Hi guys,
I have an application which should call a function each 30 secs. i dont want to use sleep(30) since i have other functions executing.
what i need is something like an interrupt/counter
Thank you in advance
Cyan
Hi guys,
I have an application which should call a function each 30 secs. i dont want to use sleep(30) since i have other functions executing.
what i need is something like an interrupt/counter
Thank you in advance
Cyan
Hi,
Read the PyS60 Library Reference, the section about the e32 module. There you will find information about Ao_timer. And if you're interested, here are some tips about using timers: http://wiki.forum.nokia.com/index.ph..._to_use_Timers