Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 487 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 487 Bytes

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.