Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vergissberlin/example-arduino-littlefs

Example sketch for LittleFS. A file system made for microcontrollers.
https://github.com/vergissberlin/example-arduino-littlefs

arduino filesystem littlefs

Last synced: 6 days ago
JSON representation

Example sketch for LittleFS. A file system made for microcontrollers.

Awesome Lists containing this project

README

        

# example-arduino-littlefs

Example sketch for LittleFS. A file system made for microcontrollers. It uses a flash storage device to store files, a filesystem, and a little bit of RAM. It's designed to be light on RAM usage, and is suitable for systems with little RAM.

## Usage

1. Open the project with PlatformIO
2. Compile and upload the sketch
3. Open the serial monitor

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.