>
> Dear Ytai,
>

Here's what I have so far: 


   1. My *A0* pin Connected to GND, in this case it means my address is 
   *0x48* (Please correct me if Im wrong).
   2. TMP102 connections to IOIO-OTG:


   - VCC <-> IOIO 3.3V
   - GND <-> IOIO GND
   - SCL <-> IOIO SCL (Pin2)
   - SDA <-> IOIO SDA (Pin1)
   - ADD0<->IOIO GND
   
I have created new Class in my project called Temp and added as follows:

public class Temp {
  public static int from(byte b) {
    return b & 0xFF;
  }

  public static int from(short s) {
    return s & 0xFFFF;
  }
}

Please advise me if Im following as required. I will post the rest once I 
have it.

Thank You.




-- 
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.

Reply via email to