Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NNREThe NearlyRealEngine's global namespace
 NMicro
 CAbstractDataRepresent an abstract data
 CAbstractModuleRepresent an abstract module used to active a certain part of the framework
 CColorRepresent a led Color
 CEffectRepresent a light effect
 CFixEffectRepresent a fix light effect, setting all leds to the same color with no movement
 CLedRepresent a single Led
 CLedControllerManage access to a led component
 CLedManagerManage all leds controller
 CMicroManagerManage all modules in the framework, allowing the user simple utilisation of ESP8266 library and functionnality
 CModuleRepresent a module interface to create framework sub module
 CNetworkRepresent a wifi network
 CObservedDataRepresent an observed data by the internal ROM if used, allowing an automatic update between RAM and ROM
 CRotateEffectRepresent a rotate light effect, setting leds on one by one, only one led remain on at the same time
 CRotateFixEffectRepresent a rotate light effect, setting leds on one by one, leds remains on while the effect is running
 CWaveEffectRepresent a wave light effect, setting all leds to the same color, starting from black to the given color and then back to black
 CWebManagerManage a web serveur and http updater
 CWiFiManagerManage the wifi module with client/server and connection