mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
11 lines
218 B
Markdown
11 lines
218 B
Markdown
|
# 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
|
||
|
```
|