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 #include "SDCard.hpp"
Swabey89 0:0fc2cf27ff9e 2
Swabey89 0:0fc2cf27ff9e 3 void SDcard()
Swabey89 0:0fc2cf27ff9e 4 {
Swabey89 0:0fc2cf27ff9e 5 while(true)
Swabey89 0:0fc2cf27ff9e 6 {
Swabey89 0:0fc2cf27ff9e 7 //puts("SD Card alive");
Swabey89 0:0fc2cf27ff9e 8 //Thread::wait(3000);
Swabey89 0:0fc2cf27ff9e 9
Swabey89 0:0fc2cf27ff9e 10
Swabey89 0:0fc2cf27ff9e 11 }
Swabey89 0:0fc2cf27ff9e 12 }