Escritura SD USB

Dependencies:   mbed

Fork of FileSys-MultiFileSystem by David Smart

Committer:
dan_cuspi
Date:
Tue May 17 21:00:10 2016 +0000
Revision:
7:a487f18bd99b
Parent:
6:ea80c5a132b6
Escritura USB/SD

Who changed what in which revision?

UserRevisionLine numberNew contents of line
chris 2:c887cf1c3ed9 1 #include "mbed.h"
chris 2:c887cf1c3ed9 2 #include "MSCFileSystem.h"
WiredHome 3:a72f30142261 3 #include "SDFileSystem.h"
WiredHome 3:a72f30142261 4
chris 2:c887cf1c3ed9 5 MSCFileSystem fs("fs");
dan_cuspi 7:a487f18bd99b 6 //SDFileSystem sd(p5, p6, p7, p8, "sd", p11, SDFileSystem::SWITCH_NEG_NO, 15000000);
WiredHome 3:a72f30142261 7
dan_cuspi 7:a487f18bd99b 8
dan_cuspi 7:a487f18bd99b 9 int main() {
dan_cuspi 7:a487f18bd99b 10
dan_cuspi 7:a487f18bd99b 11
dan_cuspi 7:a487f18bd99b 12 }