Merge pull request #59 from ferrous-systems/time-assignment

add assignment to beginner/time section
This commit is contained in:
Jorge Aparicio 2020-07-16 08:09:59 +00:00 committed by GitHub
commit 674a71ad9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,4 +10,4 @@ This program will blink (turn on and off) one of the LEDs on the board. The time
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.
[❗assignment to chnge something]
✅ 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?