API Reference
adafruit_mlx90632
CircuitPython driver for the MLX90632 FIR Remote Thermal Temperature Sensor
Author(s): Liz Clark
Implementation Notes
Hardware:
Software and Dependencies:
Adafruit CircuitPython firmware for the supported boards: https://circuitpython.org/downloads
Adafruit’s Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
- class adafruit_mlx90632.MLX90632(i2c_bus: busio.I2C, address: int = MLX90632_DEFAULT_ADDR)
Driver for the MLX90632 Far Infrared Temperature Sensor.
- Parameters:
- property measurement_select: int
The measurement type.
Can be one of: - MEDICAL (0x00): Medical measurement - EXTENDED_RANGE (0x11): Extended range measurement
- property mode: int
The measurement mode.
Can be one of: - MODE_HALT (0x00): Halt mode for EEPROM operations - MODE_SLEEPING_STEP (0x01): Sleeping step mode - MODE_STEP (0x02): Step mode - MODE_CONTINUOUS (0x03): Continuous mode