Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SDFileSystem mbed
Fork of PES4_Programme by
Diff: header/sdcard.h
- 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);