PaulStoffregen / LittleFS

73 stars 20 forks source link

Reworked examples for Datalogger and Created a Usage example #24

Closed mjs513 closed 3 years ago

mjs513 commented 3 years ago

Hi Paul In an effort to try and make the examples more useful I took the datalogger example that we had and created one for each of the memory types like Tim did for his Integrity sketch. They are fairly easy to use and has a simple menu. Kurt and I both used it for some of the debugging with DMAMEM.

I also created a basic usage example using SPI Flash to illustrate some of the basic LittleFS functions. I reused a code snippet for creating a file that you used in your SD_Usage example.

Hope these are along the lines that you were thinking. If there is anything else just you would like to see let me know.

PaulStoffregen commented 3 years ago

Merge this now, so it'll be in 1.55-beta2 (coming soonish...)

I'm planning to work on LittleFS & SD / SdFat documentation in a couple weeks. Will look at the examples then.

mjs513 commented 3 years ago

Cool - lots of stuff in the readme too you might be able to use. Good luck with the documentation - know it can be a challenge :)