From 24fa718327a6433d6bceac998b2cad01e66df755 Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Tue, 24 Oct 2017 17:15:40 +0200 Subject: [PATCH] tests: xtimer_usleep: provide README --- tests/xtimer_usleep/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/xtimer_usleep/README.md 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 +```