PES 4 - Smart Medication Dispenser / PES4_ProgrammeforDesignReview2

Dependencies:   SDFileSystem mbed

Fork of PES4_Programme by PES 4 - Smart Medication Dispenser

Revision:
89:f63e4736d875
Parent:
81:a869abf56e85
Child:
94:b24d2b432b27
--- a/header/sdcard.h	Mon Apr 09 05:49:27 2018 +0000
+++ b/header/sdcard.h	Mon Apr 09 15:19:36 2018 +0000
@@ -45,7 +45,7 @@
 */
 int erase_medError();
 
-/*  Read medication protocol from sd card to buffer
+/*  Read medication protocol from sd card to a buffer
 *   @param: user -> 0 or 1
 */
 char *read_medProtocol(char user);
@@ -54,7 +54,12 @@
 */
 s_medInventory read_medInventory();
 
-/*  Read error protocol from sd card
+/*  Read error protocol from sd card to a buffer
 */
 char *read_medError();
 
+/*  Read Inventory protocol from sd card to a buffer
+*/
+char *read_Inventory();
+
+char *read_Medication(char user);