I had written a code in c for read and write the data to internal EEPROM as a char.Now I want to wriye it as a int or float then what i have to do? Is it any way to access the the int as a char so that i can divide the int in two char and pass it to Write function.