From 9c9545f942f78e7356912ed3328c966455243e55 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Wed, 15 Jul 2020 18:01:00 +0200 Subject: [PATCH] put the assignment last --- embedded-workshop-book/src/time.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/embedded-workshop-book/src/time.md b/embedded-workshop-book/src/time.md index dcead14..2396fc9 100644 --- a/embedded-workshop-book/src/time.md +++ b/embedded-workshop-book/src/time.md @@ -8,6 +8,6 @@ This program will blink (turn on and off) one of the LEDs on the board. The time [`Duration`]: https://doc.rust-lang.org/core/time/struct.Duration.html -✅ Try changing the `Duration` value passed to `Timer.wait`. Try values larger than one second and smaller than one second. What values of `Duration` make the blinking imperceptible? - The other time related API exposed by the `dk` HAL is the `dk::uptime` function. This function returns the time that has elapsed since the call to the `dk::init` function. This function is used in the program to log the time of each LED toggle operation. + +✅ Try changing the `Duration` value passed to `Timer.wait`. Try values larger than one second and smaller than one second. What values of `Duration` make the blinking imperceptible?