We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31190a7 commit 2141841Copy full SHA for 2141841
1 file changed
task-04/README.md
@@ -4,7 +4,7 @@
4
[`xtimer`](https://doc.riot-os.org/group__sys__xtimer.html) is the high level API of RIOT to multiplex hardware timers.
5
For this task we need only the following functions
6
7
- - `xtimer_now()` to get current system time in microseconds
+ - `xtimer_now_usec()` to get current system time in microseconds
8
- `xtimer_sleep(sec)` to sleep `sec` seconds
9
- `xtimer_usleep(usec)` to sleep `usec` microseconds
10
0 commit comments