1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-28 23:09:46 +01:00
RIOT/examples/blinky
Hugues Larrive 3c465836f2 examples and tests: add atmega8 to relevent Makefile.ci
using dist/tools/insufficient_memory/add_insufficient_memory_board.sh
2023-07-11 21:22:02 +02:00
..
main.c examples/blinky: use coreclk() instead of CLOCK_CORECLOCK 2021-12-15 13:14:19 +01:00
Makefile examples/blinky: use coreclk() instead of CLOCK_CORECLOCK 2021-12-15 13:14:19 +01:00
Makefile.board.dep examples/blinky: add a new example app 2021-07-05 10:47:22 +02:00
Makefile.ci examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
README.md examples/blinky: add a new example app 2021-07-05 10:47:22 +02:00

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.