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:
- 53:1c61cadbcb35
- Parent:
- 51:a98ffbd41e76
- Child:
- 58:cda5298c9b7f
--- a/header/sdcard.h Thu Mar 29 18:27:02 2018 +0000 +++ b/header/sdcard.h Fri Mar 30 11:22:20 2018 +0000 @@ -1,10 +1,13 @@ #pragma once #include "SDFileSystem.h" #include "mbed.h" +#include "variables.h" -#include "sdcard.h" +#define STR_LEN 32 +#define TOKEN ";" void writeTest(); void readTest(); void testSd(); +s_user readMedication(int user);