Skip to content

ptScheduler v2.1.0

Compare
Choose a tag to compare
@vishnumaiea vishnumaiea released this 29 Mar 18:28
· 8 commits to main since this release
  1. I have fixed many issues with the micros() implementation.
  2. Added macros for the commonly used time periods and their corresponding frequency values.
  3. 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.
  4. Renamed functions and variables to better reflect their jobs.