Daniel Blomdahl / SDFileSystem

Dependencies:   FATFileSystem

Fork of SDFileSystem by Neil Thiessen

SDSaveFunction.h

Committer:
DanielBlomdahl
Date:
2016-03-17
Revision:
23:ab7d8030ac94
Child:
24:ee4f7224a2a5

File content as of revision 23:ab7d8030ac94:

// Header file to give functions for the SD card save function

#include "mbed.h"


int mountSDCard();

int openDataFile();

int closeDataFile();

void writeData();