how to create a timer with WICED SDK 3.5.2?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hi there, I am a green bird with WICED SDK and are there any API to create a gerneral timer?I want to create a gerneral timer which has interrupt and I want to do something when it timeout.Besides I want to change the interval of it.Are there any ideas?

0 Likes
1 Solution
Anonymous
Not applicable

Have you gone through include/wiced_rtos.h ? It has APIs to serve most of your timer requirements.

View solution in original post

4 Replies
MichaelF_56
Moderator
Moderator
Moderator
250 sign-ins 25 comments on blog 10 comments on blog

Adding cheong2k​ from Redbear

0 Likes
Anonymous
Not applicable

I found there are some API such as _tx_timer_activate(TX_TIMER *timer_ptr);  in tx_timer.h  file and where can I found the guide of how to use it?

0 Likes
Anonymous
Not applicable

Have you gone through include/wiced_rtos.h ? It has APIs to serve most of your timer requirements.

Anonymous
Not applicable

Oh,I just read it and I found the API,THS!!

0 Likes