SolidStateLEDLighting / nvs_5.2

This is a mid-level nvs helper class component compiled on the ESP-IDFv5.2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NVS 5.2 Component

This components has been tested with: ESP-IDF-Advanced-Template-Alpha-5.2

Expected changes to arrive:
None at this time.

The NVS class is just a collection of functions which act as a mid-level abstraction between our objects and low level calls to the IDF.

There are no block diagrams, because NVS is just a collection of functions and very little data.

There are no squences because NVS has no tasks, no run loops, and no sequential processing.

We also have no state models, because NVS does not hold any states internally. NVS has no controllable lifecycle within the project at this time.

You may follow these links to NVS documentation:

  1. NVS Abstractions
  2. NVS Blocks
  3. NVS Flowcharts

About

This is a mid-level nvs helper class component compiled on the ESP-IDFv5.2


Languages

Language:C++ 96.4%Language:CMake 3.6%