GDP group 24 node core

Dependencies:   EthernetInterface SDFileSystem mbed-rtos mbed snail MbedJSONValue

sdcard.h

Committer:
Trumple
Date:
2014-11-11
Revision:
0:fcab3b154e49
Child:
19:70c911d35e67

File content as of revision 0:fcab3b154e49:

#include "SDFileSystem.h"
#include "sensorinterface.h"
 
class sdcard
{
    public:
        sdcard(); // MOSI, MISO, CKL, CS -> PINS 2, 7, 5, 1, ON SD CARD WITH 4=VCC, 6=GND, 8,9=NC
        int write(long int time_holder, d_reply data);
    private:
        map<char,string> typeLookup;
        SDFileSystem sd;
};