C&DH library

Dependencies:   SDFileSystem

Dependents:   Lab3-04_Q_Save_battery_voltage_to_microSD Lab3-05_model_program_2 Appendix-01_Camera_Data_Transmit_to_GS Lab3-01_Save_the_letters ... more

Revision:
0:58ce2bfde7a8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/HEPTA_CDH.h	Wed Aug 21 11:04:38 2019 +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