PES 4 - Smart Medication Dispenser / PES4_ProgrammeforDesignReview2

Dependencies:   SDFileSystem mbed

Fork of PES4_Programme by PES 4 - Smart Medication Dispenser

Revision:
77:c2e22d1e5d44
Parent:
73:7fd3701def5b
Child:
80:6e3eb8246ced
--- a/header/sdcard.h	Fri Apr 06 11:54:14 2018 +0000
+++ b/header/sdcard.h	Sat Apr 07 17:43:22 2018 +0000
@@ -25,7 +25,7 @@
 
 /*  Delete medication protocol from sd card
 */
-int delete_medProtocol();
+int erase_medProtocol();
 
 /*  Write inventory protocol to sd card / Note first read_medInventory then ajust the numbers (stock - output) and then write them back to the protocol
 *   @param: s_medContainer -> number of each pill in stock
@@ -42,7 +42,7 @@
 
 /*  Delete error protocol from sd card
 */
-int delete_medError();
+int erase_medError();
 
 /*  Read medication protocol from sd card
 *   @param: user -> 0 or 1