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, 1 month ago.
Does the ticker start the function immediately or after the first period?
The problem is: when I call the attach() method for the Ticker, when is the first time, the function attached is called? Is it immediately or after the time period or does it depend on the state the hardware timer is in, when attach() is called?