long schedule support for task manager More...
Go to the source code of this file.
Classes | |
| class | TmLongSchedule |
Functions | |
| uint32_t | makeHourSchedule (int hours, int minutes=0, int seconds=0, int millis=0) |
| uint32_t | makeDaySchedule (int days, int hours=0) |
long schedule support for task manager
| uint32_t makeHourSchedule | ( | int | hours, |
| int | minutes = 0, | ||
| int | seconds = 0, | ||
| int | millis = 0 ) |
Make a schedule based around hours for a TmLongSchedule
| hours | the number of hours |
| minutes | the number of minutes within the hour |
| seconds | the number of seconds within the minute |
| millis | the number of millis within the second |
| uint32_t makeDaySchedule | ( | int | days, |
| int | hours = 0 ) |
Make a schedule for daily execution in days
| days | the number of days. |