Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vergissberlin/example-arduino-littlefs
- Owner: vergissberlin
- License: mit
- Created: 2024-04-05T20:50:25.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-05T21:48:40.000Z (7 months ago)
- Last Synced: 2024-10-10T19:41:16.581Z (27 days ago)
- Topics: arduino, filesystem, littlefs
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.