PES 4 - Smart Medication Dispenser / PES4_ProgrammeforDesignReview2

Dependencies:   SDFileSystem mbed

Fork of PES4_Programme by PES 4 - Smart Medication Dispenser

Committer:
cittecla
Date:
Thu Mar 29 18:17:38 2018 +0000
Revision:
51:a98ffbd41e76
Child:
53:1c61cadbcb35
added SD library

Who changed what in which revision?

UserRevisionLine numberNew contents of line
cittecla 51:a98ffbd41e76 1 #pragma once
cittecla 51:a98ffbd41e76 2 #include "SDFileSystem.h"
cittecla 51:a98ffbd41e76 3 #include "mbed.h"
cittecla 51:a98ffbd41e76 4
cittecla 51:a98ffbd41e76 5 #include "sdcard.h"
cittecla 51:a98ffbd41e76 6
cittecla 51:a98ffbd41e76 7 void writeTest();
cittecla 51:a98ffbd41e76 8 void readTest();
cittecla 51:a98ffbd41e76 9 void testSd();
cittecla 51:a98ffbd41e76 10