Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 618 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 618 Bytes

avr-fat-cpp

Lightweight FAT filesystem for AVR microcontrollers using SDCard I/O. Based on greiman's SdFat library.

Built with

  • avr-g++ (GCC) 8.2.0

Authors

License

This project is licensed under the GPLv3 - see the LICENSE.md file for details

TODO

  • This library can support another I/O disks. It needs to be implemented.