Function


nuEepromMgrInit

Syntax
void nuEepromMgrInit(void)

Arguments
None

Return Value
None

Explanation
Registers the EEPROM Manager.

Registers the EEPROM Manager in the SI Manager. The EEPROM Manager is not registered by the nuContInit function, so before accessing EEPROM this function must be used to register the EEPROM Manager in the SI Manager.

To remove the EEPROM Manager use the nuEepromMgrRemove function.


See Also
nuSiMgrInit
nuEepromMgrRemove