| http://www.w3.org/ns/prov#value | - So, if is a yes / no menu, the case would be like this...Code: [Select]case 34: // Utility - Beep On byte PromAddress = 0x46 ; //EEPROM Input Number - 70 - HEX Val - 0x46 prevMen = 33; prevPos = 1; delay(150); yesNoMenu(); // Menu Type = 3 - Replace if needed. break; Then in the yesNoMenu() there would be a call to the address location to retrieve the data.
|