Open kammce opened 1 year ago
Implements the hal::storage interface (not currently available as of now) and uses hal::spi to communicate with sd cards. Can you use https://github.com/libhal/SJSU-Dev2/blob/master/library/devices/memory/sd.hpp as a reference.
hal::storage
hal::spi
sd
Implements the
hal::storage
interface (not currently available as of now) and useshal::spi
to communicate withsd
cards. Can you use https://github.com/libhal/SJSU-Dev2/blob/master/library/devices/memory/sd.hpp as a reference.