Library for HeptaSat Lite
HEPTA_CDH.h@0:d78a8add1c5e, 2021-08-11 (annotated)
- Committer:
- heptasat2021
- Date:
- Wed Aug 11 03:48:50 2021 +0000
- Revision:
- 0:d78a8add1c5e
HEPTA_CDH_lite;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
heptasat2021 | 0:d78a8add1c5e | 1 | #ifndef MBED_HEPTACDH_H |
heptasat2021 | 0:d78a8add1c5e | 2 | #define MBED_HEPTACDH_H |
heptasat2021 | 0:d78a8add1c5e | 3 | #include "SDFileSystem.h" |
heptasat2021 | 0:d78a8add1c5e | 4 | #include "mbed.h" |
heptasat2021 | 0:d78a8add1c5e | 5 | |
heptasat2021 | 0:d78a8add1c5e | 6 | class HEPTA_CDH : public SDFileSystem{ |
heptasat2021 | 0:d78a8add1c5e | 7 | public: |
heptasat2021 | 0:d78a8add1c5e | 8 | |
heptasat2021 | 0:d78a8add1c5e | 9 | HEPTA_CDH(PinName mosi, PinName miso, PinName sclk, PinName cs, const char* name); |
heptasat2021 | 0:d78a8add1c5e | 10 | |
heptasat2021 | 0:d78a8add1c5e | 11 | private: |
heptasat2021 | 0:d78a8add1c5e | 12 | }; |
heptasat2021 | 0:d78a8add1c5e | 13 | |
heptasat2021 | 0:d78a8add1c5e | 14 | #endif |