Typedefs

There are only two custom types defined. You may change the types to uint32_t if you are sure you won't be using intervals larger than 71 minutes.

typedef uint64_t time_ms_t;  //time in milliseconds
typedef uint64_t time_us_t;  //time in microseconds

Last updated