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:
- 65:49eb0934f772
- Parent:
- 64:ca667234c845
- Child:
- 66:0d43bd7ed179
--- a/header/sdcard.h Thu Apr 05 16:17:23 2018 +0000 +++ b/header/sdcard.h Thu Apr 05 17:11:08 2018 +0000 @@ -14,8 +14,10 @@ int writeMedication(int user,s_user userfile); char read_medProtocol(char user); -int write_medProtocol(s_medProtocol medProtocol); +int write_medProtocol(s_time medicationTime, s_time outputTime, s_medContainer medication, int success); + char read_medInventory(); int write_medInventory(s_medInventory medInventory); + char read_medError(); int write_medError(s_medError medError); \ No newline at end of file