-
Notifications
You must be signed in to change notification settings - Fork 402
Using spiffs
Peter Andersson edited this page Jul 30, 2015
·
22 revisions
#Using spiffs#
Spiffs' API is posix-like, but not fully posix compliant. That said, there's still a lot to be learned from resources and examples on posix file handling on the internet. This is more of a 'Getting started' page. In these examples, it is assumed that spiffs is successfully configured (see Configure spiffs)
##Mounting#
##Formatting#
##Create a file and read it#
##List contents#
##Seeking#