Ticker, Timer, Timeout

Ticker

https://mbed.org/handbook/Ticker

The Ticker interface is used to setup a recurring interrupt to repeatedly call a function at a specified rate.

Timer

https://mbed.org/handbook/Timer

The Timer interface is used to create, start, stop and read a timer for measuring small times (between microseconds and seconds).

Timeout

https://mbed.org/handbook/Timeout

The Timeout interface is used to setup an interrupt to call a function after a specified delay.


Please log in to post comments.