Refactoring EPS32NVS library to Preferences library (#199)

* Refactoring EPS32NVS library to Preferences library

* Renaming all set* functions to put
* Added functions for float, double and bool

* Small redesign of Preferences API

* added type to put* function names
* for (u)int64_t used functions name with *(U)Long64
* added functions for long and unsigned long (same like int a unsigned int)
This commit is contained in:
Martin Sloup
2017-02-11 23:08:22 +01:00
committed by Me No Dev
parent 4a90aeebc9
commit f9ba8e9ccf
7 changed files with 218 additions and 152 deletions

View File

@ -0,0 +1,9 @@
name=Preferences
version=1.0
author=Hristo Gochkov
maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=Provides friendly access to ESP32's Non-Volatile Storage
paragraph=
category=Data Storage
url=
architectures=esp32