char EEPROM_Read(unsigned int *address)
{
    unsigned char eeprom_data='5';
    ...
    eeprom_data=*address;  //write to eeprom_data the value stored at the needed memory
