Library for HeptaSat Lite

Dependencies:   SDFileSystem

Revision:
0:d78a8add1c5e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/HEPTA_CDH.h	Wed Aug 11 03:48:50 2021 +0000
@@ -0,0 +1,14 @@
+#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
\ No newline at end of file