Microcontroller › 8051 › Motorbike cockpit (km/h, odometer, fuel gauge, bat level,RTC) using C52 › you mean, after 0Xff value?
July 25, 2013 at 1:04 pm
#10201
Participant
you mean, after 0Xff value? for 1 location?
ive changed location ,
while reading : read and add both
Write_Byte_To_24LC64_EEPROM(0x0010, temp);
Write_Byte_To_24LC64_EEPROM(0x0015, temp1);
reading
y=Read_Byte_From_24LC64_EEPROM(0x0010);
y=y+Read_Byte_From_24LC64_EEPROM(0x0015);