Searched +full:datasheet +full:- +full:mlx90632 (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/iio/temperature/melexis,mlx90632.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Melexis MLX90632 and MLX90635 contactless Infra Red temperature sensor10 - Crt Mori <cmo@melexis.com>13 https://www.melexis.com/en/documents/documentation/datasheets/datasheet-mlx9063216 sensor and MLX90632 is most suitable for consumer applications where17 measured object temperature is in range between -20 to 200 degrees20 operate and measure ambient temperature in range of -20 to 85 degrees[all …]
1 // SPDX-License-Identifier: GPL-2.03 * mlx90632.c - Melexis MLX90632 contactless IR temperature sensor7 * Driver for the Melexis MLX90632 I2C 16-bit IR thermopile sensor33 /* EEPROM addresses - used at startup */67 /* Register addresses - volatile */70 /* Control register address - volatile */97 /* I2C command register - volatile */100 /* Device status register - volatile */108 /* RAM_MEAS address-es for each channel */139 * struct mlx90632_data - private data for the MLX90632 device[all …]