ptScheduler v2.1.0
- I have fixed many issues with the
micros()
implementation. - Added macros for the commonly used time periods and their corresponding frequency values.
- Simplified the library interface and logic by making the type of tasks down to just two; ONESHOT and SPANNING. Everything else about the task is customizable.
- Renamed functions and variables to better reflect their jobs.