Not sure about the best solution but here is how to split a number up into two EEPROM spaces
Read it back the same way.Code:WRITE 0,NUM.BYTE1 WRITE 1,NUM.BYTE0
HTH
Not sure about the best solution but here is how to split a number up into two EEPROM spaces
Read it back the same way.Code:WRITE 0,NUM.BYTE1 WRITE 1,NUM.BYTE0
HTH
Dave
Always wear safety glasses while programming.
Bookmarks