Module hello_world

Module hello_world 

Source
Expand description

Example background task for testing the task infrastructure.

This task prints “Hello world!” every minute. It is only compiled when the test feature is enabled.

Structs§

HelloWorldTask
Example task that prints a message periodically.

Constants§

PRINT_INTERVAL 🔒