main reminder functionality

Dependencies:   mbed 4DGL-uLCD-SE SDFileSystem

utils.h

Committer:
deronmai
Date:
2016-10-28
Revision:
0:fef6b4d65600
Child:
1:29de429a7e15

File content as of revision 0:fef6b4d65600:

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; 
};