PES 4 - Smart Medication Dispenser / PES4_ProgrammeforDesignReview2

Dependencies:   SDFileSystem mbed

Fork of PES4_Programme by PES 4 - Smart Medication Dispenser

header/sdcard.h

Committer:
cittecla
Date:
2018-03-30
Revision:
53:1c61cadbcb35
Parent:
51:a98ffbd41e76
Child:
58:cda5298c9b7f

File content as of revision 53:1c61cadbcb35:

#pragma once
#include "SDFileSystem.h"
#include "mbed.h"
#include "variables.h"

#define STR_LEN   32
#define TOKEN ";"

void writeTest();
void readTest();
void testSd();
s_user readMedication(int user);