Library for HeptaSat Lite

Dependencies:   SDFileSystem

Files at this revision

API Documentation at this revision

Comitter:
heptasat2021
Date:
Wed Aug 11 03:48:50 2021 +0000
Commit message:
HEPTA_CDH_lite;

Changed in this revision

HEPTA_CDH.cpp Show annotated file Show diff for this revision Revisions of this file
HEPTA_CDH.h Show annotated file Show diff for this revision Revisions of this file
SDFileSystem.lib Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/HEPTA_CDH.cpp	Wed Aug 11 03:48:50 2021 +0000
@@ -0,0 +1,3 @@
+#include "HEPTA_CDH.h"
+HEPTA_CDH::HEPTA_CDH(PinName mosi, PinName miso, PinName sclk, PinName cs, const char* name) : SDFileSystem( mosi, miso, sclk, cs, name){
+}
--- /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
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SDFileSystem.lib	Wed Aug 11 03:48:50 2021 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/neilt6/code/SDFileSystem/#e4d2567200db