Skip to content

Latest commit

 

History

History

micro-sdcard

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Micro SD Card (HW-125)

demo.mp4

Read / Write data to a SD Card module through an SPI Interface.

Features

  • Show the root directory of the SDCARD into the display.
  • Use a rotary encoder to scroll the list up / down.

How to Run

To run the example, use the following command:

cargo run -p micro-sdcard

Notes

  • Current libraries only supports FAT16 and FAT32 file systems.