/mbed-os-snippet-lowpowerTicker_ex_1

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

Primary LanguageC++

LowpowerTicker example

This example shows how to use the LowpowerTicker to cause periodic events, like blinking an LED on and Off at a certain rate. In this example LED1 is controlled by the main while loop, while LED2 is controlled by the Ticker callback function.

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