main reminder functionality

Dependencies:   mbed 4DGL-uLCD-SE SDFileSystem

Revision:
3:3eda3d120742
Parent:
2:f5f8c11849a2
Child:
4:ae6216936ddf
--- a/main.cpp	Mon Dec 05 20:11:52 2016 +0000
+++ b/main.cpp	Mon Dec 05 20:18:02 2016 +0000
@@ -62,6 +62,7 @@
     // test_reminder.tm_time.tm_mon = 0; // months since January
     // test_reminder.tm_time.tm_year = 0; // years since 1970
     //myschedule.addReminder(test_reminder);
+    uLCD.printf("waiting to receive schedule\n");
     receive_schedule();
     int current_time = schedule_read();
     //uLCD.printf("current time set to: %i", current_time);