Strolch wrote:
The user_interface.h declares "uint32 system_get_time(void)".
Does the function return time in seconds? Related to which time?
Is a reverse function (system_set_time) available?
Is a global "ticks since (re)start" variable available?
Hey Strolch, this func returns a time counted in microsecond.It is read from a loop counter and is related to the time the chip is powered on. Usually,it is used to get an time interval and will re-count when the chip is reset.Statistics: Posted by costaud — Fri Nov 14, 2014 12:43 am
]]>