Instead of using addr.highbyte,addr.lowbyte in your I2CREAD / I2CWRITE lines, try using
just addr. PBP already knows addr is a word and will handle both high & low bytes of the
address for you.
Instead of using addr.highbyte,addr.lowbyte in your I2CREAD / I2CWRITE lines, try using
just addr. PBP already knows addr is a word and will handle both high & low bytes of the
address for you.
Bookmarks