Implement a SD card into HW6
Dependencies: SDFileSystem mbed
Fork of shomberg_hw_6 by
Diff: SDWrite.h
- Revision:
- 20:fc1690076f87
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/SDWrite.h Thu Nov 01 18:03:25 2018 +0000 @@ -0,0 +1,14 @@ +#ifndef SDWRITE_H +#define SDWRITE_H + +// Write time based data to an SDCard +// Record data to multiple files +//// Use a time-stamp naming convention + +#include "mbed.h" +#include "SDFileSystem.h" + +// + + +#endif \ No newline at end of file