/mbed-os-snippet-Timer_HelloWorld

A mirrored example snippet from mbed-os-examples-docs_only

Primary LanguageC++

Timer example

This example shows how to use the Timer class to measure the time between when the start() and stop() functions are run. The Timer class counts from 0 up.

MIRRORED FROM MASTER EXAMPLE SNIPPETS REPOSITORY: mbed-os-examples-docs_only. ANY CHANGES MADE DIRECTLY TO THIS REPOSITORY WILL BE AUTOMATICALLY OVERWRITTEN.