#ifndef TMP102_H #define TMP102_H #include "mbed.h" //!Library for the TI TMP102 temperature sensor. /*! The TMP102 is an I2C digital temperature sensor in a small SOT563 package, with a 0.0625C resolution and 0.5C accuracy. */ class TMP102 { public: //!Creates an instance of the class. /*! Connect module at I2C address addr using I2C port pins sda and scl. TMP102 \param addr
A0 pin connection | Address |
---|---|
GND | 0x90 |
V+ | 0x92 |
SDA | 0x94 |
SCL | 0x96 |