Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
11 years, 10 months ago.
How to Stop Ticker?
How come there is no function to stop Ticker?
Question relating to:
1 Answer
11 years, 10 months ago.
You stop ticker by attaching it to NULL instead of to some function. You may later re-attach thae same or another function to the same ticker.
Or calling the detach function. I am not actually 100% sure if attaching NULL properly works on a ticker.
posted by 30 Aug 2014