tweedegolf / sequential-storage

A crate for storing data in flash memory with minimal need for erasing pages
Apache License 2.0
87 stars 8 forks source link

Add erase functions #32

Closed diondokter closed 4 months ago

diondokter commented 4 months ago

Right now you're supposed to erase the flash yourself if you want to clear all data, but that's sometimes a bit annoying.

Suggested by #31

Let's add some functions to do it from the library.