adafruit_tmp006

CircuitPython driver for the TMP006 contactless IR thermometer.

  • Author(s): Carter Nelson

Implementation Notes

Hardware:

Software and Dependencies:

class adafruit_tmp006.TMP006(i2c, address=64, samplerate=2048)

Class to represent an Adafruit TMP006 non-contact temperature measurement board.

active

True if sensor is active.

read_register(register)

Read sensor Register.

temperature

Read object temperature from TMP006 sensor.