Library for HeptaSat Lite
Revision 0:d78a8add1c5e, committed 2021-08-11
- Comitter:
- heptasat2021
- Date:
- Wed Aug 11 03:48:50 2021 +0000
- Commit message:
- HEPTA_CDH_lite;
Changed in this revision
--- /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