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: I2C, address: int = 64, samplerate: Literal[0, 512, 1024, 1536, 2048] = 2048)

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

property active: bool

True if sensor is active.

read_register(register) int

Read sensor Register.

property temperature: float

Read object temperature from TMP006 sensor.