Library for HeptaSat Lite

Dependencies:   SDFileSystem

Revision:
0:d78a8add1c5e
--- /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){
+}