diff --git a/tests/xtimer_usleep/README.md b/tests/xtimer_usleep/README.md new file mode 100644 index 0000000000..75e46c32c2 --- /dev/null +++ b/tests/xtimer_usleep/README.md @@ -0,0 +1,10 @@ +# xtimer_usleep test application + +This test tests `xtimer_usleep()` both against the timings of +`xtimer_now_usec()` and by providing capabilities to compare against an external +timer. + +## Usage +``` +make flash test +```