bitbank2 / unzipLIB

An embedded-friendly library for decompressing files from zip archives
Apache License 2.0
51 stars 10 forks source link

SdFat example #2

Closed samsmith94 closed 2 years ago

samsmith94 commented 2 years ago

Hello, I would have a question. Do you have some example code for SdFat library (https://github.com/greiman/SdFat)? I would like to use your library, but on STM32, I can't use the standard SD library.

bitbank2 commented 2 years ago

The callback functions for file access are quite simple. You would just need to call the open/read/close of SDfat from the callback functions of the same name. Start from the SD lib example and make the needed changes.