I too am having a bit of difficulty in understanding what you wish to achieve...
Is 'temperature' a byte or a word value?adr = xx
i2cwrite I2CDAT, I2CCLK, $A0, adr,[temperature]
pause 5
******************
and how can read from memory something xx,xx (ASCI CODE )
Are you wanting to get a fractional value out of the eeprom itself?
Have you put a fractional value into that location of the eeprom?
I2CREAD I2CDAT , I2CCLK , $A0 , adr , [ temp_read ] - would be a command line for starters...
Bookmarks