The data are stored in external EEPROM.
But when I reread the eeprom hour, minute and second
Are written in hexadecimal, while others are in decimal.
Should he make the conversion before saving?
Whatever format you will use data in eeprom will be saved in binary format!
17 = $11 will be saved as %00010001
26 = $1A will be saved as %00011010
9 = $9 will be saved as %00001001
0 = $0 will be saved as %00000000
number from 0 to 9 are the same in both format decimal and hex.
Al.
Last edited by aratti; - 28th October 2009 at 18:08.
All progress began with an idea
Bookmarks