1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 14:03:55 +01:00
RIOT/examples/essentials/timer_periodic_wakeup
AnnsAnn 55fa531e02 examples: restructure to use subfolders based on README structure
examples: Fix incorrect category heading

examples: shorten coap folder name

static-tests/examples: check subfolders for entries

ci/test_native: Adjust to new examples structure

examples: adjust makefiles to new structure

ci/tests: Fix symlinks to point towards proper examples
2025-02-13 11:54:09 +01:00
..

Periodic Wakeup Timer Example

This example demonstrates how to set up a periodic wakeup timer using the RIOT operating system.

Overview

The application sets up a timer that periodically wakes up the system and performs a specific task. This is useful for applications that need to perform regular actions, such as sensor readings or data transmissions.

Usage

Once the application is running, you should see periodic messages indicating that the timer has triggered and the system has woken up to perform its task.