Datasheet

Thats it! Now open up the serial terminal window at 9600 speed to see the temperature in
real time. You can try putting your hand or a cold glass of water over the sensor (not
touching) to see the thermopile sensor adjust!
Library Reference
The TMP007 library is pretty straight forward! Start by creating the Adafruit_TMP007 object
with:
Or with an i2c address assigned
Then you can initialize & configure
or, to set the samples/reading with:
Adafruit_TMP007 tmp007;
Adafruit_TMP007 tmp007(0x41); // start with a diferent i2c address!
tmp007.begin()
tmp007.begin(TMP007_CFG_1SAMPLE)
© Adafruit Industries https://learn.adafruit.com/adafruit-tmp007-sensor-breakout Page 14 of 17