tenbaht / sduino

An Arduino-like programming API for the STM8
http://tenbaht.github.io/sduino/
GNU Lesser General Public License v2.1
349 stars 213 forks source link

Is it implemented SD card read / write operation via SPI interface ? #86

Closed water5 closed 4 years ago

water5 commented 4 years ago

Is it implemented SD card read / write operation via SPI interface ?

tenbaht commented 4 years ago

I presume you accidentally sent your question as a pull request? Yes, a SD card can be treated as a simple SPI memory device. I didn't try yet, but it should work with the existing SPI library.