You are reading a single comment by @tve and its replies. Click here to read the full conversation.
  • Where can I find information about what the various jsh time functions are intended to do? E.g. jshGetSystemTime, jshSetSystemTime, jshGetMillisecondsFromTime, jshGetTimeFromMilliseconds
    Specifically:

    • why are jshGetMillisecondsFromTime and jshGetTimeFromMilliseconds hardware dependent? It seems they just multiply/divide by 1000
    • is GetSystemTime supposed to be a RTC or just a us counter form boot? Is it to keep actual time-of-day in the end or to measure elapsed us, ms, or sec between events?
    • what is the purpose of jshSetSystemTime?
      Thanks!
About

Avatar for tve @tve started