Final MEMBITT Code
Dependencies: 4DGL-uLCD-SE SDFileSystem mbed
Fork of reminder_main by
Diff: utils.h
- Revision:
- 0:fef6b4d65600
- Child:
- 1:29de429a7e15
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/utils.h Fri Oct 28 18:29:23 2016 +0000 @@ -0,0 +1,7 @@ +struct reminder { + struct tm tm_time; + int reminder_days[7]; /* set all days to 0. If day is used, set to 1 + If no day specified (ie every day), set all to 1 */ + //time_t timet_time; // represents the number of seconds since the start of the Unix epoch: midnight UTC of January 1, 1970 + string notification; +}; \ No newline at end of file