1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 01:09:47 +01:00
RIOT/examples/timer_periodic_wakeup
AnnsAnn 10b63585ea examples/readme: Improve clarity and adjust categories
examples/readme: fix SAUL spelling mistake

examples/readme: Link to README.md instead of folder

examples/readme: increase title size

examples/readme: make networking category name a bit clearer

examples/readme: move nimble to own category within BLE

examples/readme: move dtls to own category

examples/readme: move heart rate sensor to nimble category

examples/readme: move arduino sketch to languages

examples/timer_periodic: fix file name issue

examples/readme: change level wording about nanocoap
2024-11-12 16:18:49 +01:00
..
main.c examples/timer_periodic_wakeup: switch to ztimer 2022-12-01 18:37:01 +01:00
Makefile examples/timer_periodic_wakeup: switch to ztimer 2022-12-01 18:37:01 +01:00
Makefile.ci examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
README.md examples/readme: Improve clarity and adjust categories 2024-11-12 16:18:49 +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.