The Time API acquires relative time information and provides pauses.
millis() gets the time from when the LinkIt board started in milli-seconds, while micro() gets the same relative time but in microseconds
delay() pauses the program for the set number of milliseconds, while delayMicroseconds() does the same but is set in microseconds.
|
Function |
Description |
|
Pauses the program by setting up parameter to designate time to pause(unit:ms) | |
|
Pauses the program by setting up parameter to designate time to pause(unit:us) | |
|
Time from returning to LinkIt to enable the current program to the present(unit:us) | |
|
Time from returning to LinkIt to enable the current program to the present(unit:ms). |