

void LoadDefaults (void)
{
SetValue1=100;
SetValue2=100;
HighLimit=1000;
LowLimit=0;
...
...
...
SaveToEEPROM ():

return ;
}

