mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
a9e7e1b1d0
Remove unconditionally setting 'BOARD' to an hardwritten value. The definition must be moved before including 'Makefile.tests_common' as it defines 'BOARD ?= native'. |
||
---|---|---|
.. | ||
main.c | ||
Makefile | ||
README.md |
Background
The BBC micro:bit board comes with its own little utility library, that makes some of the boards unique feature like the 5x5 LED matrix usable to RIOT.
This test application is therefore specialized for only that board and its purpose is to test and showcase the board specific utility library.
Expected result
When running this application, you should see the string
Welcome RIOT @ micro:bit!
scrolling by on the boards LED matrix.