SD card functionality

Dependents:   ELEC350_Project2 SDcard

Committer:
Swabey89
Date:
Wed Nov 07 17:21:24 2018 +0000
Revision:
0:0fc2cf27ff9e
Child:
1:c3af0c26ded2
SD card thread that will deal with SD card events

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Swabey89 0:0fc2cf27ff9e 1 #ifndef __sd_card__
Swabey89 0:0fc2cf27ff9e 2 #define __sd_card__
Swabey89 0:0fc2cf27ff9e 3
Swabey89 0:0fc2cf27ff9e 4 #include "mbed.h"
Swabey89 0:0fc2cf27ff9e 5 #include "sample_hardware.hpp"
Swabey89 0:0fc2cf27ff9e 6
Swabey89 0:0fc2cf27ff9e 7 void SDcard(void);
Swabey89 0:0fc2cf27ff9e 8
Swabey89 0:0fc2cf27ff9e 9 #endif