PES 4 - Smart Medication Dispenser / PES4_ProgrammeforDesignReview2

Dependencies:   SDFileSystem mbed

Fork of PES4_Programme by PES 4 - Smart Medication Dispenser

Revision:
27:bf0577ecfa6e
Parent:
24:da1af5214804
Child:
29:33158a63623b
Child:
32:bb6cb7ec884e
--- a/header/main.h	Tue Mar 27 06:31:56 2018 +0000
+++ b/header/main.h	Tue Mar 27 08:16:16 2018 +0000
@@ -4,6 +4,7 @@
 #include "functions.h"
 #include "variables.h"
 
+#define PRINT_TIME pc.printf("read time: %c:%c:%c, %c.%c.20%c, weekday: %c\r\n",time.hour, time.minute, time.second, time.day, time.month, time.day, time.weekday);
 /* Achtung! I2C für Servoboard ist auf PIN PB_9, PB_8
 * dies muss in pwmBoard.c geändert werden!
 *