Library for HeptaSat Lite

Dependencies:   SDFileSystem

HEPTA_CDH.h

Committer:
heptasat2021
Date:
2021-08-11
Revision:
0:d78a8add1c5e

File content as of revision 0:d78a8add1c5e:

#ifndef MBED_HEPTACDH_H
#define MBED_HEPTACDH_H
#include "SDFileSystem.h"
#include "mbed.h"

class HEPTA_CDH : public SDFileSystem{
public:
    
    HEPTA_CDH(PinName mosi, PinName miso, PinName sclk, PinName cs, const char* name);
  
private:  
};

#endif