Skip to content

Files

Latest commit

fa39527 · Oct 29, 2023

History

History

micro-sdcard

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 27, 2023
Sep 2, 2023
Oct 29, 2023
Aug 27, 2023
Aug 12, 2023

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.