Function |
|
Reset and start the Capture timer |
Purpose |
|
Initialization of time measurement or delay generation |
Syntax |
|
void startCapture() |
Parameters |
|
– |
Return value |
|
– |
Output values |
|
– |
Preconditions |
|
This function can be combined with waitMS. |
Remarks |
|
The capture timer is a resettable counter of OS ticks (10 ms system intervals) running on the OS background. This function clears the counter and starts counting. |
Side effects |
|
Functionality is affected by bondRequestAdvanced, RFRXpacket, and RFTXpacket. |
See also |
|
|
Example |
|
See captureTicks |