1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-28 22:49:47 +01:00
RIOT/tests/board_microbit
2021-11-26 10:39:40 +01:00
..
app.config.test tests/board_calliope-mini: merge into tests/microbit, add Kconfig 2021-11-26 10:39:40 +01:00
main.c timex: unambiguous time conversion macros 2017-01-19 13:18:08 +01:00
Makefile tests/board_calliope-mini: merge into tests/microbit, add Kconfig 2021-11-26 10:39:40 +01:00
README.md tests: added micro:bit specific test app 2016-11-09 12:01:09 +01:00

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.