libhal-google / libhal-soft

Library for generic soft drivers officially supported by libhal
Apache License 2.0
1 stars 6 forks source link

Add `hal::soft::sd_card` driver implementation #15

Open kammce opened 1 year ago

kammce commented 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.