Skip to content
This repository has been archived by the owner on Mar 2, 2020. It is now read-only.

davidgfnet/fat-driver-uc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fat-driver-uc

Small FAT16/32 driver for uP

This little source allows writing and reading files stored in a FAT partition. The library has little memory footprint and is ideal for micro controllers. I've used it in PIC projects for SD card accessing.

It features FAT table caching, FAT16 and FAT32 accessing and supports partition lookup.

The library needs a read and write function to be able to access the underlying data block. Here you should implement the routines necessary for disk access (in Linux would be read/write), SD card or any other device.

About

Small FAT16/32 driver for uP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages