ptScheduler - Library Documentation
v2.1.0
v2.1.0
  • ptScheduler - Library Documentation
  • How does it work?
  • Macros
  • Typedefs
  • Classes
  • Member Functions
  • Member Variables
Powered by GitBook
On this page

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

PreviousMacrosNextClasses

Last updated 3 years ago