The address in the datasheet is binary. 1001000 = 0x48. Also, in order to read a register, you need to write one byte (value 0-3, where 0=temperature, etc according to table 2) and read back 2 bytes, whose formats are described following table 2.
On Thu, Apr 17, 2014 at 3:22 PM, Brad E <[email protected]> wrote: > Correction - this sparkfun > chip.<https://www.sparkfun.com/datasheets/Sensors/Temperature/tmp102.pdf> > > > On Thursday, April 17, 2014 5:29:57 PM UTC-4, Brad E wrote: >> >> I have been using Firmware version 3.30 on the IOIO0323 IOIO platform. >> >> I also have in possession this chip from >> sparkfun<http://www.phanderson.com/arduino/I2CCommunications.pdf>, >> am now changing boards to the most recent IOIO OTG board. >> > -- > You received this message because you are subscribed to the Google Groups > "ioio-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/ioio-users. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "ioio-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/ioio-users. For more options, visit https://groups.google.com/d/optout.
