Reading temperature from the LSM303AGR.
I am initializing the 303 with the following code: /* Turn on accelerometer */ WriteRegister(LSM303AGR_CTRL_REG1_A, LSM303AGR_ADDR_WRITE_A, 0x57); x = ReadRegister(LSM303AGR_CTRL_REG1_A, LSM303AGR_ADDR_READ_A); /* Turn on temp sensor and set BDU bi...