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:
- 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
