Library for HeptaSat Lite
HEPTA_CDH.cpp@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 | #include "HEPTA_CDH.h" |
heptasat2021 | 0:d78a8add1c5e | 2 | HEPTA_CDH::HEPTA_CDH(PinName mosi, PinName miso, PinName sclk, PinName cs, const char* name) : SDFileSystem( mosi, miso, sclk, cs, name){ |
heptasat2021 | 0:d78a8add1c5e | 3 | } |