You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
3
+
This example shows how to use the LowPowerTicker to cause periodic events, such as blinking an LED at a set rate. In this example, the main while loop controls LED1, and the Ticker callback function controls LED2.
0 commit comments