Skip to content

Commit 8e4f464

Browse files
committed
slides: adapt slides for xtimer_now_usec() change
1 parent 2141841 commit 8e4f464

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

slides/slides.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,12 +207,12 @@ pid = thread_create(stack, sizeof(stack),
207207
## `xtimer` primer
208208
* `xtimer` is the high level API of RIOT to multiplex hardware timers
209209
* Examples for functionality:
210-
- `xtimer_now()` to get current system time in microseconds
210+
- `xtimer_now_usec()` to get current system time in microseconds
211211
- `xtimer_sleep(sec)` to sleep `sec` seconds
212212
- `xtimer_usleep(usec)` to sleep `usec` microseconds
213213

214214
## Task 4.1 -- Use `xtimer`
215-
* Reminder: Functions `xtimer_now()`, `xtimer_sleep()`, and `xtimer_usleep()` were introduced
215+
* Reminder: Functions `xtimer_now_usec()`, `xtimer_sleep()`, and `xtimer_usleep()` were introduced
216216
* Go to task-04 directory (`cd ../task-04`)
217217
* Note the inclusion of `xtimer` in Makefile
218218

slides/tutorial-slides.pdf

88.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)