Daniel Blomdahl / SDFileSystem

Dependencies:   FATFileSystem

Fork of SDFileSystem by Neil Thiessen

SDSaveFunction.h

Committer:
DanielBlomdahl
Date:
2016-03-31
Revision:
24:ee4f7224a2a5
Parent:
23:ab7d8030ac94
Child:
25:62b71695d0da

File content as of revision 24:ee4f7224a2a5:

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

#include "mbed.h"


int mountSDCard();

int openDataFile();

int closeDataFile();

void writeData(float, float, float);