This content has been marked as final.
Show 5 replies
-
1. Re: how the callback functions be called and the parameter transfered?
OwenZ_26Sep 11, 2019 12:19 AM (in response to waer_4412851)
The event and data is set by the low level stack and customer can't get access to it.
-
2. Re: how the callback functions be called and the parameter transfered?
waer_4412851 Sep 11, 2019 1:18 AM (in response to OwenZ_26)Got it.
Thanks!
-
3. Re: how the callback functions be called and the parameter transfered?
waer_4412851 Sep 11, 2019 10:54 PM (in response to OwenZ_26)If I want to create a new thread(or callback),how to do?
-
4. Re: how the callback functions be called and the parameter transfered?
waer_4412851 Sep 11, 2019 10:56 PM (in response to OwenZ_26)Can you show me a demo?
Thanks.
-
5. Re: how the callback functions be called and the parameter transfered?
OwenZ_26Sep 11, 2019 11:10 PM (in response to waer_4412851)
Usually we use a timer to startup a callback. You can find that in the hello_sensor demo.