I am using LP mode. I don't see the sleep as 3s but rather 300msecs. What is the output from the get_timestamp_us() function 1) is it in nsec, micro sec or milli seconds? 2) is the output a continuous count looping when the int64_t wraps or is it a counter that gets reset after get_timestamp() function is called? Thanks
... View more