DD_DATE_SCHEDULE¶
Structure Definition¶
1 2 3 4 | |
1 2 3 4 5 6 | |
Function Description¶
Daily schedule structure.
Member Description¶
| Member | Type | Remark |
|---|---|---|
| hour | unsigned long long[24] | Daily schedule structure, 24 represents 24 hours, and each bit of unsigned long long represents the status of each minute. |