mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 18:13:49 +01:00
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
Blinky!
This is a basic example that blinks an LED, if available. (If no LED is present or configured, it will print "Blink!" via stdio instead.)
This is mostly useful for boards without stdio to check if a new port of RIOT works. For that reason, this example has only an optional dependency on timer drivers. Hence, this application only needs a working GPIO driver and is likely the first milestone when porting RIOT to new MCUs.