]> granicus.if.org Git - esp-idf/commit
Non-Volatile Storage (NVS) example
authorKrzysztof <krzychb@gazeta.pl>
Sun, 6 Nov 2016 16:41:08 +0000 (17:41 +0100)
committerKrzysztof <krzychb@gazeta.pl>
Sun, 6 Nov 2016 17:19:49 +0000 (18:19 +0100)
commit025bb473020da4b1c2f8b53987efeb4e7ab2fea0
treee1c9bfc068557aed2a3a85d2ff4fb2009237c66b
parentabecab7525e7edb1fde16ab5d8cf7b368b1d332c
Non-Volatile Storage (NVS) example
Demonstrates how to read and write a value using NVS.
The value tracks number of ESP32 module restarts.
Example also shows how to use basic diagnostics if read / write
operation was successful.
examples/07_nvs_read_write/Makefile [new file with mode: 0644]
examples/07_nvs_read_write/README.md [new file with mode: 0644]
examples/07_nvs_read_write/main/component.mk [new file with mode: 0644]
examples/07_nvs_read_write/main/nvs_read_write.c [new file with mode: 0644]