Library for HeptaSat Lite

Dependencies:   SDFileSystem

Committer:
heptasat2021
Date:
Wed Aug 11 03:48:50 2021 +0000
Revision:
0:d78a8add1c5e
HEPTA_CDH_lite;

Who changed what in which revision?

UserRevisionLine numberNew 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 }