Final MEMBITT Code
Dependencies: 4DGL-uLCD-SE SDFileSystem mbed
Fork of reminder_main by
utils.h@0:fef6b4d65600, 2016-10-28 (annotated)
- Committer:
- deronmai
- Date:
- Fri Oct 28 18:29:23 2016 +0000
- Revision:
- 0:fef6b4d65600
- Child:
- 1:29de429a7e15
working reminder
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
deronmai | 0:fef6b4d65600 | 1 | struct reminder { |
deronmai | 0:fef6b4d65600 | 2 | struct tm tm_time; |
deronmai | 0:fef6b4d65600 | 3 | int reminder_days[7]; /* set all days to 0. If day is used, set to 1 |
deronmai | 0:fef6b4d65600 | 4 | If no day specified (ie every day), set all to 1 */ |
deronmai | 0:fef6b4d65600 | 5 | //time_t timet_time; // represents the number of seconds since the start of the Unix epoch: midnight UTC of January 1, 1970 |
deronmai | 0:fef6b4d65600 | 6 | string notification; |
deronmai | 0:fef6b4d65600 | 7 | }; |