OK I have it reading the data correctly, it think:
I2CREAD PORTC.4, PORTC.3,%10010001 ,$0, [temph,templ]
temph is the first 8 bits, and templ is the next 8 bits.
temph is difined earlier as the first byte in the word temp, while templ is defined at the second byte in the word temp.
Now that I have the temperature reading, is thre a way to convert it to ascii characters so I can send them to my display?
Bookmarks