raspiduino / avr-fat-cpp

FAT filesystem for AVR microcontrollers using SDCard I/O

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

FAT filesystem for AVR microcontrollers using SDCard I/O

License:GNU General Public License v3.0


Languages

Language:C++ 75.6%Language:C 22.5%Language:Makefile 1.9%