Getting initial values into EEPROM

Thanks mem!

EEPROM_readAnything(0x4B, beepPitch);

Hey halley, so I define the variable right there? I do not have to have the whole formal
thisVal = EEPROM_readAnything(beepPitch);, or this this one of those either way will work sort if things?
I like your writing of it as it seems cleaner to read. Just making sure before I go and recode everything.