1.5.4.5 update_qtlib_timer
void update_qtlib_timer(uint16_t time_elapsed_since_update);
Description: The internal time tracking variable will be updated and used for computing various time based functioning like Drift and MOD. It is recommended to call this function periodically (like 20msec and pass 20 as the value).
Parameter:
Type | Description |
---|---|
uint16_t | Time lapse since last call in millisecond |
Return:void