SD Card INIT

NotPike 2022-01-21 01:25:44 -05:00
parent 0e7a424106
commit 84be89bba0

3
SD-Card-(DEV).md Normal file

@ -0,0 +1,3 @@
## About
Reading and writing to the SD Card is a great way for your application to save progress or reference data that might be to too large to fit in the firmware. Below are examples on how to interface with the SD Card using the Mayhem code base.